adorni
Posts: 120
|
| Posted: 10/24/2009, 6:00 PM |
|
I see this:
Deprecated: Assigning the return value of new by reference is deprecated in C:\WAMP\www\MAPEMFI\NewPage1.php on line 75
Deprecated: Assigning the return value of new by reference is deprecated in C:\WAMP\www\MAPEMFI\NewPage1.php on line 76
Deprecated: Assigning the return value of new by reference is deprecated in C:\WAMP\www\MAPEMFI\NewPage1.php on line 77
Deprecated: Assigning the return value of new by reference is deprecated in C:\WAMP\www\MAPEMFI\NewPage1.php on line 78
Deprecated: Assigning the return value of new by reference is deprecated in C:\WAMP\www\MAPEMFI\NewPage1.php on line 333
Deprecated: Assigning the return value of new by reference is deprecated in C:\WAMP\www\MAPEMFI\NewPage1.php on line 334
Deprecated: Assigning the return value of new by reference is deprecated in C:\WAMP\www\MAPEMFI\NewPage1.php on line 335
Deprecated: Assigning the return value of new by reference is deprecated in C:\WAMP\www\MAPEMFI\NewPage1.php on line 502
Deprecated: Assigning the return value of new by reference is deprecated in C:\WAMP\www\MAPEMFI\NewPage1.php on line 503
Thanks!
|
 |
 |
mor
Posts: 119
|
| Posted: 10/26/2009, 12:41 AM |
|
In PHP 5.3 some features are deprecated. Therefore displays a warning. Details: http://php.net/manual/en/migration53.deprecated.php
What is the code in lines 75-78, 333-335 ?
_________________
Mor ve Ötesi |
 |
 |
|