summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* Provide zend_string wrappers for php_base64_(en|de)codeSara Golemon2017-07-161-1/+1
* Fixed bug #74866 extension_dir = "./ext" now use current directory for baseFrancois Laupretre2017-07-131-5/+12
* eliminate castsAnatol Belski2017-07-101-4/+3
* remove some castsAnatol Belski2017-07-091-5/+5
* cleanup castsAnatol Belski2017-07-092-8/+5
* remove useless castAnatol Belski2017-07-091-1/+1
* eliminate castsAnatol Belski2017-07-091-4/+4
* sync vim mode lines in mainAnatol Belski2017-07-0919-2/+112
* replace the stack var by a macroAnatol Belski2017-07-062-6/+3
* Bug #74815 crash with a combination of INI entries at startupAnatol Belski2017-06-271-0/+2
* Removed EG(valid_symbol_table). Used EG(active) instead.Dmitry Stogov2017-06-261-2/+2
* Remove superfluous semicolonsTom Van Looy2017-06-261-1/+1
* Move va_copy compatibility code into zend_portability.hNikita Popov2017-06-251-8/+0
* Merge branch 'fast_shutdown'Dmitry Stogov2017-06-231-30/+0
|\
| * shutdown_executor() refactoring (reuse opcache fast request shutdown code)Dmitry Stogov2017-06-221-30/+0
* | Minor refactor of load extension by name implSara Golemon2017-06-221-14/+13
* | Allow loading PHP and Zend extensions by nameFrancois Laupretre2017-06-221-5/+33
|/
* Avoid useless duplicationDmitry Stogov2017-06-211-5/+1
* Use request heap.Dmitry Stogov2017-06-211-1/+1
* fix ticks init in ts buildAnatol Belski2017-06-151-1/+1
* Change PHP_OS_FAMILY to "Darwin" instead of "Mac" for Darwin based systems (a...Kalle Sommer Nielsen2017-06-141-1/+1
* Use "Mac" instead of "OSX" to identify macOS in PHP_OS_FAMILYSebastian Bergmann2017-06-131-1/+1
* Merge branch 'PHP-7.1'Xinchen Hui2017-06-121-3/+5
|\
| * Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-06-121-3/+5
| |\
| | * Fixed bug #74600Manuel Mausz2017-06-091-3/+5
* | | Use any TLS crypto method by default, don't use SSLNiklas Keller2017-06-101-4/+4
* | | Merge branch 'PHP-7.1'Sara Golemon2017-05-281-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Sara Golemon2017-05-281-1/+1
| |\ \ | | |/
| | * Fix abstract name handling to be binary safeSara Golemon2017-05-281-1/+1
| | * time to move nextAnatol Belski2017-05-231-3/+3
| * | bump versionsJoe Watkins2017-05-231-2/+2
* | | Use interned empty and "one char" strings.Dmitry Stogov2017-05-181-1/+7
* | | Merge branch 'PHP-7.1'Xinchen Hui2017-05-161-2/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-05-161-2/+2
| |\ \ | | |/
| | * Fixed bug #74600 (crash (SIGSEGV) in _zend_hash_add_or_update_i)Xinchen Hui2017-05-161-2/+2
* | | Merge branch 'PHP-7.1'Jakub Zelenka2017-04-303-5/+13
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Jakub Zelenka2017-04-303-5/+13
| |\ \ | | |/
| | * Fix compiler warnings when compiled against musl libcMichael Heimpold2017-04-303-5/+13
* | | Merge branch 'PHP-7.1'Anatol Belski2017-04-271-18/+11
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-04-271-18/+11
| |\ \ | | |/
| | * Revert "Detect invalid port in xp_socket parse ip address"Anatol Belski2017-04-271-18/+11
| | * Revert "Follow up patch regarding bug #74216, see bug #74429"Anatol Belski2017-04-271-2/+2
| | * move nextAnatol Belski2017-04-251-3/+3
| * | bump version after releaseJoe Watkins2017-04-251-3/+3
* | | Merge branch 'PHP-7.1'Anatol Belski2017-04-251-2/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-04-251-2/+2
| |\ \ | | |/
| | * Follow up patch regarding bug #74216, see bug #74429Sara Golemon2017-04-251-2/+2
* | | Merge branch 'PHP-7.1'Anatol Belski2017-04-221-1/+6
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-04-221-1/+6
| |\ \ | | |/
| | * #74337 pointer returned by php_stream_fopen_tmpfile not validated in memory.cAnton Serbulov2017-04-221-1/+6