[PECL-BUG] Req #17527 [Com]: Error message function modifications
[email protected] ("dragoonis at gmail dot com")
| Newsgroups | php.pear.webmaster |
|---|---|
| Message-ID | <[email protected]> |
Edit report at http://pecl.php.net/bugs/bug.php?id=17527&edit=1
ID: 17527
Comment by: dragoonis at gmail dot com
Reported By: dragoonis at php dot net
Status: Open
Id: 17527
Type: Feature/Change Request
Package: Bug System
Operating System: Ubuntu
PHP Version: 5.2.10
New Comment:
Enum change for apc.h
http://digiflexdev.com/php/apc.h.diff
Function changes for apc.c
http://digiflexdev.com/php/apc.c.diff
Previous Comments:
------------------------------------------------------------------------
[2010-05-20 05:46:53] dragoonis at php dot net
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.
------------------------------------------------------------------------
--
Edit this bug report at http://pecl.php.net/bugs/bug.php?id=17527&edit=1