From:             ministeyr at free dot fr
Operating system: 
PHP version:      5.1.0RC1
PHP Bug Type:     Feature/Change Request
Bug description:  Just the request of a little improvement in ini_get

Description:
------------
Hello,
In the documentation, it is said that "when querying memory size values"
using ini_get, it returns a string (like 2M, 512K, etc). Then there is an
example of a "return_bytes" function wich would get the corresponding
integer.
I wonder if you could implement such a function in the core php language,
it is really often needed, and would keep the scripts compatible if you
change the format of the specifications in the .ini file (ie. if you add
the possibility of specifying memory sizes with "KB", "MB" instead of M
and K).
Thanks.
Ministeyr


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

Reply via email to