summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* More fixes. Should hopefully work well now.Zeev Suraski1999-05-222-16/+18
* php_ini fixesZeev Suraski1999-05-221-3/+4
* * Minor fixesZeev Suraski1999-05-221-6/+12
* Time to rename the childZeev Suraski1999-05-221-0/+4
* Small fixZeev Suraski1999-05-221-0/+1
* Fix a memory leakZeev Suraski1999-05-211-0/+1
* This should be centralized...Zeev Suraski1999-05-211-0/+5
* * Fix error handling startup on the thread-safe CGI versionZeev Suraski1999-05-211-1/+1
* Use OutputDebugString() or fprintf(stderr,) for memory leaksZeev Suraski1999-05-201-8/+4
* - Small fixesAndi Gutmans1999-05-202-4/+6
* *** empty log message ***Zeev Suraski1999-05-151-0/+22
* * Include all of the standard modules in internal_functions.c.in. Stig - is ...Zeev Suraski1999-05-141-0/+22
* * HTTP-auth bugfixZeev Suraski1999-05-131-1/+1
* Support HTTP Auth under ISAPI. Now, these short pieces of code took *A LOT* ofZeev Suraski1999-05-122-8/+20
* added _php3_hash_next_index_pointer_insertThies C. Arntzen1999-05-121-0/+1
* - regex cache (needs some work)Sascha Schumann1999-05-121-0/+2
* * Finally commit that -q patchZeev Suraski1999-05-112-11/+39
* Handle the Location: header centrally for all SAPI modules.Zeev Suraski1999-05-111-9/+12
* * Move unclean_shutdown from PHP to Zend.Zeev Suraski1999-05-113-9/+3
* beatify Apache's info funcZeev Suraski1999-05-112-7/+3
* * Get Apache to work. POST doesn't work yet.Zeev Suraski1999-05-115-16/+19
* A couple of fixes.Andrey Hristov1999-05-101-1/+1
* Weed out all BoundsChecker-found bugsZeev Suraski1999-05-103-5/+3
* Only read POST info if the request method is POST.Zeev Suraski1999-05-091-1/+5
* * Make read_post() read input by chunks instead of returning a single string.Andi Gutmans1999-05-092-2/+33
* A few other minor fixesZeev Suraski1999-05-091-1/+1
* Several minor fixesZeev Suraski1999-05-091-3/+1
* * Finalizing the PHP version of SAPI. Support POST and cookies among other t...Zeev Suraski1999-05-095-60/+216
* Oh yeah, wrong licenseZeev Suraski1999-05-061-5/+3
* * Get output buffering to work againZeev Suraski1999-05-063-6/+41
* vpath fixZeev Suraski1999-05-052-2/+2
* FixesZeev Suraski1999-05-052-1/+6
* fixZeev Suraski1999-05-051-7/+7
* Get CGI to work with the new headers code.Zeev Suraski1999-05-053-6/+14
* ISAPI WORKS!Zeev Suraski1999-05-053-4/+23
* Added initial headers support in SAPIAndi Gutmans1999-05-054-11/+145
* Get Win32 to compile againZeev Suraski1999-05-041-2/+2
* An initial default builtin modules file for Win32Zeev Suraski1999-05-041-0/+85
* * added --enable-thread-safety switchStig Bakken1999-05-032-2/+81
* Move path_info to the SAPI structureZeev Suraski1999-05-022-3/+5
* Get rid of request_info.path_translatedZeev Suraski1999-05-021-1/+3
* - Make ISAPI hook in as an extension too.Andi Gutmans1999-05-023-17/+38
* Remove redundant codeZeev Suraski1999-04-281-15/+15
* Additional generalization of the INI mechanism. Avoid needing specializedZeev Suraski1999-04-283-44/+45
* A step towards generalizing the INI mechanism even moreZeev Suraski1999-04-283-53/+64
* - Small startup fix.Andi Gutmans1999-04-281-0/+1
* * Get rid of the memory leak messages in case of fatal errors or exit()Zeev Suraski1999-04-274-5/+36
* * Small startup fixZeev Suraski1999-04-261-0/+2
* Somehow the rules for the configuration parser/scanners disappearedZeev Suraski1999-04-262-1/+18
* * Get the Apache module to compile againZeev Suraski1999-04-264-35/+28