changelog Sat Jun 22 20:23:42 2002 EDT
Modified files:
/php4 ChangeLog
Log:
ChangeLog update
Index: php4/ChangeLog
diff -u php4/ChangeLog:1.1083 php4/ChangeLog:1.1084
--- php4/ChangeLog:1.1083 Fri Jun 21 20:24:42 2002
+++ php4/ChangeLog Sat Jun 22 20:23:41 2002
@@ -1,3 +1,50 @@
+2002-06-22 Marcus B�rger <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * sapi/apache2filter/apache_config.c:
+ Made php_admin_value work outside <location> and <directory> blocks.
+
+2002-06-22 Andi Gutmans <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * ext/ldap/config.m4
+ ext/ldap/ldap.c: Added test for ldap_start_tls_s()
+
+2002-06-22 Den V. Tsopa <[EMAIL PROTECTED]>
+
+ * ext/mbstring/mbfilter.c: small fix in preprocessor directive
+
2002-06-21 Markus Fischer <[EMAIL PROTECTED]>
* ext/ldap/ldap.c: - Fix ZTS build, see #17915.