summaryrefslogtreecommitdiff
path: root/main/SAPI.h
Commit message (Expand)AuthorAgeFilesLines
* Fixed incompatible pointer type (int64)Xinchen Hui2014-08-261-1/+1
* master renames phase 3Anatol Belski2014-08-251-4/+4
* master renames phase 1Anatol Belski2014-08-251-3/+3
* first shot on merging the core fro the int64 branchAnatol Belski2014-08-161-10/+11
* Merge mainstream 'master' branch into refactoringDmitry Stogov2014-04-261-1/+2
|\
| * Merge branch 'PHP-5.6'Yasuo Ohgaki2014-02-131-1/+2
| |\
| | * Implement RFC https://wiki.php.net/rfc/default_encodingYasuo Ohgaki2014-02-131-1/+2
* | | Use better data structures (incomplete)Dmitry Stogov2014-02-101-1/+1
|/ /
* | Merge branch 'PHP-5.6'Xinchen Hui2014-01-031-1/+1
|\ \ | |/
| * Bump yearXinchen Hui2014-01-031-1/+1
* | Pass the TSRMLS parameters to the sapi flush hook, this shaves off a few TSRM...Kalle Sommer Nielsen2013-12-181-1/+1
|/
* add note about request_body and php://inputMichael Wallner2013-09-191-0/+1
* make reading php://input JIT if enable_post_data_reading=0Michael Wallner2013-09-101-1/+2
* slim post dataMichael Wallner2013-08-271-4/+3
* make this work in vc11 tooRalf Lang2013-08-061-0/+1
* Use int64_t and atoll() after discussion with johannesRalf Lang2013-08-061-2/+2
* Patch for https://bugs.php.net/bug.php?id=44522 to allow uploading filesRalf Lang2013-08-061-2/+2
* Happy New YearXinchen Hui2013-01-011-1/+1
* Merge branch 'PHP-5.3' into PHP-5.4David Soria Parra2012-03-311-1/+0
|\
| * Cleanup Safe Mode related comment in SG(request_info)reeze2012-03-311-1/+0
| * - Year++Felipe Pena2012-01-011-1/+1
| * - Year++Felipe Pena2011-01-011-1/+1
* | - Year++Felipe Pena2012-01-011-1/+1
* | Fix a couple of warnings. Use %zu to printf a time_t and get_request_timeRasmus Lerdorf2011-05-161-1/+1
* | Add header_register_callback(), allows a userland functionScott MacVicar2011-02-031-0/+3
* | - Year++Felipe Pena2011-01-011-1/+1
* | - Fixed #52045 (FPM tries to open php.ini from the current dir)Jérôme Loyet2010-11-111-0/+1
* | Updated _SERVER['REQUEST_TIME'] to include microsecond precision.Ilia Alshanetsky2010-11-061-2/+2
* | - drop TSRMLS_FETCH in sapi_register_* (won't bring much at runtime :) ) and ...Pierre Joye2010-09-171-3/+3
* | Pass the TSRMS pointers to sapi_module_struct.log_message, this saves some TS...Kalle Sommer Nielsen2010-08-181-1/+1
|/
* I am sorry I tried fixing PHP without extensive discussion on the mailing list.Andrei Zmievski2010-03-181-4/+0
* Fix a few problems with large (2G-4G) file uploads. AddedAndrei Zmievski2010-03-181-0/+4
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* fix for #47930Stanislav Malyshev2009-04-281-1/+2
* - Add needed include as reported by PierreMarcus Boerger2008-12-311-0/+1
* MFHMarcus Boerger2008-12-311-0/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* Added header_remove() (chsc at peytz dotdk, Arnaud)Arnaud Le Blanc2008-11-131-4/+3
* exit_on_timeout patchRasmus Lerdorf2008-03-181-0/+2
* Improved PHP binary size and startup speed with GCC4 visibility control (Nuno)Dmitry Stogov2008-01-301-3/+5
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFH: wsJani Taskinen2007-08-311-3/+3
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* MFH: Fixed mess with CGI/CLI -d command line option (now it works with cgi; c...Dmitry Stogov2006-09-191-0/+2
* bump year and license versionfoobar2006-01-011-3/+3
* - Bumber up yearfoobar2005-08-031-1/+1
* added a server variable PHP_AUTH_DIGEST to support HTTP Digest Authentication.Rui Hirokawa2005-04-041-0/+1
* Fix for bug #32263Rasmus Lerdorf2005-03-141-0/+1
* - Fix bug #28568 (known_post_content_types is not thread safe).Moriyoshi Koizumi2005-02-211-3/+4
* Fix win32 compilation. Missing uid_t and gid_t definitions.Frank M. Kromann2004-08-211-0/+3