From 4d4a5ffc8991ea9b6279892bf772750ce37c90bb Mon Sep 17 00:00:00 2001 From: "chris.boulton" Date: Sun, 27 Mar 2011 18:12:24 +1100 Subject: [PATCH] Remove php.ini settings section as it no longer applies due to getenv usage --- README.markdown | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.markdown b/README.markdown index 6ab3f98..6c958ba 100644 --- a/README.markdown +++ b/README.markdown @@ -227,16 +227,6 @@ A PECL module () exists that adds this funcitonality to PHP, so if you'd like process titles updated, install the PECL module as well. php-resque will detect and use it. -### Errors and troubleshooting ### - -**php.ini settings** - -If you don't have E in variables_order you can specify @-c ./@ as an -option to the PHP cli program. This reverts values to the defaults which -include E. - - $ QUEUE=file_serve php -c ./ resque.php - ## Contributors ## * chrisboulton