summaryrefslogtreecommitdiff
path: root/sapi/embed
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright headers to 2017Sammy Kaye Powers2017-01-042-2/+2
|
* Pass error severity to SAPI modules and raise corresponding error level in ↵Martin Vobruba2016-07-111-1/+1
| | | | Apache
* Cleanup zend_signal APIDmitry Stogov2016-06-201-2/+0
|
* Move semicolon into TSRMLS_CACHE_EXTERN/DEFINENikita Popov2016-03-032-2/+2
| | | | Also re bug #71575.
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-012-2/+2
|\ | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016)
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-012-2/+2
| |
| * bump yearXinchen Hui2015-01-152-2/+2
| |
* | fix zend signal and tsrm compatzend-signal-ztsJoe Watkins2015-09-011-0/+4
| |
* | made ZEND_TSRMLS_CACHE_* macros look like function callsAnatol Belski2015-02-162-3/+3
| | | | | | | | which also comply with the current semantics for such macros
* | bump yearXinchen Hui2015-01-152-2/+2
| |
* | trailing whitespace removalStanislav Malyshev2015-01-102-14/+14
| |
* | enable static tsrmls cache in the embed SAPIAnatol Belski2014-12-172-2/+2
| |
* | get rid of TSRMLS_* in the embed SAPIAnatol Belski2014-12-172-26/+12
| |
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-132-15/+15
| |
* | "extern" shouldn't be used for definitionsAnatol Belski2014-11-181-1/+1
| |
* | removed *.dsw and *.dsp filesAnatol Belski2014-09-281-100/+0
| |
* | Merge branch 'master' into issue-67910Florian MARGAINE2014-09-202-2/+2
|\ \ | | | | | | | | | | | | | | | Conflicts: README.PARAMETER_PARSING_API ext/gmp/tests/001.phpt
| * | s/PHP 5/PHP 7/Johannes Schlüter2014-09-192-2/+2
| | |
* | | Replaces php5 with php7, without whitespace changes.Florian MARGAINE2014-09-201-12/+12
|/ /
* | master renames phase 3Anatol Belski2014-08-251-3/+3
| |
* | master renames phase 1Anatol Belski2014-08-251-1/+1
| |
* | fixed some incompatible typesAnatol Belski2014-08-201-4/+4
| |
* | Merge branch 'PHP-5.6'Anatol Belski2014-03-241-0/+2
|\ \ | |/ | | | | | | | | | | | | * PHP-5.6: updated NEWS updated NEWS updated NEWS Fixed bug #65715 php5embed.lib isn't provided anymore
| * Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2014-03-241-0/+2
| |\ | | | | | | | | | | | | | | | * PHP-5.4: updated NEWS Fixed bug #65715 php5embed.lib isn't provided anymore
| | * Fixed bug #65715 php5embed.lib isn't provided anymoreAnatol Belski2014-03-241-0/+2
| | |
| | * Bump yearXinchen Hui2014-01-032-2/+2
| | |
| | * Happy New YearXinchen Hui2013-01-012-2/+2
| | |
| | * - Year++Felipe Pena2012-01-012-2/+2
| | |
| * | Bump yearXinchen Hui2014-01-032-2/+2
| | |
* | | Merge branch 'PHP-5.6'Xinchen Hui2014-01-032-2/+2
|\ \ \
| * | | Bump yearXinchen Hui2014-01-032-2/+2
| |/ /
* | | Pass the TSRMLS parameters to the sapi flush hook, this shaves off a few ↵Kalle Sommer Nielsen2013-12-181-1/+1
|/ / | | | | | | TSRMLS_FETCH() calls in our various SAPIs
* | Fix long-standing visual pain point: the misalignment of './configure help' ↵Christopher Jones2013-08-061-1/+1
| | | | | | | | | | | | text. Whitespace changes and a couple of grammar fixes.
* | Happy New YearXinchen Hui2013-01-012-2/+2
| |
* | - Year++Felipe Pena2012-01-012-2/+2
|/
* - Year++Felipe Pena2011-01-012-2/+2
|
* - add PHP_INSTALL_HEADERS to all parts (core&exts) exposing headers, ↵Pierre Joye2010-12-111-0/+1
| | | | generate the install-headers cmd
* Pass the TSRMS pointers to sapi_module_struct.log_message, this saves some ↵Kalle Sommer Nielsen2010-08-181-1/+1
| | | | TSRMLS_FETCH() calls in a few of our SAPI's
* revert change #298288: Remove old dsp/dsw/makefile filesRob Richards2010-04-281-0/+100
|
* Remove old dsp/dsw/makefile files, these arent used by the build system ↵Kalle Sommer Nielsen2010-04-211-100/+0
| | | | anymore and are barely updated nor available for all extensions
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-032-2/+2
|
* - Updated fix for bug #48911 (embed sapi misses SAPI_API)Garrett Serack2009-07-302-6/+12
| | | | #- Windows didn't need SAPI_API
* - Fixed bug #48911 (embed sapi misses SAPI_API)Jani Taskinen2009-07-282-6/+6
|
* - fix buildPierre Joye2009-01-041-0/+1
|
* MFHMarcus Boerger2008-12-311-0/+13
| | | | | | | - Changed dl() to be disabled by default. Enabled only when explicitly registered by the SAPI layer. Enabled only with CLI, CGI and EMBED. (Dmitry) [DOC]
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-312-2/+2
|
* MFH:Marcus Boerger2008-03-251-20/+17
| | | | | | - Fix memory leak found by Osman - Merge strlen to sizof change from CLI
* Add new empty child terminate sapi hook to the rest of the sapisRasmus Lerdorf2008-03-181-0/+1
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-312-2/+2
|
* fix startup - remove unneeded variablesStanislav Malyshev2007-08-081-7/+2
|