summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* This check here is not needed anymore for Windows (Unsupported Windows versio...Kalle Sommer Nielsen2015-03-301-16/+10
* Remove the special disabled functions on Windows, since we don't even support...Kalle Sommer Nielsen2015-03-292-73/+0
* Another minor cleanup, drop ENFORCE_SAFE_MODE (all except pdo_pgsql have #if'...Kalle Sommer Nielsen2015-03-291-1/+0
* Drop this VC8+ check, since our bare minimum of required VC version is higher...Kalle Sommer Nielsen2015-03-291-4/+3
* Drop zend_indent() as it was never used, complete or workingKalle Sommer Nielsen2015-03-271-11/+0
* RFC:continue_ob acceptedMichael Wallner2015-03-251-6/+3
* expose destroy_uploaded_files_hash in the API (used by apfd extension)Remi Collet2015-03-252-2/+2
* fix datatype mismatchesAnatol Belski2015-03-242-7/+7
* fix datatype mismatchesAnatol Belski2015-03-242-6/+6
* Optimize zend_string_realloc() add more specialized versions zend_string_exte...Dmitry Stogov2015-03-201-2/+2
* fix conditionAnatol Belski2015-03-191-1/+1
* fix conditionAnatol Belski2015-03-191-2/+2
* use portable fseekAnatol Belski2015-03-111-1/+1
* Fixed phar test segfault after merged engine exceptionXinchen Hui2015-03-101-1/+3
* Revert "Add stream_socket_crypto_info() function"Daniel Lowrey2015-03-092-34/+1
* Fix CLI test and drop some now unnecessary codeNikita Popov2015-03-091-21/+2
* Implement engine exceptionsDmitry Stogov2015-03-091-0/+7
* Fixed buildWei Dai2015-03-091-1/+1
* Fix #67626Julien Pauli2015-03-081-2/+12
* ZTS cleanupReeze Xia2015-03-081-1/+1
* Merge branch 'PHP-5.6'Daniel Lowrey2015-03-051-4/+10
|\
| * Fixed bug (#69195 Inconsistent stream crypto values across versions)Daniel Lowrey2015-03-051-4/+10
* | Merge branch 'PHP-5.6'Daniel Lowrey2015-03-052-1/+4
|\ \ | |/
| * Fix stream_select() issue with OpenSSL bufferChris Wright2015-03-052-4/+7
| * 5.6.8 up nextFerenc Kovacs2015-03-051-3/+3
* | Avoid repeatable strlen() callsDmitry Stogov2015-03-052-22/+22
* | Revive Zend Signals handler (and fixed bug #61083)Xinchen Hui2015-03-051-4/+0
* | Merge branch 'pull-request/1142'Reeze Xia2015-03-052-2/+2
|\ \
| * | Fixed wrong parameter type of php_stream_mmap_range()Reeze Xia2015-03-042-2/+2
* | | Merge branch 'tls-alpn'Daniel Lowrey2015-03-042-1/+34
|\ \ \
| * | | Add stream_socket_crypto_info() functionDaniel Lowrey2015-02-282-1/+34
* | | | Silence a empty while loop warningReeze Xia2015-03-041-1/+3
| |/ / |/| |
* | | Use zend_string* instead of char* for opened_patch handling. Avoid reallocati...Dmitry Stogov2015-03-0415-112/+113
* | | Merge branch 'PHP-5.6'Reeze Xia2015-03-031-10/+12
|\ \ \ | | |/ | |/|
| * | Merge branch 'PHP-5.5' into PHP-5.6Reeze Xia2015-03-031-10/+12
| |\ \
| | * | Improve fix for bug 67741Reeze Xia2015-03-031-10/+12
| | * | Fixed bug #67741 (auto_prepend_file messes up __LINE__)Reeze Xia2015-03-031-1/+14
* | | | Merge branch 'PHP-5.6'Reeze Xia2015-03-031-1/+14
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Fixed bug #67741 (auto_prepend_file messes up __LINE__)Reeze Xia2015-03-031-1/+14
* | | Merge branch 'PHP-5.6'Xinchen Hui2015-02-271-2/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.5' into PHP-5.6Xinchen Hui2015-02-271-2/+1
| |\ \ | | |/
| | * ReorderXinchen Hui2015-02-271-2/+1
* | | Merge branch 'PHP-5.6'Xinchen Hui2015-02-271-0/+5
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.5' into PHP-5.6Xinchen Hui2015-02-271-0/+5
| |\ \ | | |/
| | * Fixed bug #69121 (Segfault in get_current_user when script owner is not in pa...Xinchen Hui2015-02-271-0/+5
| | * Fix bug #68166Rasmus Lerdorf2015-02-221-1/+1
| * | Fix bug #68166Rasmus Lerdorf2015-02-221-1/+1
* | | Cleanup globals initializationXinchen Hui2015-02-211-39/+13
* | | this line got accitentally dropped on mergeMichael Wallner2015-02-191-0/+1
* | | Merge branch 'PHP-5.6'Michael Wallner2015-02-181-10/+10
|\ \ \ | |/ /