changelog               Thu Aug 21 20:31:46 2003 EDT

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1364 php-src/ChangeLog:1.1365
--- php-src/ChangeLog:1.1364    Wed Aug 20 20:31:48 2003
+++ php-src/ChangeLog   Thu Aug 21 20:31:44 2003
@@ -1,3 +1,45 @@
+2003-08-21  Marcus Boerger  <[EMAIL PROTECTED]>
+
+    * 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  <[EMAIL PROTECTED]>
+
+    * NEWS:
+      ftp:// wrapper context option: resume_pos
+
+2003-08-21  Marcus Boerger  <[EMAIL PROTECTED]>
+
+    * 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  <[EMAIL PROTECTED]>
+
+    * 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  <[EMAIL PROTECTED]>
+
+    * NEWS:
+      - Proper place, correct formatting.
+
 2003-08-20  Brian France  <[EMAIL PROTECTED]>
 
     * NEWS:


Reply via email to