summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* s/PHP Version 5/PHP Version 7/gLior Kaplan2015-03-1310-10/+10
* Revert previously commit by accidentXinchen Hui2015-03-131-2/+2
* Executor cleanup: fix GOTO and SWITCH VMs, remove aility to build additional ...Dmitry Stogov2015-03-121-1/+1
* improve ssl operations with possible renegotiationAnatol Belski2015-03-121-10/+138
* use _set_errno where appropriateAnatol Belski2015-03-121-6/+25
* Fixed testsDmitry Stogov2015-03-122-0/+2
* Use specialized macro for string zval creationDmitry Stogov2015-03-1229-82/+82
* upgrade to oniguruman 5.9.6Anatol Belski2015-03-1217-61/+125
* expose oniguruma versionAnatol Belski2015-03-121-0/+5
* fix possible unititialized pointer usageAnatol Belski2015-03-121-1/+1
* simplify conditionAnatol Belski2015-03-121-5/+1
* force ext/ftp to be always shared on WindowsAnatol Belski2015-03-121-1/+1
* remove ext/openssl dependency for ext/ftp from confAnatol Belski2015-03-121-2/+1
* don't depend on ext/openssl for ftp ssl supportAnatol Belski2015-03-111-12/+9
* init mbstring tsrm_ls_cache on MINITAnatol Belski2015-03-111-0/+3
* fix ftp_login with ssl enabledAnatol Belski2015-03-111-7/+38
* added commentAnatol Belski2015-03-111-0/+1
* enable ftps for shared ext/ftpAnatol Belski2015-03-116-24/+54
* Merge branch 'PHP-5.6'Daniel Lowrey2015-03-111-11/+7
|\
| * Don't block on crypto data inside stream_select()Daniel Lowrey2015-03-111-11/+7
* | Fix some memory leaks in WebPharNikita Popov2015-03-111-0/+10
* | Improved php_json_escape_string()Dmitry Stogov2015-03-111-98/+103
* | Improved table searchDmitry Stogov2015-03-113-71/+72
* | Merge branch 'PHP-5.6'Daniel Lowrey2015-03-105-5/+140
|\ \ | |/
| * Fix bug# 69215 (Crypto servers should send client CA list)Daniel Lowrey2015-03-105-5/+140
* | Fixed memory leaksDmitry Stogov2015-03-111-32/+46
* | Free memory if destructor wasn't calledDmitry Stogov2015-03-111-0/+5
* | Fixed memory leakDmitry Stogov2015-03-101-0/+1
* | Merge branch 'PHP-5.6'Dmitry Stogov2015-03-101-15/+0
|\ \ | |/
| * Merge branch 'PHP-5.5' into PHP-5.6Dmitry Stogov2015-03-101-17/+0
| |\
| | * We don't cache custom strems with callbacks anymoreDmitry Stogov2015-03-101-17/+0
* | | Merge branch 'master' of https://git.php.net/repository/php-srcXinchen Hui2015-03-1064-84/+80
|\ \ \
| * | | Errors converted to exceptions are not "recoverable" anymore.Dmitry Stogov2015-03-1063-80/+80
| * | | Revert "Fixed phar file action failure after engine exception rfc been merged"Xinchen Hui2015-03-101-4/+0
* | | | Merge branch 'PHP-5.6'Xinchen Hui2015-03-101-2/+2
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Update NEWSXinchen Hui2015-03-101-2/+2
* | | Deprecate "session_meta_capture" SSL context optionDaniel Lowrey2015-03-092-5/+11
* | | Revert "Add stream_socket_crypto_info() function"Daniel Lowrey2015-03-095-157/+0
* | | Add crypto info to stream_get_meta_data() result on encrypted streamsDaniel Lowrey2015-03-091-1/+52
* | | Merge branch 'PHP-5.6'Daniel Lowrey2015-03-091-17/+18
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.5' into PHP-5.6Daniel Lowrey2015-03-091-18/+19
| |\ \ | | |/
| | * Fix crypto stream timeout regressionsDaniel Lowrey2015-03-091-18/+19
* | | Fixed phar file action failure after engine exception rfc been mergedReeze Xia2015-03-091-0/+4
* | | Remove PHAR_GLOBALS (make it respect ZEND_ENABLE_STATIC_TSRMLS_CACHE)Xinchen Hui2015-03-098-151/+149
* | | Implement engine exceptionsDmitry Stogov2015-03-0925-262/+388
* | | Fix ReflectionFunction::isDeprecated() testNikita Popov2015-03-091-8/+3
* | | Removed deprecated mcrypt_ecb() etcNikita Popov2015-03-0922-2701/+44
* | | Remove deprecated mcrypt_generic_end() aliasNikita Popov2015-03-091-1/+0
* | | Remove xsl.security_prefs ini optionNikita Popov2015-03-093-74/+6
* | | Remove unsafe curl file uploadsNikita Popov2015-03-095-101/+24