changelog Wed May 13 01:32:51 2009 UTC
Modified files:
/ZendEngine2 ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.1482&r2=1.1483&diff_format=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.1482 ZendEngine2/ChangeLog:1.1483
--- ZendEngine2/ChangeLog:1.1482 Tue May 12 01:32:56 2009
+++ ZendEngine2/ChangeLog Wed May 13 01:32:51 2009
@@ -1,3 +1,19 @@
+2009-05-12 Felipe Pena <felipe...@gmail.com>
+
+ * (PHP_5_2)
+ zend_object_handlers.c
+ zend_object_handlers.c
+ tests/bug48248.phpt
+ tests/bug48248.phpt:
+ - MFH: Fixed bug #48248 (SIGSEGV when access to private property via
+ &__get)
+
+ * zend_object_handlers.c
+ tests/bug48248.phpt
+ tests/bug48248.phpt
+ tests/bug48248.phpt:
+ - Fixed bug #48248 (SIGSEGV when access to private property via &__get)
+
2009-05-11 Felipe Pena <felipe...@gmail.com>
* zend_exceptions.c
@@ -28628,7 +28644,7 @@
2003-06-10 Jani Taskinen <sni...@iki.fi>
* zend_multiply.h:
- - Missing $Id: ChangeLog,v 1.1482 2009/05/12 01:32:56 changelog Exp $ tag
+ - Missing $Id: ChangeLog,v 1.1483 2009/05/13 01:32:51 changelog Exp $ tag
2003-06-10 James Cox <ja...@imajes.info>
@@ -30352,7 +30368,7 @@
zend_types.h
zend_variables.c
zend_variables.h:
- - Added some missing CVS $Id: ChangeLog,v 1.1482 2009/05/12 01:32:56
changelog Exp $ tags, headers and footers.
+ - Added some missing CVS $Id: ChangeLog,v 1.1483 2009/05/13 01:32:51
changelog Exp $ tags, headers and footers.
2003-01-30 Ilia Alshanetsky <i...@prohost.org>