php-src/ext
Sterling Hughes e8f984d77a fix bug wrt to CURLOPT_POSTFIELDS where if you passed it code like:
$fields = array('foo' => 'bar');
curl_setopt($ch, CURLOPT_POSTFIELDS, $fields);
curl_exec($ch);
as opposed to :

curl_setopt($ch, CURLOPT_POSTFIELDS, array('foo' => 'bar'));

you'll get a segv or no results, depending on the mood and cycle of the
moon.
2004-07-01 06:50:46 +00:00
..
bcmath
bz2 - Remove unused blocks 2004-05-19 08:56:50 +00:00
calendar
com_dotnet 64-bit bugsquash party 2004-06-16 23:57:25 +00:00
cpdf That hashtable should never have been an argument.... 2004-07-01 04:43:29 +00:00
ctype - Remove unused blocks 2004-05-19 08:56:50 +00:00
curl fix bug wrt to CURLOPT_POSTFIELDS where if you passed it code like: 2004-07-01 06:50:46 +00:00
dba
dbase
dbx
dio Allow compilation on Win32. 2004-06-09 19:27:36 +00:00
dom Fixed bug #28771 (Segfault when using xslt and clone) 2004-06-15 11:50:56 +00:00
enchant Fixed leak inside MINFO function. 2004-06-01 18:59:49 +00:00
ereg - Remove unused blocks 2004-05-19 08:45:46 +00:00
exif
fam - Removed unused INI sections. 2004-05-20 17:03:24 +00:00
fbsql
fdf - Remove unused blocks 2004-05-19 08:56:50 +00:00
fileinfo Prepare for 0.2 release. 2004-05-26 20:25:58 +00:00
filepro
ftp
gd Fixed bug #28175 (Allow bundled GD to compile against freetype 2.1.2). 2004-06-09 14:50:05 +00:00
gettext Prevent test failure when fi_FI locale is not available. 2004-05-26 18:18:14 +00:00
gmp Fixed bug #28525 (gmp_powm() does not work with hexadecimal string modulo 2004-06-09 14:39:33 +00:00
hwapi
iconv
imap Fixed various possible memory leaks. 2004-05-12 20:17:19 +00:00
informix Woops, missed one 2004-06-01 00:50:05 +00:00
ingres_ii Fixed possible memory leak. 2004-05-18 23:26:53 +00:00
interbase Fixed Ilia's alloca() issue/exploit 2004-06-30 10:55:03 +00:00
ldap Removed pointless allocation check. 2004-06-28 22:31:28 +00:00
libxml fix leak when using relaxng 2004-05-31 11:20:46 +00:00
mbstring Fixed input_filter functions need emalloc()ed values. 2004-06-26 07:57:37 +00:00
mcrypt - Remove unused blocks 2004-05-19 08:56:50 +00:00
mcve Update the mcve module for libmonetra 4.0 2004-05-30 22:41:24 +00:00
mhash
mime_magic
ming Update to PHP-style prototypes 2004-05-30 15:12:08 +00:00
mnogosearch
msession Another instance where alloca() is not needed. 2004-06-30 13:43:16 +00:00
msql
mssql Fix for #28512. Allocate enough space to store data 2004-06-30 19:46:57 +00:00
mysql Fixed bug #28632 (Prevent open_basedir bypass in MySQL's LOAD DATA LOCAL). 2004-06-04 15:26:54 +00:00
mysqli added php_mysqli_construct_get to support __construct in extended classes 2004-06-23 16:47:25 +00:00
ncurses - Removed unused INI sections. 2004-05-20 17:03:24 +00:00
oci8
odbc Fixed possible memory leak. 2004-06-18 00:44:35 +00:00
openssl Finally a fix for #23220: IIS does not cleanly close SSL connections. 2004-05-23 10:36:08 +00:00
oracle
ovrimos
pcntl Do not use alloca() where it can be abused through user input. 2004-06-30 01:12:06 +00:00
pcre MFB (better error checking in pcre_fullinfo() calls). 2004-06-22 22:21:58 +00:00
pdo fix for inheritability 2004-06-23 18:06:00 +00:00
pdo_firebird Changed name to all caps 2004-06-23 13:42:06 +00:00
pdo_mysql Fixed memory leak. 2004-05-25 14:39:26 +00:00
pdo_oci add tests 2004-06-14 20:10:27 +00:00
pdo_odbc Allow use of scrollable cursor for ODBC 2004-05-25 18:57:50 +00:00
pdo_pgsql PQfreemem() is only available in 7.4 2004-05-26 17:45:03 +00:00
pfpro Free vars before calling E_ERROR. 2004-05-20 00:11:23 +00:00
pgsql Fixed bug #28374 (Possible unterminated loop inside 2004-05-12 16:49:47 +00:00
posix
pspell - Remove unused blocks 2004-05-19 08:56:50 +00:00
readline
recode
reflection Reflection_* -> Reflection*. Patch by Timm Friebe. 2004-06-19 16:52:04 +00:00
session Do not use alloca() where it can be abused through user input. 2004-06-30 01:12:06 +00:00
shmop
simplexml
skeleton - Remove unused blocks 2004-05-19 08:56:50 +00:00
snmp
soap BUGFIX: Segfault if server's URL has no path. ("http://192.168.8.1:180") 2004-06-22 12:42:17 +00:00
sockets MFB: Missing length limit parameter. 2004-06-07 05:00:37 +00:00
spl Fixed bug #28822: ArrayObject::offsetExists() works inverted 2004-06-21 19:15:27 +00:00
sqlite 64-bit bugsquash party 2004-06-16 23:57:25 +00:00
standard - Fixed bug with leap year checking. 2004-06-28 14:33:57 +00:00
sybase
sybase_ct - Fixed expected return value from test #2 2004-05-21 21:01:21 +00:00
sysvmsg - Remove unused blocks 2004-05-19 08:45:46 +00:00
sysvsem
sysvshm
tidy MFB: Fixed bug #1713 (possible crash inside tidy_get_error_buffer()). 2004-06-24 14:20:59 +00:00
tokenizer
w32api
wddx Do not use alloca() where it can be abused through user input. 2004-06-30 01:12:06 +00:00
xml
xmlreader
xmlrpc Fixed bug #28597 (xmlrpc_encode_request() incorrectly encodes chars in 2004-06-01 20:16:06 +00:00
xsl Fixed memory leak on error. 2004-05-28 14:17:46 +00:00
yp Added missing argument check. 2004-05-31 21:01:29 +00:00
zlib - Remove unused blocks 2004-05-19 08:45:46 +00:00
ext_skel ; 2004-05-16 12:10:35 +00:00
ext_skel_win32.php