changelog               Wed Aug 10 01:38:21 2005 EDT

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.2068&r2=1.2069&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2068 php-src/ChangeLog:1.2069
--- php-src/ChangeLog:1.2068    Tue Aug  9 01:39:27 2005
+++ php-src/ChangeLog   Wed Aug 10 01:38:19 2005
@@ -1,3 +1,181 @@
+2005-08-09  Andi Gutmans  <[EMAIL PROTECTED]>
+
+    * (PHP_5_1)
+      NEWS:
+      - This didn't end up being included
+
+2005-08-09  Johannes Schlüter  <[EMAIL PROTECTED]>
+
+    * NEWS
+      ext/standard/string.c
+      ext/standard/tests/strings/stristr.phpt
+      ext/standard/tests/strings/strstr.phpt:
+      - Added option to strstr() and stristr() to get a particular haystack
+      component
+
+2005-08-09  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * ext/standard/url.h:
+      Missing patch bit.
+
+2005-08-09  Andrei Zmievski  <[EMAIL PROTECTED]>
+
+    * (PHP_4_4)
+      ext/pcre/config.m4
+      ext/pcre/pcrelib/AUTHORS
+      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/chartables.c
+      ext/pcre/pcrelib/dftables.c
+      ext/pcre/pcrelib/get.c
+      ext/pcre/pcrelib/internal.h
+      ext/pcre/pcrelib/libpcre.def
+      ext/pcre/pcrelib/libpcreposix.def
+      ext/pcre/pcrelib/maketables.c
+      ext/pcre/pcrelib/pcre.c
+      ext/pcre/pcrelib/pcre.def
+      ext/pcre/pcrelib/pcre.h
+      ext/pcre/pcrelib/pcre_chartables.c
+      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_ord2utf8.c
+      ext/pcre/pcrelib/pcre_printint.c
+      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_stringpiece.cc
+      ext/pcre/pcrelib/pcre_stringpiece.h
+      ext/pcre/pcrelib/pcre_stringpiece_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_findchar.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/study.c
+      ext/pcre/pcrelib/ucp.c
+      ext/pcre/pcrelib/ucp.h
+      ext/pcre/pcrelib/ucp_findchar.c
+      ext/pcre/pcrelib/ucptypetable.c
+      ext/pcre/pcrelib/doc/Tech.Notes
+      ext/pcre/pcrelib/doc/pcre.txt
+      ext/pcre/pcrelib/testdata/grepinput
+      ext/pcre/pcrelib/testdata/grepinputx
+      ext/pcre/pcrelib/testdata/greplist
+      ext/pcre/pcrelib/testdata/grepoutput
+      ext/pcre/pcrelib/testdata/testinput1
+      ext/pcre/pcrelib/testdata/testinput2
+      ext/pcre/pcrelib/testdata/testinput3
+      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/testinput9
+      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
+      ext/pcre/pcrelib/testdata/testoutput9:
+      Upgrade to PCRE 6.2.
+
+    * ext/pcre/pcrelib/internal.h:
+      Remove old internal.h file.
+
+2005-08-09  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * NEWS:
+      reword
+
+2005-08-09  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * NEWS
+      ext/standard/basic_functions.c:
+      News and constants for parse_url().
+
+    * ext/standard/url.c:
+      Added option to parse_url() to retrieve a particular URL component.
+
+    * ext/curl/interface.c
+      ext/curl/php_curl.h:
+      Added curl_setopt_array(), allowing setting of multiple cURL options.
+      Added CURLINFO_HEADER_OUT to facilitate request retrieval.
+
+2005-08-09  Derick Rethans  <[EMAIL PROTECTED]>
+
+    * buildconf:
+      - Fixed buildconf for PHP 6.
+
+2005-08-09  Sebastian Bergmann  <[EMAIL PROTECTED]>
+
+    * ext/pcre/config.w32:
+      MFB: Sync with config.m4.
+
+2005-08-09  Derick Rethans  <[EMAIL PROTECTED]>
+
+    * configure.in
+      ZendEngine2/zend_extensions.h
+      ZendEngine2/zend_modules.h
+      main/php.h
+      main/php_version.h:
+      - Changing the API numbers, which might be a bit premature, but it allows
+        to differentiate between different branches.
+      - Bumbed the version number to 6.0.0-dev. I know we didn't discuss this
+      yet,
+        but I feel it should be 6.0. See mail to the mailinglist.
+
+2005-08-09  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * NEWS:
+      UN
+
+2005-08-09  Sebastian Bergmann  <[EMAIL PROTECTED]>
+
+    * (PHP_5_1)
+      ext/pcre/config.w32:
+      Sync with config.m4.
+
+2005-08-09  Andi Gutmans  <[EMAIL PROTECTED]>
+
+    * (PHP_5_1)
+      NEWS
+      configure.in
+      ZendEngine2/zend.h
+      main/php_version.h:
+      - No release today. Found a critical bug...
+
+    * (PHP_5_1)
+      NEWS
+      configure.in
+      ZendEngine2/zend.h
+      main/php_version.h:
+      - RC1
+
 2005-08-08  Andrei Zmievski  <[EMAIL PROTECTED]>
 
     * ext/pcre/config.m4
@@ -8484,7 +8662,7 @@
 
     * (PHP_4_3)
       ext/standard/url_scanner_ex.re:
-      Missing $Id: ChangeLog,v 1.2068 2005/08/09 05:39:27 changelog Exp $ tag
+      Missing $Id: ChangeLog,v 1.2069 2005/08/10 05:38:19 changelog Exp $ tag
 
     * (PHP_5_0)
       ext/standard/url_scanner_ex.c:
@@ -11885,7 +12063,7 @@
       ext/session/mod_mm.h
       ext/session/mod_user.h
       ext/session/php_session.h:
-      - Missing $Id: ChangeLog,v 1.2068 2005/08/09 05:39:27 changelog Exp $ 
tags
+      - Missing $Id: ChangeLog,v 1.2069 2005/08/10 05:38:19 changelog Exp $ 
tags
 
     * (PHP_4_3)
       ext/session/session.c:
@@ -12366,7 +12544,7 @@
 
     * (PHP_4_3)
       Zend/zend_ini_scanner.l:
-      Missing $Id: ChangeLog,v 1.2068 2005/08/09 05:39:27 changelog Exp $ tag 
+ ws fix
+      Missing $Id: ChangeLog,v 1.2069 2005/08/10 05:38:19 changelog Exp $ tag 
+ ws fix
 
     * ZendEngine2/zend_ini_scanner.l
       ZendEngine2/zend_ini_scanner.l:
@@ -13840,7 +14018,7 @@
       ext/standard/url_scanner_ex.c
       ext/standard/url_scanner_ex.h
       ext/standard/url_scanner_ex.re:
-      Missing $Id: ChangeLog,v 1.2068 2005/08/09 05:39:27 changelog Exp $ tag
+      Missing $Id: ChangeLog,v 1.2069 2005/08/10 05:38:19 changelog Exp $ tag
 
     * ext/standard/credits_ext.h
       ext/standard/credits_sapi.h:

Reply via email to