ID: 47910 Updated by: j...@php.net Reported By: dandelion8888 at gmail dot com -Status: Open +Status: Feedback Bug Type: *General Issues Operating System: Linux/Debian PHP Version: 5.3.0RC1 New Comment:
Please try using this CVS snapshot: http://snaps.php.net/php5.3-latest.tar.gz For Windows: http://windows.php.net/snapshots/ Oops, I meant this snapshot of course. (According to CVS, it should have fixed inis) Previous Comments: ------------------------------------------------------------------------ [2009-04-06 21:33:22] dandelion8888 at gmail dot com Snapshot PHP5.2 works fine, because 5.2 uses different vesion of php.ini than 5.3. In php.inis in 5.3.0RC1 there are comments marked with semicolons and one of the semicolons is missing - line 581 - so it's impossible to configure PHP if somebody doesn't know about it. The error is in "php-5.3.0RC1.tar.gz" downloaded directly from php.net. There is no need to compile it to find where it is. ------------------------------------------------------------------------ [2009-04-06 20:57:34] j...@php.net Please try using this CVS snapshot: http://snaps.php.net/php5.2-latest.tar.gz For Windows: http://windows.php.net/snapshots/ ------------------------------------------------------------------------ [2009-04-06 16:12:57] dandelion8888 at gmail dot com Description: ------------ When I compiled PHP 5.3.0RC1 on Debian 5.0, both default configuration files: php.ini-development , php.ini-production had a missing semicolon on the line 581. The ini file wasn't parsed from that line down. It took me a while to find it out. Reproduce code: --------------- http://www.php.net/manual/en/errorfunc.configuration.php#ini.track-errors ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=47910&edit=1