]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Fri, 22 Aug 2003 00:31:48 +0000 (00:31 +0000)
committer <changelog@php.net> <>
Fri, 22 Aug 2003 00:31:48 +0000 (00:31 +0000)
ChangeLog
Zend/ChangeLog

index 261fea2eb89f170569594aac40a0123fb7529df3..9124d6e93b26fc76721076d970c56df2ee58fb56 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,45 @@
+2003-08-21  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * ZendEngine2/zend_default_classes.c
+      ZendEngine2/zend_default_classes.h
+      ZendEngine2/zend_reflection_api.c:
+      Add function 'zend_throw_exception(char *message, int duplicate
+      TSRMLS_DC);'
+      to provide an easy way to throw exceptions for extension developers.
+
+2003-08-21  Sara Golemon  <php@alphaweb.net>
+
+    * NEWS:
+      ftp:// wrapper context option: resume_pos
+
+2003-08-21  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * ZendEngine2/zend_API.c:
+      If ce not given than any object would do
+
+    * ZendEngine2/zend_API.c:
+      Paramspec 'O' / zend_parse_method_params(): only if given check the class
+      type
+
+    * ext/mysqli/mysqli_api.c:
+      Fix parameter spec
+
+2003-08-21  Jon Parise  <jon@csh.rit.edu>
+
+    * configure.in
+      ext/standard/filestat.c:
+      Under FreeBSD, statfs(2) requires both <sys/mount.h> _and_ <sys/param.h>.
+      The autoconf check for <sys/mount.h> was failing because <sys/param.h>
+      wasn't being universally included.
+      
+      This gets disk_total_space() and disk_free_space() working again under
+      FreeBSD.
+
+2003-08-21  Jani Taskinen  <sniper@iki.fi>
+
+    * NEWS:
+      - Proper place, correct formatting.
+
 2003-08-20  Brian France  <list@firehawksystems.com>
 
     * NEWS:
index ae6db2c6eb80664550a9f7612f529c81e5e69893..d44e07ead3199a6c25a18092d0602cb19e3a0cf5 100644 (file)
@@ -1,3 +1,19 @@
+2003-08-21  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * zend_default_classes.c
+      zend_default_classes.h
+      zend_reflection_api.c:
+      Add function 'zend_throw_exception(char *message, int duplicate
+      TSRMLS_DC);'
+      to provide an easy way to throw exceptions for extension developers.
+
+    * zend_API.c:
+      If ce not given than any object would do
+
+    * zend_API.c:
+      Paramspec 'O' / zend_parse_method_params(): only if given check the class
+      type
+
 2003-08-20  Zeev Suraski  <zeev@zend.com>
 
     * zend_alloc.c: