summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* - php_is_dir_ok() should work on Windows now.Andi Gutmans2000-03-161-2/+5
* - Fix a leak (I think)Andi Gutmans2000-03-161-5/+6
* - Make it compile on Windows.Andi Gutmans2000-03-161-4/+11
* Use old_stateSascha Schumann2000-03-161-1/+1
* (php_check_dots) we don't need lenSascha Schumann2000-03-161-3/+1
* virtual_chdir:Sascha Schumann2000-03-161-35/+146
* - Add initial virtual_getcwd() and virtual_chdir() for discussing with theAndi Gutmans2000-03-161-0/+112
* - WIN32 -> PHP_WIN32Andi Gutmans2000-03-151-1/+1
* - Define these ones and declare them in modules.hZeev Suraski2000-03-122-10/+0
* Use sprintf everywhere and define sprintf to php_sprintf, if sprintf is broken.Sascha Schumann2000-03-122-3/+2
* Fix build on systems which lack snprintf or vsnprintf.Sascha Schumann2000-03-122-6/+2
* - Don't define DEBUG anymore. Everyone should use PHP_DEBUG.Andi Gutmans2000-03-112-4/+4
* - Use strlcpy() insted of strcpy()Andi Gutmans2000-03-101-3/+3
* @- connection_aborted() and friends work again. (Thies)Thies C. Arntzen2000-03-101-0/+1
* Kill warning.Andrei Zmievski2000-03-071-1/+1
* It looks like a number of "standard" extensions are now truly builtin...Sam Ruby2000-03-071-16/+0
* @Cleaned up extension namespace (Stig)Stig Bakken2000-03-064-56/+10
* Eliminate "wrong number of parameters" warningSam Ruby2000-03-051-1/+1
* - Make some fixes although there is a problem with getpid() being definedAndi Gutmans2000-03-051-3/+3
* Fix traps due to sapi_global not being initialized when ZTS is setSam Ruby2000-03-052-2/+9
* Avoid the side-effect of defining function names, so that the PHP functionsSascha Schumann2000-03-051-5/+5
* - Fix Win32 buildAndi Gutmans2000-03-042-2/+6
* Prefix some symbols with php_Sascha Schumann2000-03-042-0/+66
* @- Added parse_ini_file(). Currently implemented in non thread safe versionZeev Suraski2000-03-041-20/+63
* Support HP-UX 10.x non-standard time-related reentrant functionsSascha Schumann2000-03-031-0/+35
* @- Switched back to the old $HTTP_*_VARS[] behavior - $HTTP_GET_VARS["foo"]Zeev Suraski2000-02-281-1/+0
* - Fix bug 3640Andi Gutmans2000-02-271-0/+8
* @- Fixed a (fairly common) situation where error_reporting values would not beZeev Suraski2000-02-262-2/+6
* Verified $HTTP_*[] protectionZeev Suraski2000-02-262-14/+12
* (php_hash_environment)Andrei Zmievski2000-02-261-9/+7
* - Protect $HTTP_POST_FILES[] as wellZeev Suraski2000-02-263-3/+6
* Added notice about new functions.Andrei Zmievski2000-02-261-2/+2
* @- The various $HTTP_*_VARS[] are now protected, and cannot be manipulated byZeev Suraski2000-02-263-15/+33
* Allow the INI callbacks to know at what stage PHP isZeev Suraski2000-02-264-20/+26
* @- The string None is now recognized as a keyword by the php.ini processor, andZeev Suraski2000-02-263-12/+8
* (sapi_send_headers) fix leakThies C. Arntzen2000-02-261-2/+2
* - From CODING_STANDARDS:Zeev Suraski2000-02-262-26/+23
* - Convert 'PHP3' to 'PHP'Zeev Suraski2000-02-262-2/+2
* Win32 build error:Sam Ruby2000-02-251-1/+1
* Build failure on Win32:Sam Ruby2000-02-251-1/+1
* @- Implemented default_charset and default_mimetype config directives (Stig)Stig Bakken2000-02-257-32/+221
* fix obvious crash.Thies C. Arntzen2000-02-251-0/+1
* started implementing directives for default mimetype/charsetStig Bakken2000-02-246-76/+128
* Revert the y2k ini patches.Andrei Zmievski2000-02-241-1/+1
* Turn on y2k_compliance by default.Andrei Zmievski2000-02-241-1/+1
* @-Fixed possible crash in request-shutdown. (Thies)Thies C. Arntzen2000-02-241-4/+3
* - MySQL now compiles right into the PHP 4 binary on WindowsAndi Gutmans2000-02-232-1/+6
* bump version numberThies C. Arntzen2000-02-231-1/+1
* Prepare a packageZeev Suraski2000-02-211-1/+1
* - Ups,Uwe Steinmann2000-02-211-1/+1