php-src/ext
Antony Dovgal 542be32668 fix test
2008-09-11 13:38:06 +00:00
..
bcmath - Revert bad fix 2008-08-15 16:37:22 +00:00
bz2 invert the logics - FLAG_FCLOSE -> FLAG_NO_FCLOSE 2008-07-23 11:24:35 +00:00
calendar - killed off UEXPECT 2008-05-27 18:16:04 +00:00
com_dotnet - Nuketh C++ comments from C files. 2008-08-03 12:12:45 +00:00
ctype - Removed unnecessary SKIPIF (unicode/tests/*) 2008-06-09 15:54:08 +00:00
curl - fix zlib detection (shared/static) and add zlib_a support 2008-08-05 19:39:51 +00:00
date - Support for the Scottish "back of" and "front of" hour phrases. 2008-08-29 11:59:23 +00:00
dba Fix bug #45266 (Fix build with BDB 4) 2008-06-19 22:39:03 +00:00
dom fix bug #46029 (Segfault in DOMText when using with Reflection) 2008-09-10 15:39:43 +00:00
enchant - add test 2008-04-16 09:56:36 +00:00
ereg - Visibility (bug #45564) 2008-07-21 16:22:29 +00:00
exif - fix comment style 2008-08-03 12:10:51 +00:00
fbsql - Nuketh C++ comments from C files. 2008-08-03 12:12:45 +00:00
fileinfo - MFB: 2008-09-07 20:29:54 +00:00
filter - Added parameter TSRMLS_DC in zend_is_callable() 2008-08-02 04:40:45 +00:00
ftp - drop bindlib usage on windows 2008-08-21 23:37:40 +00:00
gd - fix warning 2008-08-29 11:09:05 +00:00
gettext - use static lib first if found 2008-08-01 21:19:46 +00:00
gmp - New parameter parsing API (for gmp_testbit) 2008-08-13 12:20:54 +00:00
hash Fixed #45911 (Cannot disable ext/hash) 2008-09-07 13:13:53 +00:00
iconv - update lib detection and does not enable it when lib/headers are missing 2008-07-06 16:58:51 +00:00
imap - Fixed bug #45705 (rfc822_parse_adrlist() modifies passed address parameter) 2008-08-04 21:13:34 +00:00
interbase - Added parameter TSRMLS_DC in zend_is_callable() 2008-08-02 04:40:45 +00:00
intl update tests from 5.x 2008-09-08 22:58:31 +00:00
json Fix test to test higher nesting level 2008-07-31 11:49:19 +00:00
ldap - Added parameter TSRMLS_DC in zend_is_callable() 2008-08-02 04:40:45 +00:00
libxml fix warning 2008-08-25 21:04:00 +00:00
mbstring MFB: Fixed bug #46042 (memory leaks with reflection of 2008-09-10 23:19:50 +00:00
mcrypt check for NULL before freeing 2008-09-10 07:31:12 +00:00
mhash Fixed #45911 (Cannot disable ext/hash) 2008-09-07 13:13:53 +00:00
msql - MFB: Added arginfo 2008-07-20 14:29:30 +00:00
mssql - MFB: zend_arg_defs.c is unnecessary now 2008-07-05 20:10:41 +00:00
mysql Fixed uninitialized data 2008-07-25 08:53:11 +00:00
mysqli clean up garbage 2008-08-26 11:05:59 +00:00
mysqlnd constify strings 2008-08-19 10:42:00 +00:00
oci8 Bug #45888 (Refcounting in ZTS mode) 2008-08-28 06:32:52 +00:00
odbc - Added odbc.default_cursortype to control the ODBC cursormodel (bug #43668) 2008-08-29 19:15:39 +00:00
openssl fix typo 2008-08-05 14:58:57 +00:00
pcntl not experimental anymore 2008-08-07 13:10:22 +00:00
pcre MFB: kill unused var 2008-09-02 19:13:24 +00:00
pdo - Constness (Added const qualifier to several function parameters) 2008-08-12 17:15:59 +00:00
pdo_dblib - 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_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 - Nuketh C++ comments from C files. 2008-08-03 12:12:45 +00:00
pdo_oci revert last change 2008-09-03 19:21:45 +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 - Removed unused variables 2008-08-15 19:57:24 +00:00
pdo_sqlite Stupid typo 2008-08-06 16:57:08 +00:00
pgsql - Fixed some wrong format parameters 2008-09-08 01:30:55 +00:00
phar fix test 2008-09-11 13:38:06 +00:00
posix MFB: fixed tests not to rely on actual strings of errors, as those are not defined by any standard and are platform-dependent 2008-07-04 14:56:30 +00:00
pspell - MFB: New parameter parsing API 2008-08-23 16:20:14 +00:00
readline - Added parameter TSRMLS_DC in zend_is_callable() 2008-08-02 04:40:45 +00:00
recode - MFB: New parameter parsing API 2008-07-03 12:40:48 +00:00
reflection - Removed unused arguments 2008-08-22 15:51:50 +00:00
session Added tests 2008-09-11 11:52:02 +00:00
shmop - Removed unused variables 2008-08-15 19:57:24 +00:00
simplexml fix bug #46003 (isset on nonexisting node return unexpected results) 2008-09-10 16:28:20 +00:00
skeleton New macro for check void parameters 2008-02-28 14:16:25 +00:00
snmp MFB: Fixed bug #45405 (snmp extension memory leak) 2008-09-06 07:58:09 +00:00
soap - Changed error level E_ERROR into E_WARNING in parameter validation 2008-09-08 19:34:48 +00:00
sockets - drop bindlib usage on windows 2008-08-21 23:37:40 +00:00
spl Fixed bug #46031 (Segfault in AppendIterator::next) 2008-09-09 19:43:52 +00:00
sqlite - Constness (Added const qualifier to several function parameters) 2008-08-12 17:15:59 +00:00
sqlite3 - MFB: fix unexpected EOF on line 391 2008-08-15 21:03:32 +00:00
standard New testcases for array_intersect_key() function 2008-09-11 10:41:01 +00:00
sybase_ct - Added parameter TSRMLS_DC in zend_is_callable() 2008-08-02 04:40:45 +00:00
sysvmsg - MFB: Added arginfo 2008-06-30 14:53:45 +00:00
sysvsem Bump copyright year, 2 of 2. 2007-12-31 07:12:20 +00:00
sysvshm - MFB: Added arginfo 2008-07-01 15:50:09 +00:00
tidy Fix wrong Unicode string length (bytes) in tidy_parse_string() 2008-08-29 22:59:41 +00:00
tokenizer . Added support for using static HEREDOCs to initialize static variables and class members or constants. (Matt) 2008-07-26 15:31:38 +00:00
unicode - Added parameter TSRMLS_DC in zend_is_callable() 2008-08-02 04:40:45 +00:00
wddx - MFB: New parameter parsing API 2008-08-24 04:02:20 +00:00
xml MFB: 2008-08-24 02:12:51 +00:00
xmlreader Fix proto 2008-08-23 18:06:43 +00:00
xmlrpc - New tests 2008-09-10 00:09:30 +00:00
xmlwriter - MFB: Added arginfo 2008-06-27 13:17:27 +00:00
xsl - Nuketh C++ comments from C files. 2008-08-03 12:12:45 +00:00
zip - file will exist only on error (thx tony for the headup) 2008-08-30 23:54:46 +00:00
zlib Avoid leaks when zlib streams can not be closed properly. 2008-08-02 02:36:14 +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