summaryrefslogtreecommitdiff
path: root/sapi/pi3web
Commit message (Expand)AuthorAgeFilesLines
* removed sapi/pi3webAnatol Belski2015-02-107-635/+0
* bump yearXinchen Hui2015-01-151-1/+1
* trailing whitespace removalStanislav Malyshev2015-01-102-14/+14
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-27/+26
* removed *.dsw and *.dsp filesAnatol Belski2014-09-281-136/+0
* Merge branch 'master' into issue-67910Florian MARGAINE2014-09-201-1/+1
|\
| * s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | Replaces php5 with php7, without whitespace changes.Florian MARGAINE2014-09-206-47/+47
|/
* Merge branch 'PHP-5.6'Xinchen Hui2014-01-031-1/+1
|\
| * Bump yearXinchen Hui2014-01-031-1/+1
* | Kill another TSRMLS_FETCH() in zend_indent()Kalle Sommer Nielsen2013-12-121-1/+1
|/
* Fix long-standing visual pain point: the misalignment of './configure help' t...Christopher Jones2013-08-061-1/+1
* Happy New YearXinchen Hui2013-01-011-1/+1
* - Year++Felipe Pena2012-01-011-1/+1
* - Year++Felipe Pena2011-01-011-1/+1
* revert change #298288: Remove old dsp/dsw/makefile filesRob Richards2010-04-281-0/+136
* Remove old dsp/dsw/makefile files, these arent used by the build system anymo...Kalle Sommer Nielsen2010-04-211-136/+0
* 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
* Add new empty child terminate sapi hook to the rest of the sapisRasmus Lerdorf2008-03-181-0/+1
* Improved PHP binary size and startup speed with GCC4 visibility control (Nuno)Dmitry Stogov2008-01-301-1/+5
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFH: - Changed AC_ARG_* options to PHP_ARG_* options.Jani Taskinen2007-07-111-26/+16
* MFH:- Fixed bug #41576 (misbehaviour when using --without-apxs)foobar2007-06-031-7/+9
* 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
* Add the new request_time sapi struct entry to all the sapis. Some of theseRasmus Lerdorf2004-12-201-0/+1
* Replaced static server variables by function call and configurable list at th...Holger Zimmermann2004-12-053-88/+45
* - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5foobar2004-01-176-47/+47
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* Verify that new build system works with Pi3Web 2.0.2Wez Furlong2003-12-221-4/+4
* More things for the new build system.Wez Furlong2003-12-191-0/+16
* Aligned configure help texts.foobar2003-10-031-1/+1
* Fixed win32 buildEdin Kadribasic2003-06-152-3/+4
* updating license information in the headers.James Cox2003-06-101-3/+3
* No C++ comments in C codefoobar2003-06-021-2/+3
* Removed increment of read_post_bytes because this is done within SAPI (SAPI.c).Holger Zimmermann2003-06-011-1/+2
* Added PHP4PI3WEB_EXPORTS in order to control exports/imports on Win32Holger Zimmermann2003-04-193-11/+9
* Another win32 build fix.foobar2003-02-251-0/+2
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* Fixed compiler warning.Ilia Alshanetsky2002-12-111-0/+1
* - Made the STANDARD_SAPI_MODULE_PROPERTIES be what it says it is.foobar2002-11-261-2/+0
* Use AC_ARG_WITH instead of PHP_ARG_WITH.foobar2002-10-121-5/+13
* another startup initialization fix - only ISAPI and CGI SAPI's tested,Zeev Suraski2002-09-181-2/+1
* @- Added --disable-all configure option. (Jani)foobar2002-09-041-1/+1
* Some minor changes related to Pi3Web 2.0.1.Holger Zimmermann2002-08-181-6/+6
* Removed unused local variable header_line.Holger Zimmermann2002-08-181-1/+0
* Removed some outdated lines from init_request_info().Holger Zimmermann2002-07-231-3/+0
* Add sapi_header_op interface which supersedes the sapi_add_header and _exSascha Schumann2002-07-031-4/+8