changelog Mon Jan 8 01:31:08 2007 UTC
Modified files:
/ZendEngine2 ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.1051&r2=1.1052&diff_format=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.1051 ZendEngine2/ChangeLog:1.1052
--- ZendEngine2/ChangeLog:1.1051 Sat Jan 6 01:31:04 2007
+++ ZendEngine2/ChangeLog Mon Jan 8 01:31:08 2007
@@ -1,3 +1,24 @@
+2007-01-07 Sara Golemon <[EMAIL PROTECTED]>
+
+ * zend_alloc.h:
+ Typo
+
+ * zend_API.c
+ zend_API.h:
+ Add add_property_zstr(l)(_ex)()
+
+ * zend_alloc.h:
+ Add pestrndup()
+
+ * zend_alloc.c
+ zend_alloc.h:
+ Fix prior commit noticing this time that persistent allocators start with
+ zend_*() and that one already exists
+
+ * zend_alloc.c
+ zend_alloc.h:
+ Flesh out some missing API calls
+
2007-01-05 Sara Golemon <[EMAIL PROTECTED]>
* zend_builtin_functions.c:
@@ -16507,7 +16528,7 @@
2003-06-10 Jani Taskinen <[EMAIL PROTECTED]>
* zend_multiply.h:
- - Missing $Id: ChangeLog,v 1.1051 2007/01/06 01:31:04 changelog Exp $ tag
+ - Missing $Id: ChangeLog,v 1.1052 2007/01/08 01:31:08 changelog Exp $ tag
2003-06-10 James Cox <[EMAIL PROTECTED]>
@@ -18231,7 +18252,7 @@
zend_types.h
zend_variables.c
zend_variables.h:
- - Added some missing CVS $Id: ChangeLog,v 1.1051 2007/01/06 01:31:04
changelog Exp $ tags, headers and footers.
+ - Added some missing CVS $Id: ChangeLog,v 1.1052 2007/01/08 01:31:08
changelog Exp $ tags, headers and footers.
2003-01-30 Ilia Alshanetsky <[EMAIL PROTECTED]>