changelog               Wed Feb 14 01:31:05 2007 UTC

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2600&r2=1.2601&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2600 php-src/ChangeLog:1.2601
--- php-src/ChangeLog:1.2600    Tue Feb 13 01:31:02 2007
+++ php-src/ChangeLog   Wed Feb 14 01:31:04 2007
@@ -1,3 +1,206 @@
+2007-02-13  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * (PHP_5_2)
+      ext/standard/string.c:
+      
+      Make sure p is not pointing to the start of the buffer
+
+    * (PHP_5_2)
+      main/streams/plain_wrapper.c:
+      
+      Fixed a memory leak on highlight_file() with a non-existant file
+
+2007-02-13  Nuno Lopes  <[EMAIL PROTECTED]>
+
+    * (PHP_4_4)
+      NEWS
+      ext/pcre/config0.m4
+      ext/pcre/pcrelib/.cvsignore
+      ext/pcre/pcrelib/COPYING
+      ext/pcre/pcrelib/ChangeLog
+      ext/pcre/pcrelib/LICENCE
+      ext/pcre/pcrelib/NEWS
+      ext/pcre/pcrelib/NON-UNIX-USE
+      ext/pcre/pcrelib/README
+      ext/pcre/pcrelib/dftables.c
+      ext/pcre/pcrelib/pcre.h
+      ext/pcre/pcrelib/pcre_compile.c
+      ext/pcre/pcrelib/pcre_config.c
+      ext/pcre/pcrelib/pcre_dfa_exec.c
+      ext/pcre/pcrelib/pcre_exec.c
+      ext/pcre/pcrelib/pcre_fullinfo.c
+      ext/pcre/pcrelib/pcre_get.c
+      ext/pcre/pcrelib/pcre_globals.c
+      ext/pcre/pcrelib/pcre_info.c
+      ext/pcre/pcrelib/pcre_internal.h
+      ext/pcre/pcrelib/pcre_maketables.c
+      ext/pcre/pcrelib/pcre_newline.c
+      ext/pcre/pcrelib/pcre_ord2utf8.c
+      ext/pcre/pcrelib/pcre_printint.src
+      ext/pcre/pcrelib/pcre_refcount.c
+      ext/pcre/pcrelib/pcre_scanner.cc
+      ext/pcre/pcrelib/pcre_scanner.h
+      ext/pcre/pcrelib/pcre_scanner_unittest.cc
+      ext/pcre/pcrelib/pcre_study.c
+      ext/pcre/pcrelib/pcre_tables.c
+      ext/pcre/pcrelib/pcre_try_flipped.c
+      ext/pcre/pcrelib/pcre_ucp_searchfuncs.c
+      ext/pcre/pcrelib/pcre_valid_utf8.c
+      ext/pcre/pcrelib/pcre_version.c
+      ext/pcre/pcrelib/pcre_xclass.c
+      ext/pcre/pcrelib/pcrecpp.cc
+      ext/pcre/pcrelib/pcrecpp.h
+      ext/pcre/pcrelib/pcrecpp_unittest.cc
+      ext/pcre/pcrelib/pcregrep.c
+      ext/pcre/pcrelib/pcreposix.c
+      ext/pcre/pcrelib/pcreposix.h
+      ext/pcre/pcrelib/pcretest.c
+      ext/pcre/pcrelib/ucp.h
+      ext/pcre/pcrelib/ucpinternal.h
+      ext/pcre/pcrelib/ucptable.c
+      ext/pcre/pcrelib/doc/.cvsignore
+      ext/pcre/pcrelib/doc/Tech.Notes
+      ext/pcre/pcrelib/doc/pcre.txt
+      ext/pcre/pcrelib/testdata/.cvsignore
+      ext/pcre/pcrelib/testdata/grepinput
+      ext/pcre/pcrelib/testdata/grepinput8
+      ext/pcre/pcrelib/testdata/grepoutput
+      ext/pcre/pcrelib/testdata/grepoutput8
+      ext/pcre/pcrelib/testdata/testinput1
+      ext/pcre/pcrelib/testdata/testinput2
+      ext/pcre/pcrelib/testdata/testinput4
+      ext/pcre/pcrelib/testdata/testinput5
+      ext/pcre/pcrelib/testdata/testinput6
+      ext/pcre/pcrelib/testdata/testinput7
+      ext/pcre/pcrelib/testdata/testinput8
+      ext/pcre/pcrelib/testdata/testoutput1
+      ext/pcre/pcrelib/testdata/testoutput2
+      ext/pcre/pcrelib/testdata/testoutput3
+      ext/pcre/pcrelib/testdata/testoutput4
+      ext/pcre/pcrelib/testdata/testoutput5
+      ext/pcre/pcrelib/testdata/testoutput6
+      ext/pcre/pcrelib/testdata/testoutput7
+      ext/pcre/pcrelib/testdata/testoutput8
+      win32/php4dllts.dsp:
+      upgrade bundled PCRE to version 7.0
+
+2007-02-13  Antony Dovgal  <[EMAIL PROTECTED]>
+
+    * ext/oci8/php_oci8_int.h:
+      output debug messages before calling OCI functions
+
+2007-02-13  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * (PHP_5_2)
+      ext/imap/php_imap.c:
+      
+      Fixed a memory leak inside imap_utf8()
+
+2007-02-13  Nuno Lopes  <[EMAIL PROTECTED]>
+
+    * (PHP_5_2)
+      NEWS
+      ext/standard/proc_open.c
+      ext/standard/tests/general_functions/bug34794.phpt
+      ext/standard/tests/general_functions/bug34794.phpt:
+      Fixed bug #34794 (proc_close() hangs when used with two processes)
+
+2007-02-13  Antony Dovgal  <[EMAIL PROTECTED]>
+
+    * main/streams/userspace.c:
+      improve php_userstreamop_seek()
+      check for errors in stream_seek() and return correct status
+
+2007-02-13  Nuno Lopes  <[EMAIL PROTECTED]>
+
+    * ext/ftp/ftp.c
+      ext/ftp/tests/bug37799.phpt
+      ext/ftp/tests/server.inc
+      ext/standard/proc_open.c
+      ext/standard/tests/general_functions/bug34794.phpt:
+      MFB
+
+    * (PHP_5_2)
+      NEWS
+      ext/ftp/ftp.c
+      ext/ftp/tests/bug37799.phpt
+      ext/ftp/tests/bug37799.phpt
+      ext/ftp/tests/server.inc:
+      Fixed bug #37799 (ftp_ssl_connect() falls back to non-ssl connection)
+
+2007-02-13  Derick Rethans  <[EMAIL PROTECTED]>
+
+    * (PHP_4_4)
+      NEWS
+      configure.in
+      main/php_version.h:
+      - Back to -dev.
+
+    * (PHP_4_4)
+      NEWS
+      configure.in
+      main/php_version.h:
+      - Package 4.4.5.
+
+2007-02-13  Antony Dovgal  <[EMAIL PROTECTED]>
+
+    * (PHP_5_2)
+      NEWS
+      ext/standard/proc_open.c:
+      fix #40455 (proc_open() uses wrong commandline when safe_mode_exec_dir is
+      set)
+
+    * ZendEngine2/tests/018.phpt
+      ext/standard/tests/file/flock.phpt
+      ext/standard/tests/general_functions/ini_get_all.phpt
+      ext/standard/tests/strings/convert_cyr_string.phpt
+      ext/standard/tests/strings/crypt.phpt:
+      new/improved tests
+
+    * ZendEngine2/tests/018.phpt
+      ZendEngine2/tests/018.phpt
+      ext/standard/tests/file/flock.phpt
+      ext/standard/tests/file/flock.phpt
+      ext/standard/tests/general_functions/ini_get_all.phpt
+      ext/standard/tests/general_functions/ini_get_all.phpt
+      ext/standard/tests/strings/convert_cyr_string.phpt
+      ext/standard/tests/strings/convert_cyr_string.phpt
+      ext/standard/tests/strings/crypt.phpt:
+      
+      file 018.phpt was initially added on branch PHP_5_2.
+
+    * ext/standard/file.c:
+      plug possible leak
+
+    * (PHP_5_2)
+      ext/filter/.cvsignore
+      ext/pdo/.cvsignore
+      ext/pdo_sqlite/.cvsignore
+      ext/xmlreader/.cvsignore
+      ext/zip/.cvsignore
+      ext/zip/lib/.cvsignore:
+      fix .cvsignore's
+
+2007-02-13  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * (PHP_5_2)
+      NEWS
+      ext/standard/string.c
+      ext/standard/tests/strings/bug40432.phpt
+      ext/standard/tests/strings/bug40432.phpt:
+      
+      Fixed bug #40432 (strip_tags() fails with greater than in attribute).
+
+2007-02-13  Marcus Boerger  <[EMAIL PROTECTED]>
+
+    * ext/spl/examples/phar_from_dir.php:
+      - Drop useless stuff
+
+    * ext/spl/examples/phar_from_dir.php
+      ext/spl/examples/phar_from_dir.php:
+      
+      - Add new example
+
 2007-02-12  Antony Dovgal  <[EMAIL PROTECTED]>
 
     * ext/simplexml/simplexml.c

Reply via email to