php-src/ext
2003-07-06 17:51:46 +00:00
..
bcmath proto fixes 2003-06-12 12:21:33 +00:00
bz2 add a package.xml file 2003-05-17 14:29:31 +00:00
calendar updating license information in the headers. 2003-06-10 20:04:29 +00:00
cpdf MFB 2003-06-26 18:15:56 +00:00
crack proto fixes 2003-06-12 12:35:19 +00:00
ctype updating license information in the headers. 2003-06-10 20:04:29 +00:00
curl - Removed duplicate constants 2003-06-28 09:55:12 +00:00
db Correct license again 2003-06-14 17:14:42 +00:00
dba Fix open mode (noticed by FutureQuest, Inc.) 2003-07-03 11:17:34 +00:00
dbase updating license information in the headers. 2003-06-10 20:04:29 +00:00
dbx proto fixes 2003-06-15 15:29:46 +00:00
dio updating license information in the headers. 2003-06-10 20:04:29 +00:00
dom fix load() and loadxml() when used with uninstantiated object 2003-07-01 19:28:30 +00:00
ereg updating license information in the headers. 2003-06-10 20:04:29 +00:00
exif - Errors, warnings and notices start with a capital letter. 2003-06-20 18:24:38 +00:00
fam proto fixes 2003-06-15 15:29:46 +00:00
fbsql Change fetch functions and protos so they make more sense. 2003-07-03 16:53:04 +00:00
fdf proto fixes 2003-06-15 15:29:46 +00:00
filepro updating license information in the headers. 2003-06-10 20:04:29 +00:00
ftp - HAVE_OPENSSL_EXT is not defined always. 2003-06-27 16:41:41 +00:00
gd - tabs 2003-07-02 11:36:17 +00:00
gettext updating license information in the headers. 2003-06-10 20:04:29 +00:00
gmp updating license information in the headers. 2003-06-10 20:04:29 +00:00
hwapi proto fixes 2003-06-15 16:04:31 +00:00
iconv Simplified config scripts 2003-07-06 17:51:46 +00:00
imap One more typo ;) 2003-06-17 14:13:17 +00:00
informix ws fix 2003-07-01 13:31:14 +00:00
ingres_ii updating license information in the headers. 2003-06-10 20:04:29 +00:00
interbase proto fixes ibase_rollback and ibase_commit 2003-06-16 10:41:42 +00:00
ldap Fixed bug #24025 (Can not build with shared ldap support) 2003-07-01 00:02:13 +00:00
mbstring Added missing protos 2003-07-03 15:30:14 +00:00
mcal proto fixes 2003-06-16 14:03:35 +00:00
mcrypt proto fixes 2003-06-12 12:00:20 +00:00
mcve added $Id tag 2003-06-16 14:20:07 +00:00
mhash $Id tag added. License added tp php_mhash.h 2003-06-16 14:27:59 +00:00
mime_magic updating license information in the headers. 2003-06-10 20:04:29 +00:00
ming ZTS fix 2003-07-02 21:37:46 +00:00
mnogosearch - Memory leaks in UdmCatPath and UdmCatList functions have been fixed. 2003-06-30 17:12:18 +00:00
msession updating license information in the headers. 2003-06-10 20:04:29 +00:00
msql proto fixes 2003-06-16 16:36:51 +00:00
mssql Change fetch functions and protos so they make more sense. 2003-07-03 16:53:04 +00:00
mysql Fix shared win32 build 2003-07-01 09:44:14 +00:00
mysqli changed tests (ysqli_bind_param and mysql_bind_result changes) 2003-06-28 21:30:58 +00:00
ncurses Bug #24210 : assume misspelled (and thereby not found during configure) 2003-06-16 20:16:06 +00:00
notes proto fixes 2003-06-16 16:36:51 +00:00
oci8 proto fixes. 2003-06-22 14:33:09 +00:00
odbc proto fixes 2003-06-16 16:36:51 +00:00
openssl - HAVE_OPENSSL_EXT is not defined always. 2003-06-27 16:41:41 +00:00
oracle proto fixes. 2003-06-22 14:33:09 +00:00
ovrimos proto fixes. 2003-06-22 14:33:09 +00:00
pcntl proto fixes. 2003-06-22 14:33:09 +00:00
pcre MFB 2003-06-29 00:09:41 +00:00
pdf proto fixes. 2003-06-22 14:33:09 +00:00
pfpro updating license information in the headers. 2003-06-10 20:04:29 +00:00
pgsql Do not test postgres settings 2003-06-30 18:00:30 +00:00
posix updating license information in the headers. 2003-06-10 20:04:29 +00:00
pspell Added missing safe_mode/open_basedir checks. 2003-06-12 01:47:12 +00:00
qtdom updating license information in the headers. 2003-06-10 20:04:29 +00:00
readline updating license information in the headers. 2003-06-10 20:04:29 +00:00
recode updating license information in the headers. 2003-06-10 20:04:29 +00:00
reflection 2 * TSRMLS_FETCH() -> 1 * TSRMLS_DC 2003-07-04 10:31:41 +00:00
session fix this test when using a save_handler other than files... 2003-07-02 04:34:18 +00:00
shmop Fixed win32 build 2003-06-15 12:19:57 +00:00
simplexml not a temp var unless its a singular var 2003-07-05 00:33:13 +00:00
skeleton ok, re-adding this mostly un-maintained awk/sed/sh nightmare for now ... 2003-06-29 16:07:18 +00:00
snmp - Unified PHP_SETUP_OPENSSL with other PHP_SETUP_* macros. 2003-06-24 14:05:26 +00:00
soap fixed compilation problem in php-4.3.2dev. 2003-04-19 07:04:00 +00:00
sockets - Correct stray commit 2003-06-19 08:41:51 +00:00
spl Make --disable-spl work 2003-06-30 23:24:12 +00:00
sqlite - In function sqlite_field_name the index parameter is not optional. 2003-07-05 20:02:40 +00:00
standard skip test if glob() is not available at all 2003-07-04 15:07:11 +00:00
sybase updating license information in the headers. 2003-06-10 20:04:29 +00:00
sybase_ct Fixed bug #24231: ext/sybase_ct could not be build as shared 2003-06-18 18:28:47 +00:00
sysvmsg updating license information in the headers. 2003-06-10 20:04:29 +00:00
sysvsem updating license information in the headers. 2003-06-10 20:04:29 +00:00
sysvshm updating license information in the headers. 2003-06-10 20:04:29 +00:00
tokenizer - Fixed bug #24504: T_INTERFACE and T_IMPLEMENTS not defined in tokenizer 2003-07-05 06:49:57 +00:00
w32api updating license information in the headers. 2003-06-10 20:04:29 +00:00
wddx Added missing handling of dateTime 2003-06-28 06:55:47 +00:00
xml Not really the best way to solve this. But it doesn't give a segfault on 2003-07-02 20:05:13 +00:00
xmlrpc Fixed win32 build (link to external expat). 2003-06-15 23:58:33 +00:00
xsl use common doc with ref counting rather than copy 2003-07-05 23:43:10 +00:00
yaz On Windows, handle YAZ versions that don't export yaz_version. 2003-07-04 19:17:09 +00:00
yp updating license information in the headers. 2003-06-10 20:04:29 +00:00
zlib Don't add -L/usr/lib 2003-06-27 00:37:21 +00:00
ext_skel ok, re-adding this mostly un-maintained awk/sed/sh nightmare for now ... 2003-06-29 16:07:18 +00:00
ext_skel_win32.php ok, re-adding this mostly un-maintained awk/sed/sh nightmare for now ... 2003-06-29 16:07:18 +00:00