ID:               45973
 User updated by:  olivier dot berger at it-sudparis dot eu
 Reported By:      olivier dot berger at it-sudparis dot eu
-Status:           Feedback
+Status:           Open
 Bug Type:         Reproducible crash
 Operating System: Debian lenny
 PHP Version:      5.2.6
 New Comment:

I'm sorry, but I can't currently test the whole process of
recompiling/reinstalling PHP 5.3 on one of my systems where I only have
PHP5.2 and don't want to mess the whole setup.

Ain't there someone able to test that on an already installed PHP5.3
setup ?

It should be fairly easy to test once PHP5.3 is installed...


Previous Comments:
------------------------------------------------------------------------

[2008-09-04 20:49:16] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php5.3-latest.tar.gz
 
For Windows (zip):
 
  http://snaps.php.net/win32/php5.3-win32-latest.zip

For Windows (installer):

  http://snaps.php.net/win32/php5.3-win32-installer-latest.msi

Please test with 5.3, the ini scanner/parser has been rewritten in it
and I'd like to know if this happens there too. (can't test myself right
now...)

------------------------------------------------------------------------

[2008-09-02 13:00:01] olivier dot berger at it-sudparis dot eu

Description:
------------
If include_path wasn't set already, setting it to some concatenation of
${include_path} causes a segfault.

Seems different from #37002, AFAICT

More details in Debian bug :
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=497453

Reproduce code:
---------------
For instance, if /etc/php5/apache2/php.ini doesn't contain any
include_path definition, like is by default in Debian :
 ; UNIX: "/path1:/path2"
 ;include_path = ".:/usr/share/php"

then setting the following in for instance /etc/php5/conf.d/zend.ini :
 [Zend]
 include_path = ${include_path}
":/usr/share/php/libzend-framework-php"

leads to segmentation fault.


Expected result:
----------------
I guess referencing variables no yet explicitely set, but having
default values should return their default value.

Uncommenting the default include_path in /etc/php5/apache2/php.ini
allows it to work.


Actual result:
--------------
Apache segmentation fault


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=45973&edit=1

Reply via email to