[PECL-BUG] Req #17527 [NEW]: Error message function modifications
[email protected] ("dragoonis at php dot net")
| Newsgroups | php.pear.webmaster |
|---|---|
| Message-ID | <[email protected]> |
From: dragoonis at php dot net
Operating system: Ubuntu
Package version:
PHP version: 5.2.10
Package: Bug System
Bug Type: Feature/Change Request
Bug description: Error message function modifications
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 bug report at http://pecl.php.net/bugs/bug.php?id=17527&edit=1
--