changelog               Mon Oct 14 20:34:06 2002 EDT

  Modified files:              
    /php4       ChangeLog 
  Log:
  ChangeLog update
  
  
Index: php4/ChangeLog
diff -u php4/ChangeLog:1.1191 php4/ChangeLog:1.1192
--- php4/ChangeLog:1.1191       Sun Oct 13 20:34:27 2002
+++ php4/ChangeLog      Mon Oct 14 20:34:05 2002
@@ -1,3 +1,99 @@
+2002-10-14  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * ext/iconv/tests/translit-failure.phpt:
+    This test should not print out the error (which is correct).
+
+2002-10-14  Edin Kadribasic  <[EMAIL PROTECTED]>
+
+    * sapi/embed/config.m4:
+    Respect INSTALL_ROOT var. Thanks to Jani for catching this one.
+
+2002-10-14  Tal Peer  <[EMAIL PROTECTED]>
+
+    * pear/PEAR/Installer.php:
+    * Fixed a nasty bug preventing installation of pecl exts.
+
+2002-10-14  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * ext/standard/browscap.c: Fixed bug #19649.
+
+    * ext/standard/tests/general_functions/001.phpt:
+    Added float printing tests.
+
+2002-10-14  Sebastian Bergmann  <[EMAIL PROTECTED]>
+
+    * main/php_network.h: Revert to 1.34.
+
+2002-10-14  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * ext/standard/formatted_print.c:
+    Fixed a bug (introduced in previous patch) that caused non-double values to
+    be converted to 0 by printf/sprint functions when %f format is specified.
+
+2002-10-14  Zeev Suraski  <[EMAIL PROTECTED]>
+
+    * NEWS
+      win32/registry.c:
+    Change the 'security level' of registry entries to PHP_INI_SYSTEM.  They're
+    in the system hive in the registry, so only people with administrative
+    priveleges can add stuff in there.
+
+2002-10-14  Derick Rethans  <[EMAIL PROTECTED]>
+
+    * sapi/cli/php_cli.c: - Revert, got tricked by a stale object file
+
+2002-10-14  Yasuo Ohgaki  <[EMAIL PROTECTED]>
+
+    * run-tests.php: Fixed warnings
+
+2002-10-14  Edin Kadribasic  <[EMAIL PROTECTED]>
+
+    * sapi/embed/config.m4: Install lib into $(prefix)/lib.
+    Make $(prefix)/lib before trying to copy the lib into it.
+
+2002-10-14  Derick Rethans  <[EMAIL PROTECTED]>
+
+    * run-tests.php:
+    - Added the TEST_PHP_USER environment variable with which you can specify
+      additional directories with tests to run. This is ideal for having your own
+      test suite on your system. You can specify more directories by seperating them
+      with a ",", for example:
+
+      TEST_PHP_USER=/dat/dev/xdebug/tests,/dat/dev/srm/tests make test
+
+    * sapi/cli/php_cli.c: - Fix CLI
+
+2002-10-14  Sebastian Bergmann  <[EMAIL PROTECTED]>
+
+    * main/php_network.h: Whitespace fixes.
+
+    * main/php_network.h: Fix Win32 build.
+
+2002-10-14  Wez Furlong  <[EMAIL PROTECTED]>
+
+    * main/streams.c: *cough*
+    Fix inverted logic for the assert.
+
+2002-10-14  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * ext/snmp/snmp.c: This is not zval..
+
+2002-10-14  Wez Furlong  <[EMAIL PROTECTED]>
+
+    * ext/standard/file.c
+      main/streams.c:
+    - fgets($fp) (with no length parameter) now uses a buffer as long as the
+      the next line available from the $fp. Previously, there was a 1KB limit.
+      
+
+    * ext/standard/tests/file/userstreams.phpt:
+    Add a sanity check and more verbose output in the case of an error.
+
+    * main/network.c: Implement better SSL error handling.
+
+    * main/user_streams.c:
+    Fix stream_eof result interpretation (and thus the user-streams test).
+
 2002-10-13  Wez Furlong  <[EMAIL PROTECTED]>
 
     * main/streams.c: Remove some old code.


Reply via email to