php-src/ext
2011-06-12 02:47:48 +00:00
..
bcmath - Year++ 2011-01-01 02:17:06 +00:00
bz2 - Added new parameter parsing option (p - for valid path (string without null byte in the middle)) 2011-06-06 21:28:16 +00:00
calendar - Year++ 2011-01-01 02:17:06 +00:00
com_dotnet - Added new parameter parsing option (p - for valid path (string without null byte in the middle)) 2011-06-06 21:28:16 +00:00
ctype - Year++ 2011-01-01 02:17:06 +00:00
curl Fixed notice breaking the test. 2011-05-31 12:57:40 +00:00
date Fixed bug#51819 (Case discrepancy in timezone names cause Uncaught exception and fatal error) 2011-06-05 13:30:01 +00:00
dba - Fix infile return on duplicated key (related to bug #54242) 2011-03-13 14:57:19 +00:00
dom Fixed test 2011-06-08 23:30:02 +00:00
enchant - Added new parameter parsing option (p - for valid path (string without null byte in the middle)) 2011-06-06 21:28:16 +00:00
ereg - Year++ 2011-01-01 02:17:06 +00:00
exif - Added new parameter parsing option (p - for valid path (string without null byte in the middle)) 2011-06-06 21:28:16 +00:00
fileinfo - Added new parameter parsing option (p - for valid path (string without null byte in the middle)) 2011-06-06 21:28:16 +00:00
filter - Fix logic, it must check for both flags (as says the comment in the code) (bug #54912) 2011-05-24 22:34:07 +00:00
ftp - Added new parameter parsing option (p - for valid path (string without null byte in the middle)) 2011-06-06 21:28:16 +00:00
gd - Added new parameter parsing option (p - for valid path (string without null byte in the middle)) 2011-06-06 21:28:16 +00:00
gettext - Year++ 2011-01-01 02:17:06 +00:00
gmp - Year++ 2011-01-01 02:17:06 +00:00
hash - Added new parameter parsing option (p - for valid path (string without null byte in the middle)) 2011-06-06 21:28:16 +00:00
iconv - Year++ 2011-01-01 02:17:06 +00:00
imap - Added new parameter parsing option (p - for valid path (string without null byte in the middle)) 2011-06-06 21:28:16 +00:00
interbase - Fixed bug #54269 (Short exception message buffer causes crash) 2011-05-22 19:06:21 +00:00
intl Show ICU Data version inside phpinfo() 2011-06-03 18:14:36 +00:00
json Fixed bug #54484 (Empty string in json_decode doesn't reset json_last_error()). 2011-06-01 09:44:38 +00:00
ldap Tidy up ldap paging code and rename the API as discussed in #42060 2011-05-19 17:41:21 +00:00
libxml Fixed bug #54601 (Removing the doctype node segfaults) 2011-05-29 11:39:49 +00:00
mbstring - Fixed bug #54494: mb_substr() mishandles UTF-32LE and UCS-2LE. 2011-04-09 16:59:36 +00:00
mcrypt MFH: Fixes for broken tests. 2011-05-27 19:27:05 +00:00
mssql - Year++ 2011-01-01 02:17:06 +00:00
mysql - handle out of memory 2011-05-18 11:49:49 +00:00
mysqli - Keep the old arginfo for now 2011-05-18 10:21:28 +00:00
mysqlnd reuse code 2011-05-31 20:42:44 +00:00
oci8 Fix TSRMLS for Windows build 2011-06-11 00:24:26 +00:00
odbc - Added new parameter parsing option (p - for valid path (string without null byte in the middle)) 2011-06-06 21:28:16 +00:00
openssl - Fixed bug #55028 (// is abad comment) 2011-06-10 22:48:36 +00:00
pcntl Fix common typos in the source code (Reported in Bug #54065) 2011-04-03 21:46:52 +00:00
pcre Increase the overly conservative pcre backtrack limit from 100000 to 1000000 2011-05-21 19:48:37 +00:00
pdo - Fixed bug #54929 (Parse error with single quote in sql comment) 2011-06-04 22:54:40 +00:00
pdo_dblib Cache the PDO include path 2011-05-15 05:24:34 +00:00
pdo_firebird Cache the PDO include path 2011-05-15 05:24:34 +00:00
pdo_mysql - Fixed bug #54929 (Parse error with single quote in sql comment) 2011-06-04 22:54:40 +00:00
pdo_oci Cache the PDO include path 2011-05-15 05:24:34 +00:00
pdo_odbc Cache the PDO include path 2011-05-15 05:24:34 +00:00
pdo_pgsql - Drop C++ style comments 2011-06-10 23:14:15 +00:00
pdo_sqlite Cache the PDO include path 2011-05-15 05:24:34 +00:00
pgsql - Added new parameter parsing option (p - for valid path (string without null byte in the middle)) 2011-06-06 21:28:16 +00:00
phar - Missing fixes for grammar fix 's/valid path/a valid path/' 2011-06-09 00:23:43 +00:00
posix - Added new parameter parsing option (p - for valid path (string without null byte in the middle)) 2011-06-06 21:28:16 +00:00
pspell - Added new parameter parsing option (p - for valid path (string without null byte in the middle)) 2011-06-06 21:28:16 +00:00
readline - Added new parameter parsing option (p - for valid path (string without null byte in the middle)) 2011-06-06 21:28:16 +00:00
recode - Year++ 2011-01-01 02:17:06 +00:00
reflection - Missing fix for bug #54347 2011-06-11 15:11:49 +00:00
session Removed tests checking old/removed functionality (session_register/session_unregister/session_is_registered/register_globals) 2011-06-09 08:54:47 +00:00
shmop - Version++ 2011-03-08 18:24:04 +00:00
simplexml Fixed test 008 2011-06-07 01:40:54 +00:00
skeleton revert change #298288: Remove old dsp/dsw/makefile files 2010-04-28 14:41:51 +00:00
snmp - Added new parameter parsing option (p - for valid path (string without null byte in the middle)) 2011-06-06 21:28:16 +00:00
soap MFH: Fixed crash on recursive error handler invocation 2011-05-27 19:14:36 +00:00
sockets - Fixed ext/sockets build on Mac OS X (hopefully). 2011-06-11 20:20:50 +00:00
spl - Drop C++ style comments 2011-06-10 23:14:15 +00:00
sqlite3 - Added new parameter parsing option (p - for valid path (string without null byte in the middle)) 2011-06-06 21:28:16 +00:00
standard - Fixed bug #54680 (missing TRACK_VARS_SERVER check) 2011-06-12 02:47:48 +00:00
sybase_ct - MFH Bugfix for bug #53540 2011-06-11 18:55:41 +00:00
sysvmsg fix tests 2011-05-04 08:44:14 +00:00
sysvsem - Year++ 2011-01-01 02:17:06 +00:00
sysvshm - Year++ 2011-01-01 02:17:06 +00:00
tidy - Added new parameter parsing option (p - for valid path (string without null byte in the middle)) 2011-06-06 21:28:16 +00:00
tokenizer and clean the tokenizer too 2011-06-03 01:16:01 +00:00
wddx - Year++ 2011-01-01 02:17:06 +00:00
xml - Year++ 2011-01-01 02:17:06 +00:00
xmlreader - Added new parameter parsing option (p - for valid path (string without null byte in the middle)) 2011-06-06 21:28:16 +00:00
xmlrpc - Year++ 2011-01-01 02:17:06 +00:00
xmlwriter - Year++ 2011-01-01 02:17:06 +00:00
xsl - Added new parameter parsing option (p - for valid path (string without null byte in the middle)) 2011-06-06 21:28:16 +00:00
zip - Added new parameter parsing option (p - for valid path (string without null byte in the middle)) 2011-06-06 21:28:16 +00:00
zlib - Fixed tests 2011-06-12 00:31:13 +00:00
ext_skel - ext_skelshould create a .svnignore not .cvsignore these days 2010-08-06 22:19:47 +00:00
ext_skel_win32.php revert change #298288: Remove old dsp/dsw/makefile files 2010-04-28 14:41:51 +00:00