php-src/ext
Wez Furlong b01add793c Add this test to make sure that fopencookie is detected and working
correctly (or that the less efficient tmpfile casting is working).
More details in the test itself.
2002-11-14 12:20:36 +00:00
..
bcmath To include the NetWare config file 2002-09-04 11:20:18 +00:00
calendar WS 2002-11-07 14:52:02 +00:00
com - Remove \n from error messages 2002-11-10 21:24:54 +00:00
cpdf Removing the PHP_31 tag... 2002-08-13 21:35:54 +00:00
crack No need to link libxm2 in order to build php_crack.lib 2002-05-09 15:58:19 +00:00
ctype Fix platform dependencies, setlocale output, bug #19836 2002-10-10 15:27:11 +00:00
curl Commit these before Sterling renames the files again :-) 2002-11-14 11:41:24 +00:00
cybermut extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed 2002-03-12 16:44:00 +00:00
cyrus Since the cyrus extension prints only one line, and no subsequent info, 2002-09-20 15:39:50 +00:00
db avoid fileno() 2002-11-13 10:17:19 +00:00
dba must be unsigned 2002-11-13 16:30:50 +00:00
dbase ftruncate is defined in flock_compat.h on windows 2002-11-12 21:03:10 +00:00
dbx - Remove \n from error messages 2002-11-10 21:24:54 +00:00
dio Fix leak when read call fails (see comment in #16635). 2002-11-03 13:22:49 +00:00
domxml fix for bug #20209 (appending text nodes leads to segfaults sometimes) 2002-11-01 10:06:10 +00:00
dotnet centralize #include "build-defs.h" and drop (sometimes inconsistent) other 2002-10-24 13:15:49 +00:00
ereg centralize #include "build-defs.h" and drop (sometimes inconsistent) other 2002-10-24 13:15:49 +00:00
exif Removed duplicate assignment. 2002-11-08 01:08:01 +00:00
fbsql centralize #include "build-defs.h" and drop (sometimes inconsistent) other 2002-10-24 13:15:49 +00:00
fdf - No tabs, no echoing, no unnecessary code 2002-10-23 02:46:09 +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 ZTS build 2002-10-13 01:40:46 +00:00
gd Added tests for imagefilter() function. 2002-11-13 20:03:59 +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 Use proper types 2002-11-08 18:40:54 +00:00
imap - Added searching for Kerberos libs in default locations if no path is 2002-11-01 16:45:59 +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 Bug #20148 suggested work around for now. 2002-11-02 20:18:10 +00:00
ldap Added two new targets to the ldap win32 build which enable ldap 2002-11-05 14:19:22 +00:00
mbstring Fix build for unix. 2002-11-14 12:06:01 +00:00
mcal centralize #include "build-defs.h" and drop (sometimes inconsistent) other 2002-10-24 13:15:49 +00:00
mcrypt - Naming style 2002-10-25 11:20:45 +00:00
mcve constant MC_TRAN_CHNGPWD typo 2002-10-30 01:08:19 +00:00
mhash Add PHP_MINFO_* 2002-08-04 21:37:44 +00:00
mime_magic Make that error message more meaningful for systems like my SuSE 7.0 with 2002-10-04 19:01:34 +00:00
ming fix warnings 2002-11-12 21:11:01 +00:00
mnogosearch - Site mirror detection and popularity rank has been added to mnogosearch 2002-09-28 17:52:18 +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 fix bug # 17497 2002-10-28 20:16:24 +00:00
mysql - Reset globals for each request 2002-11-13 08:54:34 +00:00
ncurses And some more ncurses functions. 2002-10-30 02:54:48 +00:00
notes Maintain headers. 2002-02-28 08:29:35 +00:00
oci8 fixed several proto return types throughout the extension 2002-11-10 05:31:12 +00:00
odbc ws fixes 2002-11-12 17:31:39 +00:00
openssl Fixed windows build. Symbol PHP_EXPORTS is a no-no for dynamically 2002-11-11 16:11:32 +00:00
oracle centralize #include "build-defs.h" and drop (sometimes inconsistent) other 2002-10-24 13:15:49 +00:00
overload - Fix ZE2 build when overload is enabled 2002-09-30 09:40:12 +00:00
ovrimos the 'setup' script was removed more than two years ago. 2002-03-16 00:21:40 +00:00
pcntl Added a skip condition in the event posix_kill(), which is used by the test 2002-11-08 01:08:52 +00:00
pcre - Remove \n from error messages 2002-11-10 21:24:54 +00:00
pdf MFB: Fix for bug: #20412 2002-11-14 00:21:14 +00:00
pfpro Fixed a few more memory leaks. 2002-10-10 14:46:18 +00:00
pgsql Speed up pg_escape_bytea, from O(n^2) => O(n). My test script speed up 2002-11-12 09:07:36 +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 - fix alignment 2002-10-09 19:27:16 +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 - Remove \n from error messages 2002-11-10 21:24:54 +00:00
session Modified the experimental new test class to make it easier to port to the 2002-11-01 00:22:02 +00:00
shmop the 'setup' script was removed more than two years ago. 2002-03-16 00:21:40 +00:00
skeleton Correct case for README.TESTING. 2002-10-22 12:28:49 +00:00
snmp Adding a more detail print functions, that assist/make it easier for 2002-11-11 21:37:19 +00:00
soap some more doc/lit stuff 2002-08-14 05:26:25 +00:00
sockets Fix proto and #20137 2002-10-28 18:00:30 +00:00
standard Add this test to make sure that fopencookie is detected and working 2002-11-14 12:20:36 +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 Fixed memory leaks. 2002-10-09 13:29:10 +00:00
sybase_ct Fixed ZTS build and removed an unused variable. 2002-11-12 22:59:11 +00:00
sysvmsg Avoid possible clash with mysql, but still make it work for BSD's. 2002-10-27 11:56:06 +00:00
sysvsem Add test for both sysvsem and sysvshm 2002-11-04 02:44:09 +00:00
sysvshm the 'setup' script was removed more than two years ago. 2002-03-16 00:21:40 +00:00
tokenizer Remove unnecessary comments. 2002-11-08 21:20:48 +00:00
w32api Forgot the parsers and scanners 2002-11-12 14:31:37 +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 Changed: EXPAT_SHARED_LIBADD -> XML_SHARED_LIBADD 2002-11-07 19:31:08 +00:00
xmlrpc @- Added --disable-all configure option. (Jani) 2002-09-04 18:47:28 +00:00
xslt adding to do list to help clarify exactly what we are (or 2002-11-12 05:14:47 +00:00
yaz Compile warning fix. 2002-11-13 17:17: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 Fix the phpize build 2002-10-17 05:06:53 +00:00
zlib Fixed OnUpdate_zlib_output_compression() behaviour 2002-11-03 20:31:00 +00:00
ext_skel Add --skel=dir option to ext_skel (patch from David Viner) 2002-07-30 19:02:23 +00:00