2015-03-30 |
Xinchen Hui | It's lowercase now |
commit | commitdiff | tree | snapshot |
2015-03-30 |
Xinchen Hui | Merge branch 'PHP-5.6' |
commit | commitdiff | tree | snapshot |
2015-03-30 |
Michael Wallner | Merge branch 'PHP-5.5' into PHP-5.6 |
commit | commitdiff | tree | snapshot |
2015-03-30 |
Michael Wallner | Fixed bug 64343 |
commit | commitdiff | tree | snapshot |
2015-03-30 |
Michael Wallner | Fixed bug 64343 |
commit | commitdiff | tree | snapshot |
2015-03-30 |
Xinchen Hui | Fixed typos |
commit | commitdiff | tree | snapshot |
2015-03-30 |
Xinchen Hui | Fixed tests |
commit | commitdiff | tree | snapshot |
2015-03-30 |
Xinchen Hui | Better to taverse reversely |
commit | commitdiff | tree | snapshot |
2015-03-30 |
Xinchen Hui | Fixed test |
commit | commitdiff | tree | snapshot |
2015-03-30 |
Kalle Sommer... | This check here is not needed anymore for Windows ... |
commit | commitdiff | tree | snapshot |
2015-03-29 |
Kalle Sommer... | Fix additional NULL byte added to string keys in get_he... |
commit | commitdiff | tree | snapshot |
2015-03-29 |
Anatol Belski | updated libmagic.patch |
commit | commitdiff | tree | snapshot |
2015-03-29 |
Anatol Belski | further sync with libmagic.orig |
commit | commitdiff | tree | snapshot |
2015-03-29 |
Anatol Belski | catch up with libmagic.orig |
commit | commitdiff | tree | snapshot |
2015-03-29 |
Anatol Belski | fix typo |
commit | commitdiff | tree | snapshot |
2015-03-29 |
Anatol Belski | catch up with libmagic.orig |
commit | commitdiff | tree | snapshot |
2015-03-29 |
Anatol Belski | added test for bug #69320 |
commit | commitdiff | tree | snapshot |
2015-03-29 |
Anatol Belski | Fixed bug #69320 libmagic crash when running laravel... |
commit | commitdiff | tree | snapshot |
2015-03-29 |
Anatol Belski | ifdef win only api |
commit | commitdiff | tree | snapshot |
2015-03-29 |
Kalle Sommer... | Update credits |
commit | commitdiff | tree | snapshot |
2015-03-29 |
Kalle Sommer... | We can re-use the already existing EG(windows_version_i... |
commit | commitdiff | tree | snapshot |
2015-03-29 |
Kalle Sommer... | Remove the special disabled functions on Windows, since... |
commit | commitdiff | tree | snapshot |
2015-03-29 |
Kalle Sommer... | Another minor cleanup, drop ENFORCE_SAFE_MODE (all... |
commit | commitdiff | tree | snapshot |
2015-03-29 |
Kalle Sommer... | Shameless self credit for the Windows support for contr... |
commit | commitdiff | tree | snapshot |
2015-03-29 |
Kalle Sommer... | This should be the last of the old VC stuff in the... |
commit | commitdiff | tree | snapshot |
2015-03-29 |
Kalle Sommer... | Forgot this one in the last commit, removes old VC... |
commit | commitdiff | tree | snapshot |
2015-03-29 |
Kalle Sommer... | Drop the VC6 portable version of strtoi64, as it is... |
commit | commitdiff | tree | snapshot |
2015-03-29 |
Kalle Sommer... | Drop old VC support for ext/fileinfo. |
commit | commitdiff | tree | snapshot |
2015-03-29 |
Kalle Sommer... | Drop this redundant check, since the minimum version... |
commit | commitdiff | tree | snapshot |
2015-03-29 |
Kalle Sommer... | Drop old VC support in Zend Engine, this also kills... |
commit | commitdiff | tree | snapshot |
2015-03-29 |
Kalle Sommer... | Drop old VC support (VC <= 9), for dns.c, this means... |
commit | commitdiff | tree | snapshot |
2015-03-29 |
Kalle Sommer... | Remove this VC8 check as our minimum target version... |
commit | commitdiff | tree | snapshot |
2015-03-29 |
Kalle Sommer... | Drop this VC8+ check, since our bare minimum of require... |
commit | commitdiff | tree | snapshot |
2015-03-29 |
Kalle Sommer... | Drop VC6 support in sapi/apache2handler |
commit | commitdiff | tree | snapshot |
2015-03-29 |
Kalle Sommer... | Drop VC6 support in ext/calendar |
commit | commitdiff | tree | snapshot |
2015-03-29 |
Kalle Sommer... | Drop this struct (it was only used for VC6 which we... |
commit | commitdiff | tree | snapshot |
2015-03-29 |
Kalle Sommer... | Merge branch 'master' of https://git.php.net/push/php-src |
commit | commitdiff | tree | snapshot |
2015-03-29 |
Kalle Sommer... | Enable all compiler warnings and linker warnings for... |
commit | commitdiff | tree | snapshot |
2015-03-28 |
Xinchen Hui | Fixed typo |
commit | commitdiff | tree | snapshot |
2015-03-28 |
Xinchen Hui | Fixed is_callable/function_exists with disable_functions |
commit | commitdiff | tree | snapshot |
2015-03-28 |
Xinchen Hui | Fixed memleak |
commit | commitdiff | tree | snapshot |
2015-03-28 |
Xinchen Hui | Merge branch 'bug69315' of https://github.com/laruence... |
commit | commitdiff | tree | snapshot |
2015-03-28 |
Xinchen Hui | Merge branch 'master' of https://git.php.net/repository... |
commit | commitdiff | tree | snapshot |
2015-03-27 |
Kalle Sommer... | Drop zend_indent() as it was never used, complete or... |
commit | commitdiff | tree | snapshot |
2015-03-27 |
Nikita Popov | Disallow direct incdec of function return value |
commit | commitdiff | tree | snapshot |
2015-03-27 |
Kalle Sommer... | Merge branch 'master' of https://git.php.net/push/php-src |
commit | commitdiff | tree | snapshot |
2015-03-27 |
Kalle Sommer... | Remove these CFLAGS for ereg in opcache, we don't use... |
commit | commitdiff | tree | snapshot |
2015-03-27 |
Leigh | Add RAND_egd check for compiling against LibreSSL |
commit | commitdiff | tree | snapshot |
2015-03-27 |
Leigh | Merge branch 'PHP-5.5' into PHP-5.6 |
commit | commitdiff | tree | snapshot |
2015-03-27 |
Leigh | Add RAND_egd check for compiling against LibreSSL |
commit | commitdiff | tree | snapshot |
2015-03-27 |
Xinchen Hui | Fixed bug #69315 |
commit | commitdiff | tree | snapshot |
2015-03-26 |
Xinchen Hui | Useless comment |
commit | commitdiff | tree | snapshot |
2015-03-26 |
Kalle Sommer... | Fix test on Windows |
commit | commitdiff | tree | snapshot |
2015-03-26 |
Kalle Sommer... | Fix test on Windows |
commit | commitdiff | tree | snapshot |
2015-03-26 |
Kalle Sommer... | Another CRLF test fix |
commit | commitdiff | tree | snapshot |
2015-03-26 |
Kalle Sommer... | Fix tests on Windows |
commit | commitdiff | tree | snapshot |
2015-03-26 |
Kalle Sommer... | Minor cosmetics for our test functions in the debug... |
commit | commitdiff | tree | snapshot |
2015-03-26 |
Kalle Sommer... | Added tests for the naming collision error message... |
commit | commitdiff | tree | snapshot |
2015-03-26 |
Kalle Sommer... | Change the error message for colliding class/interface... |
commit | commitdiff | tree | snapshot |
2015-03-25 |
Anatol Belski | remove recognition for no more supported OSes |
commit | commitdiff | tree | snapshot |
2015-03-25 |
Lior Kaplan | Add CVE for bug #68901 |
commit | commitdiff | tree | snapshot |
2015-03-25 |
Lior Kaplan | Merge branch 'PHP-5.5' into PHP-5.6 |
commit | commitdiff | tree | snapshot |
2015-03-25 |
Lior Kaplan | Add CVE for bug #68901 |
commit | commitdiff | tree | snapshot |
2015-03-25 |
Xinchen Hui | Fixed bug #69299 (Regression in array_filter's $flag... |
commit | commitdiff | tree | snapshot |
2015-03-25 |
Xinchen Hui | Merge branch 'PHP-5.6' |
commit | commitdiff | tree | snapshot |
2015-03-25 |
Xinchen Hui | Fixed Bug #69297 (function_exists strange behavior... |
commit | commitdiff | tree | snapshot |
2015-03-25 |
Xinchen Hui | Merge branch 'master' of https://git.php.net/repository... |
commit | commitdiff | tree | snapshot |
2015-03-25 |
Xinchen Hui | Fixed Bug #69297 (function_exists strange behavior... |
commit | commitdiff | tree | snapshot |
2015-03-25 |
Anatol Belski | integrate static tsrm_ls cache for ext/odbc |
commit | commitdiff | tree | snapshot |
2015-03-25 |
Anatol Belski | fix datatype mismatches |
commit | commitdiff | tree | snapshot |
2015-03-25 |
Anatol Belski | fix datatype mismatches |
commit | commitdiff | tree | snapshot |
2015-03-25 |
Michael Wallner | RFC:continue_ob accepted |
commit | commitdiff | tree | snapshot |
2015-03-25 |
Remi Collet | expose destroy_uploaded_files_hash in the API (used... |
commit | commitdiff | tree | snapshot |
2015-03-25 |
Anatol Belski | Merge branch 'PHP-5.6' |
commit | commitdiff | tree | snapshot |
2015-03-25 |
Anatol Belski | updated bundled libsqlite to 3.8.8.3 |
commit | commitdiff | tree | snapshot |
2015-03-25 |
Anatol Belski | updated NEWS |
commit | commitdiff | tree | snapshot |
2015-03-25 |
Anatol Belski | Merge branch 'PHP-5.5' into PHP-5.6 |
commit | commitdiff | tree | snapshot |
2015-03-25 |
Anatol Belski | Fixed bug #69287 upgrade bundled sqlite to 3.8.8.3 |
commit | commitdiff | tree | snapshot |
2015-03-25 |
Anatol Belski | fix dir separator in test |
commit | commitdiff | tree | snapshot |
2015-03-25 |
Remi Collet | Merge branch 'PHP-5.6' |
commit | commitdiff | tree | snapshot |
2015-03-25 |
Remi Collet | Merge branch 'PHP-5.5' into PHP-5.6 |
commit | commitdiff | tree | snapshot |
2015-03-25 |
Remi Collet | revert a4157423934edf7b8fdbcee163cced9bfd5748a, fix... |
commit | commitdiff | tree | snapshot |
2015-03-25 |
Kalle Sommer... | Constness to zend_get_object_type(), thanks Michael! |
commit | commitdiff | tree | snapshot |
2015-03-25 |
Xinchen Hui | Merge branch 'PHP-5.6' |
commit | commitdiff | tree | snapshot |
2015-03-25 |
Xinchen Hui | Fixed typo |
commit | commitdiff | tree | snapshot |
2015-03-25 |
Xinchen Hui | Merge branch 'PHP-5.5' into PHP-5.6 |
commit | commitdiff | tree | snapshot |
2015-03-25 |
Xinchen Hui | Fixed typo |
commit | commitdiff | tree | snapshot |
2015-03-25 |
Kalle Sommer... | Merge branch 'master' of https://git.php.net/push/php-src |
commit | commitdiff | tree | snapshot |
2015-03-25 |
Kalle Sommer... | Change "Cannot redeclare class X" into "Cannot redeclar... |
commit | commitdiff | tree | snapshot |
2015-03-25 |
Kalle Sommer... | The error message is actually "Cannot", not "Can't" |
commit | commitdiff | tree | snapshot |
2015-03-25 |
Xinchen Hui | Merge branch 'PHP-5.6' |
commit | commitdiff | tree | snapshot |
2015-03-25 |
Xinchen Hui | Update NEWS |
commit | commitdiff | tree | snapshot |
2015-03-25 |
Xinchen Hui | Merge branch 'PHP-5.5' into PHP-5.6 |
commit | commitdiff | tree | snapshot |
2015-03-25 |
Xinchen Hui | UPdate NEWS |
commit | commitdiff | tree | snapshot |
2015-03-25 |
Xinchen Hui | Bug #69293 NEW segfault when using SoapClient::__setSoa... |
commit | commitdiff | tree | snapshot |
2015-03-24 |
Dmitry Stogov | cleanup |
commit | commitdiff | tree | snapshot |
2015-03-24 |
Anatol Belski | robuster read/write for mod ps_files |
commit | commitdiff | tree | snapshot |
2015-03-24 |
Anatol Belski | fix datatype mismatches |
commit | commitdiff | tree | snapshot |
2015-03-24 |
Anatol Belski | fix datatype mismatches |
commit | commitdiff | tree | snapshot |
2015-03-24 |
Anatol Belski | fix datatype mismatches |
commit | commitdiff | tree | snapshot |
next |