php-src/ext
2008-12-17 15:05:38 +00:00
..
bcmath Fixed bug#46847 (phpinfo() is missing some settings.) 2008-12-12 13:05:58 +00:00
bz2 - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!) 2008-11-17 11:26:25 +00:00
calendar - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!) 2008-11-17 11:26:25 +00:00
com_dotnet - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!) 2008-11-17 11:26:25 +00:00
ctype - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!) 2008-11-17 11:26:25 +00:00
curl - Fixed bug #45161 (Reusing a curl handle leaks memory) 2008-12-17 14:13:25 +00:00
date Fix test 2008-12-13 22:22:40 +00:00
dba Fixed bug#46847 (phpinfo() is missing some settings.) 2008-12-12 13:05:58 +00:00
dom fix build 2008-12-17 12:03:42 +00:00
enchant - add test 2008-04-16 09:56:36 +00:00
ereg - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!) 2008-11-17 11:26:25 +00:00
exif Fixed bug#46847 (phpinfo() is missing some settings.) 2008-12-12 13:05:58 +00:00
fbsql - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!) 2008-11-17 11:26:25 +00:00
fileinfo *** empty log message *** 2008-12-04 14:53:51 +00:00
filter - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!) 2008-11-17 11:26:25 +00:00
ftp New FTP test from Nathaniel McHugh 2008-12-17 12:34:49 +00:00
gd Fixed bug#46847 (phpinfo() is missing some settings.) 2008-12-12 13:05:58 +00:00
gettext - Fixed segfault [only in this branch] 2008-11-22 15:44:07 +00:00
gmp - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!) 2008-11-17 11:26:25 +00:00
hash - fix build.. 2008-11-27 21:57:15 +00:00
iconv - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!) 2008-11-17 11:26:25 +00:00
imap Miscellaneous tests for ext/imap 2008-12-17 15:05:38 +00:00
interbase - New parameter parsing API 2008-11-27 02:16:56 +00:00
intl - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!) 2008-11-17 11:26:25 +00:00
json Test for bug #45791 2008-12-17 14:46:42 +00:00
ldap Fixed bug#46847 (phpinfo() is missing some settings.) 2008-12-12 13:05:58 +00:00
libxml - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!) 2008-11-17 11:26:25 +00:00
mbstring Fix bug #46738 - Segfault when mb_detect_encoding() fails. 2008-12-11 02:56:08 +00:00
mcrypt MCrypt tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows and Linux but not Linux 64 bit or 5.3). 2008-12-11 10:41:50 +00:00
mssql - fix build 2008-12-14 16:19:43 +00:00
mysql Fix mysql_fetch_* and tests after param parsing changes 2008-12-01 21:20:27 +00:00
mysqli Change to zend_parse_parameters 2008-11-28 20:36:48 +00:00
mysqlnd No infinite loop in case the connection broke 2008-11-28 14:37:43 +00:00
oci8 - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!) 2008-11-17 11:26:25 +00:00
odbc - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!) 2008-11-17 11:26:25 +00:00
openssl Fix bug #46748, segfault when SSL has more than one error message. 2008-12-08 11:53:30 +00:00
pcntl - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!) 2008-11-17 11:26:25 +00:00
pcre MFB: export pcre API when using gcc 4 2008-12-10 10:16:20 +00:00
pdo fix possible invalid read 2008-12-03 10:11:04 +00:00
pdo_dblib - Fixed bug #44991 (Compile Failure With freetds0.82) (patch by matthias at dsx dot at) 2008-10-04 12:51:51 +00:00
pdo_firebird - Fix PDO configure dependancy: If --disable-pdo is used, disable all enabled-by-default drivers. Also error out if you try to configure a driver as static but pdo is disabled. 2008-07-25 13:38:41 +00:00
pdo_mysql Don't enable mysqlnd when pdo_mysql is being built with libmysql 2008-11-06 11:11:57 +00:00
pdo_oci fix instantclient detection 2008-10-22 19:29:48 +00:00
pdo_odbc - Fix PDO configure dependancy: If --disable-pdo is used, disable all enabled-by-default drivers. Also error out if you try to configure a driver as static but pdo is disabled. 2008-07-25 13:38:41 +00:00
pdo_pgsql - Fixed bug #43925 (Incorrect argument counter in prepared statements with pgsql) 2008-10-23 18:22:18 +00:00
pdo_sqlite Fix tests (use a in-memory database not a file called memory) 2008-12-03 11:00:19 +00:00
pgsql Fixed bug #46409 (__invoke method called outside of object context when using array_map) 2008-11-27 19:02:45 +00:00
phar Use ' -f' as requested 2008-12-13 14:49:21 +00:00
posix Remove duff comment produced by the test generator tool 2008-12-05 14:18:00 +00:00
pspell - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!) 2008-11-17 11:26:25 +00:00
readline - Missing SKIPIF :( 2008-11-21 22:55:38 +00:00
recode - hash_insert was renamed in MySQL 5.0 so we can safely use recode and mysql 2008-12-01 23:29:42 +00:00
reflection Fix #46718: ReflectionProperty::setValue() and ReflectionProperty::setAccessible(). 2008-11-29 15:58:30 +00:00
session Fix bug #35975 - Session cookie expires date format isn't the most compatible. Sync to that of setcookie(). 2008-12-11 01:20:58 +00:00
shmop - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!) 2008-11-17 11:26:25 +00:00
simplexml Fix #46241 (stacked error_handlers, error_handling in general) 2008-11-19 01:59:07 +00:00
skeleton New macro for check void parameters 2008-02-28 14:16:25 +00:00
snmp - Nuke unused file 2008-11-21 16:37:49 +00:00
soap Fixed bug #43069 (SoapClient causes 505 HTTP Version not supported error message) 2008-12-01 09:50:18 +00:00
sockets - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!) 2008-11-17 11:26:25 +00:00
spl - Remove more dead code 2008-12-06 15:24:33 +00:00
sqlite - Fixed memory leak 2008-12-01 12:26:42 +00:00
sqlite3 - Fixed memory leaks in createFunction and createAggregate methods 2008-11-28 15:36:34 +00:00
standard call_user_func_array() tests 2008-12-15 14:11:35 +00:00
sybase_ct - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!) 2008-11-17 11:26:25 +00:00
sysvmsg - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!) 2008-11-17 11:26:25 +00:00
sysvsem Bump copyright year, 2 of 2. 2007-12-31 07:12:20 +00:00
sysvshm - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!) 2008-11-17 11:26:25 +00:00
tidy - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!) 2008-11-17 11:26:25 +00:00
tokenizer - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!) 2008-11-17 11:26:25 +00:00
unicode - Fixed bug #46067 (Collator methods - Segfault) 2008-09-20 22:06:18 +00:00
wddx - MFB: ext/wddx: fixed test 003 which depended on arch (32bits vs 64bits) 2008-11-20 15:14:19 +00:00
xml fix bug #46699: (xml_parse crash when parser is namespace aware) 2008-12-12 04:15:14 +00:00
xmlreader - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!) 2008-11-17 11:26:25 +00:00
xmlrpc MFB: removed unused var 2008-12-17 00:30:59 +00:00
xmlwriter - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!) 2008-11-17 11:26:25 +00:00
xsl fix arginfo - these also accept SimpleXMLElement 2008-12-05 18:34:54 +00:00
zip - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!) 2008-11-17 11:26:25 +00:00
zlib - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!) 2008-11-17 11:26:25 +00:00
ext_skel remove -ldl - it doesn't seem to be required on Linux and it's not present on FreeBSD 2008-04-15 12:47:18 +00:00
ext_skel_win32.php