php-src/ext
2006-10-08 00:05:17 +00:00
..
bcmath ZTS fix 2006-09-21 06:46:00 +00:00
bz2 MFB (move static keywording from .h to .c) 2006-10-08 00:05:17 +00:00
calendar Avoid portability problems 2006-10-07 15:14:57 +00:00
com_dotnet MFB: Fix for #38985 (Wez) 2006-10-06 12:24:11 +00:00
ctype MFB (move static keywording from .h to .c) 2006-10-08 00:05:17 +00:00
curl MFB: Fix ZTS build. 2006-10-06 03:49:04 +00:00
date Add "wrong param count"/"expecting parameter .. to be.." warning to strtotime() 2006-10-07 22:31:52 +00:00
dba Remove double "wrong param count" warnings 2006-10-07 22:55:18 +00:00
dbase fix leaks & uninitialized vars 2006-09-06 11:34:15 +00:00
dom MFB: Added missing safety checks (Problem identified by Coverity scan) 2006-10-07 19:59:29 +00:00
enchant - add tests files 2006-03-21 19:02:00 +00:00
ereg bump year and license version 2006-01-01 13:10:10 +00:00
exif initialize static buffer with 0's 2006-08-17 14:32:27 +00:00
fbsql Cleanup before reusing failed persistant connection. Better formating of timestamp and decimal values 2006-08-14 18:39:30 +00:00
fdf fix another compile failure. (bjori: TEST before commit!) 2006-07-23 23:55:26 +00:00
fileinfo fixed php version detection 2005-12-20 19:17:00 +00:00
filter - env/server support is not yet fixed 2006-10-05 20:15:02 +00:00
ftp Added argument info 2006-06-11 19:59:53 +00:00
gd - update tests 2006-10-07 19:57:15 +00:00
gettext fix segfaulting typo in dcngettext() =) 2006-09-05 10:35:53 +00:00
gmp new tests 2006-09-10 22:11:10 +00:00
hash Allow hash()/hash_hmac() to accept ascii-unicode data, 2006-10-02 01:38:05 +00:00
iconv fix tests 2006-09-19 11:49:21 +00:00
imap MFB: fix build with new c-client 2006-10-05 14:28:33 +00:00
informix plug a leak 2006-05-04 22:47:55 +00:00
interbase Added automatic module globals management 2006-06-13 13:12:20 +00:00
json Fixed memory leaks 2006-09-13 13:26:10 +00:00
ldap Added automatic module globals management 2006-06-13 13:12:20 +00:00
libxml fix tests 2006-09-19 12:06:49 +00:00
mbstring fixed --disable-mbregex to disable multibe-regex. 2006-10-02 23:27:43 +00:00
mcrypt Removed custom deprecate error messages 2006-06-26 11:31:19 +00:00
mhash Remove double "wrong param count" warnings 2006-10-07 22:55:18 +00:00
mime_magic Added automatic module globals management 2006-06-13 13:12:20 +00:00
ming MFB: E_ERROR > E_RECOVERABLE_ERROR 2006-05-22 14:23:01 +00:00
msql - remove magic_quotes_gpc, magic_quotes_runtime, magic_quotes_sybase 2006-03-08 00:43:32 +00:00
mssql Added automatic module globals management 2006-06-13 13:12:20 +00:00
mysql init variable, eliminate compile warning 2006-08-02 10:04:02 +00:00
mysqli Another build fix 2006-10-07 18:24:51 +00:00
oci8 fix PECL bug #8816 (issue in php_oci_statement_fetch with more than one piecewise column) 2006-10-06 12:46:08 +00:00
odbc MFB: fix #37848 (ext/odbc compile failure) 2006-06-19 16:13:31 +00:00
openssl MFB: Fixed bug #39039 (SSL: fatal protocol error when fetching HTTPS from 2006-10-05 00:38:19 +00:00
pcntl fix typo in errmsg 2006-08-31 15:42:06 +00:00
pcre leaks-- 2006-10-03 21:37:02 +00:00
pdo more 64bit fixes 2006-09-28 23:27:49 +00:00
pdo_dblib fix build 2006-07-24 00:00:35 +00:00
pdo_firebird MFB: Remove pecl includes (Steph), except pdo_odbc which will remain broke 2006-05-11 21:48:57 +00:00
pdo_mysql fix #38996 (PDO_MYSQL doesn't check connections for liveness) 2006-10-02 22:07:58 +00:00
pdo_oci MFB: Remove pecl includes (Steph), except pdo_odbc which will remain broke 2006-05-11 21:48:57 +00:00
pdo_odbc Use right define: ZEND_MODULE_API_NO as these are PHP modules, not Zend extensions 2005-11-25 15:44:40 +00:00
pdo_pgsql MFB: Make quote() in PostgreSQL use PQescapeByteaConn() whenever possible 2006-10-06 22:34:29 +00:00
pdo_sqlite add missing ifdef 2006-10-04 13:02:18 +00:00
pgsql MFB: Make pg_escape_bytea() use PQescapeByteaConn() whenever possible. 2006-10-06 21:45:35 +00:00
phar - Fix cvs access through SplFileObject 2006-08-06 13:47:21 +00:00
posix Protos 2006-10-02 07:54:37 +00:00
pspell MFB (move static keywording from .h to .c) 2006-10-08 00:05:17 +00:00
readline MFB: fix gcc warning 2006-09-04 19:00:12 +00:00
recode Added automatic module globals management 2006-06-13 13:12:20 +00:00
reflection more improvements 2006-10-06 18:02:50 +00:00
session Remove double "wrong param count" warnings 2006-10-07 22:55:18 +00:00
shmop Remove double "wrong param count" warnings 2006-10-07 22:55:18 +00:00
simplexml Disabled autoconversion of hash keys (from string to unicode) for PHP arrays 2006-09-19 10:38:31 +00:00
skeleton Added automatic module globals management 2006-06-13 13:12:20 +00:00
snmp - Fixed bug #37164 (snmp_set_oid_numeric_print() misbehaves) 2006-07-27 05:12:33 +00:00
soap MFB: Last set of zend_hash_init() optimizations 2006-10-03 19:52:34 +00:00
sockets MFB: Last set of zend_hash_init() optimizations 2006-10-03 19:52:34 +00:00
spl fix proto 2006-09-29 13:22:43 +00:00
sqlite Update SQLITE2 (non-PDO parts at least) for PHP6/Unicode 2006-10-07 17:49:30 +00:00
standard Remove double "wrong param count" warnings 2006-10-07 22:55:18 +00:00
sybase - remove magic_quotes_gpc, magic_quotes_runtime, magic_quotes_sybase 2006-03-08 00:43:32 +00:00
sybase_ct Fix compilation with TSRM 2006-07-25 09:12:07 +00:00
sysvmsg sys/msg.h does not exist on MacOS X, we need to detect it in configure 2006-08-24 13:18:15 +00:00
sysvsem bump year and license version 2006-01-01 13:10:10 +00:00
sysvshm fix tests in unicode mode 2006-06-29 13:12:21 +00:00
tidy Protos 2006-10-02 07:54:37 +00:00
tokenizer MFB: Removed pointless callbacks. 2006-06-20 22:42:42 +00:00
unicode Fix protos. 2006-10-06 17:14:14 +00:00
wddx fix test 2006-08-07 22:19:45 +00:00
xml fix tests 2006-09-19 11:25:07 +00:00
xmlreader add missing ifdef 2006-10-04 13:30:41 +00:00
xmlrpc fix segfault and leak in ext/xmlrpc 2006-08-14 08:15:44 +00:00
xmlwriter Remove double "wrong param count" warnings 2006-10-07 22:55:18 +00:00
xsl fix test 2006-09-28 12:03:24 +00:00
zip Remove double "wrong param count" warnings 2006-10-07 22:55:18 +00:00
zlib Disabled autoconversion of hash keys (from string to unicode) for PHP arrays 2006-09-19 10:38:31 +00:00
ext_skel
ext_skel_win32.php