php-src/ext
2005-05-26 12:22:18 +00:00
..
bcmath - Fix outside-source-tree builds. Always include generated header files 2005-01-09 21:05:06 +00:00
bz2 - Make VC6 happy 2005-04-10 19:07:38 +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 - Added PHP_INSTALL_HEADERS() macro 2005-05-07 02:51:53 +00:00
dba no tabs 2005-05-08 14:02:19 +00:00
dbase - Fixed bug #31754 (dbase_open() fails for mode = 1). (Mehdi, Derick) 2005-02-04 14:28:50 +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 - correct fix for bug #33059 2005-05-20 15:01:38 +00:00
enchant It's stable now. 2004-08-11 20:31:39 +00:00
ereg fix yet another annoying compile warning 2004-08-13 14:59:58 +00:00
exif MFB: Fixed build of exif extension on win32. 2005-03-17 17:20:52 +00:00
fbsql Don't truncate the .options file when a database is started without the optional options parameter. 2005-04-11 19:22:01 +00:00
fdf Fixed ZTS build of fdf extension. 2005-04-20 22:51:45 +00:00
fileinfo Added another search patch for magic file (fixes bug #3232). 2005-04-05 15:12:52 +00:00
filepro fix leaks on shutdown 2005-02-07 13:30:45 +00:00
filter Correct handling of the UNSAFE_RAW filter 2005-05-19 21:08:04 +00:00
ftp Fixed compiler warning on win32. 2005-03-17 17:16:43 +00:00
gd gdImageGifCtx() is always available in bundled lib 2005-05-17 12:22:51 +00:00
gettext Update extensions to use /path/to/$PHP_LIBDIR rather than /path/to/lib 2004-11-03 14:32:52 +00:00
gmp @- Fix #32773 and make right fix for GMP FPEs (Stas) 2005-04-25 12:18:50 +00:00
hwapi Get rid of more useless RINIT/RSHUTDOWN calls 2005-02-07 23:04:00 +00:00
iconv - Added PHP_INSTALL_HEADERS() macro 2005-05-07 02:51:53 +00:00
imap Missing part of the patch for bug #32589 2005-04-08 15:04:34 +00:00
informix - Fix typo (avaliable -> available). (bug #28725) 2004-12-16 12:34:32 +00:00
interbase - Added PHP_INSTALL_HEADERS() macro 2005-05-07 02:51:53 +00:00
ldap this check was not needed 2005-05-08 15:58:50 +00:00
libxml - Added PHP_INSTALL_HEADERS() macro 2005-05-07 02:51:53 +00:00
mbstring - Added PHP_INSTALL_HEADERS() macro 2005-05-07 02:51:53 +00:00
mcrypt - Typofix + removed unnecessary unsets caused by it 2005-01-22 01:31:54 +00:00
mcve - Fix outside-source-tree builds. Always include generated header files 2005-01-09 21:05:06 +00:00
mhash - Fix typo (avaliable -> available). (bug #28725) 2004-12-16 12:34:32 +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 - Fix Bug #31960: msql_fetch_row() and msql_fetch_array() dropping columns with NULL values 2005-02-17 20:11:20 +00:00
mssql Fix for #32682. Error on module shutdown when called from activescript 2005-04-12 17:45:30 +00:00
mysql - Fixed bug #32591 (ext/mysql: Unsatisfied symbol: ntohs with HP-UX) 2005-04-07 22:23:15 +00:00
mysqli enabled set_charset for MySQL Versions >= 5.0.6 2005-05-21 08:46:46 +00:00
ncurses don't null it - let the engine do its magic ;) 2005-04-18 21:01:05 +00:00
oci8 handle unsupported datatype (OCIBindByName segfaults somewhere in OCI lib when 2005-04-28 14:10:42 +00:00
odbc MFB: - Fixed bugs #32800, #32830 (ext/odbc: Problems with 64bit systems) 2005-05-10 13:22:22 +00:00
openssl - Never use Z_TYPE* macros on non-zvals. 2005-04-19 22:04:28 +00:00
oracle MFB_4_3: Quote macro names in AC_DEFUN() 2004-12-30 07:08:39 +00:00
ovrimos - A belated happy holidays and PHP 5 2004-01-08 08:18:22 +00:00
pcntl MFB: Fix for #32974 2005-05-07 14:58:12 +00:00
pcre Flush regexp cache if we detect corruption. 2005-05-24 21:07:32 +00:00
pdo - Add test for deriving PDO 2005-05-24 14:26:22 +00:00
pdo_dblib use a number here, fixes PECL #3493 2005-02-16 18:09:26 +00:00
pdo_firebird No c++ comments in C code 2005-04-19 11:41:04 +00:00
pdo_mysql - Add test for deriving PDO 2005-05-24 14:26:22 +00:00
pdo_oci - Interface name was changed 2005-03-19 10:55:35 +00:00
pdo_odbc Removed unused var. 2005-04-19 20:55:02 +00:00
pdo_pgsql - Add test for deriving PDO 2005-05-24 14:26:22 +00:00
pdo_sqlite - Add test for deriving PDO 2005-05-24 14:26:22 +00:00
pfpro Free vars before calling E_ERROR. 2004-05-20 00:11:23 +00:00
pgsql use & and check for the right value of result_type 2005-05-10 23:12:31 +00:00
posix Added new function: posix_mknod(). 2005-05-13 21:38:17 +00:00
pspell - Fixed bug #29554 (compile failure when using --with-pspell=/usr/local) 2005-02-17 03:51:19 +00:00
readline Fixed compiler warning. 2005-04-12 16:41:42 +00:00
recode Simplify and cleanup code. 2004-11-12 02:22:01 +00:00
reflection - Add new tests 2005-05-26 12:22:18 +00:00
session CS fix 2005-05-23 06:46:25 +00:00
shmop Removed pointless operations/declarations. 2005-02-08 15:30:42 +00:00
simplexml - Made the libxml related stuff to error out if someone does --disable-all 2005-04-27 13:12:55 +00:00
skeleton - don't use short tag 2005-04-14 16:05:05 +00:00
snmp ws 2005-05-10 12:19:33 +00:00
soap Handling responses with Content-Lenght: 0 2005-05-23 06:25:16 +00:00
sockets fix #33019 (socket errors cause memory leaks in php_strerror()) 2005-05-12 16:26:26 +00:00
spl - Small fix (found by joerg) 2005-05-24 17:59:42 +00:00
sqlite - Make SQLiteDatabase derivable by dropping final tag from class and 2005-05-26 11:53:16 +00:00
standard Added scheme validation for parse_url(). 2005-05-26 03:56:21 +00:00
sybase - Fixed bug #28248 (Can not compile --with-sybase and freetds) 2004-12-21 06:57:01 +00:00
sybase_ct - Made error handler not output anything if error was not in error_reporting() mask 2005-02-06 14:08:11 +00:00
sysvmsg typofix 2005-04-29 01:55:52 +00:00
sysvsem fix typos in error messages & resource name 2005-01-20 09:57:57 +00:00
sysvshm fix typos in error messages 2005-01-20 09:59:23 +00:00
tidy Adding new function tidy_get_opt_doc() to return option documentation at runtime. Thanks to nlopess for the patch 2005-04-25 20:46: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 Fixed SIGSEGV on serializing data with circular references 2005-04-11 11:58:19 +00:00
xml - Added PHP_INSTALL_HEADERS() macro 2005-05-07 02:51:53 +00:00
xmlreader prep for release 2005-04-30 10:36:02 +00:00
xmlrpc - Made the libxml related stuff to error out if someone does --disable-all 2005-04-27 13:12:55 +00:00
xmlwriter - now stable thanks to Pierre 2005-05-02 19:50:58 +00:00
xsl - Made the libxml related stuff to error out if someone does --disable-all 2005-04-27 13:12:55 +00:00
zlib nuking that file was not very good idea :) 2005-04-27 08:10:41 +00:00
ext_skel ; 2004-05-16 12:10:35 +00:00
ext_skel_win32.php