php-src/ext
2008-08-01 13:41:30 +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 a bug with the YYYY-MM format not resetting the day correctly. 2008-07-30 17:48:21 +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 - MFB: update config to match config.m4 2008-07-31 13:14:22 +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 Fix for bug #45030 2008-07-31 09:23:59 +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 - Fixed memory leak. 2008-07-30 19:33:04 +00:00
json Fix test to test higher nesting level 2008-07-31 11:49:19 +00:00
ldap - add detection for newer libs 2008-07-31 18:04:21 +00:00
libxml - Visibility (bug #45557) 2008-07-22 10:29:14 +00:00
mbstring - Fixed bug #44617 (wrong HTML entity output when substitute_character=entity) 2008-07-31 17:36:35 +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 folding 2008-07-30 11:58:43 +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 MFB: Make pdo_sqlite use the bundled extension with sqlite3 2008-08-01 12:02:40 +00:00
pgsql Fixed uninitialized data 2008-07-25 08:53:11 +00:00
phar - Bring phar command into sync with 5_3 and PECL 2008-08-01 13:41:30 +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 fix int<->long mess causing lots of segfaults on x86_64 2008-08-01 08:27:46 +00:00
standard - Add array_replace/array_replace_recursive (Mett Wilmas) 2008-07-31 20:17: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 - 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 - 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