php-src/ext
Dmitry Stogov 9155a267ad Merge branch 'InternalClassClean' of github.com:Danack/php-src into InternalClassClean
* 'InternalClassClean' of github.com:Danack/php-src:
  Fixed indentation. Fixed comment style. Fixed commented out code.
  Reverted change to function name and added note of why it is different from the class it is actually changing.
  Made UConverter throw an exception if the constructor fails.
  Fixed PDO constructor to not return null.
  Fixed fileinfo behaviour.
  Made Phar throw exception on bad constructor.
  Converted intl extension to use IntlException in constructors.
  Fixed SplFixedArray and tests.
  Fixed ReflectionExtension and ReflectionProperty.
  Fixed ReflectionFunction, ReflectionMethod and ReflectionParameter.
  Fixed PDORow behaviour and message.
2015-03-30 12:14:43 +03:00
..
bcmath cleaning up the version macros 2015-03-23 20:13:59 +01:00
bz2 cleaning up the version macros 2015-03-23 20:13:59 +01:00
calendar Drop VC6 support in ext/calendar 2015-03-29 06:35:23 +02:00
com_dotnet cleaning up the version macros 2015-03-23 20:13:59 +01:00
ctype cleaning up the version macros 2015-03-23 20:13:59 +01:00
curl cleaning up the version macros 2015-03-23 20:13:59 +01:00
date Drop this redundant check, since the minimum version of VC we support is VC11 (_MSC_VER == 1700) in ext/date 2015-03-29 07:14:54 +02:00
dba cleaning up the version macros 2015-03-23 20:13:59 +01:00
dom fix exports and shared compilation 2015-03-23 15:09:07 +01:00
enchant cleaning up the version macros 2015-03-23 20:13:59 +01:00
exif cleaning up the version macros 2015-03-23 20:13:59 +01:00
fileinfo Merge branch 'InternalClassClean' of github.com:Danack/php-src into InternalClassClean 2015-03-30 12:14:43 +03:00
filter replace this version as it's unchanged since 5.4 at least 2015-03-24 22:02:25 +01:00
ftp cleaning up the version macros 2015-03-23 20:13:59 +01:00
gd cleanup the mod version macros, round 2 2015-03-23 20:33:54 +01:00
gettext cleanup the mod version macros, round 2 2015-03-23 20:33:54 +01:00
gmp cleanup the mod version macros, round 2 2015-03-23 20:33:54 +01:00
hash cleanup the mod version macros, round 2 2015-03-23 20:33:54 +01:00
iconv cleanup the mod version macros, round 2 2015-03-23 20:33:54 +01:00
imap cleanup the mod version macros, round 2 2015-03-23 20:33:54 +01:00
interbase cleanup the mod version macros, round 2 2015-03-23 20:33:54 +01:00
intl Merge branch 'InternalClassClean' of github.com:Danack/php-src into InternalClassClean 2015-03-30 12:14:43 +03:00
json fix datatype mismatches 2015-03-25 15:32:35 +01:00
ldap cleanup the mod version macros, round 2 2015-03-23 20:33:54 +01:00
libxml cleanup the mod version macros, round 2 2015-03-23 20:33:54 +01:00
mbstring cleanup the mod version macros, round 2 2015-03-23 20:33:54 +01:00
mcrypt cleanup the mod version macros, round 2 2015-03-23 20:33:54 +01:00
mysqli cleanup the mod version macros, round 2 2015-03-23 20:33:54 +01:00
mysqlnd Remove this VC8 check as our minimum target version of VC is higher 2015-03-29 06:50:09 +02:00
oci8 Optimize zend_string_realloc() add more specialized versions zend_string_extend() and zend_string_truncate() 2015-03-20 02:02:42 +03:00
odbc integrate static tsrm_ls cache for ext/odbc 2015-03-25 15:32:36 +01:00
opcache Fixed is_callable/function_exists with disable_functions 2015-03-28 17:07:11 +08:00
openssl Add RAND_egd check for compiling against LibreSSL 2015-03-27 13:33:22 +01:00
pcntl cleanup mod version macros, round 3 2015-03-23 20:54:55 +01:00
pcre cleanup mod version macros, round 3 2015-03-23 20:54:55 +01:00
pdo Merge branch 'InternalClassClean' of github.com:Danack/php-src into InternalClassClean 2015-03-30 12:14:43 +03:00
pdo_dblib cleanup mod version macros, round 3 2015-03-23 20:54:55 +01:00
pdo_firebird cleanup mod version macros, round 3 2015-03-23 20:54:55 +01:00
pdo_mysql cleanup mod version macros, round 3 2015-03-23 20:54:55 +01:00
pdo_oci cleanup mod version macros, round 3 2015-03-23 20:54:55 +01:00
pdo_odbc cleanup mod version macros, round 3 2015-03-23 20:54:55 +01:00
pdo_pgsql Another minor cleanup, drop ENFORCE_SAFE_MODE (all except pdo_pgsql have #if's for checking already) 2015-03-29 09:34:05 +02:00
pdo_sqlite cleanup mod version macros, round 3 2015-03-23 20:54:55 +01:00
pgsql cleanup mod version macros and mod defs, round x 2015-03-23 21:30:22 +01:00
phar Merge branch 'InternalClassClean' of github.com:Danack/php-src into InternalClassClean 2015-03-30 12:14:43 +03:00
posix cleanup mod version macros and mod defs, round x 2015-03-23 21:30:22 +01:00
pspell cleanup mod version macros and mod defs, round x 2015-03-23 21:30:22 +01:00
readline Drop zend_indent() as it was never used, complete or working 2015-03-27 20:04:46 +01:00
recode cleanup mod version macros and mod defs, round x 2015-03-23 21:30:22 +01:00
reflection Merge branch 'InternalClassClean' of github.com:Danack/php-src into InternalClassClean 2015-03-30 12:14:43 +03:00
session robuster read/write for mod ps_files 2015-03-24 22:02:34 +01:00
shmop cleanup mod version macros and mod defs, round x 2015-03-23 21:30:22 +01:00
simplexml cleanup mod version macros and mod defs, round x 2015-03-23 21:30:22 +01:00
skeleton made ZEND_TSRMLS_CACHE_* macros look like function calls 2015-02-16 17:19:32 +01:00
snmp cleanup mod version macros and mod defs, round x 2015-03-23 21:30:22 +01:00
soap Merge branch 'PHP-5.5' into PHP-5.6 2015-03-25 12:09:35 +08:00
sockets cleanup mod version macros and mod defs, round x 2015-03-23 21:30:22 +01:00
spl Merge branch 'InternalClassClean' of github.com:Danack/php-src into InternalClassClean 2015-03-30 12:14:43 +03:00
sqlite3 updated bundled libsqlite to 3.8.8.3 2015-03-25 13:16:56 +01:00
standard Fix additional NULL byte added to string keys in get_header(), spotted by Ferenc 2015-03-30 00:52:28 +02:00
sysvmsg cleanup mod version macros and mod defs, round x 2015-03-23 21:30:22 +01:00
sysvsem cleanup mod version macros and mod defs, round x 2015-03-23 21:30:22 +01:00
sysvshm cleanup mod version macros and mod defs, round x 2015-03-23 21:30:22 +01:00
tidy cleanup mod version macros and mod defs, round x 2015-03-23 21:30:22 +01:00
tokenizer cleanup mod version macros and mod defs, round x 2015-03-23 21:30:22 +01:00
wddx cleanup mod version macros and mod defs, round x 2015-03-23 21:30:22 +01:00
xml cleanup mod version macros and mod defs, round x 2015-03-23 21:30:22 +01:00
xmlreader cleanup mod version macros and mod defs, round x 2015-03-23 21:30:22 +01:00
xmlrpc cleanup mod version macros and mod defs, round x 2015-03-23 21:30:22 +01:00
xmlwriter cleanup mod version macros and mod defs, round x 2015-03-23 21:30:22 +01:00
xsl cleanup mod version macros and mod defs, round x 2015-03-23 21:30:22 +01:00
zip Fix a couple of warnings 2015-03-20 23:32:07 -07:00
zlib cleanup mod version macros and mod defs, round x 2015-03-23 21:30:22 +01:00
ext_skel integrated the static tsrmls cache into ext/skel 2014-12-17 12:37:50 +01:00
ext_skel_win32.php remove the remains of dsp files handling 2014-10-03 19:38:40 +02:00