From:             jom at grosjo dot net
Operating system: Linux
PHP version:      5.2SVN-2009-10-10 (snap)
PHP Bug Type:     *Compression related
Bug description:  zlib.output_compression

Description:
------------
Relates to bug #48994 (which I can not modify or re-open)

Actually, with the latest snapshot, the setting shall be

'true'

and NOT:

true
1

This is a real annoying bug. It makes issues in softs like SugarCRM,
phpMyAdmin, etc... which believe that 1 is true and is also 'true'

Reproduce code:
---------------
put 'true' in php.ini and phpMyAdmin works nicely
put true or 1 in php.ini, and the display is full of garbage


Expected result:
----------------
true, 1, 'true' shall work the same way


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

Reply via email to