php-src/ext
2002-12-24 17:30:48 +00:00
..
bcmath Renamed bc_powmod to bcpowmod to keep it inline with existing module 2002-12-11 16:28:16 +00:00
calendar Fixed a memory leak inside heb_number_to_chars(). 2002-12-05 22:46:54 +00:00
com - Remove \n from error messages 2002-11-10 21:24:54 +00:00
cpdf stick to "check <what> <result>" scheme, do not repeat messages and 2002-12-10 21:53:02 +00:00
crack No need to link libxm2 in order to build php_crack.lib 2002-05-09 15:58:19 +00:00
ctype email address change 2002-11-25 12:30:28 +00:00
curl Fixed bug #20987 (no handling for client certificates). 2002-12-21 18:03:46 +00:00
cyrus This extension requires cyrus-imap >= 2.0.8 2002-12-10 16:34:20 +00:00
db fix debug only 2002-12-05 19:49:12 +00:00
dba Alias dba_popen() to dba_open() until persistent STDIO streams are 2002-12-21 01:09:27 +00:00
dbase Fix for bug 19727. dBase5 (at least for windows) seems to allow 1024 fields 2002-12-13 03:09:52 +00:00
dbx Show module used in test 2002-11-16 19:43:53 +00:00
dio O_ASYNC is not defined in cygwin 2002-12-12 12:15:10 +00:00
domxml Fixing Win32 build by adding missing libraries 2002-12-20 18:40:31 +00:00
dotnet centralize #include "build-defs.h" and drop (sometimes inconsistent) other 2002-10-24 13:15:49 +00:00
ereg Remove pointless checks for array_init() return values. 2002-12-05 22:28:02 +00:00
exif (char *) vptr += expr; is refused by the IRIX compiler, so we use 2002-12-22 16:34:13 +00:00
fam remove not wanted skeleton comment and align configure message 2002-12-10 20:09:35 +00:00
fbsql Changed php_error() to php_error_docref() 2002-12-03 19:39:25 +00:00
fdf Added missing &. 2002-12-11 20:04:23 +00:00
filepro centralize #include "build-defs.h" and drop (sometimes inconsistent) other 2002-10-24 13:15:49 +00:00
fribidi Changed fribidi_get_charsets() return value to also include the constant 2002-10-18 08:59:15 +00:00
ftp Fixed bug #20812, ftp_get returned NULL on success instead of TRUE. 2002-12-06 06:07:40 +00:00
gd Fix a crash while using an invalid color with imagesetstyle, see the sample 2002-12-18 21:13:21 +00:00
gettext Fixed crash. Patch by <kilbi@rad.rwth-aachen.de> 2002-08-07 11:50:49 +00:00
gmp Make this extension compile as shared extension too. 2002-06-21 00:15:48 +00:00
hwapi centralize #include "build-defs.h" and drop (sometimes inconsistent) other 2002-10-24 13:15:49 +00:00
hyperwave centralize #include "build-defs.h" and drop (sometimes inconsistent) other 2002-10-24 13:15:49 +00:00
iconv Iconv extension is no longer experimental 2002-12-02 21:29:06 +00:00
imap fixing code style 2002-12-07 06:05:06 +00:00
informix centralize #include "build-defs.h" and drop (sometimes inconsistent) other 2002-10-24 13:15:49 +00:00
ingres_ii extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed 2002-03-12 16:44:00 +00:00
interbase syntax to avoid error while reading data from file in ibase_blob_import 2002-10-02 23:05:06 +00:00
java Fix bugs #20270, #15702, #18600. Patch by Tony J. White <tjw@tjw.org>. 2002-12-04 08:18:02 +00:00
ldap - Need these libraries for static build 2002-12-03 11:34:12 +00:00
mbstring fixed lack of variable initialization bug. 2002-12-11 14:39:37 +00:00
mcal centralize #include "build-defs.h" and drop (sometimes inconsistent) other 2002-10-24 13:15:49 +00:00
mcrypt MFB: Remove dependancy on libtool library which is no longer needed. 2002-12-19 10:49:05 +00:00
mcve constant MC_TRAN_CHNGPWD typo 2002-10-30 01:08:19 +00:00
mhash Fixed mhash tests, apparently the TIGER algorithm was updated (fixed?) in 2002-11-28 14:13:44 +00:00
mime_magic fix compile error on IRIX 2002-12-23 08:50:05 +00:00
ming fix warnings 2002-11-12 21:11:01 +00:00
mnogosearch - mnogosearch extension updated to compile with mnogosearch-3.2.8 2002-12-16 19:17:10 +00:00
msession Removed C++ comments 2002-08-22 13:30:03 +00:00
msql Unify error messages 2002-06-26 08:39:52 +00:00
mssql Fixing WIn32 build after adding support for FreeTDS 2002-12-16 22:44:08 +00:00
mysql fixed some warning when using external 4.x libs 2002-12-20 18:52:27 +00:00
ncurses Changed strncpy() to strlcpy(). 2002-12-24 17:30:48 +00:00
notes Maintain headers. 2002-02-28 08:29:35 +00:00
oci8 - ws fixes 2002-12-11 15:25:39 +00:00
odbc ws fixes 2002-11-12 17:31:39 +00:00
openssl MFB: ZTS fix by Ilia 2002-12-13 09:17:04 +00:00
oracle centralize #include "build-defs.h" and drop (sometimes inconsistent) other 2002-10-24 13:15:49 +00:00
overload fix build.. 2002-12-01 17:24:00 +00:00
ovrimos the 'setup' script was removed more than two years ago. 2002-03-16 00:21:40 +00:00
pcntl php_error -> php_error_docref 2002-12-12 13:08:59 +00:00
pcre Added a test case for bug #20528. 2002-11-22 00:08:57 +00:00
pdf Fixed a bug that caused a crash in pdf_open_memory_image(), when a truecolor 2002-12-03 19:25:17 +00:00
pfpro Fixed a few more memory leaks. 2002-10-10 14:46:18 +00:00
pgsql MFB: Fix typo 2002-12-21 17:48:37 +00:00
posix Make these all work with persistent streams too. 2002-09-25 15:46:47 +00:00
pspell Added a skip condition if the English dictionary needed for the test is not 2002-11-08 01:09:47 +00:00
qtdom Fixed bug: #20458 (--with-qtdom=shared broken) 2002-11-18 05:06:02 +00:00
readline Very little fixes 2002-11-08 03:05:19 +00:00
recode Make these all work with persistent streams too. 2002-09-25 15:46:47 +00:00
rpc Fix bugs #20270, #15702, #18600. Patch by Tony J. White <tjw@tjw.org>. 2002-12-04 08:18:02 +00:00
session correct code that is guarded by "#if 0" 2002-12-05 20:41:55 +00:00
shmop Switched to a new parameter parsing API, which simplifies the code. 2002-11-20 15:56:56 +00:00
skeleton Correct case for README.TESTING. 2002-10-22 12:28:49 +00:00
snmp MFB: Fix ZTS build. 2002-12-10 17:07:40 +00:00
soap - protect the function against a non-xml document 2002-11-22 13:41:51 +00:00
sockets silly error, will MFH 2002-12-20 15:44:51 +00:00
standard Verify if gl_pathv is not NULL, which it is, when GLOB_NOMATCH isn't 2002-12-23 18:33:46 +00:00
swf virtual filepath fix, don't know why i bother, the module isn't threadsafe 2002-09-11 22:43:58 +00:00
sybase need more space 2002-12-20 19:37:07 +00:00
sybase_ct - Fixed three memory leaks 2002-12-07 19:49:31 +00:00
sysvmsg Fixed ZTS compile warning. 2002-11-14 16:32:30 +00:00
sysvsem Add test for both sysvsem and sysvshm 2002-11-04 02:44:09 +00:00
sysvshm Fixed ZTS compile warning. 2002-11-14 16:32:30 +00:00
tokenizer Remove unnecessary comments. 2002-11-08 21:20:48 +00:00
w32api Adding missing ; 2002-11-26 22:44:16 +00:00
wddx Revert the patch for now. We'll be branching on Saturday the way it's 2002-10-03 18:30:27 +00:00
xml php_error -> php_error_docref 2002-12-05 21:53:25 +00:00
xmlrpc time is a function. Use the name of the variable 'timestamp' 2002-11-26 23:03:07 +00:00
xslt Fix bug #20518 2002-11-21 23:28:26 +00:00
yaz Close log file on shutdown. 2002-12-15 07:03:32 +00:00
yp don't assume yp-functions are always in libc, try also libnsl 2002-10-23 16:04:03 +00:00
zip Centralize fopencookie test 2002-12-09 18:29:07 +00:00
zlib Centralize fopencookie test 2002-12-09 18:29:07 +00:00
ext_skel -fix typo 2002-12-01 13:43:17 +00:00