summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* First attempt at moving the old RFC1867 support to the right placeZeev Suraski1999-06-123-12/+267
* Print out include_path in include/require failuresZeev Suraski1999-06-111-4/+10
* * Fix a buglet in the session moduleZeev Suraski1999-06-111-94/+0
* Move shutdown order into ZendZeev Suraski1999-06-051-8/+3
* * Add a new workspace for dynamic PHP extensions.Zeev Suraski1999-06-045-13/+10
* thread-safety fixZeev Suraski1999-05-311-2/+5
* *** empty log message ***Zeev Suraski1999-05-311-0/+3
* kill some warningsSascha Schumann1999-05-302-4/+4
* kill warningSascha Schumann1999-05-291-0/+1
* getopt.h conflicted with system include fileSascha Schumann1999-05-291-1/+1
* * Get Apache module to compile again with the regex stuff.Zeev Suraski1999-05-282-1/+13
* * Use new Zend macros for standardized definition of classes.Zeev Suraski1999-05-281-1/+1
* Some innocent cleanupsRasmus Lerdorf1999-05-281-4/+4
* Generate Visual Studio compatible error messages when compiling under Win32Zeev Suraski1999-05-271-1/+10
* Moved all SET_ and RETURN_ macros to ZendZeev Suraski1999-05-271-130/+0
* Add container for file-upload. It's not quite implemented yet.Zeev Suraski1999-05-254-13/+75
* Allow unregistering content types as well.Zeev Suraski1999-05-252-0/+7
* * Add generic POST content-type support. Only application/x-www-form-urlencodedZeev Suraski1999-05-252-6/+60
* include regex in Win32 buildZeev Suraski1999-05-241-1/+3
* 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