summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* - support for mimetype application/vnd.fdf needed by fdf moduleUwe Steinmann1999-10-061-1/+4
* Fix logic.Sascha Schumann1999-10-051-1/+1
* * Fix header("HTTP/..") behaviourSascha Schumann1999-10-041-5/+26
* i swear, i compiled (at least) before i committed!Thies C. Arntzen1999-10-041-1/+1
* "cc -32" on IRIX 6.4 does not like (PHP_TRACK_VARS?"1":"0") - at least not if...Thies C. Arntzen1999-10-041-1/+6
* Generalized server-API build process on UNIX. Each SAPIStig Bakken1999-09-271-47/+0
* #if !HAVE_FOO -> #ifndef HAVE_FOOStig Bakken1999-09-242-2/+2
* - Internal functions which are basic language functions should be in ZendAndi Gutmans1999-09-201-1/+0
* There is no reason to define malloc() to xmalloc() in this context.Sascha Schumann1999-09-181-16/+1
* `0' flag ignored with precision specifier and `X' formatSascha Schumann1999-09-171-1/+1
* - Added support for unknown POST content types (Zeev)Zeev Suraski1999-09-166-13/+64
* *** empty log message ***Zeev Suraski1999-09-161-0/+6
* Generalize SAPI a bitZeev Suraski1999-09-161-0/+14
* HASH_OF is usable enough (i hate duplicating macros all over the place)Thies C. Arntzen1999-09-151-0/+1
* Clean up the strlcat/strlcpy checks.Stig Bakken1999-09-151-2/+2
* - First go at using strlcat().Andi Gutmans1999-09-141-12/+7
* - Support strlcpy/strlcat in windows.Andi Gutmans1999-09-141-0/+6
* Add strlcpy/strlcat to the build processAndi Gutmans1999-09-143-0/+155
* i'm sure this was left-over debugging code!Thies C. Arntzen1999-09-141-4/+0
* - X-* is probably more standard.Andi Gutmans1999-09-131-1/+1
* added Metaphone supportThies C. Arntzen1999-09-131-0/+2
* - Rewrote the GET/POST/Cookie data reader to support multi-dimensionalZeev Suraski1999-09-121-1/+1
* Add PHP-Version header in IISZeev Suraski1999-09-121-1/+2
* That's important enough to be cachedZeev Suraski1999-09-122-5/+7
* Time to do that - rename the output layer prefixZeev Suraski1999-09-122-14/+14
* Use OnUpdateBool for Boolean entries.Andrey Hristov1999-09-111-1/+1
* Rename allow_builtin_links to expose_phpZeev Suraski1999-09-111-2/+2
* More cleanupZeev Suraski1999-09-111-11/+1
* - Seriously optimize and clean php_parse_gpc_data()Zeev Suraski1999-09-112-0/+2
* Cleanups & optimizationsZeev Suraski1999-09-112-11/+11
* CleanupsZeev Suraski1999-09-111-1/+1
* - Fix warnings and win32 compileAndi Gutmans1999-09-071-1/+1
* A couple of BoundsChecker fixesZeev Suraski1999-09-061-1/+1
* - Should fix Win32 compileAndi Gutmans1999-09-061-1/+1
* fix warningSascha Schumann1999-09-051-1/+1
* - Should fix short_tags and co. problem.Andi Gutmans1999-09-053-14/+33
* - Make Win32 compile once again.Andi Gutmans1999-09-051-1/+1
* - Make dir functions compile in Win32Andi Gutmans1999-09-051-0/+1
* work around gcc bug, otherwise compiler would die withSascha Schumann1999-09-051-1/+1
* - php_error(E_ERROR,...) won't ever return so change the connection_statusAndi Gutmans1999-09-051-1/+1
* Forgot oneRasmus Lerdorf1999-09-041-1/+1
* This was actually intentional... put it back in and improveZeev Suraski1999-09-041-1/+1
* CleanupsRasmus Lerdorf1999-09-042-16/+16
* Catch a timeout and add user-level interface for connection handlingRasmus Lerdorf1999-09-041-0/+1
* Might as well bail as soon as we know we should since this is nowRasmus Lerdorf1999-09-041-3/+3
* First part of the connection_status work. No user-callable functionsRasmus Lerdorf1999-09-043-3/+17
* *** empty log message ***Zeev Suraski1999-09-041-0/+3
* Add global startup/shutdown functions in Win32 version as wellSascha Schumann1999-09-031-0/+32
* Add prototypes for new functions in internal_functions.c.inSascha Schumann1999-09-031-1/+3
* - add global startup/shutdown handlersSascha Schumann1999-09-034-9/+46