Home » HTML » HTML_AJAX » Bug #10149
Problems when E_STRICT is turned on in php.ini
Details
| Submitted | 2007-02-22 00:05 UTC |
|---|---|
| From | zoltee at yahoo dot com |
| Assigned | davidc |
| Status | Closed |
| Package | HTML_AJAX |
| PHP Version | 5.2.1 |
| OS | WinXP SP2 |
| Roadmaps | 0.5.1 |
Comments
[2007-02-22 00:05 UTC] zoltee at yahoo dot com
Description:
------------
I have error_reporting = E_ALL | E_STRICT in php.ini and this is what I get:
<br />
2<b>Strict Standards</b>: Assigning the return value of new by reference is deprecated in <b>C:\work\web\pear\HTML\AJAX\Server.php</b> on line <b>158</b><br />
3<br />
4<b>Strict Standards</b>: Assigning the return value of new by reference is deprecated in <b>C:\work\web\pear\HTML\AJAX.php</b> on line <b>612</b><br />
5<br />
6<b>Strict Standards</b>: Assigning the return value of new by reference is deprecated in <b>C:\work\web\pear\HTML\AJAX\Serializer\JSON.php</b> on line <b>46</b><br />
7<br />