php-src/ext
Andrey Hristov 18c8e6501b MFB: More optimizations - less MM calls
Clearly separated fetching (physical reading) from decoding phases (data
interpretation). Threaded fetching added but disabled as needs more work for
Windows. For Linux needs some touches to add pthreads if this is enabled,
probably with a compile-time switch.
The code reorganisation makes it easy to add also async API, similar to
cURL's one.
2008-01-28 18:27:49 +00:00
..
bcmath Bump copyright year, 2 of 2. 2007-12-31 07:12:20 +00:00
bz2 MFB: far better fix for bug #40189 2008-01-12 22:03:44 +00:00
calendar fix newly added segfault 2008-01-21 09:08:12 +00:00
com_dotnet MFB: remove unused PHP_EXTNAME_API macros. 2008-01-03 16:18:29 +00:00
ctype Unicode migration for ext/ctype 2008-01-21 08:10:21 +00:00
curl Bump copyright year, 2 of 2. 2007-12-31 07:12:20 +00:00
date - Fixed parsing of timestamps. 2008-01-27 22:15:59 +00:00
dba Bump copyright year, 2 of 2. 2007-12-31 07:12:20 +00:00
dbase Fix potential crash when non-array is used optimisticly 2008-01-24 10:27:59 +00:00
dom Bump copyright year, 2 of 2. 2007-12-31 07:12:20 +00:00
enchant - add tests files 2006-03-21 19:02:00 +00:00
ereg MFB: const keywording 2008-01-25 20:21:18 +00:00
exif Bump copyright year, 2 of 2. 2007-12-31 07:12:20 +00:00
fbsql Bump copyright year, 2 of 2. 2007-12-31 07:12:20 +00:00
fdf Bump copyright year, 2 of 2. 2007-12-31 07:12:20 +00:00
fileinfo 1.0.4 2006-11-07 21:45:20 +00:00
filter MFB: const keywording 2008-01-25 20:21:18 +00:00
ftp Bump copyright year, 2 of 2. 2007-12-31 07:12:20 +00:00
gd - MFB: #43790, fix crash when no family name has been found 2008-01-09 01:52:03 +00:00
gettext Bump copyright year, 2 of 2. 2007-12-31 07:12:20 +00:00
gmp MFB: remove unused PHP_EXTNAME_API macros. 2008-01-03 16:18:29 +00:00
hash Bump copyright year, 2 of 2. 2007-12-31 07:12:20 +00:00
iconv Some unicode upgrades... 2008-01-21 07:30:49 +00:00
imap Bump copyright year, 2 of 2. 2007-12-31 07:12:20 +00:00
interbase MFB:Fixed bug #43912 (Interbase column names are truncated to 31 characters) 2008-01-23 01:23:12 +00:00
json MFB: remove unused PHP_EXTNAME_API macros. 2008-01-03 16:18:29 +00:00
ldap Bump copyright year, 2 of 2. 2007-12-31 07:12:20 +00:00
libxml add missing export 2008-01-27 16:32:37 +00:00
mbstring Bump copyright year, 2 of 2. 2007-12-31 07:12:20 +00:00
mcrypt Bump copyright year, 2 of 2. 2007-12-31 07:12:20 +00:00
mhash Bump copyright year, 2 of 2. 2007-12-31 07:12:20 +00:00
mime_magic MFB: remove unused PHP_EXTNAME_API macros. 2008-01-03 16:18:29 +00:00
ming Bump copyright year, 2 of 2. 2007-12-31 07:12:20 +00:00
msql Bump copyright year, 2 of 2. 2007-12-31 07:12:20 +00:00
mssql MFB: remove unused PHP_EXTNAME_API macros. 2008-01-03 16:18:29 +00:00
mysql remove unused PHP_MYSQL_API macro 2008-01-28 11:16:37 +00:00
mysqli MFB: More optimizations - less MM calls 2008-01-28 18:27:49 +00:00
mysqlnd MFB: More optimizations - less MM calls 2008-01-28 18:27:49 +00:00
oci8 fix zts build 2008-01-24 14:08:45 +00:00
odbc Bump copyright year, 2 of 2. 2007-12-31 07:12:20 +00:00
openssl fix memleak in sign and verify functions 2008-01-15 15:12:12 +00:00
pcntl MFB: remove unused PHP_EXTNAME_API macros. 2008-01-03 16:18:29 +00:00
pcre spread some static keywords 2008-01-25 19:39:45 +00:00
pdo MFB: move data to const segment 2008-01-25 19:58:51 +00:00
pdo_dblib MFB: remove unused PHP_EXTNAME_API macros. 2008-01-03 16:18:29 +00:00
pdo_firebird MFB: remove unused PHP_EXTNAME_API macros. 2008-01-03 16:18:29 +00:00
pdo_mysql MFB: remove unused PHP_EXTNAME_API macros. 2008-01-03 16:18:29 +00:00
pdo_oci MFB: remove unused PHP_EXTNAME_API macros. 2008-01-03 16:18:29 +00:00
pdo_odbc MFB: remove unused PHP_EXTNAME_API macros. 2008-01-03 16:18:29 +00:00
pdo_pgsql MFB: remove unused PHP_EXTNAME_API macros. 2008-01-03 16:18:29 +00:00
pdo_sqlite MFB: remove unused PHP_EXTNAME_API macros. 2008-01-03 16:18:29 +00:00
pgsql Bump copyright year, 2 of 2. 2007-12-31 07:12:20 +00:00
phar Get rid of zip requirement in the last few tests 2008-01-28 16:49:28 +00:00
posix Bump copyright year, 2 of 2. 2007-12-31 07:12:20 +00:00
pspell Bump copyright year, 2 of 2. 2007-12-31 07:12:20 +00:00
readline Bump copyright year, 2 of 2. 2007-12-31 07:12:20 +00:00
recode Bump copyright year, 2 of 2. 2007-12-31 07:12:20 +00:00
reflection - Fixed Bug #37964 (Reflection shows private methods of parent class) 2008-01-16 14:19:07 +00:00
session Bump copyright year, 2 of 2. 2007-12-31 07:12:20 +00:00
shmop MFB: remove unused PHP_EXTNAME_API macros. 2008-01-03 16:18:29 +00:00
simplexml MFH: fix leak appearing when appending data to unnamed attribute 2008-01-23 09:59:42 +00:00
skeleton Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:28:44 +00:00
snmp Bump copyright year, 2 of 2. 2007-12-31 07:12:20 +00:00
soap Fixed wrong type cast 2008-01-16 06:15:19 +00:00
sockets MFB: remove unused PHP_EXTNAME_API macros. 2008-01-03 16:18:29 +00:00
spl - Test went to 5.2... somehow.... very strange 2008-01-27 18:19:45 +00:00
sqlite MFB: remove unused PHP_EXTNAME_API macros. 2008-01-03 16:18:29 +00:00
standard be more strict in the skipif 2008-01-27 16:54:02 +00:00
sybase Bump copyright year, 2 of 2. 2007-12-31 07:12:20 +00:00
sybase_ct Bump copyright year, 2 of 2. 2007-12-31 07:12:20 +00:00
sysvmsg Bump copyright year, 2 of 2. 2007-12-31 07:12:20 +00:00
sysvsem Bump copyright year, 2 of 2. 2007-12-31 07:12:20 +00:00
sysvshm Bump copyright year, 2 of 2. 2007-12-31 07:12:20 +00:00
tidy - revert over constfying 2008-01-27 15:03:55 +00:00
tokenizer MFB: remove unused PHP_EXTNAME_API macros. 2008-01-03 16:18:29 +00:00
unicode Fix build 2007-11-02 16:19:57 +00:00
wddx MFB: Optimize wddx boolean encoding 2008-01-20 15:33:42 +00:00
xml MFB: remove unused PHP_EXTNAME_API macros. 2008-01-03 16:18:29 +00:00
xmlreader MFB: remove unused PHP_EXTNAME_API macros. 2008-01-03 16:18:29 +00:00
xmlrpc MFB: remove unused PHP_EXTNAME_API macros. 2008-01-03 16:18:29 +00:00
xmlwriter Bump copyright year, 2 of 2. 2007-12-31 07:12:20 +00:00
xsl MFB: remove unused PHP_EXTNAME_API macros. 2008-01-03 16:18:29 +00:00
zip - MFB: reflect the correct version 2008-01-18 01:24:29 +00:00
zlib force tests to be run in CGI mode 2008-01-14 10:00:25 +00:00
ext_skel
ext_skel_win32.php