]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Sun, 23 Jun 2002 00:24:17 +0000 (00:24 +0000)
committer <changelog@php.net> <>
Sun, 23 Jun 2002 00:24:17 +0000 (00:24 +0000)
ChangeLog
Zend/ChangeLog

index 7d79fe78ad8233dfc19ebf2caf304bd5f377dff7..155722ae4e89c7d9f32328470c36962d3216b211 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,50 @@
+2002-06-22  Marcus Börger  <marcus.boerger@post.rwth-aachen.de>
+
+    * ext/exif/exif.c
+      ext/standard/php_image.h: -exif version
+    -missing constant (and notice)
+    -corrected error messages
+
+    * ext/exif/exif.c:
+    exif_read_data returns mime-type now for image and thumbnail And exif_thumbnail now optionally returns imagetype. 
+
+    * ext/standard/basic_functions.c
+      ext/standard/image.c
+      ext/standard/php_image.h:
+    GetImageSize now returns additional index 'MimeType' and new function
+    imagetype2mimetype to convert php imagetypes to mime-types. 
+
+    * ext/standard/image.c: ws fix
+
+2002-06-22  Stig Venaas  <venaas@uninett.no>
+
+    * ext/ldap/ldap.c:
+    Better not include ldap_parse_result() and ldap_start_tls() at all in
+    the symbol table when they are not usable. Makes it possible to check
+    on their usability.
+
+2002-06-22  Sander Roobol  <phy@wanadoo.nl>
+
+    * sapi/apache2filter/apache_config.c:
+    Made php_admin_value work outside <location> and <directory> blocks.
+
+2002-06-22  Andi Gutmans  <andi@zend.com>
+
+    * sapi/cgi/cgi_main.c: - Revert WS changes
+
+    * sapi/cgi/cgi_main.c: - This shouldn't have snuck in.
+
+    * sapi/cgi/cgi_main.c: - Stop using persist_alloc().
+
+2002-06-22  Stig Venaas  <venaas@uninett.no>
+
+    * ext/ldap/config.m4
+      ext/ldap/ldap.c: Added test for ldap_start_tls_s()
+
+2002-06-22  Den V. Tsopa  <tdv@edisoft.ru>
+
+    * ext/mbstring/mbfilter.c: small fix in preprocessor directive
+
 2002-06-21  Markus Fischer  <mfischer@guru.josefine.at>
 
     * ext/ldap/ldap.c: - Fix ZTS build, see #17915.
index 01a7ec32f4a17eaa6b627d8198b2cd3d69ee3274..638b2a378166d87c0df6ac27310d913105b765d6 100644 (file)
@@ -1,3 +1,21 @@
+2002-06-22  Andi Gutmans  <andi@zend.com>
+
+    * zend_alloc.c
+      zend_mm.c: - Fix crash when zend_mm_shutdown is called more than once.
+
+    * zend_alloc.c
+      zend_alloc.h
+      zend_globals.h
+      zend_language_parser.y: - MFZE1
+
+    * zend_constants.h
+      zend_objects.c
+      zend_variables.c
+      zend_variables.h
+      zend_constants.c
+      zend_alloc.c
+      zend_alloc.h: - Nuke persist_alloc().
+
 2002-06-19  Andi Gutmans  <andi@zend.com>
 
     * zend_globals.h: