ID:               26408
 Updated by:       [EMAIL PROTECTED]
 Reported By:      bo at theaddedones dot com
-Status:           Open
+Status:           Closed
 Bug Type:         Documentation problem
 Operating System: os X & Solaris
 PHP Version:      4.3.4
 New Comment:

This bug has been fixed in CVS.

In case this was a PHP problem, snapshots of the sources are packaged
every three hours; this change will be in the next snapshot. You can
grab the snapshot at http://snaps.php.net/.
 
In case this was a documentation problem, the fix will show up soon at
http://www.php.net/manual/.

In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites in short time.
 
Thank you for the report, and for helping us make PHP better.


Previous Comments:
------------------------------------------------------------------------

[2003-11-25 12:09:18] bo at theaddedones dot com

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 this bug report at http://bugs.php.net/?id=26408&edit=1

Reply via email to