php-src/ext
2008-06-15 18:15:48 +00:00
..
bcmath MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
bz2 Improved PHP binary size and startup speed with GCC4 visibility control (Nuno) 2008-01-30 09:41:12 +00:00
calendar New calendar parsing API 2008-02-13 23:50:35 +00:00
com_dotnet MFH: New way for check void parameters 2008-03-10 22:15:36 +00:00
ctype - new tests for ctype functions 2008-03-17 09:52:02 +00:00
curl Lazy EG(active_symbol_table) initialization 2008-04-29 08:15:20 +00:00
date - Updated to version 2008.3 (2008c) 2008-05-27 12:19:55 +00:00
dba MFH: New way for check void parameters 2008-03-10 22:15:36 +00:00
dbase MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
dom MFH: fixed bug #45251 (double free or corruption with setAttributeNode()) 2008-06-14 11:22:57 +00:00
enchant This commit was manufactured by cvs2svn to create branch 'PHP_5_3'. 2008-05-12 21:03:49 +00:00
ereg Windows configure fixes, a few additional lib names allowed, apache2 only on for zts builds since apache on win is always threaded, isapi no longer stops configure in non-zts mode, look for _debug for debug libraries when debug is enabled 2008-05-14 03:13:17 +00:00
exif Fixed bug #44388 (Crash inside exif_read_data() on invalid images) 2008-03-12 17:32:01 +00:00
fbsql MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
fdf MFH: New way for check void parameters 2008-03-10 22:15:36 +00:00
fileinfo This commit was manufactured by cvs2svn to create branch 'PHP_5_3'. 2008-05-12 21:03:49 +00:00
filter Fixed bug #44445 (email validator does not handle domains 2008-03-18 23:31:34 +00:00
ftp MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
gd Commited for Sanjay, reviewed by Pierre. Testfest task 5. 2008-06-13 15:57:42 +00:00
gettext MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
gmp Fixed bug #43981 (gmp_div_r() does not preserve the sign of 1st argument) 2008-01-30 18:25:51 +00:00
hash fix tests 2008-06-04 07:38:10 +00:00
iconv MFH 2008-05-21 15:03:20 +00:00
imap MFH: fixed imap_listscan() proto 2008-06-11 02:32:23 +00:00
interbase MFH: New way for check void parameters 2008-03-10 22:15:36 +00:00
json MFH 2008-02-15 09:20:25 +00:00
ldap - Revert pointless patch: a) the version is already there, see line above, 2008-06-02 11:23:16 +00:00
libxml Windows configure fixes, a few additional lib names allowed, apache2 only on for zts builds since apache on win is always threaded, isapi no longer stops configure in non-zts mode, look for _debug for debug libraries when debug is enabled 2008-05-14 03:13:17 +00:00
mbstring MFH 2008-06-13 14:48:33 +00:00
mcrypt Revert. 2008-05-18 19:48:40 +00:00
mhash MFH: New way for check void parameters 2008-03-10 22:15:36 +00:00
mime_magic remove unused PHP_EXTNAME_API macros. 2008-01-03 16:20:33 +00:00
ming MFH: New way for check void parameters 2008-03-10 22:15:36 +00:00
msql MFH: New way for check void parameters 2008-03-10 22:15:36 +00:00
mssql Revert patch for bug #44325 2008-03-05 23:52:45 +00:00
mysql Fixed test 2008-06-11 10:08:14 +00:00
mysqli Make mysqli compilable in a 5_2 environment. Some want to use mysqlnd+mysqli 2008-05-06 17:05:14 +00:00
mysqlnd Fix a bug that let PDO fail. It has been long fixed, but locally. Now I know 2008-05-29 15:49:32 +00:00
ncurses remove unused PHP_EXTNAME_API macros. 2008-01-03 16:20:33 +00:00
oci8 MFB: OCI8: Remove macros obsoleted by rev 1.55.2.3.2.11.2.1 when Oracle 8 support was dropped 2008-06-05 23:43:10 +00:00
odbc MFH: New way for check void parameters 2008-03-10 22:15:36 +00:00
openssl fix arginfo and proto 2008-06-01 18:24:38 +00:00
pcntl remove unused PHP_EXTNAME_API macros. 2008-01-03 16:20:33 +00:00
pcre MFH: simplify, readability 2008-06-02 14:12:20 +00:00
pdo - MFH: Add check for avoid segfault when trying instantiate PDORow manually 2008-05-14 12:32:21 +00:00
pdo_dblib remove unused PHP_EXTNAME_API macros. 2008-01-03 16:20:33 +00:00
pdo_firebird remove unused PHP_EXTNAME_API macros. 2008-01-03 16:20:33 +00:00
pdo_mysql remove unused PHP_EXTNAME_API macros. 2008-01-03 16:20:33 +00:00
pdo_oci MFB: Fixed bug #44373 (PDO_OCI extension compile failed) 2008-03-08 14:03:20 +00:00
pdo_odbc [DOC] adds new odbc driver specific ODBC_ATTR_ASSUME_UTF8 to deal with unicode coming out of Microsoft SQL Server and is only relevant on windows, use it if unicode output from the server is garbled and it will autoconvert text - original patch by wez 2008-03-13 16:55:09 +00:00
pdo_pgsql Better fix for bug #44189 2008-02-26 00:13:57 +00:00
pdo_sqlite fix gcov build 2008-03-10 17:26:33 +00:00
pgsql Fixed bug #45004 (pg_insert() does not accept 4 digit timezone format) 2008-05-19 15:16:47 +00:00
phar HUGE speed improvement, from 19 req/sec to 27 req/sec for phpMyAdmin - now speed with apc+phar.cache_list = on-disk speedcvs diff -u |less This is by generating a list of virtual directories and using those in stat calls instead of scanning the whole manifest hash table. on-disk phpMyAdmin = 28 req/sec 2008-06-15 18:15:48 +00:00
posix There is no domainname element in utsname on OSX 2008-05-05 21:26:46 +00:00
pspell MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
readline MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
recode MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
reflection Testfest: various tests for ReflectionParameter 2008-06-12 21:41:21 +00:00
session Fix session test failures as reported by Antony Dovgal. 2008-04-30 15:20:18 +00:00
shmop WS 2008-01-27 17:00:37 +00:00
simplexml When dumping entire document to file via asXml() don't lose the encoding 2008-05-23 15:46:13 +00:00
skeleton MFH: New way for check void parameters 2008-03-10 22:15:36 +00:00
snmp MFH: New way for check void parameters 2008-03-10 22:15:36 +00:00
soap Coding style 2008-05-20 13:28:57 +00:00
sockets MFB: Fixed Bug #44197 (socket array keys lost on socket_select) 2008-02-21 02:56:57 +00:00
spl MFH: Add tests for iterators when instanciated without argument (by Sebastian Schürmann) 2008-06-15 11:47:34 +00:00
sqlite More todo items 2008-03-11 00:12:53 +00:00
standard Commited for Sanjay, reviewed by Pierre. Testfest task 117. 2008-06-13 15:20:04 +00:00
sybase MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
sybase_ct MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
sysvmsg MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
sysvsem MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
sysvshm MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
tidy MFH: New way for check void parameters 2008-03-10 22:15:36 +00:00
tokenizer Fixed memory leak 2008-06-11 07:45:44 +00:00
wddx Lazy EG(active_symbol_table) initialization 2008-04-29 08:15:20 +00:00
xml fix test names 2008-05-14 13:04:05 +00:00
xmlreader one more forgotten ze1_compat leftover 2008-03-18 14:48:09 +00:00
xmlrpc MFH: New way for check void parameters 2008-03-10 22:15:36 +00:00
xmlwriter Fix tests (new error message for void parameters) 2008-03-10 22:17:59 +00:00
xsl MFH: fix bug #44891 Memory leak using registerPHPFunctions and XSLT Variable 2008-05-04 15:14:23 +00:00
zip - should not be called butlet remove it as well 2008-06-08 11:40:49 +00:00
zlib Windows configure fixes, a few additional lib names allowed, apache2 only on for zts builds since apache on win is always threaded, isapi no longer stops configure in non-zts mode, look for _debug for debug libraries when debug is enabled 2008-05-14 03:13:17 +00:00
ext_skel MFH: remove -ldl 2008-04-15 12:47:33 +00:00
ext_skel_win32.php