]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Wed, 15 Jan 2003 01:34:55 +0000 (01:34 +0000)
committer <changelog@php.net> <>
Wed, 15 Jan 2003 01:34:55 +0000 (01:34 +0000)
ChangeLog
Zend/ChangeLog

index 78267e6ad0086f39d5c41e0c825b3f932d1f0656..f2324a6e4552668cfb6f3139c0a50e7d47225647 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,110 @@
+2003-01-14  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * ext/rpc/xmlrpc/xmlrpc-epi-php.c:
+      Porting of patch applied to ext/xmlrpc.
+
+    * ext/xmlrpc/xmlrpc-epi-php.c:
+      Made the code use php_error_docref().
+      Removed pointless checks around array_init() and emalloc().
+      Switched to zend_get_parameters_ex() argument parsing API.
+
+    * ext/domxml/php_domxml.c:
+      Changed getParameters() to zend_get_parameters_ex().
+
+    * ext/hyperwave/hw.c:
+      Fixed compile warnings.
+
+    * ext/cpdf/cpdf.c:
+      One more typo.
+
+    * ext/cpdf/cpdf.c:
+      Fixed typos.
+
+2003-01-14  Moriyoshi Koizumi  <moriyoshi@at.wakwak.com>
+
+    * ext/iconv/iconv.c:
+      Appended my name to the list of authors
+
+    * ext/iconv/tests/iconv_mime_decode.phpt:
+      Test update for new feature
+
+2003-01-14  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * ext/cpdf/cpdf.c:
+      Switched from old getParse* argument parsing API to a more recent
+      zend_get_parameters*.
+
+2003-01-14  Andrey Hristov  <andrey@webgate.bg>
+
+    * ext/standard/basic_functions.c
+      ext/standard/php_var.h
+      ext/standard/var.c:
+      added function get_memory_usage(). available only when PHP is compiled
+      with --enable-memory-limit
+
+2003-01-14  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * ext/hyperwave/hg_comm.c:
+      Fixed compile warning & removed useless variable.
+
+    * ext/hyperwave/hw.c:
+      Changed php_error to php_error_docref.
+      Got rid off the ancient getParameters* parameter parsing API.
+
+2003-01-14  Moriyoshi Koizumi  <moriyoshi@at.wakwak.com>
+
+    * ext/standard/filters.c:
+      Added a new option "force-encode-first" to the quoted-printable encoder
+      as per Wez's request. If enabled, the encoder forcefully does qp
+      tranformation on every first character of lines in incoming stream.
+
+2003-01-14  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * ext/cpdf/cpdf.c:
+      Changed php_error() to php_error_docref().
+      Made pdfdoc retrieval a macro.
+
+2003-01-14  Moriyoshi Koizumi  <moriyoshi@at.wakwak.com>
+
+    * ext/standard/quot_print.c:
+      Made php_quot_print_decode() RFC2045-compliant
+
+2003-01-14  Edin Kadribasic  <edink@proventum.net>
+
+    * (PHP_4_3)
+      NEWS:
+      Bugfixing news
+
+    * ext/gettext/gettext.dsp:
+      MFB: bind_textdomain_codeset() availability on windows
+
+    * (PHP_4_3)
+      ext/gettext/gettext.dsp:
+      Made bind_textdomain_codeset() available on windows (fixes #21525).
+
+2003-01-14  Derick Rethans  <d.rethans@jdimedia.nl>
+
+    * win32/install.txt:
+      s/gd/gd2
+
+2003-01-14  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * ext/sockets/sockets.c:
+      Changed php_error to php_error_docref().
+      Removed pointless checks around array_init().
+
+2003-01-14  Moriyoshi Koizumi  <moriyoshi@at.wakwak.com>
+
+    * ext/standard/filters.c:
+      Fixed small memory leak that occurs when the invalid line length is passed
+      to the qprint ctor.
+
+    * ext/standard/filters.c:
+      Fixed quoted-printable encoder so that it produces RFC2045 complicant
+      output. As per this specification requirement, the constructor now accepts
+      three options: binary (boolean), line-len (uint), line-break-chars
+      (string).
+
 2003-01-13  Jani Taskinen  <sniper@iki.fi>
 
     * ext/informix/config.m4
index 05c17f9a286ab762e78d80c35bfd4f25fbe73ebd..b5f2058ba887cd856cdafe433ee153781e92e730 100644 (file)
@@ -1,3 +1,45 @@
+2003-01-14  Andi Gutmans  <andi@zend.com>
+
+    * ZEND_CHANGES
+      zend_compile.c
+      zend_compile.h
+      zend_execute.c
+      zend_language_parser.y
+      zend_language_scanner.l
+      zend_operators.c
+      zend_operators.h:
+      - Change "is" to "instanceof" as it explains better what the operator
+      means.
+      - "is_a" was also appropriate but ugly.
+
+2003-01-14  Stanislav Malyshev  <stas@zend.com>
+
+    * zend_API.c:
+      fix memory leaks and key size
+
+2003-01-14  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * zend_ini_parser.y:
+      MFZE2
+
+2003-01-14  Stanislav Malyshev  <stas@zend.com>
+
+    * zend_compile.c:
+      fix warning
+
+    * zend_API.c
+      zend_API.h:
+      Make add_property_ functions work via write_property handler
+
+    * zend.c
+      zend_object_handlers.c:
+      ws
+
+2003-01-14  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * zend_ini_parser.y:
+      Reverting previous patch.
+
 2003-01-13  Ilia Alshanetsky  <ilia@prohost.org>
 
     * zend_ini_parser.y: