[PHP-CVS-DAILY] cvs: php4 / NEWS

2002-10-18 Thread changelog
changelog   Fri Oct 18 20:34:02 2002 EDT

  Modified files:  
/php4   NEWS 
  Log:
  NEWS update
  
  
Index: php4/NEWS
diff -u php4/NEWS:1.1217 php4/NEWS:1.1218
--- php4/NEWS:1.1217Fri Oct 18 04:18:11 2002
+++ php4/NEWS   Fri Oct 18 20:34:01 2002
@@ -1,6 +1,8 @@
 PHP 4  NEWS
 |||
 ? ? ??? 2002, Version 4.3.0
+- Fixed an infinite loop in setlocale() when only invalid locale names
+  were passed in the array. (patch by Pal Loberg, [EMAIL PROTECTED]).
 - ATTENTION! "make install" will *by default* install the CLI SAPI binary in 
   {PREFIX}/bin/php. If you don't disable the CGI binary, it will be
   installed as {PREFIX}/bin/php-cgi.





[PHP-CVS-DAILY] cvs: ZendEngine2 / ChangeLog

2002-10-18 Thread changelog
changelog   Fri Oct 18 20:33:30 2002 EDT

  Modified files:  
/ZendEngine2ChangeLog 
  Log:
  ChangeLog update
  
  
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.127 ZendEngine2/ChangeLog:1.128
--- ZendEngine2/ChangeLog:1.127 Wed Oct 16 20:33:37 2002
+++ ZendEngine2/ChangeLog   Fri Oct 18 20:33:29 2002
@@ -1,3 +1,14 @@
+2002-10-18  Andi Gutmans  <[EMAIL PROTECTED]>
+
+* zend.c
+  zend_compile.c
+  zend_execute.c:
+- Change opcode dispatch mechanism to use a function per opcode and use
+- a lookup table using the opcode # to call the correct function.
+- Still have lots of tuning to do.
+
+* zend_execute.c: - Cleanup
+
 2002-10-16  Sebastian Bergmann  <[EMAIL PROTECTED]>
 
 * zend_execute.c: Fix ZTS build.





[PHP-CVS-DAILY] cvs: Zend / ChangeLog

2002-10-18 Thread changelog
changelog   Fri Oct 18 20:33:14 2002 EDT

  Modified files:  
/Zend   ChangeLog 
  Log:
  ChangeLog update
  
  
Index: Zend/ChangeLog
diff -u Zend/ChangeLog:1.89 Zend/ChangeLog:1.90
--- Zend/ChangeLog:1.89 Mon Oct 14 20:34:23 2002
+++ Zend/ChangeLog  Fri Oct 18 20:33:13 2002
@@ -1,3 +1,7 @@
+2002-10-18  Andi Gutmans  <[EMAIL PROTECTED]>
+
+* zend_execute.c: - Cleanup
+
 2002-10-14  Ilia Alshanetsky  <[EMAIL PROTECTED]>
 
 * zend_globals.h
@@ -511,7 +515,7 @@
 
 2002-05-13  Sterling Hughes  <[EMAIL PROTECTED]>
 
-* zend_qsort.c: add $Id: ChangeLog,v 1.89 2002/10/15 00:34:23 changelog Exp $ tag
+* zend_qsort.c: add $Id: ChangeLog,v 1.90 2002/10/19 00:33:13 changelog Exp $ tag
 
 2002-05-13  Derick Rethans  <[EMAIL PROTECTED]>
 





[PHP-CVS-DAILY] cvs: php4 / ChangeLog

2002-10-18 Thread changelog
changelog   Fri Oct 18 20:33:00 2002 EDT

  Modified files:  
/php4   ChangeLog 
  Log:
  ChangeLog update
  
  
