php-src/ext
2009-04-27 18:16:46 +00:00
..
bcmath MFH: Bump copyright year, 3 of 3. 2008-12-31 11:15:49 +00:00
bz2 Make message punctuation consistent across PHP 2009-02-05 21:45:43 +00:00
calendar MFH: Bump copyright year, 3 of 3. 2008-12-31 11:15:49 +00:00
com_dotnet MFH: Bump copyright year, 3 of 3. 2008-12-31 11:15:49 +00:00
ctype MFH: Bump copyright year, 3 of 3. 2008-12-31 11:15:49 +00:00
curl - simplify and use PHP_CURL 2009-04-24 09:25:25 +00:00
date MFH: Fixed bug #48088 (Wrong ARG_INFO for OO-API of DateTime) 2009-04-27 14:22:15 +00:00
dba MFH: Bump copyright year, 3 of 3. 2008-12-31 11:15:49 +00:00
dom MFH: fix bug #47849 (Non-deep import loses the namespace) 2009-04-07 15:32:12 +00:00
enchant - MFH: Year++ 2009-01-30 00:16:32 +00:00
ereg Simplify parameter parsing 2009-01-08 00:37:39 +00:00
exif - Fixed tests 2009-01-09 02:11:54 +00:00
fileinfo - fix the build for win (vc6 or vc9) 2009-03-16 15:03:06 +00:00
filter MFH: revert wrong fix for bug #47930 2009-04-14 14:18:35 +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 This shouldn't have been in for now 2009-04-25 06:25:55 +00:00
gettext MFH: Bump copyright year, 3 of 3. 2008-12-31 11:15:49 +00:00
gmp MFH: Bump copyright year, 3 of 3. 2008-12-31 11:15:49 +00:00
hash New hash extension tests. Tested on Windows, Linux and Linux 64-bit 2009-01-07 14:32:46 +00:00
iconv - MFH: Make iconv filter accept '.' as the delimiter between encoding names as 2009-03-17 05:31:04 +00:00
imap - remove duplicate definition 2009-04-27 00:00:42 +00:00
interbase - MFH: Fix tests 2009-02-09 16:44:23 +00:00
intl Removed unused vars 2009-04-22 12:35:22 +00:00
json Rebuild credits, was missed in previous RC 2009-04-02 09:18: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 - Sync with HEAD (just reorder to match HEAD order) 2009-04-20 16:07:59 +00:00
mcrypt MFH: Bump copyright year, 3 of 3. 2008-12-31 11:15:49 +00:00
mssql Fixed #37209 (mssql_execute with non fatal errors) 2009-02-23 21:21:02 +00:00
mysql MFH: mysql_db_query() is always deprecated 2009-03-25 10:27:38 +00:00
mysqli MFH: Fix mysqli pconnects to properly reset connection status by default 2009-01-27 15:35:34 +00:00
mysqlnd Fix #47535 Compilation failure in ps_fetch_from_1_to_8_bytes() 2009-04-20 09:16:51 +00:00
oci8 Obsolete package2.xml: resume using package.xml 2009-03-25 02:00:53 +00:00
odbc Nuke unused variable (only in this branch) 2009-03-30 14:25:54 +00:00
openssl MFH: Closes #47991 SSL streams fail if error stack contains items 2009-04-20 09:44:29 +00:00
pcntl MFH: 2009-03-29 16:43:47 +00:00
pcre MFH 2009-04-25 21:13:07 +00:00
pdo MFH: 2009-04-23 13:26:10 +00:00
pdo_dblib MFH 2009-03-19 22:16:29 +00:00
pdo_firebird - MFH: Fix build 2009-04-18 18:56:11 +00:00
pdo_mysql - Fix test 2009-03-24 15:51:13 +00:00
pdo_oci MFH: 2009-04-23 13:26:10 +00:00
pdo_odbc - wrong var name 2009-04-23 18:03:05 +00:00
pdo_pgsql MFH: 2009-04-23 13:26:10 +00:00
pdo_sqlite MFH: Fix cleanup 2009-04-25 21:44:33 +00:00
pgsql MFB: ext/pgsql/tests/80_bug14383.phpt 2009-04-06 14:23:07 +00:00
phar MFH 2009-04-25 17:57:36 +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 Fixed execution condition 2009-01-22 14:40:20 +00:00
recode MFH: Bump copyright year, 3 of 3. 2008-12-31 11:15:49 +00:00
reflection MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00:00
session MFH: Add test for bug#42596 2009-04-06 12:12:37 +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 MFH: New way for check void parameters 2008-03-10 22:15:36 +00:00
snmp MFH: Bump copyright year, 3 of 3. 2008-12-31 11:15:49 +00:00
soap - make it loud when libxml is missing or the dep is not present 2009-04-22 19:06:47 +00:00
sockets - #47978, typo in ext/sockets/sockets.c 2009-04-16 05:33:13 +00:00
spl - fix tests 2009-04-26 23:58:44 +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 Add the ability to enable exceptions rather than warnings for sqlite3, needed for pyrus. 2009-04-27 18:16:46 +00:00
standard - MFH: Fixed bug #48087 (call_user_method() invalid free of arguments) 2009-04-27 12:52:31 +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 Fix bug #47695 - xmlrpc --with-iconv-dir mangles --with-iconv if they use different iconv versions. Could also just add a dependency on iconv to fix this. 2009-04-27 17:49:32 +00:00
xmlwriter MFH: Bump copyright year, 3 of 3. 2008-12-31 11:15:49 +00:00
xsl MFH: Bump copyright year, 3 of 3. 2008-12-31 11:15:49 +00:00
zip Closes bug #47667 2009-03-16 10:19:43 +00:00
zlib MFH: Fix test 2009-04-19 22:01:46 +00:00
ext_skel MFH: remove -ldl 2008-04-15 12:47:33 +00:00
ext_skel_win32.php