php-src/ext
Jason Greene 0cd2d8bd38 Remove sleep workaround, and fix the actual win32 memory leak which
was occurring in the error reporting system. The reason why sleepex appeared
to be working was because it suppressed EWOULDBLOCK errors in the example
(which was non-blocking)
@Fix win32 memory leak in /ext/sockets that would occur on any error condition
@Fix host resolution error messages on win32
2002-07-07 07:01:17 +00:00
..
aspell Unify error messages 2002-06-26 07:24:47 +00:00
bcmath Unify error messages 2002-06-26 07:24:47 +00:00
calendar Unify error messages 2002-06-26 07:24:47 +00:00
ccvs Unify error messages 2002-06-26 07:24:47 +00:00
com Unify error messages 2002-06-26 07:24:47 +00:00
cpdf Unify error messages 2002-06-26 07:24:47 +00:00
crack No need to link libxm2 in order to build php_crack.lib 2002-05-09 15:58:19 +00:00
ctype Restrict ctype tests to POSIX portable characters (0..127) and add numeric character tests. 2002-05-16 21:55:26 +00:00
curl formatting fixes 2002-07-03 12:02:17 +00:00
cybercash Unify error messages 2002-06-26 07:24:47 +00:00
cybermut extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed 2002-03-12 16:44:00 +00:00
cyrus Unify error messages 2002-06-26 07:24:47 +00:00
db Missing TSRMLS_* stuff 2002-06-29 00:40:34 +00:00
dba Unify error messages 2002-06-26 07:54:00 +00:00
dbase - Made dbase_get_record() and dbase_get_record_with_names use same backend 2002-06-17 02:27:34 +00:00
dbx - User proper macros as suggested by Marc. 2002-06-18 07:48:41 +00:00
dio ws fix 2002-07-07 00:55:51 +00:00
domxml outcomment everything related to domxml_elem_set_attribute_node(). This 2002-07-01 14:48:38 +00:00
dotnet Fix build 2002-03-18 09:42:20 +00:00
ereg Applied fix for #17764. 2002-06-17 15:10:22 +00:00
exif -fix datatypes for some vriables 2002-07-02 22:38:37 +00:00
fbsql Fixing compilation of FrontBase extension with ZTS 2002-07-02 21:36:11 +00:00
fdf Unify error messages 2002-06-27 06:49:02 +00:00
filepro Unify error messages 2002-06-27 06:54:51 +00:00
fribidi extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed 2002-03-12 16:44:00 +00:00
ftp @- Added optional 3rd parameter 'recursive' to ftp_rawlist() which will 2002-07-04 13:48:48 +00:00
gd - Fix GD build with GD 1.8.3 2002-06-29 15:54:02 +00:00
gettext the 'setup' script was removed more than two years ago. 2002-03-16 00:21:40 +00:00
gmp Make this extension compile as shared extension too. 2002-06-21 00:15:48 +00:00
hwapi De-messify 2002-06-09 00:53:28 +00:00
hyperwave - fixed bug in hwnew_new_document_from_file 2002-07-03 06:10:29 +00:00
icap Unify error messages 2002-06-28 10:52:11 +00:00
iconv - Fix for bug #18039 2002-06-28 07:12:32 +00:00
imap Make sure To addresses are parsed correct with RFC822. 2002-07-02 23:45:32 +00:00
informix - Fixed bug #15803 (and propably others related too) 2002-06-14 00:01:49 +00:00
ingres_ii extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed 2002-03-12 16:44:00 +00:00
interbase Fix code which makes wrong assumptions about the return value of snprintf. 2002-06-26 07:54:50 +00:00
java - Let's be tad more verbose what's happening during 'make install' 2002-07-03 22:12:13 +00:00
ldap - More error messages cleanup 2002-06-30 11:14:27 +00:00
mbstring fixed shift_jis character corruption including 0x5c as second byte following a slash on uploaded filename. 2002-07-05 15:06:39 +00:00
mcal Defer linking against libmcal until we have built the extension, 2002-03-27 10:26:17 +00:00
mcrypt - Unify error messages 2002-06-26 09:09:35 +00:00
mcve Moved these example scripts out of tests. 2002-03-27 15:39:30 +00:00
mhash the 'setup' script was removed more than two years ago. 2002-03-16 00:21:40 +00:00
mime_magic - Update TODO 2002-06-26 18:49:42 +00:00
ming Never add libraries without checking that they exist and can be linked. 2002-04-29 18:08:20 +00:00
mnogosearch Search example (which demonstrates using of mnogosearch API) is updated. 2002-06-29 10:42:54 +00:00
msession - Fix more TSRM gotchas 2002-06-28 14:51:12 +00:00
msql Unify error messages 2002-06-26 08:39:52 +00:00
mssql Unify error messages 2002-06-26 08:32:25 +00:00
mysql - Fix annoying redefine warning.. 2002-06-28 08:34:34 +00:00
ncurses use LIBNAME consistently. Useful on systems like OpenBSD where the curses 2002-06-26 22:22:47 +00:00
notes Maintain headers. 2002-02-28 08:29:35 +00:00
oci8 fix crash bug introduced by last commit 2002-04-14 18:27:27 +00:00
odbc Better not pollute the EXTRA_LIBS with libpaths. 2002-06-26 21:44:58 +00:00
openssl Fixed bug: #17751 (typo) 2002-06-13 19:41:25 +00:00
oracle MFB 2002-04-25 17:20:14 +00:00
overload Properly return the result of __call() handler. 2002-06-12 16:46:24 +00:00
ovrimos the 'setup' script was removed more than two years ago. 2002-03-16 00:21:40 +00:00
pcntl Added function pcntl_alarm(). 2002-06-04 15:51:25 +00:00
pcre Fix build in ZTS mode 2002-06-13 01:04:40 +00:00
pdf - Fix the shared problem. (the previous patch really didn't fix anything) 2002-06-29 01:19:35 +00:00
pfpro extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed 2002-03-12 16:44:00 +00:00
pgsql - Fix typo 2002-06-26 13:07:40 +00:00
posix - Fix ZTS built. 2002-06-04 08:54:14 +00:00
pspell - initial checkin of basic testcases for pspell 2002-03-24 16:22:50 +00:00
qtdom extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed 2002-03-12 16:44:00 +00:00
readline getting rid of the warn_not_available alias 2002-03-22 01:10:31 +00:00
recode Make it possible to use recode 3.5 too. (happy now Wez? :) 2002-04-29 15:40:16 +00:00
rpc - Consistent error messages 2002-07-06 11:18:47 +00:00
satellite @- Removed Satellite. It is now part of PEAR. 2002-02-05 09:09:35 +00:00
session ws fix 2002-07-03 02:16:46 +00:00
shmop the 'setup' script was removed more than two years ago. 2002-03-16 00:21:40 +00:00
skeleton TSRMG => TSRMLS 2002-04-11 05:06:16 +00:00
snmp WS change to make very old compilers/preprocessors (e.g. HP/UX 9) 2002-06-01 20:14:58 +00:00
sockets Remove sleep workaround, and fix the actual win32 memory leak which 2002-07-07 07:01:17 +00:00
standard * fix segfault in case of odd version numbers 2002-07-05 01:00:05 +00:00
swf allocate globals, making this work in zts mode 2002-05-11 15:58:55 +00:00
sybase the 'setup' script was removed more than two years ago. 2002-03-16 00:21:40 +00:00
sybase_ct the 'setup' script was removed more than two years ago. 2002-03-16 00:21:40 +00:00
sysvmsg Use ftok for message queue key. 2002-04-30 00:58:52 +00:00
sysvsem Add an optional flag to sem_get that specifies if the semaphore should be 2002-05-17 12:33:49 +00:00
sysvshm the 'setup' script was removed more than two years ago. 2002-03-16 00:21:40 +00:00
tokenizer Fix bug #16939. 2002-05-21 21:23:20 +00:00
vpopmail ws fix 2002-03-20 19:45:25 +00:00
w32api Added missing function to function_entry 2002-04-16 14:19:09 +00:00
wddx Changing email address. 2002-05-13 17:28:38 +00:00
xml Fix --enable-xml=shared 2002-05-04 16:48:01 +00:00
xmlrpc - Consistent error messages 2002-07-06 11:18:47 +00:00
xslt This is not done anymore. (should fix win32 snapshot build too) 2002-06-29 01:55:36 +00:00
yaz Use ZOOM API for newer YAZ versions. 2002-06-02 21:59:58 +00:00
yp the 'setup' script was removed more than two years ago. 2002-03-16 00:21:40 +00:00
zip - Add safe_mode/uid and open_basedir check to zip_open() (closes #16927). 2002-05-20 18:33:08 +00:00
zlib - oops... read before commit :) 2002-06-18 10:09:41 +00:00
ext_skel Remove .libs from .cvsignores, except /. 2002-03-07 14:57:15 +00:00