php-src/ext
2004-08-09 04:34:01 +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 fix bug wrt to CURLOPT_POSTFIELDS where if you passed it code like: 2004-07-01 06:50:46 +00:00
dba - Fix problems with c mode 2004-05-10 01:42:43 +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 Allow compilation on Win32. 2004-06-09 19:27:36 +00:00
dom - Fixed Bug #29354 Exception constructor marked as both public and 2004-07-25 18:50:24 +00:00
enchant Fix some misbehaving pecls (my own included ;-) 2004-07-31 18:46:18 +00:00
ereg - Nuke empty_string. It is a reminanent from the time where RETURN_FALSE() 2004-07-19 07:19:50 +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 Define buffer size macro and add a comment about the buffer size. 2004-02-27 23:03:07 +00:00
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 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 Added missing comma. Thanks Tony. 2004-07-27 12:44:25 +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 Move iconv exports to the iconv extension 2004-08-04 16:46:48 +00:00
imap Fixed bug #29209 (imap_fetchbody() doesn't check message index). 2004-07-21 21:57:03 +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 fixed bug #29577 (MYSQLI_CLIENT_FOUND_ROWS undefined) 2004-08-09 04:34:01 +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 - Nuke empty_string. It is a reminanent from the time where RETURN_FALSE() 2004-07-19 07:19:50 +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 - Nuke empty_string. It is a reminanent from the time where RETURN_FALSE() 2004-07-19 07:19:50 +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 - Fix shutdown problems 2004-07-28 00:40:01 +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 Proper parameter separators for PostgreSQL connection initialization. 2004-07-29 00:18:02 +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 - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
recode Prevent bug reports like #27260 2004-02-15 17:54:19 +00:00
reflection - Fix bug #29523 (ReflectionParameter::isOptional() is incorrect) 2004-08-04 22:47:56 +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 Fixed incorrect HTTP headers in SOAP response 2004-07-20 07:39:32 +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 Fix inet_pton/ntop() on BSD 2004-08-07 15:59:59 +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 bug #29064 (Exact numeric/decimal/money datatypes lose precision) 2004-07-29 19:32:46 +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 Implement extension load-order deps. 2004-07-18 12:03:51 +00:00
xmlreader No PECL should be enabled by default 2004-07-29 20:43:00 +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 bug #29573: Segmentation fault when php function(called from XSLT templat) throw exception 2004-08-08 18:01:33 +00:00
yp Added missing argument check. 2004-05-31 21:01:29 +00:00
zlib Oops, copy/paste typo 2004-07-21 02:39:53 +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