php-src/ext
2008-12-16 12:53:29 +00:00
..
bcmath Fixed bug#46847 (phpinfo() is missing some settings.) 2008-12-12 13:07:28 +00:00
bz2 - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro 2008-11-17 11:28:01 +00:00
calendar - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro 2008-11-17 11:28:01 +00:00
com_dotnet - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro 2008-11-17 11:28:01 +00:00
ctype - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro 2008-11-17 11:28:01 +00:00
curl Fixed missing initialization of uses when copying a curl handle 2008-12-09 17:17:27 +00:00
date MFH (Use the same test fiel as in HEAD) 2008-12-13 22:23:29 +00:00
dba Fixed bug#46847 (phpinfo() is missing some settings.) 2008-12-12 13:07:28 +00:00
dom MFH: fix bug #46849 (Cloning DOMDocument doesn't clone the properties) 2008-12-16 12:53:29 +00:00
enchant This commit was manufactured by cvs2svn to create branch 'PHP_5_3'. 2008-05-12 21:03:49 +00:00
ereg - Fixed tests 2008-11-29 22:45:48 +00:00
exif Fixed bug#46847 (phpinfo() is missing some settings.) 2008-12-12 13:07:28 +00:00
fileinfo *** empty log message *** 2008-12-04 14:55:19 +00:00
filter MFB: Back out bugfix for #42718 as this broke magic_quotes_gpc 2008-12-06 17:25:35 +00:00
ftp FTP test from Nathaniel McHugh 2008-12-05 16:28:16 +00:00
gd Fixed bug#46847 (phpinfo() is missing some settings.) 2008-12-12 13:07:28 +00:00
gettext - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro 2008-11-17 11:28:01 +00:00
gmp - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro 2008-11-17 11:28:01 +00:00
hash - MFH: fix build 2008-11-27 21:58:38 +00:00
iconv - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro 2008-11-17 11:28:01 +00:00
imap fix resource id 2008-12-09 13:41:49 +00:00
interbase - MFH: New parameter parsing API 2008-11-27 02:17:22 +00:00
intl - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro 2008-11-17 11:28:01 +00:00
json MFH Fix bug #45989 - json_decode() doesn't return NULL on certain invalid strings 2008-12-12 23:19:47 +00:00
ldap Fixed bug#46847 (phpinfo() is missing some settings.) 2008-12-12 13:07:28 +00:00
libxml - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro 2008-11-17 11:28:01 +00:00
mbstring MFH Fix bug #46738 - Segfault when mb_detect_encoding() fails. 2008-12-11 02:56:45 +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:21:38 +00:00
mssql - fix build 2008-12-14 16:25:15 +00:00
mysql MFH: Fix mysql_fetch_* and tests after param parsing changes 2008-12-01 21:20:47 +00:00
mysqli MFH: Change to zend_parse_parameters 2008-11-28 20:38:20 +00:00
mysqlnd MFH: No infinite loop in case the connection broke 2008-11-28 14:38:03 +00:00
oci8 - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro 2008-11-17 11:28:01 +00:00
odbc - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro 2008-11-17 11:28:01 +00:00
openssl MFH Fix bug #46748, segfault when SSL has more than one error message. 2008-12-08 11:54:22 +00:00
pcntl - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro 2008-11-17 11:28:01 +00:00
pcre export the pcre API when compiling with gcc 4. this fixes e.g. the linkage of APC (reported by shire) 2008-12-10 10:16:14 +00:00
pdo we do not need the strndup() now that php_stream_printf() handles non-null terminated strings correctly 2008-12-12 23:46:05 +00:00
pdo_dblib - MFH: Fixed bug #44991 (Compile Failure With freetds0.82) (patch by matthias at dsx dot at) 2008-10-04 12:52:58 +00:00
pdo_firebird MFH: Fix PDO configure dependancy: If --disable-pdo is used, disable all 2008-07-25 13:46:24 +00:00
pdo_mysql - Make test conform to the error reporting that always returns 2008-11-10 18:44:04 +00:00
pdo_oci fix instantclient detection 2008-10-22 19:29:24 +00:00
pdo_odbc MFH: nuketh C++ comments 2008-08-03 12:15:55 +00:00
pdo_pgsql - MFH: Fixed bug #43925 (Incorrect argument counter in prepared statements with pgsql) 2008-10-23 18:53:05 +00:00
pdo_sqlite MFH: Fix tests (use a in-memory database not a file called memory) 2008-12-03 11:00:31 +00:00
pgsql Fixed bug #46409 (__invoke method called outside of object context when using array_map) 2008-11-27 19:01:23 +00:00
phar MFH Use ' -f' as requested 2008-12-13 14:49:39 +00:00
posix Remove duff comment produced by the test generator tool 2008-12-05 14:18:02 +00:00
pspell - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro 2008-11-17 11:28:01 +00:00
readline - Missing SKIPIF :( 2008-11-21 22:55:58 +00:00
recode MFH: hash_insert was renamed in MySQL 5.0 so we can safely use recode and mysql 2008-12-01 23:30:21 +00:00
reflection MFH: Fix #46718: ReflectionProperty::setValue() and ReflectionProperty::setAccessible(). 2008-11-29 15:58:54 +00:00
session MFH Fix bug #35975 - Session cookie expires date format isn't the most compatible. Sync to that of setcookie(). 2008-12-11 01:21:35 +00:00
shmop - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro 2008-11-17 11:28:01 +00:00
simplexml MFH: Fix #46241 (stacked error_handlers, error_handling in general) 2008-11-19 02:00:53 +00:00
skeleton MFH: New way for check void parameters 2008-03-10 22:15:36 +00:00
snmp MFH 2008-11-21 16:41:04 +00:00
soap Fixed bug #43069 (SoapClient causes 505 HTTP Version not supported error message) 2008-12-01 09:49:58 +00:00
sockets - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro 2008-11-17 11:28:01 +00:00
spl - MFH Remove more dead code 2008-12-06 15:24:47 +00:00
sqlite - MFH: Fixed memory leak 2008-12-01 12:27:35 +00:00
sqlite3 - MFH: Fixed memory leaks in createFunction and createAggregate methods 2008-11-28 15:37:02 +00:00
standard call_user_func_array() tests 2008-12-15 14:11:57 +00:00
sybase_ct - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro 2008-11-17 11:28:01 +00:00
sysvmsg - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro 2008-11-17 11:28:01 +00:00
sysvsem - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro 2008-11-17 11:28:01 +00:00
sysvshm - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro 2008-11-17 11:28:01 +00:00
tidy - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro 2008-11-17 11:28:01 +00:00
tokenizer - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro 2008-11-17 11:28:01 +00:00
wddx - MFH: ext/wddx: classes providing __sleep() are stored without properties (fixed) 2008-11-20 15:55:00 +00:00
xml MFH: fix bug #46699: (xml_parse crash when parser is namespace aware) 2008-12-12 04:16:21 +00:00
xmlreader - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro 2008-11-17 11:28:01 +00:00
xmlrpc MFH: Fixed bug #46746 (xmlrpc_decode_request outputs non-suppressable error 2008-12-09 17:22:12 +00:00
xmlwriter - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro 2008-11-17 11:28:01 +00:00
xsl MFH: fix arginfo - these also accept SimpleXMLElement 2008-12-05 18:35:43 +00:00
zip - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro 2008-11-17 11:28:01 +00:00
zlib - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro 2008-11-17 11:28:01 +00:00
ext_skel MFH: remove -ldl 2008-04-15 12:47:33 +00:00
ext_skel_win32.php