summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Expand)AuthorAgeFilesLines
* fix crash on empty doc_rootAntony Dovgal2009-10-201-1/+1
* - Merge: improve fix for #49767 and #47627 - make PHP report 'no script' on 4...Pierre Joye2009-10-191-1/+1
* - Merge: - #48779, fix another use case where / usage may differPierre Joye2009-10-151-4/+0
* - Merge: #48779Pierre Joye2009-10-121-2/+22
* - Merge: Fixed bug #49182 (PHP CGI always outputs the shebang line), kill unu...Pierre Joye2009-10-091-23/+29
* - be sure to get all crt dbg errors in stderrPierre Joye2009-09-021-2/+4
* - fix buildPierre Joye2009-08-261-2/+2
* Fixed variable clobberingIlia Alshanetsky2009-08-261-5/+5
* MFH: Fix bug #46020: With Sun Java System Web Server 7.0 on HPUX, #define HPUXUwe Schindler2009-08-031-0/+7
* - Updated fix for bug #48911 (embed sapi misses SAPI_API)Garrett Serack2009-07-302-6/+12
* - Fixed bug #48911 (embed sapi misses SAPI_API)Jani Taskinen2009-07-282-6/+6
* - Fix this again :)Jani Taskinen2009-07-251-1/+3
* - Fix testJani Taskinen2009-07-251-1/+1
* - Fixed bug #48802 (printf() returns incorrect outputted length)Jani Taskinen2009-07-231-1/+1
* Improve wording and drop outdated linkJohannes Schlüter2009-06-291-6/+1
* - #48624 .user.ini never gets parsedPierre Joye2009-06-221-1/+1
* MFH: It's 2009Johannes Schlüter2009-06-211-1/+1
* - kill unused varPierre Joye2009-06-171-2/+0
* - #47318, UMR when trying to activate user configPierre Joye2009-06-171-9/+40
* MFH: Fix bug #47042 (cgi sapi is incorrectly removing the SCRIPT_FILENAME for...David Soria Parra2009-06-091-2/+2
* MFH: Added zend_eval_stringl and made create_function(), etc. binary-safeMatt Wilmas2009-06-051-1/+1
* MFH:- Fixed bug #48419 (non-portable STDIN fileno in cgi_main.c)Jani Taskinen2009-06-041-1/+4
* MFH: CS + WS changesJani Taskinen2009-06-041-76/+91
* MFH: Fix skipifArnaud Le Blanc2009-05-201-1/+1
* MFH: Fix compiler warningsKalle Sommer Nielsen2009-05-191-1/+2
* MFHArnaud Le Blanc2009-04-244-15/+15
* MFH: Inglés gramáticaHannes Magnusson2009-04-092-4/+4
* MFH: Fixed bug#47427 (-s outputs, not displays)Hannes Magnusson2009-04-092-4/+4
* - MFH: Fix ZTS buildFelipe Pena2009-04-081-5/+5
* MFH: Fixed bug #47893 (CLI aborts on non blocking stdout)Arnaud Le Blanc2009-04-071-1/+30
* MFH: Fixed compiler warningKalle Sommer Nielsen2009-03-301-1/+1
* MFH: Fix a sigsegv on server shutdown, add missing sapi_shutdown().Uwe Schindler2009-03-231-0/+6
* - disable it when ZTS is disabledPierre Joye2009-03-201-0/+1
* - fix buildPierre Joye2009-03-161-1/+1
* - revert last commit (tree was not updated)Pierre Joye2009-03-161-7/+5
* - fix vc6 buildPierre Joye2009-03-161-5/+7
* Adjust previous fix to avoid compiler warningsIlia Alshanetsky2009-03-071-6/+5
* Improved parameter handlingIlia Alshanetsky2009-03-071-8/+3
* make STDOUT function as STDERR, in case any module call print()George Wang2009-02-271-0/+3
* - MFH: fix build (use the same arginfo than the aliased func)Pierre Joye2009-02-021-1/+1
* MFH:Felipe Pena2009-01-301-56/+75
* Improved parameter parsingIlia Alshanetsky2009-01-271-11/+5
* MFH Fix apache2handler under Apache 2.3.0-alphaScott MacVicar2009-01-191-0/+8
* MFH: Fix #47149. Remove check for script_filename = path_translated, as this ...David Soria Parra2009-01-191-2/+1
* revert last commit, sizeof does not work in preprocessor :(Uwe Schindler2009-01-111-7/+0
* MFH: add sanity check for time_t size of win32Uwe Schindler2009-01-111-1/+8
* Disable dl() in CGI and FastCGI modesDmitry Stogov2009-01-111-1/+3
* MFH: Fixed bug #47042 (PHP cgi sapi is removing SCRIPT_FILENAME for non apache).David Soria Parra2009-01-091-1/+3
* MFH: Corrected fix for bug #46844 to only trigger on the 1st line of CLIIlia Alshanetsky2009-01-091-0/+21
* MFH: the #ifdef was never working. If Sun extends its NSAPI to support subreq...Uwe Schindler2009-01-061-8/+0