php-src/ext
2005-02-21 13:57:02 +00:00
..
bcmath - Fix outside-source-tree builds. Always include generated header files 2005-01-09 21:05:06 +00:00
bz2
calendar
com_dotnet
ctype
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
dom use new error handling when not throwing exceptions 2005-02-20 22:01:24 +00:00
enchant
ereg
exif PHP_WIN32 is defined or not defined. 2005-02-16 23:47:38 +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
fileinfo Improved search paths. 2005-02-17 22:56:47 +00:00
filepro fix leaks on shutdown 2005-02-07 13:30:45 +00:00
ftp Fixed bug #27633 (Double \r\r problem on ftp_get in ASCII mode on Win32). 2005-02-17 15:37:24 +00:00
gd - Added some sanity checks by changing to the parameter parsing API 2005-01-17 17:07:28 +00:00
gettext
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 Simplify Code. 2005-02-20 18:23:33 +00:00
informix
ingres_ii
interbase
ldap - ldap_start_tls() requires ldapv3 protocol -> force it 2005-01-19 00:27:21 +00:00
libxml add function to allow extensions to use new error handling if set by user 2005-02-20 21:49:45 +00:00
mbstring - Fix bug #30868 (evaluated pointer comparison in mbregex causes compile 2005-02-21 10:19:11 +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
mime_magic
ming
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 - Fix Bug #31960: msql_fetch_row() and msql_fetch_array() dropping columns with NULL values 2005-02-17 20:11:20 +00:00
mssql Set the MSSQL_VERSION to FreeTDS when that lib is used 2005-01-18 22:39:01 +00:00
mysql
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
ovrimos
pcntl
pcre - Fix outside-source-tree builds. Always include generated header files 2005-01-09 21:05:06 +00:00
pdo - Change tests to use ' instead of " for string values becuase that is 2005-02-20 19:25:17 +00:00
pdo_dblib use a number here, fixes PECL #3493 2005-02-16 18:09:26 +00:00
pdo_firebird Fixed PECL bug #3527: Missing quotation marks in php_pdo_firebird_int.h 2005-02-21 13:57:02 +00:00
pdo_mysql fix for PECL bug #3529 2005-02-20 23:56:14 +00:00
pdo_oci symlinked pdo drivers under ext. 2005-02-17 04:23:15 +00:00
pdo_odbc symlinked pdo drivers under ext. 2005-02-17 04:23:15 +00:00
pdo_pgsql - Shutup notices 2005-02-20 19:26:27 +00:00
pdo_sqlite - Attempt at an unified test suite 2005-02-20 17:56:19 +00:00
pfpro
pgsql ws fix 2005-02-14 23:40:24 +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 Proper fix for bug #31796 . 2005-02-04 00:21:50 +00:00
recode
reflection - Be more gracious in reflection API 2005-02-13 23:04:49 +00:00
session - Missing $Id$ tags 2005-02-13 17:54:04 +00:00
shmop Removed pointless operations/declarations. 2005-02-08 15:30:42 +00:00
simplexml
skeleton
snmp Missed one place.. 2005-02-12 18:29:42 +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 - More sock->error resets 2005-02-14 23:44:23 +00:00
spl - Add version information 2005-02-17 00:24:57 +00:00
sqlite - Regroup and add a test 2005-02-19 14:02:24 +00:00
standard In NetWare LibC WTERMSIG is avaliable as WIFTERMSIG 2005-02-21 09:50:48 +00:00
sybase
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
wddx
xml Declare error_mapping array as static and more const. 2005-02-17 15:05:16 +00:00
xmlreader - zend_bool for boolean arg 2005-02-20 22:56:32 +00:00
xmlrpc
xmlwriter - more zend_bool. 2005-02-20 19:31:52 +00:00
xsl fix protos (by Mehdi Achour ) 2005-01-17 15:56:17 +00:00
zlib
ext_skel
ext_skel_win32.php