php-src/ext
2005-02-12 08:20:17 +00:00
..
bcmath - Fix outside-source-tree builds. Always include generated header files 2005-01-09 21:05:06 +00:00
bz2 Update extensions to use /path/to/$PHP_LIBDIR rather than /path/to/lib 2004-11-03 14:32:52 +00:00
calendar Fixed bug #30375 (cal_info() does not work without a parameter). 2004-10-11 06:39:41 +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 Fix for bug #31901 2005-02-09 16:22:48 +00:00
dba - Typofix + removed unnecessary unsets caused by it 2005-01-22 01:31:54 +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 Fixed bug #31878 (Segmentation fault using clone keyword on nodes) 2005-02-09 11:46:43 +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 Fixed bug #31797 (exif_read_data() uses too low nesting limit). 2005-02-01 23:27:33 +00:00
fam Get rid of more useless RINIT/RSHUTDOWN calls 2005-02-07 23:04:00 +00:00
fbsql change return value from false to true, when a statement was executed with warnings 2005-02-09 19:32:03 +00:00
fdf Fixed possible crash on fstat() failure. 2004-11-08 04:54:27 +00:00
fileinfo fix segfault when failed to open magic file 2005-01-31 15:01:47 +00:00
filepro fix leaks on shutdown 2005-02-07 13:30:45 +00:00
ftp Fixed bug #30027 (Possible crash inside ftp_get()). 2004-10-05 23:53:09 +00:00
gd - Added some sanity checks by changing to the parameter parsing API 2005-01-17 17:07:28 +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 Allow gmp to compile under Win32 2005-01-04 22:39:29 +00:00
hwapi Get rid of more useless RINIT/RSHUTDOWN calls 2005-02-07 23:04:00 +00:00
iconv fix Konstantin's last name Chugeuv -> Chuguev 2005-01-10 21:37:17 +00:00
imap check body for NULL before using and prevent segfaults 2005-01-25 14:20:02 +00:00
informix - Fix typo (avaliable -> available). (bug #28725) 2004-12-16 12:34:32 +00:00
ingres_ii Fixed possible memory leak. 2004-05-18 23:26:53 +00:00
interbase Fixed return value of ibase_execute() 2004-11-10 11:21:50 +00:00
ldap - ldap_start_tls() requires ldapv3 protocol -> force it 2005-01-19 00:27:21 +00:00
libxml initial cut of new error handling 2005-02-10 15:52:38 +00:00
mbstring Removed unused vars. 2005-02-10 14:11:06 +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
mnogosearch - A bug in mnogosearch module in ispell loading code was fixed 2005-01-23 15:01:20 +00:00
msession Get rid of more useless RINIT/RSHUTDOWN calls 2005-02-07 23:04:00 +00:00
msql MFB_4_3: Quote macro names in AC_DEFUN() 2004-12-30 07:08:39 +00:00
mssql Set the MSSQL_VERSION to FreeTDS when that lib is used 2005-01-18 22:39:01 +00:00
mysql MFB_4_3: Quote macro names in AC_DEFUN() 2004-12-30 07:08:39 +00:00
mysqli fix for bug #29329 2005-02-05 10:59:38 +00:00
ncurses Get rid of more useless RINIT/RSHUTDOWN calls 2005-02-07 23:04:00 +00:00
oci8 fix bug #31623 (OCILogin does not support password grace period) 2005-01-20 18:39:48 +00:00
odbc add checks for libs & headers required by IBM DB2 2005-01-18 21:16:32 +00:00
openssl Fix build... 2005-01-01 14:32:59 +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 - Fix outside-source-tree builds. Always include generated header files 2005-01-09 21:05:06 +00:00
pdo typo 2005-02-11 02:05:05 +00:00
pdo_dblib update for api changes 2005-02-06 22:34:53 +00:00
pdo_firebird hope it works! 2005-02-09 05:26:38 +00:00
pdo_mysql only do this magic on non-win32 platforms 2005-02-10 01:34:39 +00:00
pdo_oci prep for release 2005-02-09 05:04:40 +00:00
pdo_odbc disable dep for pecl release 2005-02-09 05:12:41 +00:00
pdo_pgsql disable dep 2005-02-09 05:18:02 +00:00
pdo_sqlite Fix bundled sqlite build (doh!) 2005-02-12 08:20:17 +00:00
pfpro Free vars before calling E_ERROR. 2004-05-20 00:11:23 +00:00
pgsql MFB_4_3: Quote macro names in AC_DEFUN() 2004-12-30 07:08:39 +00:00
posix change return type from NULL to FALSE when parameter parsing failed 2005-01-28 01:38:56 +00:00
pspell - Fix typo (avaliable -> available). (bug #28725) 2004-12-16 12:34:32 +00:00
readline Proper fix for bug #31796 . 2005-02-04 00:21:50 +00:00
recode Simplify and cleanup code. 2004-11-12 02:22:01 +00:00
reflection - Add ReclectionClass:hasProperty(), ReflectionClass::hasConstant() 2005-01-31 22:56:01 +00:00
session hm.. 2005-02-10 20:22:07 +00:00
shmop Removed pointless operations/declarations. 2005-02-08 15:30:42 +00:00
simplexml add optional parameter to pass libxml document load options 2004-12-05 12:02:35 +00:00
skeleton - Remove unused blocks 2004-05-19 08:56:50 +00:00
snmp - Fix some memory leaks 2005-01-08 12:02:22 +00:00
soap Fixed bug #31832 (SOAP encoding problem with complex types in WSDL mode with multiple parts) 2005-02-04 15:42:46 +00:00
sockets Fix for Bug #24189: possibly unsafe select(2) usage. 2004-09-17 12:44:56 +00:00
spl - Initial Observer implementation 2005-02-08 20:42:48 +00:00
sqlite update todo 2005-02-06 19:59:32 +00:00
standard fix segfault when retval_ptr is empty - such as when exception thrown 2005-02-10 22:59:26 +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 Don't need MSHUTDOWN either here 2005-02-08 05:25:48 +00:00
tokenizer - Fixed bug #28930 (PHP sources pick wrong header files generated by bison) 2004-12-30 15:18:24 +00:00
wddx - Nuke empty_string. It is a reminanent from the time where RETURN_FALSE() 2004-07-19 07:19:50 +00:00
xml test case for Bug #30266 2005-02-10 22:55:52 +00:00
xmlreader no longer experimental 2004-08-26 20:17:20 +00:00
xmlrpc MFB_4_3: Quote macro names in AC_DEFUN() 2004-12-30 07:08:39 +00:00
xmlwriter Fix bug #2482 (xmlwriter_start_document chrashes apache) 2004-10-08 14:54:15 +00:00
xsl fix protos (by Mehdi Achour ) 2005-01-17 15:56:17 +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