binaryage / firelogger.php

PHP library for FireLogger - a logger console integrated into Firebug
http://firelogger.binaryage.com/php
Other
68 stars 16 forks source link

PHP <5.2.3 and <5.3.x compatibility fix #12

Closed milo closed 13 years ago

milo commented 13 years ago

Fixed a callback parameter for set_error_handler() and register_shutdown_function() for PHP before 5.2.3. Static class method callback syntax 'Class::Methods' comes with PHP 5.2.3.

Explicit E_DEPRECATED and E_USER_DEPRECATED definition which comes with PHP 5.3.0.

darwin commented 13 years ago

diky!

On Mon, Mar 28, 2011 at 4:51 PM, mil0 reply@reply.github.com wrote:

Fixed a callback parameter for set_error_handler() and register_shutdown_function() for PHP before 5.2.3. Static class method callback syntax 'Class::Methods' comes with PHP 5.2.3.

Explicit E_DEPRECATED and E_USER_DEPRECATED definition which comes with PHP 5.3.0.

Reply to this email directly or view it on GitHub: https://github.com/darwin/firelogger.php/pull/12

milo commented 13 years ago

Rádo se stalo.