summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-01-131-1/+9
|\ | | | | | | | | * PHP-7.1: Fix invalid free
| * Fix invalid freeAnatol Belski2018-01-131-1/+9
| |
* | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-01-121-14/+16
|\ \ | |/
| * Revert "Fixed bug #75287 (Builtin webserver crash after chdir in a shutdown ↵Nikita Popov2018-01-121-14/+16
| | | | | | | | | | | | | | | | | | function)" This reverts commit 816758eda2bcdd69ba505fb6bbb79124a7bf2254. After this commit relative router scripts were resolved against docroot rather than shell cwd.
* | Merge branch 'PHP-7.1' into PHP-7.2Xinchen Hui2018-01-032-4/+4
|\ \ | |/ | | | | | | * PHP-7.1: Happy new year (Update copyright to 2018)
| * Happy new year (Update copyright to 2018)Lior Kaplan2018-01-022-4/+4
| |
| * regenerated with newer re2cXinchen Hui2018-01-021-1284/+1223
| |
| * year++Xinchen Hui2018-01-0282-90/+90
| |
* | year++Xinchen Hui2018-01-0282-90/+90
| |
* | Merge branch 'PHP-7.1' into PHP-7.2Xinchen Hui2017-12-271-0/+1
|\ \ | |/ | | | | | | * PHP-7.1: Fixed bug #75735 ([embed SAPI] Segmentation fault in sapi_register_post_entry)
| * Fixed bug #75735 ([embed SAPI] Segmentation fault in sapi_register_post_entry)Xinchen Hui2017-12-271-0/+1
| |
* | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2017-12-161-10/+11
|\ \ | |/
| * Move includes in ps_title.cDavid Carlier2017-12-161-10/+11
| | | | | | | | | | | | The HAVE_UNISTD_H check has to be after including config.h. Also include sys/types.h, which may be needed for setproctitle.
* | Revert "Fix macro redefinition warnings"Anatol Belski2017-11-301-1/+0
| | | | | | | | This reverts commit 23d2bd374838897ec97f9994e70856686a89f132.
* | Fix macro redefinition warningsAnatol Belski2017-11-301-0/+1
| | | | | | | | The corresponding implementations are available from APR.
* | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-11-282-0/+77
|\ \ | |/ | | | | | | * PHP-7.1: Follow up on bug #75574 for FCGI side
| * Follow up on bug #75574 for FCGI sideAnatol Belski2017-11-282-0/+77
| |
* | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-11-281-0/+20
|\ \ | |/ | | | | | | * PHP-7.1: Fixed bug #73830 Directory does not exist.
| * Fixed bug #73830 Directory does not exist.Anatol Belski2017-11-281-0/+20
| |
| * Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-11-143-73/+79
| |\ | | | | | | | | | | | | | | | * PHP-7.0: Update NEWS Fix bug 60471 by correctly identifying unused speculative preconnections
| | * Fix bug 60471 by correctly identifying unused speculative preconnectionsSammy Kaye Powers2017-11-143-73/+79
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Correctly identify unused speculative preconnections from browsers like Chrome and Firefox * Add a new message to the debug level that is emitted when a TCP connection is closed without sending any request (a preconnection) * Fix an issue where the existing debug messages were not being displayed even when debug mode was enabled
* | | Fix printf format issues on i386Nikita Popov2017-11-171-2/+2
| | |
* | | Merge branch 'PHP-7.1' into PHP-7.2Xinchen Hui2017-10-151-16/+14
|\ \ \ | |/ / | | | | | | | | | | | | * PHP-7.1: Update NEWS Fixed bug #75287 (Builtin webserver crash after chdir in a shutdown function)
| * | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-10-151-16/+14
| |\ \ | | |/ | | | | | | | | | * PHP-7.0: Fixed bug #75287 (Builtin webserver crash after chdir in a shutdown function)
| | * Fixed bug #75287 (Builtin webserver crash after chdir in a shutdown function)Xinchen Hui2017-10-151-16/+14
| | |
* | | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2017-10-051-2/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-10-051-2/+2
| |\ \ | | |/
| | * Fixed bug #75311Mathieu CARBONNEAUX2017-10-051-2/+2
| | |
* | | Merge branch 'PHP-7.1' into PHP-7.2Joe Watkins2017-10-031-1/+1
|\ \ \ | |/ / | | | | | | | | | * PHP-7.1: Typo in status.html
| * | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-10-031-1/+1
| |\ \ | | |/ | | | | | | | | | * PHP-7.0: Typo in status.html
| | * Typo in status.htmlViktor Szépe2017-10-031-1/+1
| | | | | | | | | | | | feet needs -> fit needs
* | | Merge branch 'PHP-7.1' into PHP-7.2Joe Watkins2017-09-271-3/+3
|\ \ \ | |/ / | | | | | | | | | * PHP-7.1: Fix CGI m4 config message when CGI is disabled
| * | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-09-271-3/+3
| |\ \ | | |/ | | | | | | | | | * PHP-7.0: Fix CGI m4 config message when CGI is disabled
| | * Fix CGI m4 config message when CGI is disabledPeter Kokot2017-09-271-3/+3
| | |
* | | Merge branch 'PHP-7.1' into PHP-7.2Joe Watkins2017-09-271-2/+2
|\ \ \ | |/ / | | | | | | | | | * PHP-7.1: Fix bug #75248 and #75251
| * | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-09-271-2/+2
| |\ \ | | |/ | | | | | | | | | * PHP-7.0: Fix bug #75248 and #75251
| | * Fix bug #75248 and #75251Peter Kokot2017-09-271-2/+2
| | |
* | | rename testRemi Collet2017-09-191-0/+0
| | |
* | | Fixed Bug #75212 php_value acts like php_admin_valueRemi Collet2017-09-183-1/+87
| | |
* | | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-09-181-13/+1
|\ \ \ | |/ / | | | | | | | | | * PHP-7.1: Fix the version check causing the test fail
| * | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-09-181-13/+1
| |\ \ | | |/ | | | | | | | | | * PHP-7.0: Fix the version check causing the test fail
| | * Fix the version check causing the test failAnatol Belski2017-09-181-13/+1
| | |
* | | fix tests for 32-bitRemi Collet2017-09-132-2/+2
| | |
* | | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2017-09-051-0/+3
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-09-051-0/+3
| |\ \ | | |/
| | * Add missing null terminationNikita Popov2017-09-051-0/+3
| | |
* | | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2017-09-053-27/+118
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-09-053-28/+119
| |\ \ | | |/
| | * Fixed bug #70470Bouke van der Bijl2017-09-053-28/+119
| | |
* | | Rework automatic interactive cli activationAnatol Belski2017-08-031-4/+14
| | | | | | | | | | | | | | | There are still systems delivering buggy console info. If a file was passed, obviously no interaction is meant.