summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* - Made PHP_VERSION and PHP_OS work againZeev Suraski1999-12-173-7/+21
* More php3_ annihilationZeev Suraski1999-12-178-78/+90
* More php3_ annihilationZeev Suraski1999-12-179-71/+71
* - Implement ability to turn off support for call-time pass by referenceZeev Suraski1999-12-152-2/+6
* (return_one) removed.Andrei Zmievski1999-12-151-6/+2
* Added date/time stamping to PHP error log file. Idea credit goesAndrei Zmievski1999-12-151-0/+6
* Postpone the execution of post request startup handlers until the symbol_tabl...Sascha Schumann1999-12-141-3/+9
* Disable global lock for now. We will have to find a way to test subsystemsSascha Schumann1999-12-121-0/+2
* Export sapi_free_header()Sascha Schumann1999-12-102-1/+2
* - Use Set-Cookie for consistency with SetCookie() (and possibly for adherence...Zeev Suraski1999-12-081-1/+0
* Provide basis for shared libraries/dlls to contain internal extensionsSam Ruby1999-12-075-85/+75
* new assert() module. (Not yet finished!)Thies C. Arntzen1999-12-072-23/+14
* opened_path could end up uninitialized - fixedZeev Suraski1999-12-061-1/+6
* Fix some warningsSascha Schumann1999-12-054-1/+7
* Fix some warningsSascha Schumann1999-12-053-7/+7
* More maintainer-mode cleanupsRasmus Lerdorf1999-12-051-1/+1
* More maintainer-mode cleanupsRasmus Lerdorf1999-12-052-8/+10
* That one is actually supposed to have 'php3' on it - it's the PHP 3.0 compati...Zeev Suraski1999-12-042-1/+1
* Build errorSam Ruby1999-12-041-1/+1
* Clean up php3.*\.h files. The files itself are renamed, and references in allSascha Schumann1999-12-047-19/+49
* Remove code references to serverapiSascha Schumann1999-12-041-9/+0
* Session variables now obey track_vars and gpc_globals settings.Andrei Zmievski1999-12-041-1/+1
* - zend_file_handles must now flag whether their .filename property should beZeev Suraski1999-12-041-0/+3
* 2<<30 (== 1<<31) overflows 32-bit signed int, reverting to 1<<30Sascha Schumann1999-12-031-1/+1
* Add X-Powered-By header in all configurations to ease PHP usage meteringSascha Schumann1999-12-031-0/+4
* @ PHP 4 scripts will now obey the max_execution_time setting and actuallyRasmus Lerdorf1999-12-032-0/+6
* # just some symbol cleanup while I am browsing through looking for thisRasmus Lerdorf1999-12-021-13/+13
* @Fix some warnings when compiling in maintainer-mode (Stig)Stig Bakken1999-12-013-8/+8
* Remove fsock-specific membersSascha Schumann1999-12-011-4/+0
* Make fsock module thread-safeSascha Schumann1999-12-011-9/+1
* Avoid Apache's regex.h, if system regex was chosenSascha Schumann1999-11-301-0/+10
* Add PHPAPI for Windows.Sascha Schumann1999-11-302-13/+12
* - Added opened_path to php_fopen_wrapper() and the URL fopen wrapper (it's notAndi Gutmans1999-11-303-11/+10
* - Add OLS_C so that we can call php_output_init_globals() with it.Andi Gutmans1999-11-281-1/+3
* Update Win32 buildZeev Suraski1999-11-271-1/+1
* Get Win32 to compile againZeev Suraski1999-11-273-2/+6
* unposixfy calls to TSRMSascha Schumann1999-11-261-2/+2
* Define macros only, if one of the locking _r functions is usedSascha Schumann1999-11-261-1/+1
* Use php_init_output_globals() also in non-ZTS modeSascha Schumann1999-11-261-10/+5
* Fix typo (shutdown -> startup)Sascha Schumann1999-11-261-1/+1
* - move strtok_r into reentrancy.cSascha Schumann1999-11-262-3/+185
* Add/update copyright headersSascha Schumann1999-11-262-0/+36
* Back out last commit.Sascha Schumann1999-11-261-2/+0
* Add reentrant versions of ctime, localtime, gmtime, asctime.Sascha Schumann1999-11-264-0/+180
* Use thread-safe versions of asctime and localtimeSascha Schumann1999-11-261-4/+4
* Include php_config.h in both files, otherwise HAVE_STRLCAT/HAVE_STRLCPYSascha Schumann1999-11-262-0/+4
* *** empty log message ***Zeev Suraski1999-11-251-0/+2
* Killing some unused variable warningsSascha Schumann1999-11-241-4/+2
* Use the unified notation...Zeev Suraski1999-11-231-66/+66
* errors during startup trap serverSam Ruby1999-11-232-10/+12