php-src/ext
Marcus Boerger 74a63cc1b2 - Fixed #33136:
- Allow ArrayObject::offsetSet(NULL, $value) as replacement for [] = $value
- Fix memleaks with overloading ArrayObject
2005-06-20 03:02:52 +00:00
..
bcmath - Unify the "configure --help" texts 2005-05-29 23:17:16 +00:00
bz2 MFB: MSVC++ 6.0 doesn't support long long type 2005-06-13 19:33:39 +00:00
calendar Removed unused vars. 2005-04-13 23:05:23 +00:00
com_dotnet fix C++ comments 2005-04-22 08:59:21 +00:00
ctype Fixed bug #30945 (make ctype_* functions return FALSE on empty strings). 2004-11-30 16:55:55 +00:00
curl fix bug #33222 (segfault when CURL handle is closed in a callback). 2005-06-02 21:04:12 +00:00
date Install headers too 2005-06-19 23:36:18 +00:00
dba Add note how to build DBA as shared 2005-06-18 13:28:30 +00:00
dbase - Unify the "configure --help" texts 2005-05-29 23:17:16 +00:00
dbx Call functions by their new, proper names instead of what are now aliases. 2004-05-06 12:22:14 +00:00
dom Improved PHP extension loading mechanism with support for module dependencies and conflicts 2005-06-17 09:39:23 +00:00
enchant It's stable now. 2004-08-11 20:31:39 +00:00
ereg Do a cache flush if we detect possible cache corruption (same as for 2005-05-26 21:48:35 +00:00
exif MFB: Fixed build of exif extension on win32. 2005-03-17 17:20:52 +00:00
fbsql - Unify the "configure --help" texts 2005-05-29 23:17:16 +00:00
fdf - Unify the "configure --help" texts 2005-05-29 23:17:16 +00:00
fileinfo Added another search patch for magic file (fixes bug #3232). 2005-04-05 15:12:52 +00:00
filepro - Unify the "configure --help" texts 2005-05-29 23:17:16 +00:00
filter Correct handling of the UNSAFE_RAW filter 2005-05-19 21:08:04 +00:00
ftp Added bindto socket context option. 2005-06-14 02:39:42 +00:00
gd Fixed memory corruption. 2005-06-16 22:50:32 +00:00
gettext - Unify the "configure --help" texts 2005-05-29 23:17:16 +00:00
gmp fix test - short_tags not allowed here! 2005-06-17 16:22:55 +00:00
hwapi Get rid of more useless RINIT/RSHUTDOWN calls 2005-02-07 23:04:00 +00:00
iconv - Plain path passed to PHP_INSTALL_HEADERS needs to have trailing / 2005-06-20 00:52:59 +00:00
imap - Unify the "configure --help" texts 2005-05-29 23:17:16 +00:00
informix - Unify the "configure --help" texts 2005-05-29 23:17:16 +00:00
interbase - Added PHP_INSTALL_HEADERS() macro 2005-05-07 02:51:53 +00:00
ldap - Unify the "configure --help" texts 2005-05-29 23:17:16 +00:00
libxml - Unify the "configure --help" texts 2005-05-29 23:17:16 +00:00
mbstring Fix VPATH build 2005-05-29 23:15:16 +00:00
mcrypt - Unify the "configure --help" texts 2005-05-29 23:17:16 +00:00
mcve libmonetra-5.0 sync. 2005-06-06 16:43:26 +00:00
mhash - Unify the "configure --help" texts 2005-05-29 23:17:16 +00:00
mime_magic Return error on an invalid input to mime_content_type() function. 2005-05-25 03:05:47 +00:00
ming Adding missing zend_list_addref() and make SWFShape::drawArc() work 2004-12-15 18:01:31 +00:00
msession Get rid of more useless RINIT/RSHUTDOWN calls 2005-02-07 23:04:00 +00:00
msql - Unify the "configure --help" texts 2005-05-29 23:17:16 +00:00
mssql - Unify the "configure --help" texts 2005-05-29 23:17:16 +00:00
mysql This is not mysqli, where 5th parameter is port. 2005-06-20 00:16:31 +00:00
mysqli fix for bug #33263 (mysqli_real_escape doesn't work in __construct) 2005-06-17 16:32:43 +00:00
ncurses - Unify the "configure --help" texts 2005-05-29 23:17:16 +00:00
oci8 destroy session after destroying error handle 2005-06-13 09:30:49 +00:00
odbc no trailing dots 2005-06-18 13:17:52 +00:00
openssl - Never use Z_TYPE* macros on non-zvals. 2005-04-19 22:04:28 +00:00
oracle - Unify the "configure --help" texts 2005-05-29 23:17:16 +00:00
ovrimos - Unify the "configure --help" texts 2005-05-29 23:17:16 +00:00
pcntl MFB: Fix for #32974 2005-05-07 14:58:12 +00:00
pcre kill unused var. 2005-06-01 03:01:29 +00:00
pdo Improved PHP extension loading mechanism with support for module dependencies and conflicts 2005-06-17 09:39:23 +00:00
pdo_dblib Patch from zhao ming sen. 2005-06-10 06:32:36 +00:00
pdo_firebird - Added PHP_CHECK_PDO_INCLUDES macro (caches the result) 2005-06-14 00:00:53 +00:00
pdo_mysql Improved PHP extension loading mechanism with support for module dependencies and conflicts 2005-06-17 09:39:23 +00:00
pdo_oci - Added PHP_CHECK_PDO_INCLUDES macro (caches the result) 2005-06-14 00:00:53 +00:00
pdo_odbc Bring PDO_ODBC tests in sync with PDO base tests. 2005-06-15 00:17:18 +00:00
pdo_pgsql - Added PHP_CHECK_PDO_INCLUDES macro (caches the result) 2005-06-14 00:00:53 +00:00
pdo_sqlite Improved PHP extension loading mechanism with support for module dependencies and conflicts 2005-06-17 09:39:23 +00:00
pfpro - Unify the "configure --help" texts 2005-05-29 23:17:16 +00:00
pgsql fixes for #33251 2005-06-05 19:25:01 +00:00
posix fix build on Solaris 2005-06-06 22:04:14 +00:00
pspell - Unify the "configure --help" texts 2005-05-29 23:17:16 +00:00
readline - Unify the "configure --help" texts 2005-05-29 23:17:16 +00:00
recode - Unify the "configure --help" texts 2005-05-29 23:17:16 +00:00
reflection - Fix bug #33389 by fixing copying 2005-06-20 01:37:48 +00:00
session nuke duplicate code 2005-06-03 22:09:22 +00:00
shmop Removed pointless operations/declarations. 2005-02-08 15:30:42 +00:00
simplexml Use the new dependency system 2005-06-17 11:35:22 +00:00
skeleton - don't use short tag 2005-04-14 16:05:05 +00:00
snmp - Unify the "configure --help" texts 2005-05-29 23:17:16 +00:00
soap ifdef'ed the code but not the includes 2005-06-16 22:35:11 +00:00
sockets fix #33019 (socket errors cause memory leaks in php_strerror()) 2005-05-12 16:26:26 +00:00
spl - Fixed #33136: 2005-06-20 03:02:52 +00:00
sqlite Use the new dependency system 2005-06-17 16:42:54 +00:00
standard - Added backward compability wrapper "php_parse_date()". 2005-06-19 22:15:27 +00:00
sybase - Unify the "configure --help" texts 2005-05-29 23:17:16 +00:00
sybase_ct - Unify the "configure --help" texts 2005-05-29 23:17:16 +00:00
sysvmsg typofix 2005-04-29 01:55:52 +00:00
sysvsem - Unify the "configure --help" texts 2005-05-29 23:17:16 +00:00
sysvshm - Unify the "configure --help" texts 2005-05-29 23:17:16 +00:00
tidy - Unify the "configure --help" texts 2005-05-29 23:17:16 +00:00
tokenizer - Fixed bug #28930 (PHP sources pick wrong header files generated by bison) 2004-12-30 15:18:24 +00:00
wddx - Added backward compability wrapper "php_parse_date()". 2005-06-19 22:15:27 +00:00
xml - Plain path passed to PHP_INSTALL_HEADERS needs to have trailing / 2005-06-20 00:52:59 +00:00
xmlreader Use the new dependency system 2005-06-17 16:42:54 +00:00
xmlrpc - Unify the "configure --help" texts 2005-05-29 23:17:16 +00:00
xmlwriter - now stable thanks to Pierre 2005-05-02 19:50:58 +00:00
xsl Use the new dependency system 2005-06-17 11:44:59 +00:00
zlib - Unify the "configure --help" texts 2005-05-29 23:17:16 +00:00
ext_skel ; 2004-05-16 12:10:35 +00:00
ext_skel_win32.php On win32 extensions starts with php_ 2003-10-29 05:42:26 +00:00