mirror of
https://github.com/idanoo/php-resque
synced 2025-07-01 13:42:22 +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
1 changed files with 0 additions and 10 deletions
|
@ -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,
|
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.
|
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 ##
|
## Contributors ##
|
||||||
|
|
||||||
* chrisboulton
|
* chrisboulton
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue