|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2010-05-20 05:51 UTC] dragoonis at gmail dot com
[2010-05-24 09:18 UTC] dragoonis at gmail dot com
[2010-05-24 11:04 UTC] dragoonis at gmail dot com
[2010-05-25 08:57 UTC] gopalv82 at yahoo dot com
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Dec 22 17:00:02 2025 UTC |
Description: ------------ 1) We used to have my_log() which was doing manual output to 'stderr'. This function no longer exists. 2) The apc_eprint()..etc functions that used to call my_log() now directly invoke a php_error_docref(). 3) apc_dprint() was #ifdef for APC_DEBUG, where it should have been doing APC_DBG 4) The enum{} for APC_ERROR, APC_WARNING..etc are no longer needed. Now only APC_DBG exists. Reproduce code: --------------- The existing functions calling apc_eprint, nprint, dprint are all still in place, this is backwards compatible.