php-src/ext
2010-12-17 23:05:26 +00:00
..
bcmath Add some bcmath tests 2010-03-08 15:16:51 +00:00
bz2 - fix #39863, do not accept paths with NULL in them. See http://news.php.net/php.internals/50191, trunk will have the patch later (adding a macro and/or changing (some) APIs. Patch by Rasmus 2010-11-18 15:22:22 +00:00
calendar Fixed bug #52744 (cal_days_in_month incorrect for December 1 BCE). Original 2010-09-09 06:41:23 +00:00
com_dotnet - fix #39863, do not accept paths with NULL in them. See http://news.php.net/php.internals/50191, trunk will have the patch later (adding a macro and/or changing (some) APIs. Patch by Rasmus 2010-11-18 15:22:22 +00:00
ctype sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php 2010-01-03 09:23:27 +00:00
curl curl_setopt() arg: using DIRECTORY_SEPARATOR rather then "/" to make windows tests pass too 2010-12-08 14:16:17 +00:00
date - Fixed a bug in DateTime->modify() where absolute date/time statements had no 2010-12-15 21:45:25 +00:00
dba Add Berkeley DB 5.1 support to the DBA extension 2010-12-01 19:20:16 +00:00
dom - add phpize support for windows, need a nmake install for now (nmake devel-pkg version is coming), works exactly the same as on unix, or should :) 2010-12-13 18:43:10 +00:00
enchant - fix #39863, do not accept paths with NULL in them. See http://news.php.net/php.internals/50191, trunk will have the patch later (adding a macro and/or changing (some) APIs. Patch by Rasmus 2010-11-18 15:22:22 +00:00
ereg - add phpize support for windows, need a nmake install for now (nmake devel-pkg version is coming), works exactly the same as on unix, or should :) 2010-12-13 18:43:10 +00:00
exif Changed deprecated ini options on startup from E_WARNING to E_DEPRECATED (Fixes #52570) 2010-08-11 21:12:18 +00:00
fileinfo - fix #39863, do not accept paths with NULL in them. See http://news.php.net/php.internals/50191, trunk will have the patch later (adding a macro and/or changing (some) APIs. Patch by Rasmus 2010-11-18 15:22:22 +00:00
filter - add phpize support for windows, need a nmake install for now (nmake devel-pkg version is coming), works exactly the same as on unix, or should :) 2010-12-13 18:43:10 +00:00
ftp Fixed bug #51190 (ftp_put() returns false when transfer was successful). 2010-03-04 12:52:58 +00:00
gd - add phpize support for windows, need a nmake install for now (nmake devel-pkg version is coming), works exactly the same as on unix, or should :) 2010-12-13 18:43:10 +00:00
gettext sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php 2010-01-03 09:23:27 +00:00
gmp Fix bug #52906 gmp_mod returns negative result when non-negative is expected 2010-10-01 00:12:23 +00:00
hash - that's not in 5.3 2010-12-14 12:12:26 +00:00
iconv - add phpize support for windows, need a nmake install for now (nmake devel-pkg version is coming), works exactly the same as on unix, or should :) 2010-12-13 18:43:10 +00:00
imap MFH: fixed bug #53377 (imap_mime_header_decode() doesn't ignore \t during long 2010-12-13 08:38:01 +00:00
interbase - allow firebird header to be in the normal deps directory and restore firebird support on win (5.3.4+) 2010-11-14 22:40:30 +00:00
intl - Added test for bug #53512 2010-12-10 00:59:50 +00:00
json Fix English in the error message emitted when json_decode() is called with 2010-09-14 03:46:28 +00:00
ldap - make libsasl optional (as vc6 bins do not have it) 2010-07-26 22:28:38 +00:00
libxml - add phpize support for windows, need a nmake install for now (nmake devel-pkg version is coming), works exactly the same as on unix, or should :) 2010-12-13 18:43:10 +00:00
mbstring - add phpize support for windows, need a nmake install for now (nmake devel-pkg version is coming), works exactly the same as on unix, or should :) 2010-12-13 18:43:10 +00:00
mcrypt - use new function to get random bytes 2010-06-08 18:27:23 +00:00
mssql - Fixed bug #52843 (Segfault when optional parameters are not passed in to mssql_connect) 2010-09-15 02:12:46 +00:00
mysql Fix constness warnings 2010-10-05 09:48:07 +00:00
mysqli - add phpize support for windows, need a nmake install for now (nmake devel-pkg version is coming), works exactly the same as on unix, or should :) 2010-12-13 18:43:10 +00:00
mysqlnd fix a small bug about affected_rows in the text protocol 2010-12-16 12:56:19 +00:00
oci8 Update for PECL upload that is synced with PHP 5.3.4 2010-12-10 04:36:29 +00:00
odbc - fix #39863, do not accept paths with NULL in them. See http://news.php.net/php.internals/50191, trunk will have the patch later (adding a macro and/or changing (some) APIs. Patch by Rasmus 2010-11-18 15:22:22 +00:00
openssl MFH: implement FR #53447 (Cannot disable SessionTicket extension for servers 2010-12-13 08:29:44 +00:00
pcntl MFH fixed bug #52784 (Race condition when handling many 2010-11-01 22:43:59 +00:00
pcre - add phpize support for windows, need a nmake install for now (nmake devel-pkg version is coming), works exactly the same as on unix, or should :) 2010-12-13 18:43:10 +00:00
pdo - add phpize support for windows, need a nmake install for now (nmake devel-pkg version is coming), works exactly the same as on unix, or should :) 2010-12-13 18:43:10 +00:00
pdo_dblib - Fixed the fix for bug #52546 2010-08-13 22:12:37 +00:00
pdo_firebird - Fixed bug #53335 (pdo_firebird did not implement rowCount()) 2010-11-18 01:24:00 +00:00
pdo_mysql profiling in trace mode 2010-10-22 15:46:26 +00:00
pdo_oci - Fixed bug #39199 (Cannot load Lob data with more than 4000 bytes on ORACLE 10) 2010-12-10 00:33:48 +00:00
pdo_odbc Fixed bug #50728 (All PDOExceptions hardcode 'code' property to 0) 2010-01-12 12:46:54 +00:00
pdo_pgsql - Fixed bug #53517 (segfault in pgsql_stmt_execute() when postgres is down) 2010-12-10 17:50:26 +00:00
pdo_sqlite - New test 2010-07-29 23:46:49 +00:00
pgsql - fix #39863, do not accept paths with NULL in them. See http://news.php.net/php.internals/50191, trunk will have the patch later (adding a macro and/or changing (some) APIs. Patch by Rasmus 2010-11-18 15:22:22 +00:00
phar Fixed bug #53541 (format string bug in ext/phar). 2010-12-14 17:00:36 +00:00
posix - fix #39863, do not accept paths with NULL in them. See http://news.php.net/php.internals/50191, trunk will have the patch later (adding a macro and/or changing (some) APIs. Patch by Rasmus 2010-11-18 15:22:22 +00:00
pspell - fix #39863, do not accept paths with NULL in them. See http://news.php.net/php.internals/50191, trunk will have the patch later (adding a macro and/or changing (some) APIs. Patch by Rasmus 2010-11-18 15:22:22 +00:00
readline sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php 2010-01-03 09:23:27 +00:00
recode - fix Isotopp 2010-10-24 21:51:54 +00:00
reflection - Improve test 2010-11-21 12:28:10 +00:00
session - add phpize support for windows, need a nmake install for now (nmake devel-pkg version is coming), works exactly the same as on unix, or should :) 2010-12-13 18:43:10 +00:00
shmop sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php 2010-01-03 09:23:27 +00:00
simplexml - revert fix for #52655, rev. 302614 2010-08-23 17:01:44 +00:00
skeleton
snmp - improve netsnmp detection (and restor snmp on win) 2010-02-09 16:38:24 +00:00
soap Fixed WSDL loading using https through proxy 2010-11-08 11:34:32 +00:00
sockets - add phpize support for windows, need a nmake install for now (nmake devel-pkg version is coming), works exactly the same as on unix, or should :) 2010-12-13 18:43:10 +00:00
spl - add phpize support for windows, need a nmake install for now (nmake devel-pkg version is coming), works exactly the same as on unix, or should :) 2010-12-13 18:43:10 +00:00
sqlite - fix #39863, do not accept paths with NULL in them. See http://news.php.net/php.internals/50191, trunk will have the patch later (adding a macro and/or changing (some) APIs. Patch by Rasmus 2010-11-18 15:22:22 +00:00
sqlite3 - add phpize support for windows, need a nmake install for now (nmake devel-pkg version is coming), works exactly the same as on unix, or should :) 2010-12-13 18:43:10 +00:00
standard - Update credits 2010-12-17 10:49:02 +00:00
sybase_ct - MFT: Add ".so" suffix to checks on libsybct[64] bundles 2010-08-31 12:28:30 +00:00
sysvmsg - WS 2010-09-16 19:15:26 +00:00
sysvsem sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php 2010-01-03 09:23:27 +00:00
sysvshm Fixed a possible resource destruction issues in shm_put_var() 2010-05-13 08:34:06 +00:00
tidy - fix #39863, do not accept paths with NULL in them. See http://news.php.net/php.internals/50191, trunk will have the patch later (adding a macro and/or changing (some) APIs. Patch by Rasmus 2010-11-18 15:22:22 +00:00
tokenizer sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php 2010-01-03 09:23:27 +00:00
wddx - Fixed bug #52468 (wddx_deserialize corrupts integer field value when left empty) 2010-08-01 17:34:09 +00:00
xml - add phpize support for windows, need a nmake install for now (nmake devel-pkg version is coming), works exactly the same as on unix, or should :) 2010-12-13 18:43:10 +00:00
xmlreader sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php 2010-01-03 09:23:27 +00:00
xmlrpc Revert fix for bug #53493 to be compliant with the XML specification 2010-12-13 14:29:42 +00:00
xmlwriter - Fix the fix :P 2010-02-15 21:37:46 +00:00
xsl - fix #39863, do not accept paths with NULL in them. See http://news.php.net/php.internals/50191, trunk will have the patch later (adding a macro and/or changing (some) APIs. Patch by Rasmus 2010-11-18 15:22:22 +00:00
zip - Fixed bug #53568 (swapped memset arguments in struct initialization). 2010-12-17 23:05:26 +00:00
zlib - Fixed bug #52944 (Invalid write on second and subsequent reads with an inflate filter fed invalid data). 2010-09-29 18:58:58 +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