php-src/ext
Rasmus Lerdorf d08a0e99c8 An input filter might not simply strip stuff, it might also turn things
into entities or use some other mechanism which causes the filtered data
to be longer than the original data.  Ergo, pass in the address of the
buffer instead so the filter is free to reallocate it.
2003-02-20 22:21:49 +00:00
..
bcmath - Let's be consistent with these.. 2003-02-17 03:07:33 +00:00
calendar ws 2003-02-03 09:55:09 +00:00
cpdf This patch allows cpdf to be compiled in conjunction with ncurses, which was 2003-01-15 00:52:06 +00:00
crack zend_error -> php_error_docref. 2003-01-24 16:29:40 +00:00
ctype Fixed typo 2003-01-09 20:23:36 +00:00
curl A add much more useful select(2) implementation than is provided by 2003-02-16 03:48:49 +00:00
cyrus Changed php_error to php_error_docref. 2003-01-18 21:31:11 +00:00
db Removed pointless memory allocation checks. 2003-01-18 19:49:28 +00:00
dba - wrong use of sizeof(char) 2003-02-18 22:19:18 +00:00
dbase ZTS fixes. 2003-01-19 08:32:26 +00:00
dbx Fix for bug #22221: pgsql version for dbx_query suppressed a warning that 2003-02-19 13:32:27 +00:00
dio zend_error() -> php_error_docref(). 2003-01-24 05:21:08 +00:00
domxml pass tsrmls instead of fetching it always 2003-02-13 21:41:00 +00:00
ereg ws fixes + missing $Id$ tags, headers added 2003-02-19 08:40:19 +00:00
exif correct my fault here and documnet the sense of the test 2003-01-18 19:06:29 +00:00
fam Bump year. 2002-12-31 16:08:15 +00:00
fbsql A add much more useful select(2) implementation than is provided by 2003-02-16 03:48:49 +00:00
fdf proto fixes 2003-02-10 00:47:45 +00:00
filepro Changed php_error to php_error_docref. 2003-01-15 02:49:38 +00:00
fribidi/tests Moving fribidi to PECL 2003-02-06 22:23:21 +00:00
ftp A add much more useful select(2) implementation than is provided by 2003-02-16 03:48:49 +00:00
gd Kill some warnings 2003-02-09 14:17:05 +00:00
gettext Fix segfault in bindtextdomain when first parameter was empty. 2003-02-08 18:58:34 +00:00
gmp zend_error -> php_error_docref. 2003-01-24 16:29:40 +00:00
hwapi - added more missing strcmp() 2003-02-13 07:59:24 +00:00
hyperwave A add much more useful select(2) implementation than is provided by 2003-02-16 03:48:49 +00:00
iconv Credits for iconv 2003-02-05 08:15:07 +00:00
imap A add much more useful select(2) implementation than is provided by 2003-02-16 03:48:49 +00:00
informix - Revert latest commit 2003-02-19 09:52:52 +00:00
ingres_ii - Fixed bug: #21549 (problem with Ingres II persistent connections) 2003-02-11 02:42:59 +00:00
interbase Test that libgds actually exists. 2003-02-03 11:45:44 +00:00
ldap A add much more useful select(2) implementation than is provided by 2003-02-16 03:48:49 +00:00
mbstring An input filter might not simply strip stuff, it might also turn things 2003-02-20 22:21:49 +00:00
mcal A add much more useful select(2) implementation than is provided by 2003-02-16 03:48:49 +00:00
mcrypt Require 2.5.6+ 2003-01-31 23:01:36 +00:00
mcve Bump year. 2002-12-31 16:08:15 +00:00
mhash Bump year. 2002-12-31 16:08:15 +00:00
mime_magic Fixed compile failures when ZLIB / PCRE are compiled as shared 2003-02-09 19:09:52 +00:00
ming adding missing zlib.lib and path to bindlib 2003-01-22 20:13:11 +00:00
mnogosearch Changed php_error to php_error_docref. 2003-01-18 21:31:11 +00:00
msession Fix for GCC 3 2003-02-12 18:34:21 +00:00
msql Removed pointless checks. 2003-01-30 02:33:16 +00:00
mssql Bug #20426. Convert SMALLDATETIME correct 2003-02-11 01:24:07 +00:00
mysql A add much more useful select(2) implementation than is provided by 2003-02-16 03:48:49 +00:00
mysqli added new function mysqli_stmt_store_result 2003-02-18 08:49:00 +00:00
ncurses Bump year. 2002-12-31 16:08:15 +00:00
notes some win32 fixes by Kai 2003-02-10 00:21:51 +00:00
oci8 No c++ comments.. 2003-01-31 14:18:50 +00:00
odbc A add much more useful select(2) implementation than is provided by 2003-02-16 03:48:49 +00:00
openssl Add additional optional parameter to openssl_pkcs7_encrypt to specify the 2003-02-10 09:49:31 +00:00
oracle ZTS fix. 2003-01-19 23:32:22 +00:00
ovrimos - Let's be consistent with these.. 2003-02-17 03:07:33 +00:00
pcntl getpriority() and setpriority() are in libc.. 2003-02-18 03:25:33 +00:00
pcre Fixed bug #22131, enable use of shared lib with pcre. 2003-02-09 14:59:07 +00:00
pdf - fixed some prototypes and folding 2003-02-04 10:57:35 +00:00
pfpro Changed php_error to php_error_docref. 2003-01-19 00:45:53 +00:00
pgsql Remove C++-style comment. (Breaks Sun Forte compiler.) 2003-02-20 21:48:58 +00:00
posix Changed php_error to php_error_docref. 2003-01-19 00:45:53 +00:00
pspell Changed php_error to php_error_docref. 2003-01-19 00:45:53 +00:00
qtdom Removed pointless memory allocation checks. 2003-01-18 19:28:10 +00:00
readline - There's no point in allowing using both --with-readline and --with-libedit 2003-02-11 03:24:30 +00:00
recode Changed php_error to php_error_docref. 2003-01-19 00:45:53 +00:00
rpc Add folding markers and editor directive blocks. 2003-02-19 21:36:00 +00:00
session generally urlencode parameters 2003-02-20 06:18:16 +00:00
shmop Bump year. 2002-12-31 16:08:15 +00:00
skeleton Use platform specific extension. 2003-01-31 03:45:13 +00:00
snmp MFB: Sanity check. 2003-02-17 22:45:50 +00:00
soap adding a note. 2003-02-08 19:13:04 +00:00
sockets Removed pointless memory allocation checks. 2003-01-18 19:28:10 +00:00
standard Reduce unnecessary filter applications when stream is (read|write) only 2003-02-20 20:05:31 +00:00
swf Changed php_error to php_error_docref. 2003-01-18 19:57:25 +00:00
sybase Removed pointless checks. 2003-01-30 02:33:16 +00:00
sybase_ct Removed pointless checks. 2003-01-30 02:33:16 +00:00
sysvmsg zend_error -> php_error_docref. 2003-01-24 16:29:40 +00:00
sysvsem Changed php_error to php_error_docref. 2003-01-19 00:45:53 +00:00
sysvshm increasing readability. 2003-01-21 17:37:59 +00:00
tokenizer Bump year. 2002-12-31 16:08:15 +00:00
w32api Win32 build improvements 2003-02-17 13:29:59 +00:00
wddx Removed unnecessary checks. 2003-01-24 22:58:46 +00:00
xml Removed pointless memory allocation checks. 2003-01-18 19:28:10 +00:00
xmlrpc Made the code use php_error_docref(). 2003-01-14 21:02:14 +00:00
xslt Update time 2003-02-11 20:26:27 +00:00
yaz Fix obvious errors.. 2003-02-12 03:05:28 +00:00
yp Fixed a memory leak. 2003-01-24 16:34:20 +00:00
zip Changed php_error to php_error_docref. 2003-01-18 19:20:02 +00:00
zlib Win32 build improvements 2003-02-17 13:29:59 +00:00
ext_skel -fix typo 2002-12-01 13:43:17 +00:00
ext_skel_win32.php Rename script. 2003-01-31 18:51:28 +00:00