Index: php4/ChangeLog
diff -u php4/ChangeLog:1.1195 php4/ChangeLog:1.1196
--- php4/ChangeLog:1.1195   Thu Oct 17 20:33:16 2002
+++ php4/ChangeLog  Fri Oct 18 20:32:59 2002
@@ -1,3 +1,84 @@
+2002-10-18  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+* ext/standard/url.c:
+Added handling for file:/ schema, which does not contain a host.
+
+2002-10-18  Jani Taskinen  <[EMAIL PROTECTED]>
+
+* ext/standard/dns.c: ws fixes
+
+2002-10-18  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+* ext/standard/file.c
+  main/php_streams.h
+  main/streams.c: Fixed bug #19971 (optimized the file() function).
+The file() function is now also binary safe.
+
+2002-10-18  Derick Rethans  <[EMAIL PROTECTED]>
+
+* run-tests.php: - Added %x for HEX chars
+- Added %d as alias for %i (too much C here :)
+- Added beginning and end markers to regexp
+
+2002-10-18  Wez Furlong  <[EMAIL PROTECTED]>
+
+* main/network.c: Revert my last bogus commit.
+Change the comparison to something that is less likely to inspire me to
+make the same mistake again...
+
+* ext/standard/file.c: Improve file().
+Patch by Tal Peer <[EMAIL PROTECTED]>
+
+2002-10-18  Andrei Zmievski  <[EMAIL PROTECTED]>
+
+* apidoc-zend.txt: This is deprecated too.
+
+* apidoc.txt: Remove deprecated apidoc.txt.
+
+* ext/standard/string.c:
+- Fixed an infinite loop in setlocale() when only invalid locale names
+  were passed in the array. (patch by Pal Loberg, [EMAIL PROTECTED]).
+
+2002-10-18  Wez Furlong  <[EMAIL PROTECTED]>
+
+* main/network.c
+  main/streams.c: Improve EOF detection. Fixes #19970.
+
+2002-10-18  Tal Peer  <[EMAIL PROTECTED]>
+
+* ext/fribidi/fribidi.c
+  ext/fribidi/tests/002.phpt:
+Changed fribidi_get_charsets() return value to also include the constant
+itself (as the key).
+
+2002-10-18  Harald Radi  <[EMAIL PROTECTED]>
+
+* NEWS: make jani happy
+
+2002-10-18  Jani Taskinen  <[EMAIL PROTECTED]>
+
+* NEWS: achtung: keep the style consistent! :)
+
+2002-10-18  Yasuo Ohgaki  <[EMAIL PROTECTED]>
+
+* ext/pgsql/tests/17result.phpt
+  ext/pgsql/tests/18pg_escape_bytea.phpt
+  ext/pgsql/tests/19pg_ping.phpt
+  ext/pgsql/tests/20pg_get_pid.phpt
+  ext/pgsql/tests/21pg_get_notify.phpt
+  ext/pgsql/tests/README
+  ext/pgsql/tests/createdb.inc
+  ext/pgsql/tests/large_object.inc
+  ext/pgsql/tests/pg_escape_bytea.inc
+  ext/pgsql/tests/pg_get_notify.inc
+  ext/pgsql/tests/pg_get_pid.inc
+  ext/pgsql/tests/pg_ping.inc
+  ext/pgsql/tests/result.inc: Added tests for new functions
+
+2002-10-18  Markus Fischer  <[EMAIL PROTECTED]>
+
+* NEWS: - word_count() -> str_word_count()
+
 2002-10-17  Yasuo Ohgaki  <[EMAIL PROTECTED]>
 
 * NEWS: Added pg_get_pid() that get backend process PID.





[PHP-CVS-DAILY] cvs: php4 / NEWS

2002-10-18 Thread changelog
changelog   Thu Oct 17 20:34:26 2002 EDT

  Modified files:  
/php4   NEWS 
  Log:
  NEWS update
  
  
Index: php4/NEWS
diff -u php4/NEWS:1.1213 php4/NEWS:1.1214
--- php4/NEWS:1.1213Thu Oct 17 19:42:43 2002
+++ php4/NEWS   Thu Oct 17 20:34:26 2002
@@ -1,6 +1,10 @@
 PHP 4  NEWS
 |||
 ? ? ??? 2002, Version 4.3.0
+- Added function fribidi_get_charsets() (Tal)
+- Added function fribidi_charset_info() (Tal)
+- fixes bugs #19156 and #19544 (memleak)
+- Added Oracle TIMESTAMP type to oci8 extension. (thies)
 - ATTENTION! "make install" will *by default* install the CLI SAPI binary in 
   {PREFIX}/bin/php. If you don't disable the CGI binary, it will be
   installed as {PREFIX}/bin/php-cgi.





