php-src/ext
2008-08-24 20:50:02 +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 - [DOC] win's strftime does not support all posix formatting code and have some win specific rules see http://msdn.microsoft.com/en-us/library/fe06s4ak(VS.80).aspx for a complete list: split test for win32 and posix 2008-08-10 11:27:26 +00:00
dba Fix bug #45266 (Fix build with BDB 4) 2008-06-19 22:39:03 +00:00
dom fix ws, cs and folding 2008-08-14 08:38:37 +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 fix compilation on AIX 2008-08-10 19:48:48 +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 - MFB: New parameter parsing API 2008-08-24 04:02:20 +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 fix bug #45028 (CRC32 output endianness is different between crc32() and hash()) 2008-08-18 14:28:57 +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 - Added arginfo 2008-08-11 19:46:57 +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 - Visibility (bug #45557) 2008-07-22 10:29:14 +00:00
mbstring - New parameter parsing API 2008-08-18 00:36:03 +00:00
mcrypt - not shared 2008-08-05 17:19:32 +00:00
mhash Sort Windows changes for mhash BC layer 2008-06-28 15:30:45 +00:00
mime_magic - MFB: Added arginfo 2008-07-20 14:29:30 +00:00
ming - MFB: New parameter parsing API 2008-08-14 01:35:24 +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 - Fix #45763 (mysqli::multi_query does not work with mysqlnd) 2008-08-11 12:32:47 +00:00
mysqlnd constify strings 2008-08-19 10:42:00 +00:00
oci8 - fix oci8_11g when build shared (invalid extension) 2008-08-05 20:56:03 +00:00
odbc - New parameter parsing API 2008-08-24 20:50:02 +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 - Added function preg_filter() 2008-08-24 12:34:02 +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 - fix EOL broken by previous commit 2008-08-01 19:09:15 +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 - Nuketh C++ comments from C files. 2008-08-03 12:12:45 +00:00
phar MFB increase code coverage 2008-08-21 20:36:21 +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 - Fixed some inconsistencies with the behaviour of sessions. Changed session_start() to return false when session start fails. 2008-08-06 05:34:55 +00:00
shmop - Removed unused variables 2008-08-15 19:57:24 +00:00
simplexml Fix error_handling usage in various extensions 2008-08-08 22:06:42 +00:00
skeleton New macro for check void parameters 2008-02-28 14:16:25 +00:00
snmp - New parameter parsing API 2008-08-13 14:05:55 +00:00
soap Fix tests: need simplexml 2008-07-23 09:12:50 +00:00
sockets - drop bindlib usage on windows 2008-08-21 23:37:40 +00:00
spl - Add new test 2008-08-24 16:46:17 +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 - more fixes for inet_* with vc9/xp 2008-08-23 20:31:27 +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 - first static lib then dyn or old one 2008-08-01 11:21:27 +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 - MFB: New parameter parsing API 2008-08-24 00:45:20 +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 - Removed unused variables 2008-08-15 19:57:24 +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