mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
- Remove object debug messages.
This commit is contained in:
parent
ed6d751cd9
commit
b04238698f
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
#include "zend_variables.h"
|
||||
#include "zend_API.h"
|
||||
|
||||
#define ZEND_DEBUG_OBJECTS 1
|
||||
#define ZEND_DEBUG_OBJECTS 0
|
||||
|
||||
void zend_objects_init(zend_objects *objects, zend_uint init_size)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue