php-src/ext
2003-04-01 12:46:01 +00:00
..
bcmath WS & CS fixes 2003-03-20 00:22:57 +00:00
calendar Added some compiler check 2003-03-23 01:44:58 +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 Fix curl detection when multiple installations exist 2003-03-23 18:14:41 +00:00
cyrus Fixing functionicalls with variable number of parameters... 2003-03-06 20:31:20 +00:00
db proto fix 2003-03-17 13:08:59 +00:00
dba fix VPATH builds 2003-04-01 10:16:12 +00:00
dbase ZTS fixes. 2003-01-19 08:32:26 +00:00
dbx proto fix 2003-03-17 13:08:59 +00:00
dio WS & CS fixes 2003-03-20 00:37:12 +00:00
domxml fix for bug #22786 ("Crash when trying to call DomAttribute's set_namespace method") 2003-03-20 09:48:19 +00:00
ereg Forgot to fix this part 2003-02-24 16:54:21 +00:00
exif correct my fault here and documnet the sense of the test 2003-01-18 19:06:29 +00:00
fam Renamed OnUpdateInt -> OnUpdateLong to prevent further misunderstandings. 2003-03-07 05:15:28 +00:00
fbsql Renamed OnUpdateInt -> OnUpdateLong to prevent further misunderstandings. 2003-03-07 05:15:28 +00:00
fdf proto fixes 2003-03-17 13:11:19 +00:00
filepro Add JIT initialization for _SERVER and _ENV 2003-03-02 10:19:15 +00:00
fribidi/tests Moving fribidi to PECL 2003-02-06 22:23:21 +00:00
ftp Eliminate some TSRMLS_FETCH() calls. Tested with Win32 build of SAPI/CGI and SAPI/CLI on Win32. 2003-03-25 08:07:13 +00:00
gd cleanup 2003-03-31 08:49:19 +00:00
gettext MFB 2003-03-24 21:49:46 +00:00
gmp Bug #21534. Silly typo. 2003-03-13 16:10:21 +00:00
hwapi Renamed OnUpdateInt -> OnUpdateLong to prevent further misunderstandings. 2003-03-07 05:15:28 +00:00
hyperwave Renamed OnUpdateInt -> OnUpdateLong to prevent further misunderstandings. 2003-03-07 05:15:28 +00:00
iconv * email address change 2003-03-18 12:06:09 +00:00
imap Fixed proto to sync with the documentation 2003-03-31 20:36:46 +00:00
informix Renamed OnUpdateInt -> OnUpdateLong to prevent further misunderstandings. 2003-03-07 05:15:28 +00:00
ingres_ii Renamed OnUpdateInt -> OnUpdateLong to prevent further misunderstandings. 2003-03-07 05:15:28 +00:00
interbase WS & CS fixes + some TSRM_FETCH() removals + pval -> zval 2003-03-16 05:00:50 +00:00
ldap Fixed bug #22585 (Do not terminate the script on minor errors). 2003-03-07 14:03:53 +00:00
mbstring Fixed crash in mb_convert_encoding() that occurs when a void array is 2003-04-01 11:49:30 +00:00
mcal A add much more useful select(2) implementation than is provided by 2003-02-16 03:48:49 +00:00
mcrypt - Whitespace 2003-03-13 21:09:27 +00:00
mcve Bump year. 2002-12-31 16:08:15 +00:00
mhash 64-bit correction to variables passed to zend_parse_parameters 2003-03-06 23:07:28 +00:00
mime_magic Rearranged search order for the magic file to avoid further confusions 2003-03-31 19:48:53 +00:00
ming Fixing functionicalls with variable number of parameters... 2003-03-06 20:31:20 +00:00
mnogosearch Changed php_error to php_error_docref. 2003-01-18 21:31:11 +00:00
msession Fixing functionicalls with variable number of parameters... 2003-03-06 20:31:20 +00:00
msql Removed pointless checks. 2003-01-30 02:33:16 +00:00
mssql No c++ comments 2003-03-14 17:49:44 +00:00
mysql MFB 2003-03-27 13:30:40 +00:00
mysqli changed constant name 2003-03-30 15:28:21 +00:00
ncurses proto fixes 2003-03-17 13:11:19 +00:00
notes some win32 fixes by Kai 2003-02-10 00:21:51 +00:00
oci8 Fixed bug #18640 properly 2003-03-24 10:18:00 +00:00
odbc * email address change 2003-03-18 12:06:09 +00:00
openssl Fix const warning 2003-03-31 17:58:29 +00:00
oracle * email address change 2003-03-18 12:06:09 +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 Eliminate some TSRMLS_FETCH() calls. Tested with Win32 build of SAPI/CGI and SAPI/CLI on Win32. 2003-03-25 08:07:13 +00:00
pdf - fixed some prototypes and folding 2003-02-04 10:57:35 +00:00
pfpro 64 bit corrections to parameters to OnUpdateInt Bug #20994 (Dave) 2003-03-10 14:50:16 +00:00
pgsql Correcting int/long mismatched - 64bit issues. 2003-03-10 20:30:33 +00:00
posix 64-bit correction to variables passed to zend_parse_parameters 2003-03-06 23:07:28 +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 MFB ext/com 2003-03-27 19:56:59 +00:00
session Eliminate some TSRMLS_FETCH() calls. Tested with Win32 build of SAPI/CGI and SAPI/CLI on Win32. 2003-03-25 08:07:13 +00:00
shmop Bump year. 2002-12-31 16:08:15 +00:00
skeleton 64 bit corrections to parameters to OnUpdateInt Bug #20994 (Dave) 2003-03-10 14:50:16 +00:00
snmp MFB 2003-02-21 10:43:32 +00:00
soap remove makefile and libs.mk from package file 2003-03-14 02:13:42 +00:00
sockets fixing missed int to long with zend_parse_parameters 2003-03-10 15:52:10 +00:00
standard revert last commit for now 2003-04-01 12:46:01 +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 Fix the bad logic.. 2003-03-17 15:56:17 +00:00
sysvmsg Renamed OnUpdateInt -> OnUpdateLong to prevent further misunderstandings. 2003-03-07 05:15:28 +00:00
sysvsem WS & CS fixes 2003-03-07 00:40:54 +00:00
sysvshm WS & CS fixes 2003-03-07 00:52:04 +00:00
tokenizer And this too.. 2003-03-19 23:10:27 +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 This broke the xml extension, and pres2, commented out for now 2003-03-21 05:26:56 +00:00
xmlrpc Fix two crash bugs when optional parameters are not specified. 2003-03-01 15:40:06 +00:00
xslt Fixing functionicalls with variable number of parameters... 2003-03-06 20:31:20 +00:00
yaz 64 bit corrections to parameters to OnUpdateInt Bug #20994 (Dave) 2003-03-10 14:50:16 +00:00
yp changed from strncpy to strlcpy on request 2003-02-27 10:21:32 +00:00
zip 64-bit correction to variables passed to zend_parse_parameters 2003-03-06 23:07:28 +00:00
zlib WS & CS fixes 2003-03-17 14:45:07 +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