php-src/ext
2000-11-20 10:05:57 +00:00
..
aspell Use zend_register_list_destructors_ex() instead. 2000-10-25 17:44:02 +00:00
bcmath Persist these numbers so that they stay for the duration of the entire process 2000-11-18 12:48:31 +00:00
calendar Don't try to work with negative timestamps 2000-10-30 16:13:03 +00:00
ccvs added protos 2000-10-11 13:34:42 +00:00
com Change header protection macros to conform to standard. 2000-07-02 23:46:51 +00:00
cpdf Use zend_register_list_destructors_ex() instead. 2000-10-25 17:44:02 +00:00
curl Remove duplicates (when curl-7.4.1 is used). 2000-11-09 02:11:45 +00:00
cybercash Clean up the alignment of configure --help output 2000-10-02 17:36:01 +00:00
dav Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files. 2000-07-24 01:40:02 +00:00
db - Use CHECKUID_* #define's instead of cryptic numbers in php_checkuid() 2000-11-02 23:08:07 +00:00
dba it won't work otherwise 2000-10-26 18:51:12 +00:00
dbase - Use CHECKUID_* #define's instead of cryptic numbers in php_checkuid() 2000-11-02 23:08:07 +00:00
domxml - fixed serveral prototypes 2000-11-13 13:27:19 +00:00
dotnet fixed tsrm dir, little cleanups 2000-09-26 13:17:21 +00:00
ereg Protect us from Apache 2.0's pcre-posix stuff 2000-10-26 18:15:56 +00:00
exif deleted a few unnecceasary defines and added the Release_TS_Inline path to the libpath 2000-08-24 17:48:30 +00:00
fdf - fixed silly bug (did check for 5 arguments but expected only 4) 2000-11-15 17:07:56 +00:00
filepro - Use CHECKUID_* #define's instead of cryptic numbers in php_checkuid() 2000-11-02 23:08:07 +00:00
fribidi initial - ONn 2000-11-13 16:01:05 +00:00
ftp Fixed ftp_mkdir(). It return the dirname passed to it in case of 2000-11-03 21:53:24 +00:00
gd Stopping Compile Warnings when using old GD 2000-11-18 18:09:42 +00:00
gettext win32 projectfile fot the gettext extension 2000-08-23 16:00:38 +00:00
hyperwave - Some more comments 2000-11-09 13:36:54 +00:00
icap Use zend_register_list_destructors_ex() instead. 2000-10-25 17:44:02 +00:00
imap Use zend_register_list_destructors_ex() instead. 2000-10-25 17:44:02 +00:00
informix - fix crash when using blob_in_file mode (danny). 2000-11-09 19:34:31 +00:00
ingres_ii fix link object 2000-11-13 22:28:58 +00:00
interbase Use zend_register_list_destructors_ex() instead. 2000-10-25 17:44:02 +00:00
java SUN CC does not like like left side casting - see bug #6759 2000-11-16 22:19:48 +00:00
ldap Fixed bug: #7768. Some cleaning up too. 2000-11-13 02:02:40 +00:00
mcal include checks for cal_misc.h and icalroutines.h 2000-11-19 02:42:06 +00:00
mcrypt Corrected some checks for errors. 2000-10-25 18:27:55 +00:00
mhash Added keygen_s2k function. Function which generates keys from passwords. 2000-10-25 18:09:23 +00:00
msql Now make it work too (thanks for noticing that Andi :) 2000-11-04 10:45:31 +00:00
mssql Use zend_register_list_destructors_ex() instead. 2000-10-25 17:44:02 +00:00
mysql Will work on a more thorough implementation for mysql_store_result() after 4.0.4 2000-11-08 08:27:27 +00:00
oci8 don't use TLS in MINIT function. 2000-11-16 10:16:22 +00:00
odbc Missed one section that required the addition of a new HAVE_SOLID_30 2000-11-17 15:48:09 +00:00
openssl Added optional passphrase argument to openssl_get_privatekey() 2000-11-17 19:49:13 +00:00
oracle fix ora_fetch_into to allow_call_time_pass_reference = Off; (#7838) 2000-11-16 12:37:35 +00:00
ovrimos Added license 2000-11-08 16:16:49 +00:00
pcre - Modified preg_replace() to take Perl-style $1 backreferences in addition 2000-11-15 05:09:55 +00:00
pdf Include header file for phpi_get_le_gd() 2000-11-03 20:13:46 +00:00
pfpro #include "ext/standard/php_string.h" to get php_memnstr(). 2000-10-03 18:52:46 +00:00
pgsql Fix msql_close(), pg_close() and sybase_close() (Sybase CT) 2000-11-03 02:46:49 +00:00
posix - Use CHECKUID_* #define's instead of cryptic numbers in php_checkuid() 2000-11-02 23:08:07 +00:00
pspell Use zend_register_list_destructors_ex() instead. 2000-10-25 17:44:02 +00:00
qtdom Removed an unneccesary #warning which was used for testing purposes only. 2000-11-15 19:09:44 +00:00
readline update my email. 2000-10-29 09:14:55 +00:00
recode Some cosmetic changes. 2000-07-15 16:09:18 +00:00
rpc SUN CC does not like like left side casting - see bug #6759 2000-11-16 22:19:48 +00:00
sablot fix configure.. 2000-11-03 01:56:58 +00:00
satellite Updated build instructions, changed E_ERRORs to E_WARNINGs 2000-10-15 17:27:29 +00:00
session Fix #3261 - variables declared as "global" in function do not get the right 2000-11-19 13:13:36 +00:00
shmop Use zend_register_list_destructors_ex() instead. 2000-10-25 17:44:02 +00:00
skeleton *** empty log message *** 2000-11-19 16:54:54 +00:00
snmp Moving --with-openssl to global configure, want OpenSSL for not just snmp 2000-10-28 18:26:45 +00:00
sockets Use socklen_t for getsockopt 2000-11-06 23:38:15 +00:00
standard first step towards auto-generated credits 2000-11-20 10:05:57 +00:00
swf New e-mail address. 2000-10-27 19:10:23 +00:00
sybase Make sure these are initialized to NULL 2000-11-06 01:07:53 +00:00
sybase_ct Fix msql_close(), pg_close() and sybase_close() (Sybase CT) 2000-11-03 02:46:49 +00:00
sysvsem Use zend_register_list_destructors_ex() instead. 2000-10-25 17:44:02 +00:00
sysvshm Update to use reference-serializer too 2000-10-30 17:18:39 +00:00
wddx Use zend_register_list_destructors_ex() instead. 2000-10-25 17:44:02 +00:00
xml update my email. 2000-10-29 09:14:55 +00:00
yaz Updated for ZTS mode. 2000-11-01 22:10:55 +00:00
yp Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files. 2000-07-24 01:40:02 +00:00
zlib Handle unable-to-add-new-headers error nicely 2000-11-13 19:05:25 +00:00
ext_skel added a regression test skeleton file 2000-10-23 07:31:31 +00:00
Makefile.in Remove trailing empty lines 2000-05-01 22:38:42 +00:00