From:             php at atu dot cjb dot net
Operating system: Irrelevant
PHP version:      Irrelevant
PHP Bug Type:     Documentation problem
Bug description:  Unclear summaries between the 4 gz-foo functions

Description:
------------
These two make sense:

gzdeflate -- Deflate a string
gzinflate -- Inflate a deflated string

These two do not:

gzcompress -- Compress a string
gzuncompress -- Uncompress a deflated string

I don't know the internal of these functions well enough to say which way
would be correct, but the way it is now is clearly not accurate.  Both of
them say it is acting on a deflated string, however gzcompress() does not
say it creates a deflated string.

Any clarity would be nice.  Thank you.


-- 
Edit bug report at http://bugs.php.net/?id=31025&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=31025&r=trysnapshot4
Try a CVS snapshot (php5.0): 
http://bugs.php.net/fix.php?id=31025&r=trysnapshot50
Try a CVS snapshot (php5.1): 
http://bugs.php.net/fix.php?id=31025&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=31025&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=31025&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=31025&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=31025&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=31025&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=31025&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=31025&r=notwrong
Not enough info:             
http://bugs.php.net/fix.php?id=31025&r=notenoughinfo
Submitted twice:             
http://bugs.php.net/fix.php?id=31025&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=31025&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=31025&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=31025&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=31025&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=31025&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=31025&r=float
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=31025&r=mysqlcfg

Reply via email to