mirror of
https://github.com/idanoo/php-resque.git
synced 2024-11-24 17:25:13 +00:00
Remove php.ini settings section as it no longer applies due to getenv usage
This commit is contained in:
parent
624e4934c5
commit
4d4a5ffc89
@ -227,16 +227,6 @@ A PECL module (<http://pecl.php.net/package/proctitle>) 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
|
||||
|
Loading…
Reference in New Issue
Block a user