summaryrefslogtreecommitdiff
path: root/sapi/apache/sapi_apache.c
Commit message (Collapse)AuthorAgeFilesLines
* removed sapi/apacheAnatol Belski2015-02-101-73/+0
|
* bump yearXinchen Hui2015-01-151-1/+1
|
* trailing whitespace removalStanislav Malyshev2015-01-101-4/+4
|
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-4/+4
|
* s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
|
* Bump yearXinchen Hui2014-01-031-1/+1
|
* Happy New YearXinchen Hui2013-01-011-1/+1
|
* - Year++Felipe Pena2012-01-011-1/+1
|
* - Year++Felipe Pena2011-01-011-1/+1
|
* - Reverted r296062 and r296065Jani Taskinen2010-03-121-4/+4
|
* MFH: Improved / fixed output buffering (Michael Wallner)Jani Taskinen2010-03-111-4/+4
|
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* bump year and license versionfoobar2006-01-011-3/+3
|
* - Bumber up yearfoobar2005-08-031-1/+1
|
* No c++ comments in C codefoobar2005-04-191-2/+1
|
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
|
* updating license information in the headers.James Cox2003-06-101-3/+3
|
* Fixed a syntax highlighter problem that happens when output buffering is turnedMoriyoshi Koizumi2003-05-161-5/+4
| | | | | on
* * email address changeStig Bakken2003-03-181-1/+1
|
* Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* Part 4 of apache sapi build fixes:foobar2002-04-231-36/+1
| | | | | | - Fixed many conflicts caused by bogus includes, e.g the infamous XtOffset redefinition warning is gone now.
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* Undo Z_ subst for sapi and ext/yazJeroen van Wolffelaar2001-09-271-1/+1
|
* Back-substitute for Z_* macro's. If it breaks some extension (the script ↵Jeroen van Wolffelaar2001-09-251-1/+1
| | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know.
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
|
* Damn, went to head instead of the branch - revertRasmus Lerdorf2001-09-061-34/+0
|
* Oops, forgot to add sapi_apache.c to the apache_hooks branchRasmus Lerdorf2001-09-061-0/+34
|
* - TSRMLS_FETCH workZeev Suraski2001-08-051-1/+1
| | | | | - whitespace fixes
* Fix Apache/ZTS buildZeev Suraski2001-08-011-2/+1
|
* More TSRMLS_FETCH annihilation (Zend compatibility patch)Zeev Suraski2001-07-301-1/+1
|
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-4/+4
|
* - Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-271-3/+3
| | | | | | | - Move to the new ts_allocate_id() API This patch is *bound* to break some files, as I must have had typos somewhere. If you use any uncommon extension, please try to build it...
* Use synchronous php_request_shutdown in the standard case andSascha Schumann2001-07-231-3/+6
| | | | | | | | | let the pool cleanup function only become effective, when an error has occured. This fixes the problem that the request_conn was already dead when the request_shutdown was reached.
* Fix Apache buildZeev Suraski2001-07-211-1/+1
|
* Improved bailout mechanism, supports nested bailouts a-la try..catchZeev Suraski2001-07-211-5/+4
| | | | | Note: You may *not* return directly from a catch block
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-1/+5
|
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
|
* - Import Jade Nicoletti's transparent gzip encoding support as an outputZeev Suraski2000-11-131-1/+1
| | | | | | | handler. Works quite nicely! - Fix buglets in output buffering - Add output_handler INI directive
* Fix a nasty bug in the shutdown sequence of PHP under Apache.Zeev Suraski2000-11-021-0/+3
|
* This appears to be the correct fix to me.Rasmus Lerdorf2000-10-141-9/+9
| | | | | @ Fix memory leak in x-httpd-source mode (Jason Greene)
* Fix opened_path initStanislav Malyshev2000-08-131-0/+1
| | | | | # forgot to commit
* Made ob_start() and friends reentrant. It's now possible to implement thisZeev Suraski2000-07-291-1/+1
| | | | | | | | | | | | | | long-requested functionality, now that output buffering is re-entrant: function eval_ret($code) { ob_start(); eval($code); $retval = ob_get_contents(); ob_end_clean(); return $retval; }
* @- Fixed closingThies C. Arntzen2000-07-101-6/+1
|
* Move main.h to php_main.h.Sascha Schumann2000-06-051-1/+1
|
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
|
* more apachewin32 work. much better now, but still crashing in zend_execute. ↵Shane Caraveo2000-05-041-14/+9
| | | | At least it's getting the file open now though.
* zeroing the variables fixes one crash...now crashes on memory allocation ↵Shane Caraveo2000-04-301-0/+4
| | | | during zend_compile_files