summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Expand)AuthorAgeFilesLines
* Sync leading and final newlines in source code filesPeter Kokot2018-10-1477-117/+5
* Trim trailing whitespace in source code filesPeter Kokot2018-10-1317-212/+212
* Introduce get_properties_for() handlerNikita Popov2018-10-101-7/+3
* Merge branch 'PHP-7.3'Christoph M. Becker2018-10-082-2/+50
|\
| * Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2018-10-082-2/+50
| |\
| | * Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-10-082-2/+50
| | |\
| | | * Fix #76954: apache_response_headers removes last character from header namestodorovic2018-10-082-2/+50
* | | | Merge branch 'PHP-7.3'Anatol Belski2018-10-031-3/+3
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.2' into PHP-7.3Anatol Belski2018-10-031-3/+3
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-10-031-2/+2
| | |\ \ | | | |/
| | | * Avoid code duplication and don't miss env restoreAnatol Belski2018-10-031-2/+2
* | | | Merge branch 'PHP-7.3'Anatol Belski2018-10-031-3/+18
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.2' into PHP-7.3Anatol Belski2018-10-031-3/+18
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-10-031-1/+16
| | |\ \ | | | |/
| | | * Fixed bug #76948 Failed shutdown/reboot or end session in WindowsAnatol Belski2018-10-031-1/+16
* | | | Bump phpdbg version to PHP_VERSIONPeter Kokot2018-10-012-53/+1
* | | | Merge branch 'PHP-7.3'Nikita Popov2018-09-301-1/+8
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2018-09-301-1/+8
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-09-301-1/+8
| | |\ \ | | | |/
| | | * Fixed bug #75479Nikita Popov2018-09-301-1/+8
* | | | Remove HAVE_TIME_HPeter Kokot2018-09-211-4/+0
* | | | Fix localized error messages and memory leaksAnatol Belski2018-09-172-1/+7
* | | | Remove HAVE_STDIO_HPeter Kokot2018-09-171-1/+1
* | | | Remove HAVE_STDLIB_HPeter Kokot2018-09-163-7/+1
* | | | Merge branch 'PHP-7.3'Stanislav Malyshev2018-09-091-0/+1
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2018-09-091-0/+1
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2018-09-091-0/+1
| | |\ \ | | | |/
| | | * Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2018-09-091-0/+1
| | | |\
| | | | * Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2018-09-091-0/+1
| | | | |\
| | | | | * Fix for bug #76582Stanislav Malyshev2018-09-091-0/+1
| | | | | * Do not set PR_SET_DUMPABLE by defaultJakub Zelenka2018-03-274-1/+11
| | | | | * These tests all assume that IPV6 is available.Rasmus Lerdorf2017-10-255-5/+20
* | | | | | Remove not needed checking for <errno.h>Peter Kokot2018-09-091-1/+1
* | | | | | Make PHP development tools files and scripts executablePeter Kokot2018-08-292-0/+0
* | | | | | Make more tests run on LinuxGabriel Caruso2018-08-284-19/+9
* | | | | | Merge branch 'PHP-7.3'Jakub Zelenka2018-08-278-53/+92
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Store zlog stream in each child so it can be reusedJakub Zelenka2018-08-278-53/+92
* | | | | | Perform "early-binding" directly during compilationDmitry Stogov2018-08-242-15/+13
* | | | | | Keep information about unresolved interfaces in zend_class_entry->interface_...Dmitry Stogov2018-08-231-1/+1
* | | | | | Replace zend_class_entry->traits by persistent zend_class_entry->trait_names.Dmitry Stogov2018-08-231-1/+1
* | | | | | Change zend_lookup_class_ex() and zend_fetch_class_by_name() prototypes to ac...Dmitry Stogov2018-08-221-1/+1
* | | | | | Merge branch 'PHP-7.3'Remi Collet2018-08-161-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch 'PHP-7.2' into PHP-7.3Remi Collet2018-08-161-1/+1
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge branch 'PHP-7.1' into PHP-7.2Remi Collet2018-08-161-1/+1
| | |\ \ \ \ | | | |/ / /
| | | * | | fix man page installationRemi Collet2018-08-161-1/+1
* | | | | | Fix some misspellingsGabriel Caruso2018-08-1212-15/+15
|/ / / / /
* | | | | fpm process name, FreeBSD 12.x using new setproctitle_fastDavid Carlier2018-08-052-2/+4
* | | | | Use php_openlog instead of openlog in FPMJakub Zelenka2018-08-051-1/+1
* | | | | Fix FPM logging when log pipe is closedJakub Zelenka2018-08-053-22/+49
* | | | | Merge branch 'PHP-7.2' into PHP-7.3Peter Kokot2018-08-043-59/+152
|\ \ \ \ \ | |/ / / /