From:             php-bugs at vandekamer dot com
Operating system: Linux
PHP version:      5.3.0
PHP Bug Type:     Session related
Bug description:  --enabled-session=shared doesn't work

Description:
------------
A build with --enabled-session=shared compiles as expected a session.so.
The module loads correctly, but when we start a session it raises the
following error:

/usr/bin/php-cgi: symbol lookup error: /usr/lib/php/20090626/session.so:
undefined symbol: php_url_scanner_reset_vars


When we repeat the build with exactly the same parameters except the
=shared part, everything works fine. Of course with a buildin session.

Reproduce code:
---------------
Build a php-cgi with the following ./configure:

        --with-layout=GNU
        --with-config-file-path=/etc/php
        --with-config-file-scan-dir=/etc/php/conf.d
        --prefix=/usr
        --mandir=/usr/share/man
        --disable-all
        --enable-session
        --enable-cgi
        --disable-cli



-- 
Edit bug report at http://bugs.php.net/?id=49064&edit=1
-- 
Try a snapshot (PHP 5.2):            
http://bugs.php.net/fix.php?id=49064&r=trysnapshot52
Try a snapshot (PHP 5.3):            
http://bugs.php.net/fix.php?id=49064&r=trysnapshot53
Try a snapshot (PHP 6.0):            
http://bugs.php.net/fix.php?id=49064&r=trysnapshot60
Fixed in SVN:                        
http://bugs.php.net/fix.php?id=49064&r=fixed
Fixed in SVN and need be documented: 
http://bugs.php.net/fix.php?id=49064&r=needdocs
Fixed in release:                    
http://bugs.php.net/fix.php?id=49064&r=alreadyfixed
Need backtrace:                      
http://bugs.php.net/fix.php?id=49064&r=needtrace
Need Reproduce Script:               
http://bugs.php.net/fix.php?id=49064&r=needscript
Try newer version:                   
http://bugs.php.net/fix.php?id=49064&r=oldversion
Not developer issue:                 
http://bugs.php.net/fix.php?id=49064&r=support
Expected behavior:                   
http://bugs.php.net/fix.php?id=49064&r=notwrong
Not enough info:                     
http://bugs.php.net/fix.php?id=49064&r=notenoughinfo
Submitted twice:                     
http://bugs.php.net/fix.php?id=49064&r=submittedtwice
register_globals:                    
http://bugs.php.net/fix.php?id=49064&r=globals
PHP 4 support discontinued:          http://bugs.php.net/fix.php?id=49064&r=php4
Daylight Savings:                    http://bugs.php.net/fix.php?id=49064&r=dst
IIS Stability:                       
http://bugs.php.net/fix.php?id=49064&r=isapi
Install GNU Sed:                     
http://bugs.php.net/fix.php?id=49064&r=gnused
Floating point limitations:          
http://bugs.php.net/fix.php?id=49064&r=float
No Zend Extensions:                  
http://bugs.php.net/fix.php?id=49064&r=nozend
MySQL Configuration Error:           
http://bugs.php.net/fix.php?id=49064&r=mysqlcfg

Reply via email to