php-src/ext
Greg Beaver 95eeee9156 not all tests have been converted over to the new API, but it works
conversion is now split into 3 separate methods
1\) convertToZip\(\) convertToTar\(\) and convertToPhar\(\) exclusively change file format
2\) compress\(\) sets compression, accepting Phar::GZ, Phar::BZ2, or Phar::NONE
3\) convertToExecutable\(\) allows stub creation in tar/zip, convertToData\(\) prevents it

all methods return either Phar or PharData objects, allowing fluent interface.

only 1 test has been converted to the new format, but the API works
2008-03-23 22:42:45 +00:00
..
bcmath Bump copyright year, 2 of 2. 2007-12-31 07:12:20 +00:00
bz2 Imporoved PHP binary size and startup speed with GCC4 visibility control (Nuno) 2008-01-30 09:56:22 +00:00
calendar - Added some UEXPECTs 2008-03-22 14:58:29 +00:00
com_dotnet New macro for check void parameters 2008-02-28 14:16:25 +00:00
ctype - new tests for ctype functions 2008-03-17 09:54:36 +00:00
curl New macro for check void parameters 2008-02-28 14:16:25 +00:00
date MFB: removed unused var 2008-03-23 15:49:51 +00:00
dba - Added some UEXPECTs 2008-03-22 14:58:29 +00:00
dbase - Added some UEXPECTs 2008-03-22 14:58:29 +00:00
dom - Skipif libxml dotted version is < 2.6.20. Patch from scoates 2008-03-08 19:08:58 +00:00
enchant
ereg MFB: const keywording 2008-01-25 20:21:18 +00:00
exif MFB: Fixed bug #44388 (Crash inside exif_read_data() on invalid images) 2008-03-12 17:32:26 +00:00
fbsql Bump copyright year, 2 of 2. 2007-12-31 07:12:20 +00:00
fdf New macro for check void parameters 2008-02-28 14:16:25 +00:00
fileinfo
filter MFB: Bug #44445 (email validator does not handle domains starting/ending 2008-03-18 23:32:56 +00:00
ftp Bump copyright year, 2 of 2. 2007-12-31 07:12:20 +00:00
gd Fixed return value changed previously 2008-02-28 17:43:32 +00:00
gettext - Added some UEXPECTs 2008-03-22 14:58:29 +00:00
gmp MFB: Fixed bug #43981 (gmp_div_r() does not preserve the sign of 1st argument) 2008-01-30 18:26:08 +00:00
hash Improved md5() implementation (Solar Designer) 2008-02-08 09:11:28 +00:00
iconv - Added some UEXPECTs 2008-03-22 14:58:29 +00:00
imap New macro for check void parameters 2008-02-28 14:16:25 +00:00
interbase New macro for check void parameters 2008-02-28 14:16:25 +00:00
json - Added some UEXPECTs 2008-03-22 14:58:29 +00:00
ldap Fix build on Solaris 2008-02-09 21:58:39 +00:00
libxml fix bug #41562 (SimpleXML memory issue) 2008-01-30 15:28:09 +00:00
mbstring MFB 2008-02-16 08:49:07 +00:00
mcrypt Bump copyright year, 2 of 2. 2007-12-31 07:12:20 +00:00
mhash New macro for check void parameters 2008-02-28 14:16:25 +00:00
mime_magic MFB: remove unused PHP_EXTNAME_API macros. 2008-01-03 16:18:29 +00:00
ming New macro for check void parameters 2008-02-28 14:16:25 +00:00
msql New way for check void parameters 2008-03-04 23:39:15 +00:00
mssql MFB: Revert patch for bug #44325 2008-03-05 23:52:56 +00:00
mysql - Added some UEXPECTs 2008-03-22 14:58:29 +00:00
mysqli Small fix and a test case to prove it 2008-03-20 15:34:09 +00:00
mysqlnd Small fix and a test case to prove it 2008-03-20 15:34:09 +00:00
oci8 New test for existing behavior 2008-03-12 17:52:29 +00:00
odbc New macro for check void parameters 2008-02-28 14:16:25 +00:00
openssl New macro for check void parameters 2008-02-28 14:16:25 +00:00
pcntl MFB: remove unused PHP_EXTNAME_API macros. 2008-01-03 16:18:29 +00:00
pcre - Added some UEXPECTs 2008-03-22 14:58:29 +00:00
pdo - Fixed compilation warnings 2008-03-22 20:37:08 +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 - Added some UEXPECTs 2008-03-22 14:58:29 +00:00
pdo_oci MFB: Fixed bug #44373 (PDO_OCI extension compile failed) 2008-03-08 14:04:53 +00:00
pdo_odbc MFB: remove unused PHP_EXTNAME_API macros. 2008-01-03 16:18:29 +00:00
pdo_pgsql MFB: Better fix for bug #44189 2008-02-26 00:14:25 +00:00
pdo_sqlite - Fixed compilation warnings 2008-03-22 20:37:08 +00:00
pgsql Imporoved PHP binary size and startup speed with GCC4 visibility control (Nuno) 2008-01-30 09:56:22 +00:00
phar not all tests have been converted over to the new API, but it works 2008-03-23 22:42:45 +00:00
posix New way for check void parameters 2008-03-04 23:39:15 +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 Remove inconsistent behaviour when a protected static prop is overridden by public static prop (details: http://turl.ca/phhhf ). 2008-03-03 14:24:11 +00:00
session Fixed memory corruption because of double free() 2008-03-11 09:36:51 +00:00
shmop MFB: remove unused PHP_EXTNAME_API macros. 2008-01-03 16:18:29 +00:00
simplexml - Added some UEXPECTs 2008-03-22 14:58:29 +00:00
skeleton New macro for check void parameters 2008-02-28 14:16:25 +00:00
snmp New macro for check void parameters 2008-02-28 14:16:25 +00:00
soap Fixed SIGSEGV because of access to uninitialized data 2008-03-04 12:47:36 +00:00
sockets MFB: remove unused PHP_EXTNAME_API macros. 2008-01-03 16:18:29 +00:00
spl Fixed error message (%s -> %v) 2008-03-19 14:00:46 +00:00
sqlite - Fixed compilation warnings 2008-03-22 20:37:08 +00:00
standard - Fixed compilation warnings 2008-03-22 20:37:08 +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 New way for check void parameters 2008-03-04 23:39:15 +00:00
tokenizer Adding tokenizer test 2008-03-19 17:43:49 +00:00
unicode New way for check void parameters 2008-03-04 23:39:15 +00:00
wddx - Fixed tests on 64bit platform. 2008-02-25 22:32:26 +00:00
xml Fix typo 2008-01-30 08:52:55 +00:00
xmlreader MFB: remove unused PHP_EXTNAME_API macros. 2008-01-03 16:18:29 +00:00
xmlrpc New macro for check void parameters 2008-02-28 14:16:25 +00:00
xmlwriter Fix test 2008-03-05 13:15:03 +00:00
xsl - Fix arginfo and prototype. 2008-01-29 21:21:04 +00:00
zip Imporoved PHP binary size and startup speed with GCC4 visibility control (Nuno) 2008-01-30 09:56:22 +00:00
zlib New way for check void parameters 2008-03-04 23:39:15 +00:00
ext_skel
ext_skel_win32.php