php-src/ext
2009-08-17 17:57:40 +00:00
..
bcmath MFH: config.h is in this directory, not in ext/bcmath root, fixes re-compilation for me 2009-06-03 01:19:33 +00:00
bz2 - check for static lib as well 2009-06-10 15:44:51 +00:00
calendar MFH: Bump copyright year, 3 of 3. 2008-12-31 11:15:49 +00:00
com_dotnet MFH: Fixed #45280 (Reflection of instantiated COM classes causes PHP to crash) (Paul Richards, Kalle) 2009-07-01 18:44:56 +00:00
ctype MFH: Bump copyright year, 3 of 3. 2008-12-31 11:15:49 +00:00
curl Make test more generic 2009-08-06 12:23:35 +00:00
date - Updated to version 2009.12 (2009l) 2009-08-17 14:46:58 +00:00
dba - Fixed paths 2009-08-01 23:26:02 +00:00
dom - MFH: New tests (NorwayUG testfest) 2009-07-02 00:04:52 +00:00
enchant - MFH: Year++ 2009-01-30 00:16:32 +00:00
ereg MFH: Updated tests after double->long conversion change (basically to match 5.2) 2009-06-04 18:25:06 +00:00
exif MFB: Added missing sanity checks around exif processing. 2009-08-16 14:32:32 +00:00
fileinfo Fix BC break in mime_content_type() 2009-08-11 23:05:13 +00:00
filter - let try to be smart, read the bug report.... 2009-07-18 17:06:21 +00:00
ftp MF52: fix test: don't create tmp files in "." and clean up when done 2009-01-09 23:12:12 +00:00
gd Fixed bug #49193 (gdJpegGetVersionString() inside gd_compact identifies wrong type in declaration) 2009-08-09 13:15:45 +00:00
gettext Tests from Berlin test fest 2009-06-18 07:29:09 +00:00
gmp - put mpir headers in their own directory 2009-06-10 09:59:21 +00:00
hash MFH Fix bug #48284 - adler32 is in the wrong order. Changed to match what zlib produces. 2009-06-30 13:21:53 +00:00
iconv Give this test more headroom since it needs to allocate a 90M block 2009-08-02 23:08:21 +00:00
imap - Fixed bug #48400 (imap crashes when closing stream opened with OP_PROTOTYPE flag) 2009-08-03 13:02:53 +00:00
interbase Fixed bug #48189 (ibase_execute error in return param) 2009-07-25 23:37:47 +00:00
intl fix test 2009-07-26 19:53:23 +00:00
json Fix broken json tests in all branches 2009-08-03 04:01:57 +00:00
ldap - Improved param. parsing for ldap_read(), ldap_search() and ldap_list() 2009-08-15 00:52:31 +00:00
libxml MFH: Fix arginfo for libxml_disable_entity_loader() and libxml_use_internal_errors() 2009-06-23 13:44:24 +00:00
mbstring * Fix bug #48645 (mb_convert_encoding() doesn't understand hexadecimal html-entities) 2009-07-29 04:44:08 +00:00
mcrypt MFH: Fixed error message grammar: 2009-06-06 02:40:49 +00:00
mssql MFH 2009-07-15 19:09:15 +00:00
mysql Fix a few more tests 2009-08-03 05:17:53 +00:00
mysqli - Revert bad fix for bug #49122 and only enable this when mysqlnd is used 2009-08-04 14:49:33 +00:00
mysqlnd test 2 2009-08-03 14:50:10 +00:00
oci8 refactor & WS for local test config change 2009-08-12 14:54:16 +00:00
odbc MFH: Fixed error message grammar: 2009-06-06 02:40:49 +00:00
openssl - Fixed compile failure with older openssl libs (< 0.9.8), fixes bug #49012 2009-07-30 11:32:08 +00:00
pcntl Don't use short tags in tests 2009-07-02 10:03:14 +00:00
pcre We should check /usr/local/include last 2009-08-11 21:40:15 +00:00
pdo - Revert my mistake 2009-07-19 22:46:03 +00:00
pdo_dblib MFH: Fixed bug #48539 (pdo_dblib fails to connect, throws empty PDOException 2009-06-29 09:36:03 +00:00
pdo_firebird - Fixed bug #48057 (Only the date fields of the first row are fetched, others are empty) 2009-07-20 00:17:24 +00:00
pdo_mysql - Fixed bug #49236 (Missing PHP_SUBST(PDO_MYSQL_SHARED_LIBADD)). 2009-08-17 17:57:40 +00:00
pdo_oci MFH 2009-05-12 21:53:18 +00:00
pdo_odbc - MFH: Fixed bug #48913 (Too long error code strings in pdo_odbc driver) 2009-07-15 02:36:08 +00:00
pdo_pgsql MFH: Typo 2009-05-25 19:41:13 +00:00
pdo_sqlite Don't build sqlite as threadsafe if we are doing an NTS build 2009-08-10 16:58:53 +00:00
pgsql MFH: Fix compiler warnings 2009-05-19 16:03:36 +00:00
phar oops, released as beta instead of stable, Gwynne: svn rm tags/RELEASE_2_0_0 fails, perhaps this can be allowed? 2009-07-29 16:29:30 +00:00
posix - Fix CS and remove extra strlen() call 2009-08-06 11:11:15 +00:00
pspell MFH: Bump copyright year, 3 of 3. 2008-12-31 11:15:49 +00:00
readline - Fixed bug #48608 (Invalid libreadline version not detected during configure) 2009-08-04 11:20:49 +00:00
recode MFH: Bump copyright year, 3 of 3. 2008-12-31 11:15:49 +00:00
reflection - Fixed ReflectionClass::getStaticProperties() to do not return the private properties from parent class; 2009-08-01 20:44:00 +00:00
session configure dependency has to be optional as well 2009-07-28 08:59:08 +00:00
shmop MFH: Fixed error message grammar: 2009-06-06 02:40:49 +00:00
simplexml fix broken test (spurious tab characters caused run-tests to spaz) 2009-08-14 09:44:45 +00:00
skeleton MFH: New way for check void parameters 2008-03-10 22:15:36 +00:00
snmp Fixed bug #48273 (snmp*_real_walk() returns SNMP errors as values) 2009-06-01 13:10:18 +00:00
soap - Drop unused code 2009-06-15 17:56:08 +00:00
sockets Make these socket tests less Linux-specific 2009-08-09 14:50:51 +00:00
spl Fix several recursion problems when var_dump'ing self-referencing objects 2009-08-13 22:07:05 +00:00
sqlite MFH Fix bug #48679 - Crash in SQLite with count on an unbuffered query set (Scott) 2009-06-25 09:38:04 +00:00
sqlite3 Update libsqlite to 3.6.17. 2009-08-11 22:22:21 +00:00
standard New basic tests for uniqid(). Tested on Windows, Linux and Linux 64 bit 2009-08-17 14:22:02 +00:00
sybase_ct - More and more missing svn:ignore entries. 2009-08-02 01:48:27 +00:00
sysvmsg MFH: Bump copyright year, 3 of 3. 2008-12-31 11:15:49 +00:00
sysvsem MFH: Bump copyright year, 3 of 3. 2008-12-31 11:15:49 +00:00
sysvshm MFH: Fixed error message grammar: 2009-06-06 02:40:49 +00:00
tidy test for /ext/tidy from stefan priebsch 2009-03-16 20:38:19 +00:00
tokenizer Fixed bug #47038 (Memory leak in include) 2009-03-25 15:23:58 +00:00
wddx - MFH: Fixed bug #48562 (Reference recursion causes segfault when used in wddx_serialize_vars()) 2009-06-16 02:54:26 +00:00
xml fix test 2009-01-13 12:00:53 +00:00
xmlreader MFH: Bump copyright year, 3 of 3. 2008-12-31 11:15:49 +00:00
xmlrpc Fix test 2009-08-06 13:08:13 +00:00
xmlwriter fix tests 2009-07-17 09:04:52 +00:00
xsl MFH: Fixed error message grammar: 2009-06-06 02:40:49 +00:00
zip - remove double include 2009-08-11 17:08:23 +00:00
zlib - Fixed bug #49248 by fixing bug #48994 properly 2009-08-17 17:30:32 +00:00
ext_skel MFH: remove -ldl 2008-04-15 12:47:33 +00:00
ext_skel_win32.php