changelog               Tue Dec 23 20:31:52 2003 EDT

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1484 php-src/ChangeLog:1.1485
--- php-src/ChangeLog:1.1484    Mon Dec 22 20:31:46 2003
+++ php-src/ChangeLog   Tue Dec 23 20:31:51 2003
@@ -1,3 +1,92 @@
+2003-12-23  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * run-tests.php:
+      Properly detect bundled libtool when PHP is built in a separate directory.
+      Detect version of system libtool, which is used by phpize.
+
+    * ext/pgsql/tests/09notice.phpt:
+      Make test work with PostgreSQL 7.4
+
+2003-12-23  Moriyoshi Koizumi  <[EMAIL PROTECTED]>
+
+    * ext/iconv/iconv.c:
+      Those are not structures :-)
+
+2003-12-23  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * ext/dom/namednodemap.c
+      ext/dom/nodelist.c:
+      Compiler warning fixes.
+
+    * ext/iconv/iconv.c:
+      Fixed compiler warnings.
+
+2003-12-23  Antony Dovgal  <[EMAIL PROTECTED]>
+
+    * ext/oci8/oci8.c:
+      add oci_fetch_assoc(), oci_fetch_object(), oci_fetch_array() &
+      oci_fetch_row()
+      change ocifetchinto() to use php_oci_fetch_row()
+
+    * ext/oci8/oci8.c:
+      huge patch
+      change almost all func names to match naming conventions
+      keep ocifetchinto & *buffering for awhile - they will be rewritten soon
+      old names are kept as aliases
+
+2003-12-23  Wez Furlong  <[EMAIL PROTECTED]>
+
+    * ext/dba/config.w32:
+      enable inifile handler under new win32 build too
+
+2003-12-23  Marcus Boerger  <[EMAIL PROTECTED]>
+
+    * (PHP_4_3)
+      ext/dba/dba.dsp:
+      Add inifile handler in windows build too.
+
+2003-12-23  Andi Gutmans  <[EMAIL PROTECTED]>
+
+    * sapi/cli/php.1.in:
+      - Commit fixes to PHP man page
+
+2003-12-23  Moriyoshi Koizumi  <[EMAIL PROTECTED]>
+
+    * (PHP_4_3)
+      ext/standard/file.c:
+      Oops.
+
+    * (PHP_4_3)
+      ext/standard/file.c:
+      Fix fgetcsv()'s null line handling.
+
+2003-12-23  Marcus Boerger  <[EMAIL PROTECTED]>
+
+    * NEWS
+      ZendEngine2/zend.c
+      ZendEngine2/zend_execute_API.c
+      ZendEngine2/zend_globals.h
+      ZendEngine2/tests/bug26697.phpt:
+      Fixed bug #26697 (calling class_exists on a nonexistent class in __autoload
+      results in segfault).
+
+2003-12-23  Antony Dovgal  <[EMAIL PROTECTED]>
+
+    * ext/oci8/oci8.c:
+      do not delete connection ids, we need them
+
+2003-12-23  Georg Richter  <[EMAIL PROTECTED]>
+
+    * NEWS:
+      
+
+2003-12-23  Wez Furlong  <[EMAIL PROTECTED]>
+
+    * README.WIN32-BUILD-SYSTEM:
+      Now that it has matured somewhat, don't discourage questions about it
+      quite so strongly.
+      Add note about snapshot building.
+
 2003-12-22  Marcus Boerger  <[EMAIL PROTECTED]>
 
     * README.SUBMITTING_PATCH

Reply via email to