ID: 34331 Updated by: [EMAIL PROTECTED] Reported By: ludvig dot ericson at gmail dot com -Status: Open +Status: Closed Bug Type: Reproducible crash Operating System: Gentoo Linux 2.6 PHP Version: 5.1.0RC1 New Comment:
This bug has been fixed in CVS. Snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. Thank you for the report, and for helping us make PHP better. Previous Comments: ------------------------------------------------------------------------ [2005-09-01 18:57:43] ludvig dot ericson at gmail dot com Description: ------------ If the php.ini directive variables_order is set to "" PHP will crash when run i CLI mode (don't know about apache handler). It appears that it doesn't affect it when using -d variables_order="" at the command line, though. I am also using the disable_functions directive to disallow session_* related functions Reproduce code: --------------- $ php -c php.ini -r "echo 'hello world';" Expected result: ---------------- hello world$ Actual result: -------------- Segmentation fault $ ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=34331&edit=1
