php-src/ext
Ilia Alshanetsky ee8a0fc8f8 Fixed a nasty resource/memory/disk-space leak when opening zlib files
via wrapper stacking ala compress.zlib://http://...
2004-08-26 23:36:05 +00:00
..
bcmath Bugfix# 28829 bcmath values for 0, 1, and 2 initialized/freed at wrong time for threaded sapis. 2004-07-14 00:14:43 +00:00
bz2 Persistent mallocs can return NULL (on failure) 2004-07-21 02:38:40 +00:00
calendar "The Visa to Sibiria" (work in progress) 2004-03-23 19:46:10 +00:00
com_dotnet Fix for Bug #29490 from Michael Sisolak. 2004-08-07 21:00:59 +00:00
cpdf That hashtable should never have been an argument.... 2004-07-01 04:43:29 +00:00
ctype - Correct range checks. 2004-07-20 20:08:08 +00:00
curl MFB: Removed unneeded bits. 2004-08-20 13:53:16 +00:00
dba Fix issue in test 2004-08-19 08:04:20 +00:00
dbase "The Visa to Sibiria" (work in progress) 2004-03-23 19:46:10 +00:00
dbx Call functions by their new, proper names instead of what are now aliases. 2004-05-06 12:22:14 +00:00
dio Fixed possible crash inside dio_read(). 2004-08-23 17:27:33 +00:00
dom not experimental 2004-08-26 20:13:33 +00:00
enchant It's stable now. 2004-08-11 20:31:39 +00:00
ereg fix yet another annoying compile warning 2004-08-13 14:59:58 +00:00
exif "The Visa to Sibiria" (work in progress) 2004-03-23 19:46:10 +00:00
fam - Removed unused INI sections. 2004-05-20 17:03:24 +00:00
fbsql Add fbsql_rows_fetched() - returns the total number of rows fetched. 2004-08-24 17:59:01 +00:00
fdf - Remove unused blocks 2004-05-19 08:56:50 +00:00
fileinfo Adjust magic path ordering. 2004-08-20 15:11:49 +00:00
filepro more visa to sibira ;) 2004-03-24 18:43:23 +00:00
ftp Fixed bug #27809 (ftp_systype returns null on some ftp servers). 2004-03-31 20:43:40 +00:00
gd Fixed bug #29594 (Use PHP's own tmpfile() implementation). 2004-08-16 23:07:42 +00:00
gettext Fixed bug #29264. Newer libintl redefines function names so all 2004-07-29 22:23:23 +00:00
gmp Fixed bug #28525 (gmp_powm() does not work with hexadecimal string modulo 2004-06-09 14:39:33 +00:00
hwapi proto fixes 2003-06-15 16:04:31 +00:00
iconv fix compile warning 2004-08-13 14:52:27 +00:00
imap More spaces -> tabs. 2004-08-12 19:31:36 +00:00
informix Fix compilation on Windows (bug #29340) 2004-07-29 21:09:23 +00:00
ingres_ii Fixed possible memory leak. 2004-05-18 23:26:53 +00:00
interbase Don't copy ini items to module globals 2004-07-06 13:46:19 +00:00
ldap Removed pointless allocation check. 2004-06-28 22:31:28 +00:00
libxml Move iconv exports to the iconv extension and make libxml depend on iconv 2004-08-04 16:47:17 +00:00
mbstring MFB: Enforce protocol on magic methods/functions 2004-08-02 08:27:57 +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 - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5 2004-01-17 13:00:38 +00:00
mime_magic sys/stat.h is includes in php_streams.h no need to do that again. 2004-08-03 04:15:34 +00:00
ming Avoid possible exception 2004-08-03 00:47:57 +00:00
mnogosearch - A Bug #29147 was fixed. Thanks to Antony Dovgal <tony2001 at phpclub.net> 2004-07-18 11:18:04 +00:00
msession Another instance where alloca() is not needed. 2004-06-30 13:43:16 +00:00
msql - Nuke empty_string. It is a reminanent from the time where RETURN_FALSE() 2004-07-19 07:19:50 +00:00
mssql - Nuke empty_string. It is a reminanent from the time where RETURN_FALSE() 2004-07-19 07:19:50 +00:00
mysql - Nuke empty_string. It is a reminanent from the time where RETURN_FALSE() 2004-07-19 07:19:50 +00:00
mysqli test for local_infile_handler 2004-08-25 13:58:03 +00:00
ncurses - Removed unused INI sections. 2004-05-20 17:03:24 +00:00
oci8 fix build 2004-07-19 07:35:41 +00:00
odbc Checking in a patch by Dave Lawson (dlawson@masterytech.com) to correct 2004-08-13 19:33:24 +00:00
openssl NetWare specific openssl build file 2004-07-16 08:59:24 +00:00
oracle "The Visa to Sibiria" (work in progress) 2004-03-23 19:46:10 +00:00
ovrimos - A belated happy holidays and PHP 5 2004-01-08 08:18:22 +00:00
pcntl Do not use alloca() where it can be abused through user input. 2004-06-30 01:12:06 +00:00
pcre MFB. 2004-08-25 20:48:48 +00:00
pdo - Fix SEGV in case ctor failed 2004-07-28 00:01:12 +00:00
pdo_firebird Changed name to all caps 2004-06-23 13:42:06 +00:00
pdo_mysql Make clear this is PDO support 2004-08-15 19:17:58 +00:00
pdo_oci Fix some misbehaving pecls (my own included ;-) 2004-07-31 18:46:18 +00:00
pdo_odbc Allow use of scrollable cursor for ODBC 2004-05-25 18:57:50 +00:00
pdo_pgsql Add missing module deps 2004-08-11 21:04:36 +00:00
pfpro Free vars before calling E_ERROR. 2004-05-20 00:11:23 +00:00
pgsql - Nuke empty_string. It is a reminanent from the time where RETURN_FALSE() 2004-07-19 07:19:50 +00:00
posix Simplify code via the use of macros. 2004-04-18 21:49:10 +00:00
pspell - Remove unused blocks 2004-05-19 08:56:50 +00:00
readline Add support for the readline callback interface, allowing you to interleave 2004-08-24 12:52:07 +00:00
recode Prevent bug reports like #27260 2004-02-15 17:54:19 +00:00
reflection Fix test: Classes cannot extend Interfaces 2004-08-26 22:58:12 +00:00
session fix empty_string issue 2004-08-02 08:27:46 +00:00
shmop Corrected package file. 2004-03-25 20:01:18 +00:00
simplexml ZTS Fix 2004-08-06 16:36:00 +00:00
skeleton - Remove unused blocks 2004-05-19 08:56:50 +00:00
snmp Fixed bug #27661 (snmpget() does not close the socket in some cases). 2004-03-23 23:12:50 +00:00
soap Memory leaks were fixed 2004-08-26 18:52:57 +00:00
sockets MFB: Missing length limit parameter. 2004-06-07 05:00:37 +00:00
spl - Fix problem when inner constructor isn't called from derived constructor 2004-07-28 22:53:10 +00:00
sqlite Allow sqlite_fetch_column_types() to properly handle table names with 2004-08-02 22:43:40 +00:00
standard Fixed bug #29808 (array_count_values() breaks with numeric strings). 2004-08-26 00:26:19 +00:00
sybase - Nuke empty_string. It is a reminanent from the time where RETURN_FALSE() 2004-07-19 07:19:50 +00:00
sybase_ct - Fixed packet size setting 2004-08-21 17:54:11 +00:00
sysvmsg - Remove unused blocks 2004-05-19 08:45:46 +00:00
sysvsem "The Visa to Sibiria" (work in progress) 2004-03-23 19:46:10 +00:00
sysvshm Fixed possible memory leaks. 2004-04-21 00:11:28 +00:00
tidy Update prototypes 2004-08-04 16:41:13 +00:00
tokenizer more visa to sibira ;) 2004-03-24 18:43:23 +00:00
w32api - Better stability during premature shutdown of request startup 2004-07-10 07:46:17 +00:00
wddx - Nuke empty_string. It is a reminanent from the time where RETURN_FALSE() 2004-07-19 07:19:50 +00:00
xml fix for bug #29657 xml_* functions throw non descriptive error, compared to php4 2004-08-19 12:18:25 +00:00
xmlreader no longer experimental 2004-08-26 20:17:20 +00:00
xmlrpc Fixed bug #28597 (xmlrpc_encode_request() incorrectly encodes chars in 2004-06-01 20:16:06 +00:00
xmlwriter Fix some misbehaving pecls (my own included ;-) 2004-07-31 18:46:18 +00:00
xsl fix segfault when object cloned 2004-08-24 13:33:11 +00:00
yp Added missing argument check. 2004-05-31 21:01:29 +00:00
zlib Fixed a nasty resource/memory/disk-space leak when opening zlib files 2004-08-26 23:36:05 +00:00
ext_skel ; 2004-05-16 12:10:35 +00:00
ext_skel_win32.php On win32 extensions starts with php_ 2003-10-29 05:42:26 +00:00