php-src/ext
2008-07-11 08:42:54 +00:00
..
bcmath - New parameter parsing API 2008-06-24 16:01:32 +00:00
bz2 on the contrary, string length is int 2008-07-01 07:36:59 +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 Testfest task 93. Written by Sebastian Deutsch. 2008-06-22 05:34:06 +00:00
date - MFH: Fixed a compiler warning - the code didn't make much sense. 2008-07-11 08:42:54 +00:00
dba MFH: 2008-06-19 22:39:56 +00:00
dbase - New parameter parsing API 2008-06-29 13:21:02 +00:00
dom - Added arginfo 2008-06-27 19:16:17 +00:00
enchant This commit was manufactured by cvs2svn to create branch 'PHP_5_3'. 2008-05-12 21:03:49 +00:00
ereg - Fixed tests 2008-06-22 19:16:44 +00:00
exif Exif tests from Eric Steward. Testfest task 82. 2008-07-07 23:31:54 +00:00
fbsql MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
fileinfo This commit was manufactured by cvs2svn to create branch 'PHP_5_3'. 2008-05-12 21:03:49 +00:00
filter - Added arginfo 2008-06-24 12:09:31 +00:00
ftp MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
gd fix zlib detection and linking 2008-07-09 16:09:35 +00:00
gettext - New parameter parsing API 2008-06-20 18:00:10 +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 break caused by previous commit, warning and remove zend_get_parameters() 2008-07-05 00:28:16 +00:00
iconv - MFH: update lib detection and does not enable it when lib/headers are missing 2008-07-06 16:59:13 +00:00
imap - MFB: Fixed bug #45460 (imap patch for fromlength fix in imap_headerinfo doesn't accept lengths of 1024) 2008-07-10 17:50:51 +00:00
interbase - Added arginfo 2008-07-07 17:33:47 +00:00
intl fix date formatter positions (bug #14263) 2008-07-10 21:58:02 +00:00
json - Added arginfo 2008-06-27 19:16:17 +00:00
ldap int->long, add missing "s" 2008-07-01 07:43:36 +00:00
libxml - do not enable an ext when a lib/header fails 2008-06-23 18:40:29 +00:00
mbstring - Removed unused variables 2008-07-07 12:52:00 +00:00
mcrypt - Revert that crap. 2008-07-04 07:47:18 +00:00
mhash MFH: Sort Windows changes for mhash BC layer 2008-06-28 15:31:50 +00:00
mime_magic remove unused PHP_EXTNAME_API macros. 2008-01-03 16:20:33 +00:00
ming - New parameter parsing API 2008-06-25 03:18:58 +00:00
msql -MFH: fix build (function was never implemented), even if noone uses it (or complains about broken build ;) 2008-07-05 13:13:28 +00:00
mssql - zend_arg_defs.c is unnecessary now 2008-07-05 20:09:33 +00:00
mysql Fix remaining valgrind problems with pconn and zval cache 2008-06-24 22:22:48 +00:00
mysqli Fix remaining valgrind problems with pconn and zval cache 2008-06-24 22:22:48 +00:00
mysqlnd Fix remaining valgrind problems with pconn and zval cache 2008-06-24 22:22:48 +00:00
oci8 OCI8: MFH: (PECL #14219) Improve README 2008-06-27 18:26:16 +00:00
odbc - Added arginfo 2008-07-05 22:35:14 +00:00
openssl Fix a memory leak on openssl_decrypt() 2008-06-28 09:17:39 +00:00
pcntl - Added arginfo 2008-06-30 13:15:03 +00:00
pcre fix CVE-2008-2371. patch by Tavis Ormandy 2008-07-06 15:23:31 +00:00
pdo - Added arginfo 2008-06-27 19:16:17 +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 - do not enable an ext when a lib/header fails 2008-06-23 18:40:29 +00:00
pdo_pgsql - really check for the dependency, libs and header and don't enable the ext if something is missing 2008-06-22 23:17:22 +00:00
pdo_sqlite - do not enable an ext when a lib/header fails 2008-06-23 18:40:29 +00:00
pgsql - Added arginfo 2008-07-02 00:10:54 +00:00
phar Fixed wrong refcount updates 2008-07-10 16:16:15 +00:00
posix fixed tests not to rely on actual strings of errors, as those are not defined by any standard and are platform-dependent 2008-07-04 14:30:36 +00:00
pspell - New parameter parsing API 2008-06-27 02:58:13 +00:00
readline - New parameter parsing API 2008-06-25 15:06:58 +00:00
recode - New parameter parsing API 2008-07-03 12:38:53 +00:00
reflection ws 2008-06-27 06:43:21 +00:00
session - Added arginfo 2008-06-27 16:16:23 +00:00
shmop - Added arginfo (functions) 2008-07-03 01:55:48 +00:00
simplexml MFH: Move SXI::count to SXE::count and make it user-friendly 2008-07-09 21:27:28 +00:00
skeleton MFH: New way for check void parameters 2008-03-10 22:15:36 +00:00
snmp - Added arginfo 2008-07-01 19:13:44 +00:00
soap - do not enable an ext when a lib/header fails 2008-06-23 18:40:29 +00:00
sockets - Added arginfo 2008-07-04 14:08:16 +00:00
spl MFH: Move SXI::count to SXE::count and make it user-friendly 2008-07-09 21:27:28 +00:00
sqlite - Added arginfo (methods) 2008-07-05 20:12:56 +00:00
standard PHP Testfest. Tests done by Felix De Vliegher 2008-07-10 23:46:49 +00:00
sybase_ct - Added arginfo 2008-07-01 17:24:10 +00:00
sysvmsg - Added arginfo 2008-06-30 14:53:17 +00:00
sysvsem - New parameter parsing API 2008-06-29 12:40:22 +00:00
sysvshm - Added arginfo 2008-07-01 15:45:54 +00:00
tidy - Added arginfo (functions) 2008-07-03 01:55:48 +00:00
tokenizer - Fixed folding 2008-06-23 17:28:06 +00:00
wddx - Fixed types 2008-07-01 11:26:10 +00:00
xml - Removed unnecessary #include "zend_arg_defs.c" 2008-07-05 20:17:58 +00:00
xmlreader MFH: add parameter allowing node to be exported into existing Document context [DOC] 2008-06-16 15:45:06 +00:00
xmlrpc - don't enable xmlrpc when libxml is missing 2008-07-06 16:52:59 +00:00
xmlwriter - Added arginfo 2008-06-27 13:13:09 +00:00
xsl MFH: fix bug #44891 Memory leak using registerPHPFunctions and XSLT Variable 2008-05-04 15:14:23 +00:00
zip fix zlib detection and linking 2008-07-09 16:09:35 +00:00
zlib - Added arginfo (functions) 2008-07-03 01:55:48 +00:00
ext_skel MFH: remove -ldl 2008-04-15 12:47:33 +00:00
ext_skel_win32.php