From:             tomas dot hlavacek at firma dot volny dot cz
Operating system: Windows Server 2008
PHP version:      5.3.0
PHP Bug Type:     PHP options/info functions
Bug description:  register_long_arrays=On results in Server 500 Internal error

Description:
------------
I'm running php 5.3.0 under IIS 7 (Windows Web Server 2008) as Fast-CGI
module. 

Setting directive register_long_arrays=On results in "HTTP Error 500.0 -
Internal Server Error".
 
Look's like Warning message "PHP Warning:  Directive
'register_long_arrays' is deprecated in PHP 5.3 and greater in Unknown on
line 0" is sent from php to IIS before any headers and cannot be suppressed
in any way. This warning seems to be ignoring any error reporting settings
in php.ini.

Turning this directive Off is not a solution for now. Many of our
customers have to change their php scripts first.

Reproduce code:
---------------
E.G.

<? phpinfo(); ?>

Expected result:
----------------
phpinfo() page

Actual result:
--------------
HTTP Error 500.0 - Internal Server Error
D:\php5\php-cgi.exe - The FastCGI process exited unexpectedly

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

Reply via email to