php-src/ext
Nuno Lopes 0006462a5b MFB: malloc+memset == calloc
# this was sitting here for quite a looong time..
2007-09-03 14:34:42 +00:00
..
bcmath use safe_emalloc() 2007-07-10 11:07:56 +00:00
bz2 MFB: Fixed bug #42117 (bzip2.compress loses data in internal buffer) 2007-08-10 09:00:42 +00:00
calendar php_localtime_r() checks 2007-06-07 09:07:12 +00:00
com_dotnet ZTS fix 2007-04-09 15:35:49 +00:00
ctype Typo 2007-03-14 09:49:58 +00:00
curl Bagder says I don't need these ifdefs 2007-08-21 21:23:35 +00:00
date - Ugh, fix this properly. 2007-09-03 12:12:51 +00:00
dba - Fixed bug #41433 (DBA: configure fails to include correct db.h for db4) 2007-07-19 10:48:34 +00:00
dbase MFB: Fixed bug #42261 (header wrong for date field) 2007-08-10 08:56:23 +00:00
dom fix bug #42462 (Segmentation when trying to set an attribute in DOMElement) 2007-08-30 16:31:57 +00:00
enchant - add tests files 2006-03-21 19:02:00 +00:00
ereg - Fix win32 build (I guess..:) 2007-07-16 13:51:41 +00:00
exif MFB: Fixed memory corruption when reading exif data of a non-file 2007-06-10 20:13:10 +00:00
fbsql - avoid sprintf 2007-02-24 16:25:58 +00:00
fdf Typo 2007-03-14 09:49:58 +00:00
fileinfo 1.0.4 2006-11-07 21:45:20 +00:00
filter MFB 2007-05-29 21:06:04 +00:00
ftp php_gmtime_r() fixes 2007-06-07 08:58:38 +00:00
gd MFB: malloc+memset == calloc 2007-09-03 14:34:42 +00:00
gettext return false if realpath()/getcwd() fail 2007-01-16 14:42:14 +00:00
gmp add missing skipif sections 2007-05-27 15:12:22 +00:00
hash Prep for 1.5 release 2007-08-24 21:33:05 +00:00
iconv MFB 2007-05-28 23:52:13 +00:00
imap sometimes c-client returns non-null entry with null host 2007-07-31 00:32:18 +00:00
interbase - Fix some lib vs. $PHP_LIBDIR issues. 2007-07-31 13:01:42 +00:00
json spaces -> tabs 2007-09-01 17:17:05 +00:00
ldap - Fixed bug #42247 (ldap_parse_result() not defined under win32) 2007-08-09 08:42:31 +00:00
libxml an attempt to fix win32 build 2007-08-01 11:43:27 +00:00
mbstring added negative offset support in mbfl_strrpos (fixed #42085) 2007-08-19 01:57:53 +00:00
mcrypt revert 2007-07-20 10:10:11 +00:00
mhash - fix build where mhash.h is not declaring 2007-05-29 12:28:57 +00:00
mime_magic - Fix some configure --help texts 2007-07-03 17:24:39 +00:00
ming fix AC_TRY_COMPILE usage 2007-03-06 10:13:37 +00:00
msql - Fix some configure --help texts 2007-07-03 17:24:39 +00:00
mssql - Fix some configure --help texts 2007-07-03 17:24:39 +00:00
mysql Same as for ext/mysqli tests: addition of a new environment variable 2007-08-09 11:53:17 +00:00
mysqli fix typo in tmp file path 2007-08-11 15:38:34 +00:00
mysqlnd Fix crashes with pconn in ext/mysql 2007-08-06 15:11:46 +00:00
oci8 MFB New tests 2007-08-30 17:34:01 +00:00
odbc - Include php_ini.h (needed in future, does not break anything) 2007-08-31 07:41:46 +00:00
openssl Fixed generation on DH publick key for given private key 2007-08-10 10:43:37 +00:00
pcntl Typo 2007-03-14 09:49:58 +00:00
pcre MFB: upgrade to PCRE 7.3 2007-09-01 18:01:44 +00:00
pdo PDO is not experimental anymore 2007-08-26 17:00:47 +00:00
pdo_dblib fix typo 2007-07-16 19:36:28 +00:00
pdo_firebird - Fix some lib vs. $PHP_LIBDIR issues. 2007-07-31 13:01:42 +00:00
pdo_mysql Fix INFILE LOCAL option handling with MySQL - now not allowed when open_basedir 2007-06-18 21:59:05 +00:00
pdo_oci MFB New tests for getAttribute 2007-08-31 21:11:52 +00:00
pdo_odbc - Better wording 2007-07-09 12:35:37 +00:00
pdo_pgsql - Fix some lib vs. $PHP_LIBDIR issues. 2007-07-31 13:01:42 +00:00
pdo_sqlite not exprimental 2007-08-29 00:10:58 +00:00
pgsql Fixed bug #42368 (Incorrect error message displayed by pg_escape_string) 2007-08-21 23:51:34 +00:00
phar when opening an internal file read-only, recycle the phar archive's fp. This makes phar twice as fast (2.21x according to callgrind) 2007-08-30 02:30:16 +00:00
posix Show "wrong parameter count" error messages 2007-07-25 09:05:55 +00:00
pspell - avoid sprintf 2007-02-24 16:25:58 +00:00
readline Bump year. 2007-01-01 09:29:37 +00:00
recode fix #41765 2007-06-22 00:05:54 +00:00
reflection - MFB: Fugbix typo. 2007-08-20 17:01:59 +00:00
session MFB: Fixed bug #37273 (Symlinks and mod_files session handler allow open_basedir bypass) 2007-08-23 13:38:49 +00:00
shmop MFB 2007-05-28 23:00:25 +00:00
simplexml fix bug #41833 (addChild() on a non-existent node, no node created, getName() segfaults) 2007-07-31 15:39:59 +00:00
skeleton - avoid sprintf 2007-02-24 16:25:58 +00:00
snmp - Fix some lib vs. $PHP_LIBDIR issues. 2007-07-31 13:01:42 +00:00
soap Fixed bug #42359 (xsd:list type not parsed) 2007-08-31 10:48:57 +00:00
sockets - Added missing constants for MSG_EOR and MSG_EOF 2007-07-24 11:33:47 +00:00
spl - Fixed Bug #42364 Crash when using getRealPath with DirectoryIterator 2007-08-21 22:43:38 +00:00
sqlite - Fix some configure --help texts 2007-07-03 17:24:39 +00:00
standard MFB: Fixed bug #42468 (Write lock on file_get_contents fails when using a compression stream) 2007-09-03 11:53:43 +00:00
sybase - Include php_ini.h (needed in future, does not break anything) 2007-08-31 07:41:46 +00:00
sybase_ct MFB: sync 2007-08-10 13:28:12 +00:00
sysvmsg Typo 2007-03-14 09:49:58 +00:00
sysvsem remove warnings in resource dtor 2007-05-11 15:46:22 +00:00
sysvshm - Include php_ini.h (needed in future, does not break anything) 2007-08-31 07:41:46 +00:00
tidy also remove this file in HEAD 2007-09-01 14:44:16 +00:00
tokenizer - Write to the correct file... 2007-08-09 22:24:41 +00:00
unicode - Removed unnecessary stuff 2007-07-12 16:08:26 +00:00
wddx MFB: Fixed bug #41527 (WDDX deserialize numeric string array key). 2007-06-11 15:10:12 +00:00
xml unicode support 2007-07-11 08:27:33 +00:00
xmlreader Add arginfo 2007-07-26 13:19:22 +00:00
xmlrpc fix ws, cs and folding 2007-07-12 10:04:42 +00:00
xmlwriter add missing skipif sections 2007-07-16 13:29:41 +00:00
xsl allow user specified class to be returned from transformToDoc 2007-07-28 09:16:15 +00:00
zip make sure the temp file is closed before removing it 2007-08-13 12:46:34 +00:00
zlib Fixed test 2007-06-18 10:52:04 +00:00
ext_skel
ext_skel_win32.php