akirafreak / php-image-host

Automatically exported from code.google.com/p/php-image-host
Other
0 stars 0 forks source link

Incompatible with php 5.4 with deprecated reference call. #58

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run php-image-host on php5.4

What is the expected output? What do you see instead?

The following warning appeared and image upload function failed.

Deprecated: Assigning the return value of new by reference is deprecated in 
/home1/chaoman/public_html/phpimagehost/classes/app.class.php on line 141

Deprecated: Assigning the return value of new by reference is deprecated in 
/home1/chaoman/public_html/phpimagehost/classes/app.class.php on line 622

What version of the product are you using? On what operating system?

Version: 1.4.0.11.2 on hostgator hosting service

Please provide any additional information below.

Original issue reported on code.google.com by chao...@gmail.com on 15 Aug 2014 at 5:29

GoogleCodeExporter commented 8 years ago
Same issue happens when running version 1.4.0.11.2 on Centos 6.5 with php5.3.3

PHP Deprecated:  Assigning the return value of new by reference is deprecated 
in 
/home/members/mypclinuxos/imagehost/classes/app.class.php on line 141

Original comment by youcanto...@gmail.com on 15 Oct 2014 at 6:54