From:             bo at theaddedones dot com
Operating system: os X & Solaris
PHP version:      4.3.4
PHP Bug Type:     Documentation problem
Bug description:  getimagesize

Description:
------------
with the advent of this lovely warning

Warning: Call-time pass-by-reference has been deprecated 
- argument passed by value;  If you would like to pass 
it by reference, modify the declaration of 
getimagesize().  If you would like to enable call-time 
pass-by-reference, you can set 
allow_call_time_pass_reference to true in your INI file.  
However, future versions may not support this any 
longer.

the example of 'getimagesize($file, &$info);'  should 
now be 

 'getimagesize($file, $info);' 


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

Reply via email to