php-src/ext
2011-07-12 15:15:17 +00:00
..
bcmath - Year++ 2011-01-01 02:19:59 +00:00
bz2 Fixed bug #51997 (SEEK_CUR with 0 value, returns a warning). 2011-06-05 21:57:01 +00:00
calendar - Year++ 2011-01-01 02:19:59 +00:00
com_dotnet - this function is only in trunk 2011-01-20 13:57:40 +00:00
ctype - Year++ 2011-01-01 02:19:59 +00:00
curl Fixed notice breaking the test. 2011-05-31 12:57:40 +00:00
date - Updated to version 2011.8 (2011h) 2011-06-27 11:47:43 +00:00
dba Keep the DBA DB4 test status quo after Berkeley DB 5.2 introduced error message prefixes 2011-06-27 22:58:59 +00:00
dom working on test coverage for ext/dom, here's 17 more tests 2011-06-28 20:17:15 +00:00
enchant - Year++ 2011-01-01 02:19:59 +00:00
ereg - Year++ 2011-01-01 02:19:59 +00:00
exif Fixed bug #54121 (error message format string typo). 2011-04-12 18:33:08 +00:00
fileinfo - Fixed bug #54934 (Unresolved symbol strtoull in HP-UX 11.11) 2011-05-27 23:31:30 +00:00
filter - Fix logic, it must check for both flags (as says the comment in the code) (bug #54912) 2011-05-24 22:34:07 +00:00
ftp - Year++ 2011-01-01 02:19:59 +00:00
gd Adding testcases to validate imageloadfont input parameter validation, tests were developed at #tek11 testfest 2011-05-31 21:24:10 +00:00
gettext - Year++ 2011-01-01 02:19:59 +00:00
gmp - Year++ 2011-01-01 02:19:59 +00:00
hash - Year++ 2011-01-01 02:19:59 +00:00
iconv - Year++ 2011-01-01 02:19:59 +00:00
imap Fix common typos in the source code (Reported in Bug #54065) 2011-04-03 21:46:52 +00:00
interbase - Fixed bug #54269 (Short exception message buffer causes crash) 2011-05-22 19:06:21 +00:00
intl Show ICU Data version inside phpinfo() 2011-06-03 18:14:36 +00:00
json Remove duplicate lines present in PHP_5_3's .phpt (dtajchreber) 2011-06-17 21:42:40 +00:00
ldap Add the libraries we actually test and need for LDAP and OpenSSL, fixes bug #53339 2011-03-18 18:47:09 +00:00
libxml Fixed bug #54601 (Removing the doctype node segfaults) 2011-05-29 11:39:49 +00:00
mbstring - Fixed bug #54494: mb_substr() mishandles UTF-32LE and UCS-2LE. 2011-04-09 16:59:36 +00:00
mcrypt - use warning here to match unix behavior 2011-07-10 14:19:51 +00:00
mssql - Year++ 2011-01-01 02:19:59 +00:00
mysql - handle out of memory 2011-05-18 11:49:49 +00:00
mysqli Fix for bug 54674..typo in the check of SJIS 2011-05-09 16:20:35 +00:00
mysqlnd free data in case of failure in the callee not in the caller 2011-07-05 20:31:53 +00:00
oci8 missed version sync with 5.4 2011-06-27 17:24:55 +00:00
odbc - Year++ 2011-01-01 02:19:59 +00:00
openssl - did I not kill that already? (do not use rand_screen, pointless on server and not TS) 2011-06-16 13:06:41 +00:00
pcntl - Added SKIPIF 2011-06-24 19:18:06 +00:00
pcre Increase the overly conservative pcre backtrack limit from 100000 to 1000000 2011-05-21 19:48:37 +00:00
pdo - Added missing arginfos for void params and void param checks 2011-06-18 15:56:14 +00:00
pdo_dblib - Fixed bug #54329 (MSSql extension memory leak) 2011-07-03 19:01:42 +00:00
pdo_firebird - Fixed two "jump or move depends on uninitialised value" 2011-06-17 02:00:20 +00:00
pdo_mysql - Fixed bug #54929 (Parse error with single quote in sql comment) 2011-06-04 22:54:40 +00:00
pdo_oci Oops, can't cache it here because it won't work 2011-05-15 05:49:34 +00:00
pdo_odbc - Fixed data type usage in 64bit 2011-06-27 01:36:39 +00:00
pdo_pgsql - Drop C++ style comments 2011-06-10 23:14:15 +00:00
pdo_sqlite - New tests (code coverage++) 2011-06-19 12:33:49 +00:00
pgsql - Year++ 2011-01-01 02:19:59 +00:00
phar - Added missing void param checks, and fix arginfo 2011-06-18 22:48:31 +00:00
posix - Year++ 2011-01-01 02:19:59 +00:00
pspell - Year++ 2011-01-01 02:19:59 +00:00
readline Fixed bug #53630 (Fixed parameter handling inside readline() function). 2011-01-10 18:19:02 +00:00
recode - Year++ 2011-01-01 02:19:59 +00:00
reflection - Missing fix for bug #54347 2011-06-11 15:11:49 +00:00
session - install extra headers 2011-06-16 01:21:01 +00:00
shmop - Version++ 2011-03-08 18:24:04 +00:00
simplexml - Added missing arginfos for void params and void param checks 2011-06-18 15:56:14 +00:00
skeleton MFH: New way for check void parameters 2008-03-10 22:15:36 +00:00
snmp Fix common typos in the source code (Reported in Bug #54065) 2011-04-03 21:46:52 +00:00
soap - Added missing arginfos for void params and void param checks 2011-06-18 15:56:14 +00:00
sockets - Fix the fix 2011-05-24 00:10:00 +00:00
spl Fixed bug #54971 (Wrong result when using iterator_to_array with use_keys on true) 2011-06-28 11:09:06 +00:00
sqlite Oops, can't cache it here because it won't work 2011-05-15 05:49:34 +00:00
sqlite3 Upgrade SQLite to 3.7.6.3 2011-06-14 17:00:49 +00:00
standard - Fixed bug #55187, readlink returns weird characters when false result 2011-07-12 15:15:17 +00:00
sybase_ct - MFH suppression of compiler warning noted in bug #55009 2011-06-13 08:45:21 +00:00
sysvmsg fix tests 2011-05-04 08:44:14 +00:00
sysvsem - Year++ 2011-01-01 02:19:59 +00:00
sysvshm - Year++ 2011-01-01 02:19:59 +00:00
tidy - keep node creation check 2011-04-25 09:31:00 +00:00
tokenizer Fixed bug #54089 (token_get_all() does not stop after __halt_compiler). 2011-02-28 15:18:27 +00:00
wddx - Year++ 2011-01-01 02:19:59 +00:00
xml - Year++ 2011-01-01 02:19:59 +00:00
xmlreader Fix use after free() in XMLReader::xml() 2011-05-13 05:54:34 +00:00
xmlrpc - Year++ 2011-01-01 02:19:59 +00:00
xmlwriter - Year++ 2011-01-01 02:19:59 +00:00
xsl - Year++ 2011-01-01 02:19:59 +00:00
zip - Fixed bug #54681 (addGlob() crashes on invalid flags) 2011-05-07 01:58:26 +00:00
zlib - Year++ 2011-01-01 02:19:59 +00:00
ext_skel - ext_skelshould create a .svnignore not .cvsignore these days 2010-08-06 22:19:47 +00:00
ext_skel_win32.php