changelog               Thu Jun 19 20:31:18 2003 EDT

  Modified files:              
    /php4       ChangeLog 
  Log:
  ChangeLog update
  
Index: php4/ChangeLog
diff -u php4/ChangeLog:1.1351 php4/ChangeLog:1.1352
--- php4/ChangeLog:1.1351       Wed Jun 18 20:30:54 2003
+++ php4/ChangeLog      Thu Jun 19 20:31:17 2003
@@ -1,3 +1,119 @@
+2003-06-19  Edin Kadribasic  <[EMAIL PROTECTED]>
+
+    * ext/curl/.cvsignore:
+      Ignore some more win32 build files
+
+    * ext/curl/multi.c
+      ext/curl/php_curl.h:
+      ZTS Fixes
+
+    * ext/curl/interface.c
+      ext/curl/php_curl.h
+      ext/curl/streams.c:
+      Win32 build fixes
+
+2003-06-19  Sara Golemon  <[EMAIL PROTECTED]>
+
+    * ext/standard/streamsfuncs.c:
+      Quiet down decode_context_param when stream (not context) is passed.
+      Switch stream_socket_*() to use macro for retrieving context from zval.
+
+2003-06-19  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * (PHP_4_3)
+      ext/curl/curl.c:
+      Added missing safe_mode checks
+
+    * ext/curl/interface.c:
+      Added missing safe_mode checks.
+      Added support for additional libcurl options.
+      Set CURLOPT_NOSIGNAL by default for ZTS, for signal free operation.
+
+2003-06-19  Wez Furlong  <[EMAIL PROTECTED]>
+
+    * (PHP_4_3)
+      main/network.c:
+      Tidy up getaddrinfo() code so that it can handle broken ipv6 stacks and
+      only
+      returns TCP addresses for TCP and UDP addresses for UDP requests
+      respectively.
+      
+      Also, when a connect call "returns" EINPROGRESS and the full timeout limit
+      has not yet been reached, retry the select with the remaining time
+      interval.
+      This is a potential fix for Bug #21653.
+      
+
+2003-06-19  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * ext/standard/streamsfuncs.c:
+      Reverting previous patch (not necessary, thanks Pollita ;) )
+
+    * (PHP_4_3)
+      ext/standard/file.c:
+      MFH: Fixed memory leak, when invalid context is specified.
+
+    * ext/standard/streamsfuncs.c:
+      Fixed memory leak, when invalid context is specified.
+
+    * ext/standard/info.c
+      ext/standard/streamsfuncs.c
+      ext/standard/user_filters.c:
+      Fixed possible crashes in streams code
+
+    * (PHP_4_3)
+      ext/standard/file.c:
+      Fixed a possible crash in parse_context_options()
+
+2003-06-19  Marcus Boerger  <[EMAIL PROTECTED]>
+
+    * (PHP_4_3)
+      ext/dba/tests/dba007.phpt:
+      MFH: Allow the extension to reside elsewhere
+
+2003-06-19  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * (PHP_4_3)
+      ext/gd/gd.c:
+      MFH: Fixed a crash inside php_imagettftext_common();
+
+2003-06-19  Marcus Boerger  <[EMAIL PROTECTED]>
+
+    * ext/dba/tests/dba007.phpt:
+      Allow the extension to reside elsewhere
+
+2003-06-19  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * ext/gd/gd.c:
+      Fixed a crash inside php_imagettftext_common();
+
+2003-06-19  Rob Richards  <[EMAIL PROTECTED]>
+
+    * ext/xsl/xsltprocessor.c:
+      add xsl_xsltprocessor_transform_to_uri functionality
+      fix a few unhandled error conditions
+      fix compiler warnings
+
+2003-06-19  Marcus Boerger  <[EMAIL PROTECTED]>
+
+    * ext/dba/dba_db4.c:
+      to be precise
+
+2003-06-19  Derick Rethans  <[EMAIL PROTECTED]>
+
+    * ext/sockets/config.m4:
+      - Correct stray commit
+
+2003-06-19  Vincent Blavet  <[EMAIL PROTECTED]>
+
+    * pear/package-Archive_Tar.xml:
+      - Sync with pear/Archive_Tar/package.xml 1.12
+
+2003-06-19  Sterling Hughes  <[EMAIL PROTECTED]>
+
+    * ext/sockets/config.m4:
+      enable sockets by default.
+
 2003-06-18  Jani Taskinen  <[EMAIL PROTECTED]>
 
     * (PHP_4_3)


Reply via email to