changelog               Fri Aug 22 20:31:13 2003 EDT

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1365 php-src/ChangeLog:1.1366
--- php-src/ChangeLog:1.1365    Thu Aug 21 20:31:44 2003
+++ php-src/ChangeLog   Fri Aug 22 20:31:11 2003
@@ -1,3 +1,91 @@
+2003-08-22  Wez Furlong  <[EMAIL PROTECTED]>
+
+    * win32/.cvsignore:
+      ignore this generated file
+
+    * win32/builddef.bat
+      win32/php4dllts.dsp:
+      provide general hook for exporting symbols from php4ts.dll
+
+2003-08-22  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * (PHP_4_3)
+      main/main.c:
+      MFH: Fixed bug #25127 (reset memory_limit before terminating the request)
+
+    * main/main.c:
+      Fixed bug #25127 (reset memory_limit before terminating the request)
+
+    * ZendEngine2/zend_builtin_functions.c
+      ZendEngine2/zend_constants.h:
+      Replace *magic number* with a much nicer define.
+
+2003-08-22  Brian France  <[EMAIL PROTECTED]>
+
+    * main/php.h:
+      
+       Updated PHP_API_VERSION to 20030820 for the php_setcookie api change
+
+2003-08-22  Wez Furlong  <[EMAIL PROTECTED]>
+
+    * ext/dom/attr.c
+      ext/dom/cdatasection.c
+      ext/dom/characterdata.c
+      ext/dom/comment.c
+      ext/dom/document.c
+      ext/dom/documentfragment.c
+      ext/dom/documenttype.c
+      ext/dom/domconfiguration.c
+      ext/dom/domerror.c
+      ext/dom/domerrorhandler.c
+      ext/dom/domexception.c
+      ext/dom/domimplementation.c
+      ext/dom/domimplementationlist.c
+      ext/dom/domimplementationsource.c
+      ext/dom/domlocator.c
+      ext/dom/domstringlist.c
+      ext/dom/element.c
+      ext/dom/entity.c
+      ext/dom/entityreference.c
+      ext/dom/namednodemap.c
+      ext/dom/namelist.c
+      ext/dom/node.c
+      ext/dom/nodelist.c
+      ext/dom/notation.c
+      ext/dom/php_dom.c
+      ext/dom/processinginstruction.c
+      ext/dom/string_extend.c
+      ext/dom/text.c
+      ext/dom/typeinfo.c
+      ext/dom/userdatahandler.c
+      ext/dom/xpath.c
+      ext/simplexml/simplexml.c
+      ext/xml/compat.c:
+      allow building without libxml2 under win32
+
+2003-08-22  Jon Parise  <[EMAIL PROTECTED]>
+
+    * (PHP_4_3)
+      configure.in
+      ext/standard/filestat.c:
+      MFH configure.in:1.460, filestat.c:1.125:
+      
+      Fix disk_total_space() and disk_free_space() under FreeBSD.
+
+2003-08-22  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * ZendEngine2/zend_builtin_functions.c:
+      Set 2147483647 as the module number of user defined constants
+      Fixed a few bugs and cleaned up get_defined_constants().
+
+    * sapi/cli/php_cli.c:
+      Set module id 0 (internal) for constants registered by php_cli in C.
+
+2003-08-22  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * NEWS:
+      english is funny
+
 2003-08-21  Marcus Boerger  <[EMAIL PROTECTED]>
 
     * ZendEngine2/zend_default_classes.c


Reply via email to