From:             malina dot laszlo at malina dot hu
Operating system: Debian Lenny
PHP version:      5.3.0
PHP Bug Type:     Dynamic loading
Bug description:  Php don't work with mod_fcgid if I load a extension

Description:
------------
Hello!

I compiled php-5.3.0 (CGI), apache-2.2.12 (mpm-worker) and 
mod_fcgid-2.2.0 on Debian Lenny. 

I have more extension: mysql, mysqli, pdo, gd, gettext, memcache, 
imagick, idn, etc.

When I give extension_dir (with absoluth path) and I does NOT allow to
load extensions then no problem (and no extension).
When I does allow to load only ONE extension (for example gd.so), then the
server send me "Internal server error" (status 500).

I can see in apache error-log: 
[warn] (104)Connection reset by peer: mod_fcgid: read data from fastcgi
server error.
[info] (104)Connection reset by peer: mod_fcgid: can't read data from
fcgid handler
[warn] (104)Connection reset by peer: mod_fcgid: ap_pass_brigade failed in
handle_request function

What is problem?

(Sorry for my bad English!)


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

Reply via email to