php-src/ext
2008-07-29 17:28:07 +00:00
..
bcmath Bump copyright year, 2 of 2. 2007-12-31 07:12:20 +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 - MFB: Added arginfo 2008-07-14 18:09:11 +00:00
ctype - Removed unnecessary SKIPIF (unicode/tests/*) 2008-06-09 15:54:08 +00:00
curl fix 5 years old copy/paste error (patch by Mikko) 2008-07-29 10:42:15 +00:00
date Fixed memory leak 2008-07-29 12:56:18 +00:00
dba Fix bug #45266 (Fix build with BDB 4) 2008-06-19 22:39:03 +00:00
dbase - killed off UEXPECT 2008-05-27 18:16:04 +00:00
dom - MFB: do not enable libxml or dom when a dep/header/lib is missing 2008-07-15 16:47:40 +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 use zend_bool for "b" 2008-07-14 10:47:35 +00:00
fbsql Bump copyright year, 2 of 2. 2007-12-31 07:12:20 +00:00
fileinfo - Added arginfo 2008-07-25 15:20:58 +00:00
filter Allow filters to work on INPUT_SERVER in CLI (bug #44779) 2008-07-24 09:11:48 +00:00
ftp - don't use inet_ntop when not present 2008-07-12 23:25:42 +00:00
gd - Cleanup after test 2008-07-25 09:10:02 +00:00
gettext - Fix crash when NULL is passed to bindtextdomain() (sync with 5_3) 2008-07-29 16:21:38 +00:00
gmp - killed off UEXPECT 2008-05-27 18:16:04 +00:00
hash this should be "=", not "==" 2008-07-21 07:27:00 +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 MFB: - Fixed the strings size in imap_headerinfo 2008-07-11 11:29:41 +00:00
interbase MFB: - Added arginfo 2008-07-07 17:34:07 +00:00
intl - Fix ZTS build 2008-07-28 09:01:03 +00:00
json MFB:- Fixed bug #38680 (Added missing handling of basic types in json_decode) 2008-07-22 17:06:00 +00:00
ldap - MFB: Fix typo 2008-07-16 13:42:51 +00:00
libxml - Visibility (bug #45557) 2008-07-22 10:29:14 +00:00
mbstring - Fix warnings 2008-07-25 14:04:39 +00:00
mcrypt fix build 2008-07-16 08:00:43 +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 New macro for check void parameters 2008-02-28 14:16:25 +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 bug#45019 Segmentation fault with SELECT ? and UNION 2008-07-25 12:45:27 +00:00
mysqlnd - Added TSRMLS_DC to apply_func_args_t and zend_hash_apply_with_arguments. 2008-07-24 19:50:23 +00:00
oci8 Update README. Bump ver ready for PECL release 2008-07-27 17:48:16 +00:00
odbc - MFB: Added arginfo 2008-07-20 14:29:30 +00:00
openssl Fix tests 2008-07-19 00:02:46 +00:00
pcntl Added pcntl_sigwaitinfo(), pcntl_sigtimedwait() and pcntl_sigprocmask() 2008-07-29 16:56:26 +00:00
pcre Sync with 5_3 changes 2008-07-21 16:12:28 +00:00
pdo - 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_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 - 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_oci - 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_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 - 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_sqlite - 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
pgsql Fixed uninitialized data 2008-07-25 08:53:11 +00:00
phar - Revert (dunno why I had this like this..) 2008-07-16 14:12:33 +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: Added arginfo 2008-07-16 18:35:41 +00:00
readline - MFB: Added arginfo 2008-07-14 18:09:11 +00:00
recode - MFB: New parameter parsing API 2008-07-03 12:40:48 +00:00
reflection fix test 2008-07-29 08:48:46 +00:00
session support for closures 2008-07-17 09:52:51 +00:00
shmop - MFB: Added arginfo (functions) 2008-07-03 12:21:25 +00:00
simplexml Move SXI::count to SXE::count and make it user-friendly 2008-07-09 21:27:10 +00:00
skeleton New macro for check void parameters 2008-02-28 14:16:25 +00:00
snmp - MFB: Added arginfo 2008-07-01 19:14:28 +00:00
soap Fix tests: need simplexml 2008-07-23 09:12:50 +00:00
sockets - forgot to commit to HEAD 2008-07-21 13:00:27 +00:00
spl Fixed memory leak 2008-07-29 14:27:31 +00:00
sqlite Fixed uninitialized data 2008-07-25 08:53:11 +00:00
sqlite3 Add freelist for tracking sqlite statements to free on implicit SQLite3::close() 2008-07-29 00:56:22 +00:00
standard - missing in the previous crypt commit (shutdown frees the locking mechanism) 2008-07-29 17:28:07 +00:00
sybase_ct MFB: 2008-07-01 17:29:48 +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 - Fixed tests 2008-07-29 12:20:39 +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 - Removed unicode_semantics() 2008-07-21 11:32:49 +00:00
wddx - MFB: Added arginfo 2008-06-27 15:35:49 +00:00
xml fix folding 2008-07-17 11:40:55 +00:00
xmlreader add parameter allowing node to be exported into existing Document context 2008-06-16 15:44:22 +00:00
xmlrpc MFB: 2008-07-20 15:52:07 +00:00
xmlwriter - MFB: Added arginfo 2008-06-27 13:17:27 +00:00
xsl - Removed UEXPECT(F) 2008-05-27 02:55:52 +00:00
zip invert the logics - FLAG_FCLOSE -> FLAG_NO_FCLOSE 2008-07-23 11:24:35 +00:00
zlib MFB: Added tests for #42663 2008-07-24 14:39:58 +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