php-src/ext
Marcus Boerger 98ebd1c28b +Added UNICODE support for Comments
+Added Description,Artist
+Added missing memory deallocation
+Corrected error with multiple comments
+Corrected handling of ExifVersion, Tag has 4 ASCII characters *WITHOUT* NUL
+Corrected handling of Thumbnailsize if current source detects size < 0
+Changed all fields to char* that do not have a maximum length in EXIF standard
+Undocumented second Parameter ReadAll frees memory to early -> moved to third position default changed to false -> faster
+New second Parameter [true|false] to specify whether or not to to read thumbnails -> reading is timeconsumpting suppose default should be false -> done so
2002-02-28 01:16:27 +00:00
..
aspell Update headers. 2001-12-11 15:32:16 +00:00
bcmath Update headers. 2001-12-11 15:32:16 +00:00
calendar Consistency. 2002-02-02 19:33:36 +00:00
ccvs added proto descriptions 2001-12-17 10:59:52 +00:00
com Update headers. 2001-12-11 15:32:16 +00:00
cpdf proto fix 2001-12-15 14:12:33 +00:00
crack Fix ZTS startup crash 2002-02-04 14:28:02 +00:00
ctype no longer experimental 2002-01-25 14:01:41 +00:00
curl hopefully fix --with-openssl issues 2002-01-27 06:11:50 +00:00
cybercash Update headers. 2001-12-11 15:32:16 +00:00
cybermut Fixed some protos. 2001-12-30 06:46:53 +00:00
cyrus Update headers. 2001-12-11 15:32:16 +00:00
db Forgot to remove the return from a void function 2002-01-20 05:02:52 +00:00
dba My bad. Left some stray debugging code in previous commit. 2002-01-12 07:38:35 +00:00
dbase Now dbase_pack() actually truncates the resulting .dbf file to the right 2001-12-31 12:52:34 +00:00
dbplus Fixed some protos. 2001-12-30 07:29:11 +00:00
dbx Oops: source copy&paste should be done with care :) (Mc) 2002-02-18 10:22:09 +00:00
dio - Unified error messages. 2002-01-10 09:09:19 +00:00
domxml "o|a|b" is not valid ZE code. changed to "o|ab" 2002-02-20 23:35:20 +00:00
dotnet Update headers. 2001-12-11 15:32:16 +00:00
ereg Be more aggressive in making sure that substring matches are valid in 2002-01-05 01:59:11 +00:00
exif +Added UNICODE support for Comments 2002-02-28 01:16:27 +00:00
fbsql Return true on update success. 2002-02-22 19:03:11 +00:00
fdf added libfdftk for link path to make shared module. 2001-12-30 09:00:43 +00:00
filepro Update headers. 2001-12-11 15:32:16 +00:00
fribidi Update headers. 2001-12-11 15:32:16 +00:00
ftp Added php_sockaddr_size() in network.c (and the header file). This is used 2002-02-10 12:35:29 +00:00
gd fixed configure error with freetype1. 2002-02-23 01:36:55 +00:00
gettext proto fixes 2001-12-15 14:22:59 +00:00
gmp '0b' could be the beginning of a hex string (without leading '0x') so if 2002-02-10 23:19:38 +00:00
hyperwave Update headers. 2001-12-11 15:32:16 +00:00
icap Update headers. 2001-12-11 15:32:16 +00:00
iconv - Fix for bug #15628 (for real now :) 2002-02-20 15:53:25 +00:00
imap Fixed segfault in imap_bodystruct() when called with an invalid message 2002-01-12 05:39:07 +00:00
informix Update headers. 2001-12-11 15:32:16 +00:00
ingres_ii Update headers. 2001-12-11 15:32:16 +00:00
interbase testing checkin 2002-01-28 01:43:43 +00:00
java Update headers. 2001-12-11 15:32:16 +00:00
ldap - Fix protos. 2002-02-11 02:48:49 +00:00
mailparse Fix ZTS startup crash 2002-02-04 14:28:02 +00:00
mbstring fixed a comment and default output encoding changed to pass. 2002-02-23 00:04:20 +00:00
mcal Update headers. 2001-12-11 15:32:16 +00:00
mcrypt always quote messages with [...], *especialy* when using kommas in the text 2002-01-04 14:13:53 +00:00
mcve Initial MCVE extension added (Credit Card Processing) 2002-02-27 19:46:59 +00:00
mhash Update headers. 2001-12-11 15:32:16 +00:00
ming proto fixes 2001-12-15 14:22:59 +00:00
mnogosearch Update headers. 2001-12-11 15:32:16 +00:00
msession Added one more tweak for 4.0.x compatibility. 2002-02-11 18:32:00 +00:00
msql Update headers. 2001-12-11 15:32:16 +00:00
mssql Making error handling thread safe. Thanks to Paco Ortiz <fjortiz@comunet.es> 2002-01-03 23:08:21 +00:00
muscat proto fixes 2001-12-05 23:01:21 +00:00
mysql Corrected bug in php_mysql_fetch_hash() that prevented columns with NULL values from having both numeric and associative indexes. (Bug 14291) 2001-12-30 10:00:26 +00:00
ncurses - Remove duplicate constant 2002-02-14 15:02:49 +00:00
notes Oops, missed one proto. 2001-12-31 05:37:19 +00:00
oci8 only rollback at script end if there is something to rollback. 2002-02-10 12:41:52 +00:00
odbc Bug fix 15719 as submited by Joseph Southwell and allows NULL values in ODBC 2002-02-26 15:33:54 +00:00
openssl - Fix for openssl_pkcs7_sign segfaults 2002-01-31 09:57:28 +00:00
oracle add oracle 9 detection for oracle-module 2002-02-04 12:08:40 +00:00
overload This has been scaring people off. 2002-02-27 17:32:27 +00:00
ovrimos Update headers. 2001-12-11 15:32:16 +00:00
pcntl Modified the build system to make certain extensions (pcntl, ncurses, 2002-01-20 02:30:18 +00:00
pcre Fix a long-standing infelicity that resulted in extra regex information 2002-02-12 03:15:27 +00:00
pdf Update headers. 2001-12-11 15:32:16 +00:00
pfpro Update headers. 2001-12-11 15:32:16 +00:00
pgsql Fix problem with sesssion_pgsql module 2002-02-15 03:30:15 +00:00
posix Update headers. 2001-12-11 15:32:16 +00:00
pspell Fix crash bug 15607 2002-02-22 11:39:23 +00:00
qtdom Update headers. 2001-12-11 15:32:16 +00:00
readline remove some crap 2002-02-01 14:02:49 +00:00
recode Update headers. 2001-12-11 15:32:16 +00:00
rpc - Fix for bug #15227: Compiling the CGI binary with xmlrpc fails to 2002-01-25 19:56:48 +00:00
satellite @- Removed Satellite. It is now part of PEAR. 2002-02-05 09:09:35 +00:00
session move to the ZEND_DECLARE_MODULE_GLOBALS() and ZEND_EXTERN_MODULE_GLOBALS 2002-02-07 22:00:21 +00:00
shmop Fixed shmop_read to append \0 to returned string in shmop_read to eliminate Zend warnings 2002-01-17 19:58:53 +00:00
skeleton typo fix 2001-12-18 11:16:53 +00:00
snmp Fix typo 2002-01-16 22:32:40 +00:00
sockets Fix parse string 2002-02-15 17:33:08 +00:00
standard - Fix proto 2002-02-27 14:05:39 +00:00
swf Update headers. 2001-12-11 15:32:16 +00:00
sybase Update headers. 2001-12-11 15:32:16 +00:00
sybase_ct Update headers. 2001-12-11 15:32:16 +00:00
sysvsem Update headers. 2001-12-11 15:32:16 +00:00
sysvshm Update headers. 2001-12-11 15:32:16 +00:00
tokenizer TSRM fixes. 2002-02-10 08:08:14 +00:00
vpopmail fix comment 2002-01-31 17:02:48 +00:00
w32api Update headers. 2001-12-11 15:32:16 +00:00
wddx Make phpinfo() look nicer. 2002-02-24 07:54:04 +00:00
xml Add a note that this statement will never be reached. 2002-01-27 07:23:21 +00:00
xmlrpc - Fix for bug #15227: Compiling the CGI binary with xmlrpc fails to 2002-01-25 19:56:48 +00:00
xslt - Fix info output (Peter Neuman <neuman_peter@hotmail.com>). 2002-02-23 22:46:19 +00:00
yaz Implemented yaz_schema. Cleanup. 1.8 YAZ required 2002-02-27 12:58:33 +00:00
yp Update headers. 2001-12-11 15:32:16 +00:00
zip - Fix for bug 14554 - segfault upon zip_entry_open. (patch by 2001-12-23 01:59:10 +00:00
zlib Update headers. 2001-12-11 15:32:16 +00:00
ext_skel Some whitespace fixes (naugthy me :) and make use of PHP_CHECK_LIBRARY 2002-01-08 17:51:08 +00:00
Makefile.in Remove trailing empty lines 2000-05-01 22:38:42 +00:00