php-src/ext
2005-04-13 21:48:33 +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 simplify code (no need of local variable - return directly) 2005-04-10 20:57:31 +00:00
com_dotnet emalloc -> safe_emalloc. 2004-11-21 20:43:10 +00:00
ctype Fixed bug #30945 (make ctype_* functions return FALSE on empty strings). 2004-11-30 16:55:55 +00:00
curl - Fixed bug #30609 (cURL functions bypass open_basedir) 2005-03-14 09:02:23 +00:00
dba - Make detection work for macros 2005-02-26 02:15:00 +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 fix memory corruption on 64bit in imagefttext(), 2005-04-10 21:37:17 +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 possible crash on fstat() failure. 2004-11-08 04:54:27 +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 Filter skeleton code. No actual filters yet. 2005-02-23 22:41:43 +00:00
ftp Fixed compiler warning on win32. 2005-03-17 17:16:43 +00:00
gd fix memory corruption on 64bit in imagefttext(), 2005-04-10 21:37:17 +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 SIGFPE in gmp_powm(), gmp_sqrt() & gmp_sqrtrem() when using negative values 2005-03-01 13:09:33 +00:00
hwapi Get rid of more useless RINIT/RSHUTDOWN calls 2005-02-07 23:04:00 +00:00
iconv - Add test case for iconv_mime_encode(). 2005-03-23 23:07:42 +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
ingres_ii - Fix windows build (using config.w32 and keeping sync with config.m4) 2005-03-26 02:19:56 +00:00
interbase Fixed bug #31597: ibase_connect() - incorrect warning 2005-02-23 20:20:25 +00:00
ldap remove proto, it's internal func 2005-04-05 20:31:10 +00:00
libxml - WS 2005-02-28 08:16:47 +00:00
mbstring - Fix bug #32311 (mb_encode_mimeheader() does not properly escape characters.) 2005-03-23 23:22:16 +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 - Fix typo (avaliable -> available). (bug #28725) 2004-12-16 12:34:32 +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 fix for bug #32282 (segfault in mysqli_fetch_array on 64-bit) 2005-04-06 06:47:12 +00:00
ncurses fix proto. return true instead of null 2005-04-10 21:23:27 +00:00
oci8 fix bug preventing from building oci8 as shared module 2005-02-25 11:31:10 +00:00
odbc - This was supposed to be escaped with \ 2005-04-10 19:23:59 +00:00
openssl Fixed possible usage of str without being initialized. 2005-03-15 00:27:52 +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 - Fix typo (avaliable -> available). (bug #28725) 2004-12-16 12:34:32 +00:00
pcre add test 2005-03-12 12:58:06 +00:00
pdo fix segfault & buffer overrun when there is no PDO drivers plugged in 2005-03-29 17:23:36 +00:00
pdo_dblib use a number here, fixes PECL #3493 2005-02-16 18:09:26 +00:00
pdo_firebird Add tests for firebird. 2005-03-10 02:43:44 +00:00
pdo_mysql - Add new test 2005-03-24 12:31:37 +00:00
pdo_oci - Interface name was changed 2005-03-19 10:55:35 +00:00
pdo_odbc Add test for PDOStatement::getColumnMeta(). 2005-03-09 00:20:07 +00:00
pdo_pgsql - Add new test 2005-03-24 12:31:37 +00:00
pdo_sqlite - Add new test 2005-03-24 12:31:37 +00:00
pfpro Free vars before calling E_ERROR. 2004-05-20 00:11:23 +00:00
pgsql - MFH43: Fixed bug #32699 (pg_affected_rows() was defined when it was not 2005-04-13 21:48:33 +00:00
posix change return type from NULL to FALSE when parameter parsing failed 2005-01-28 01:38:56 +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 test 2005-04-08 13:34:30 +00:00
session These tests require register_long_arrays=1 2005-03-31 19:47:19 +00:00
shmop Removed pointless operations/declarations. 2005-02-08 15:30:42 +00:00
simplexml - Add tests 2005-02-27 23:15:52 +00:00
skeleton Opps. 2005-03-05 17:55:45 +00:00
snmp Converting the usage of the integer based internal commands into 2005-04-11 14:59:42 +00:00
soap Fixed compiler warning. 2005-04-12 16:41:42 +00:00
sockets - More sock->error resets 2005-02-14 23:44:23 +00:00
spl - Make class_parentS() and class_implements() accepts class names as well 2005-04-06 15:16:45 +00:00
sqlite - Fix test (warnings are expected since there is no support for this) 2005-03-21 00:32:48 +00:00
standard add testcase for bug #30833 2005-04-13 08:23:39 +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 Fixed bug #31527 (crash in msg_send() when non-string is stored without 2005-02-07 22:31:19 +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 fix tests 2005-04-02 22:57:42 +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 Partial fix test: It is still possible to use expat libs with ext/xml.. 2005-04-03 00:12:26 +00:00
xmlreader add workaround for libxml bug when using next() method 2005-03-10 22:32:47 +00:00
xmlrpc Reshufle includes to make it compile on windows 2005-03-28 00:07:24 +00:00
xmlwriter use php streams for uri I/O under PHP 4 2005-03-04 15:41:33 +00:00
xsl - Added optional first parameter to XsltProcessor::registerPHPFunctions to only 2005-04-06 12:26:29 +00:00
zlib Update extensions to use /path/to/$PHP_LIBDIR rather than /path/to/lib 2004-11-03 14:32:52 +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