changelog               Wed Jan 21 20:32:09 2004 EDT

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1514&r2=1.1515&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1514 php-src/ChangeLog:1.1515
--- php-src/ChangeLog:1.1514    Tue Jan 20 20:32:05 2004
+++ php-src/ChangeLog   Wed Jan 21 20:32:08 2004
@@ -1,3 +1,150 @@
+2004-01-21  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * ext/standard/tests/file/bug26938.phpt:
+      
+      test case for bug #26938
+
+2004-01-21  Marcus Boerger  <[EMAIL PROTECTED]>
+
+    * tests/classes/interface_doubled.phpt:
+      Change to correct syntax.
+
+    * CODING_STANDARDS:
+      All technical reasons that prevented us from studlyCaps are solved
+      and all current extensions as well as the whole PEAR framework follow
+      this rule. So for consistency i readd it.
+
+2004-01-21  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * NEWS
+      ext/standard/exec.c:
+      Fixed bug #26938 (exec() has problems reading long lines).
+
+2004-01-21  Antony Dovgal  <[EMAIL PROTECTED]>
+
+    * ext/oci8/oci8.c:
+      -change constant name, coz it doesn't comply with others
+      *add constant's alias, coz others do have aliases
+      *change protos (oops =))
+      *add notices to collection functions
+      *change coll_element_get & coll_assign to inform user, that this type of
+      element is not supported yet.
+
+2004-01-21  Rob Richards  <[EMAIL PROTECTED]>
+
+    * ext/simplexml/simplexml.c
+      ext/simplexml/tests/profile10.phpt:
+      Fix namespace regression bug
+      Read attributes correctly
+      Update sxe_prop_dim_exists logic
+      Update profile
+
+2004-01-21  Antony Dovgal  <[EMAIL PROTECTED]>
+
+    * ext/oci8/oci8.c:
+      fix potential segfault in oci_lob_write()
+      change oci_lob_trim() - truncate length should be 0 by default.
+
+2004-01-21  Rob Richards  <[EMAIL PROTECTED]>
+
+    * ext/simplexml/simplexml.c
+      ext/simplexml/tests/015.phpt:
+      Fix Bug #26976 (Can not access array elements using array indices)
+      return index 0 as non iterable object
+      update test
+
+2004-01-21  Ard Biesheuvel  <[EMAIL PROTECTED]>
+
+    * ext/interbase/interbase.c:
+      MFB
+
+2004-01-21  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
+
+    * NEWS:
+      News update on new streams method
+
+    * main/streams/userspace.c:
+      stream_lock() method added to userspace streams wrapper
+
+2004-01-21  Ard Biesheuvel  <[EMAIL PROTECTED]>
+
+    * (PHP_4_3)
+      NEWS
+      ext/interbase/interbase.c:
+      Fixed bug #26968 (Segfault with Interbase module built as shared)
+
+2004-01-21  Jon Parise  <[EMAIL PROTECTED]>
+
+    * ext/sqlite/Makefile.frag:
+      Adding dependencies on sqlite.h for the rest of the source files in the
+      libsqlite distribution.
+
+2004-01-21  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * .cvsignore
+      build/build.mk:
+      Last php4 occurances..
+
+2004-01-21  Marcus Boerger  <[EMAIL PROTECTED]>
+
+    * (PHP_4_3)
+      makerpm:
+      Add these files to the actual package
+
+    * (PHP_4_3)
+      makerpm:
+      Make this thing actually work again
+
+2004-01-21  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * ext/bz2/config.m4:
+      Break out the test with first hit.
+
+2004-01-21  Sara Golemon  <[EMAIL PROTECTED]>
+
+    * ext/standard/tests/file/userwrapper.phpt:
+      Typo
+
+2004-01-21  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * (PHP_4_3)
+      NEWS
+      ext/standard/formatted_print.c:
+      MFH: - Fixed bug #26973 (*printf() + modifier broken)
+
+    * ext/standard/formatted_print.c:
+      - Fixed bug #26973 (*printf() + modifier broken)
+
+    * ext/standard/tests/strings/bug26973.phpt:
+      extend a bit
+
+    * ext/standard/tests/strings/bug26973.phpt:
+      
+      test case for bug #26973
+
+    * ext/simplexml/tests/bug26976.phpt:
+      typo fix
+
+    * ext/simplexml/tests/bug26976.phpt:
+      test for bug #26976
+
+2004-01-21  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * (PHP_4_3)
+      NEWS
+      ext/standard/file.c:
+      MFH: Fixed bug #26974 (rename() doesn't check the destination file against
+      safe_mode/open_basedir).
+
+    * main/streams/plain_wrapper.c:
+      Fixed bug #26974 (rename() doesn't check the destination file
+      against safe_mode/open_basedir).
+
+2004-01-21  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * ext/simplexml/simplexml.c:
+      Goto targets should not be indented (some compilers choke on this, iirc)
+
 2004-01-20  Antony Dovgal  <[EMAIL PROTECTED]>
 
     * (PHP_4_3)

Reply via email to