php-src/ext
2009-07-03 12:14:39 +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 - New tests (DutchUG testfest) 2009-07-03 00:09:08 +00:00
date - MFH: Fixed bug #47351 (Memory leak in DateTime). 2009-06-30 16:17:30 +00:00
dba Fixed test 2009-06-16 12:40:59 +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 - Dropped unnecessary var 2009-06-12 14:03:35 +00:00
fileinfo - add license 2009-06-26 07:24:41 +00:00
filter - MFH: Fix the fix (Bug #46973 - IPv6 address filter rejects valid address) 2009-06-10 19:01:17 +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 a stray 'in the test 2009-07-02 10:02:38 +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 New iconv extension tests. Tested on Windows, Linux and Linux 64 bit. 2009-06-13 12:17:42 +00:00
imap - #48619, imap_search ALL segfaults 2009-06-22 14:09:55 +00:00
interbase MFH: Added zend_eval_stringl and made create_function(), etc. binary-safe 2009-06-05 18:50:32 +00:00
intl bugfix 2009-07-02 22:36:16 +00:00
json fix json shared build on Windows 2009-06-30 17:52:21 +00:00
ldap MFH: Tests for ext/ldap from PHPBelgium TestFest 2009-07-03 09:21: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 MFH: Fixed static build of mbstring on Windows (makes static build of exif possible too) 2009-06-12 16:15:51 +00:00
mcrypt MFH: Fixed error message grammar: 2009-06-06 02:40:49 +00:00
mssql - Fixed param type (%l -> %ld) 2009-05-26 12:35:46 +00:00
mysql MFH. Global s/ini_get('unicode.semantics')/version check/ . Early PHP 6 times are gone. I hope unicode logic will not change any more 2009-07-03 08:42:46 +00:00
mysqli MFH. ... to play with large data sets. Currently its only 10MB in size to keep the test runtime short. However, its easy to increase, if you want to test large data sets 2009-07-03 12:14:39 +00:00
mysqlnd Fix path 2009-06-28 21:52:51 +00:00
oci8 Obsolete package2.xml: resume using package.xml 2009-03-25 02:00:53 +00:00
odbc MFH: Fixed error message grammar: 2009-06-06 02:40:49 +00:00
openssl MFH: Closes #47991 SSL streams fail if error stack contains items 2009-04-20 09:44:29 +00:00
pcntl Don't use short tags in tests 2009-07-02 10:03:14 +00:00
pcre Fix test 2009-06-23 23:00:55 +00:00
pdo MFH 2009-05-12 23:40:32 +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 fix compilation of pdo_firebird and intl extension with ld --as-needed 2009-05-23 13:52:00 +00:00
pdo_mysql call-time pass-by-reference is deprecated in 5.3 2009-07-02 10:05:15 +00:00
pdo_oci MFH 2009-05-12 21:53:18 +00:00
pdo_odbc MFH: Cast to SQLUSMALLINT 2009-05-19 10:25:53 +00:00
pdo_pgsql MFH: Typo 2009-05-25 19:41:13 +00:00
pdo_sqlite MFB: Re-introduce the Matteo's patch and combine default & text handling 2009-05-20 15:05:36 +00:00
pgsql MFH: Fix compiler warnings 2009-05-19 16:03:36 +00:00
phar fixed bug #48681 (openssl signature verification for tar archives broken) 2009-06-30 14:49:12 +00:00
posix New POSIX extension tests from Berlin UG TestFest 2009. 2009-06-15 12:14:55 +00:00
pspell MFH: Bump copyright year, 3 of 3. 2008-12-31 11:15:49 +00:00
readline MFH:- Fixed bug #48256 (Crash due to double-linking of history.o) 2009-05-14 13:40:51 +00:00
recode MFH: Bump copyright year, 3 of 3. 2008-12-31 11:15:49 +00:00
reflection MFH: Fixed #45280 (Reflection of instantiated COM classes causes PHP to crash) (Paul Richards, Kalle) 2009-07-01 18:44:56 +00:00
session fix test 2009-05-26 10:12:16 +00:00
shmop MFH: Fixed error message grammar: 2009-06-06 02:40:49 +00:00
simplexml MFH: Mark spl as required and fix extension loading order 2009-06-11 09:41:15 +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 MFB 2009-06-04 18:17:43 +00:00
spl MFH: spl_autoload_unregister/spl_autoload_functions and closures 2009-06-30 17:14:37 +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 MFH Upgrade libsqlite to 3.6.16, fixes a possible error with triggers 2009-06-30 11:17:14 +00:00
standard MFH: Fix test on Windows 2009-07-01 20:27:11 +00:00
sybase_ct MFH: Bump copyright year, 3 of 3. 2008-12-31 11:15:49 +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 - MFH: Fixed invalid date checking 2009-05-22 12:49:40 +00:00
xmlwriter - add a note about the actual problen so we don't forget it 2009-05-26 08:10:49 +00:00
xsl MFH: Fixed error message grammar: 2009-06-06 02:40:49 +00:00
zip Closes bug #47667 2009-03-16 10:19:43 +00:00
zlib MFB52: Fix "request_startup() for zlib module failed" when client does not 2009-05-28 10:15:14 +00:00
ext_skel MFH: remove -ldl 2008-04-15 12:47:33 +00:00
ext_skel_win32.php