[PHP-CVS-DAILY] cvs: php4 / ChangeLog

2002-10-18 Thread changelog
changelog   Thu Oct 17 20:33:17 2002 EDT

  Modified files:  
/php4   ChangeLog 
  Log:
  ChangeLog update
  
  
Index: php4/ChangeLog
diff -u php4/ChangeLog:1.1194 php4/ChangeLog:1.1195
--- php4/ChangeLog:1.1194   Wed Oct 16 20:33:13 2002
+++ php4/ChangeLog  Thu Oct 17 20:33:16 2002
@@ -1,3 +1,97 @@
+2002-10-17  Yasuo Ohgaki  <[EMAIL PROTECTED]>
+
+* NEWS: Added pg_get_pid() that get backend process PID.
+Does anyone prefer pg_get_backend_pid() or else?
+
+* ext/pgsql/README
+  ext/pgsql/pgsql.c
+  ext/pgsql/php_pgsql.h: Added pg_get_pid()
+
+2002-10-17  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+* ext/standard/php_string.h
+  ext/standard/string.c
+  ext/standard/basic_functions.c:
+Renamed word_count to str_word_count to comply with naming conventions.
+Thanks Andi, for catching this oversight.
+
+2002-10-17  Tal Peer  <[EMAIL PROTECTED]>
+
+* ext/fribidi/fribidi.c:
+Improved fribidi_charset_info() slightly
+
+* ext/fribidi/php_fribidi.h
+  ext/fribidi/fribidi.c:
+New functions:
+fribidi_get_charsets()
+fribidi_charset_info()
+
+2002-10-17  Harald Radi  <[EMAIL PROTECTED]>
+
+* ext/com/COM.c:  fixes bugs #19156 and #19544 (memleak)
+
+2002-10-17  Derick Rethans  <[EMAIL PROTECTED]>
+
+* run-tests.php: - Removing debugging info
+
+2002-10-17  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+* ext/standard/url.c:
+Added support for file:/. Thanks to Thies for noticing the problem.
+
+2002-10-17  Sascha Schumann  <[EMAIL PROTECTED]>
+
+* ext/ircg/ircg.c:
+A child process should not have access to IRCG's file descriptors.
+
+2002-10-17  Yasuo Ohgaki  <[EMAIL PROTECTED]>
+
+* php.ini-recommended
+  php.ini-dist: Add note for short_open_tag
+
+2002-10-17  Thies C. Arntzen  <[EMAIL PROTECTED]>
+
+* ext/oci8/oci8.c:
+- Added Oracle TIMESTAMP type to oci8 extension. (thies)
+
+2002-10-17  Yasuo Ohgaki  <[EMAIL PROTECTED]>
+
+* NEWS: Added pg_get_notify() for better performace for applications
+cache query results.
+Removed unneeded entry.
+
+* ext/pgsql/pgsql.c
+  ext/pgsql/php_pgsql.h: Added async message function - pg_get_notify()
+
+* ext/mysql/php_mysql.c: Remove mysql_result_seek() alias.
+
+2002-10-17  Jani Taskinen  <[EMAIL PROTECTED]>
+
+* ext/snmp/config.m4
+  ext/snmp/snmp.c: Fix this for Wez and his antique ucd-snmp
+
+* NEWS: Snow..yuck..
+
+* ext/zip/config.m4: Fix the phpize build
+
+* pear/pear.m4: Fix some phpize problems.
+
+* ext/zip/zip.c: Part 1 of fixing the shared build
+
+* ext/pdf/config.m4: --with-zlib-dir was missing. Needed for phpize builds
+
+2002-10-17  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+* ext/standard/basic_functions.c
+  ext/standard/php_string.h
+  ext/standard/string.c:
+Added word_count() function that allows counting of words inside a string.
+The function also allows the user to retrieve all the words from a string.
+
+2002-10-17  Jani Taskinen  <[EMAIL PROTECTED]>
+
+* ext/snmp/snmp.c: ws fixes
+
 2002-10-16  Harald Radi  <[EMAIL PROTECTED]>
 
 * ext/com/VARIANT.c