jani Sat, 05 Sep 2009 17:11:44 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=288082
Log:
- This was not supposed to be committed..
Changed paths:
U php/php-src/branches/PHP_5_2/Zend/zend_object_handlers.c
Modified: php/php-src/branches/PHP_5_2/Zend/zend_object_handlers.c
===================================================================
--- php/php-src/branches/PHP_5_2/Zend/zend_object_handlers.c 2009-09-05
17:07:14 UTC (rev 288081)
+++ php/php-src/branches/PHP_5_2/Zend/zend_object_handlers.c 2009-09-05
17:11:44 UTC (rev 288082)
@@ -569,7 +569,7 @@
/* we don't have access controls - will just add it */
new_zval = &EG(uninitialized_zval);
- zend_error(E_NOTICE, "Undefined property: %s",
Z_STRVAL_P(member));
+/* zend_error(E_NOTICE, "Undefined property: %s",
Z_STRVAL_P(member)); */
new_zval->refcount++;
zend_hash_quick_update(zobj->properties,
property_info->name, property_info->name_length+1, property_info->h, &new_zval,
sizeof(zval *), (void **) &retval);
} else {
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php