PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » HTML » HTML_AJAX » Bug #10149

Problems when E_STRICT is turned on in php.ini

Details

Submitted2007-02-22 00:05 UTC
Fromzoltee at yahoo dot com
Assigneddavidc
StatusClosed
PackageHTML_AJAX
PHP Version5.2.1
OSWinXP SP2
Roadmaps0.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 />