php-src/ext
Andrey Hristov ccf0665170 MFH:Fix for the failing mysql_stmt_execute() test. Data was cleaned after
stmt_reset() but it should stay and be freed as later as next stmt_execute()
2009-05-29 12:19:40 +00:00
..
bcmath MFH: Bump copyright year, 3 of 3. 2008-12-31 11:15:49 +00:00
bz2 MFH: Fix compiler warnings 2009-05-15 17:28:08 +00:00
calendar MFH: Bump copyright year, 3 of 3. 2008-12-31 11:15:49 +00:00
com_dotnet MFH: Fix compiler warnings 2009-05-19 17:38:29 +00:00
ctype MFH: Bump copyright year, 3 of 3. 2008-12-31 11:15:49 +00:00
curl better fix 2009-05-29 11:46:42 +00:00
date - Updated to version 2009.8 (2009h) 2009-05-26 14:26:57 +00:00
dba - MFH: Fixed bug #48240 (DBA Segmentation fault dba_nextkey) 2009-05-13 02:14:53 +00:00
dom Add tests: 2009-05-26 06:09:18 +00:00
enchant - MFH: Year++ 2009-01-30 00:16:32 +00:00
ereg MFH: Fix bug #48416 - Force a cache size for ereg to stop it getting out of control. Lazy LRU here. 2009-05-28 21:57:24 +00:00
exif fix test 2009-05-28 13:56:44 +00:00
fileinfo MFH Update bundled libmagic to 5.03 2009-05-09 20:34:37 +00:00
filter - Fixed ini deprecation message issues in tests. 2009-05-06 20:32:00 +00:00
ftp MF52: fix test: don't create tmp files in "." and clean up when done 2009-01-09 23:12:12 +00:00
gd - fix build 2009-05-27 15:16:18 +00:00
gettext MFH: Bump copyright year, 3 of 3. 2008-12-31 11:15:49 +00:00
gmp - MFH: enable MPIR support and the good old 4.1.x gmp for VC6. solving the lgplv3 mess 2009-05-25 10:15:19 +00:00
hash Add missing prototypes for mhash, no code changes. 2009-05-04 16:37:31 +00:00
iconv - Add a new test for the additional delimiter of the encoding conversion filter 2009-05-14 19:06:20 +00:00
imap - New tests (testfest DutchUG) 2009-05-16 21:13:43 +00:00
interbase - MFH: Fix tests 2009-02-09 16:44:23 +00:00
intl revent wrong part 2009-05-10 20:58:26 +00:00
json Cast to unsigned char to prevent compiler warning 2009-05-19 16:06:00 +00:00
ldap MFH: adjust reflection info 2009-04-21 18:08:34 +00:00
libxml MFH: add LIBXML_LOADED_VERSION constant that contains currently loaded libxml2 version 2009-03-14 17:30:28 +00:00
mbstring MFH: fix compile warnings 2009-05-27 13:42:17 +00:00
mcrypt MFH: Fixed compiler warning 2009-05-19 17:47:06 +00:00
mssql - Fixed param type (%l -> %ld) 2009-05-26 12:35:46 +00:00
mysql MFH: Fix compiler warnings in ext/mysql, ext/mysqli and ext/pdo_mysql 2009-05-20 08:30:12 +00:00
mysqli MFH - 'Fixing' test to reflect a libmysql vs. mysqlnd difference. With libmysql it is not defined what mysql_stmt_store_result() shall return when one tries to store the (non-existing) result set of a failed SQL statement, http://dev.mysql.com/doc/refman/6.0/en/mysql-stmt-store-result.html . mysqlnd will detect the SQL failure and return false. libmysql will return true. If you want libmysql to change, file a bug report at MySQL... I don't think there is a good way to work around this in the extension itself. 2009-05-29 11:59:26 +00:00
mysqlnd MFH:Fix for the failing mysql_stmt_execute() test. Data was cleaned after 2009-05-29 12:19:40 +00:00
oci8 Obsolete package2.xml: resume using package.xml 2009-03-25 02:00:53 +00:00
odbc - MFH: Improved fix for #42414 2009-05-14 17:24:42 +00:00
openssl MFH: Closes #47991 SSL streams fail if error stack contains items 2009-04-20 09:44:29 +00:00
pcntl MFH: Fix return value of pcntl_wexitstatus() (fixes #47566, 2009-05-26 14:01:39 +00:00
pcre - Fixed ini deprecation message issues in tests. 2009-05-06 20:32:00 +00:00
pdo MFH 2009-05-12 23:40:32 +00:00
pdo_dblib MFH: Fixed shared build 2009-05-20 10:18:51 +00:00
pdo_firebird fix compilation of pdo_firebird and intl extension with ld --as-needed 2009-05-23 13:52:00 +00:00
pdo_mysql MFH: Fix compiler warnings in ext/mysql, ext/mysqli and ext/pdo_mysql 2009-05-20 08:30:12 +00:00
pdo_oci MFH 2009-05-12 21:53:18 +00:00
pdo_odbc MFH: Cast to SQLUSMALLINT 2009-05-19 10:25:53 +00:00
pdo_pgsql MFH: Typo 2009-05-25 19:41:13 +00:00
pdo_sqlite MFB: Re-introduce the Matteo's patch and combine default & text handling 2009-05-20 15:05:36 +00:00
pgsql MFH: Fix compiler warnings 2009-05-19 16:03:36 +00:00
phar MFH: fix potential segfault when converting phars with metadata to other formats, add test 2009-05-24 18:50:58 +00:00
posix MFH: fix typo 2009-01-21 19:22:39 +00:00
pspell MFH: Bump copyright year, 3 of 3. 2008-12-31 11:15:49 +00:00
readline MFH:- Fixed bug #48256 (Crash due to double-linking of history.o) 2009-05-14 13:40:51 +00:00
recode MFH: Bump copyright year, 3 of 3. 2008-12-31 11:15:49 +00:00
reflection MFH: Fixed bug #48336 (ReflectionProperty::getDeclaringClass() does not 2009-05-21 16:01:37 +00:00
session fix test 2009-05-26 10:12:16 +00:00
shmop MFH: Bump copyright year, 3 of 3. 2008-12-31 11:15:49 +00:00
simplexml - Fixed Bug #46048 (SimpleXML top-level @attributes not part of iterator) 2009-02-03 21:42:35 +00:00
skeleton
snmp MFH:- Revert bad patch (which caused bug #48133) 2009-05-02 21:13:54 +00:00
soap MFH: Fix skipif 2009-05-20 10:08:32 +00:00
sockets MFH: Fix skipif 2009-05-20 09:13:29 +00:00
spl - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
sqlite Revert previous commit as it was causing alot more trouble than expected 2009-04-07 11:45:13 +00:00
sqlite3 MFH sync SQLite 3.6.14.2 2009-05-28 03:20:33 +00:00
standard MFH: New test 2009-05-28 13:22:28 +00:00
sybase_ct MFH: Bump copyright year, 3 of 3. 2008-12-31 11:15:49 +00:00
sysvmsg MFH: Bump copyright year, 3 of 3. 2008-12-31 11:15:49 +00:00
sysvsem MFH: Bump copyright year, 3 of 3. 2008-12-31 11:15:49 +00:00
sysvshm MFB: Fixed bug #47721 (Aligment issues in mbstring and sysvshm extension) 2009-03-19 23:11:32 +00:00
tidy test for /ext/tidy from stefan priebsch 2009-03-16 20:38:19 +00:00
tokenizer Fixed bug #47038 (Memory leak in include) 2009-03-25 15:23:58 +00:00
wddx MFH: Bump copyright year, 3 of 3. 2008-12-31 11:15:49 +00:00
xml fix test 2009-01-13 12:00:53 +00:00
xmlreader MFH: Bump copyright year, 3 of 3. 2008-12-31 11:15:49 +00:00
xmlrpc - MFH: Fixed invalid date checking 2009-05-22 12:49:40 +00:00
xmlwriter - add a note about the actual problen so we don't forget it 2009-05-26 08:10:49 +00:00
xsl - New xsl files 2009-05-23 14:49:55 +00:00
zip Closes bug #47667 2009-03-16 10:19:43 +00:00
zlib MFB52: Fix "request_startup() for zlib module failed" when client does not 2009-05-28 10:15:14 +00:00
ext_skel
ext_skel_win32.php