summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* Declare timezone only, if the system fails to do so.Sascha Schumann2000-01-011-0/+1
* Happy Y2K patch! Happy new year (or the new millennium, depending on whetherSascha Schumann2000-01-0124-24/+24
* Happy new year (especially to Thies :)Zeev Suraski1999-12-311-6/+0
* Typedef socklen_t, if it is not availableSascha Schumann1999-12-301-0/+4
* Integration of -ng changes. Changes:Sascha Schumann1999-12-301-1/+1
* Change ALLOC_ZVAL() semanticsZeev Suraski1999-12-262-10/+10
* namespace protectionZeev Suraski1999-12-261-2/+2
* php3_realpath.c -> php_realpath.cZeev Suraski1999-12-241-0/+275
* Fix warningsZeev Suraski1999-12-241-2/+2
* - Move more stuff to ALLOC_ZVAL(). We need to add those FREE_ZVAL()'s now.Andi Gutmans1999-12-242-10/+10
* - Beef up the INI file reader - it now supports PHP constants, as well asZeev Suraski1999-12-242-16/+88
* @- Fixed a bug in ODBC error reporting (Zeev)Zeev Suraski1999-12-211-2/+2
* php3 -> php prefix workAndrei Zmievski1999-12-213-7/+3
* Correct PHP's mime type.Andrei Zmievski1999-12-211-1/+1
* We're using ZVAL's now.Andrei Zmievski1999-12-211-1/+1
* Change order to avoid system prototype mismatch (sprint is defined toSascha Schumann1999-12-211-1/+1
* libzend -> ZendZeev Suraski1999-12-191-1/+1
* Fix for missing RAND_MAX on SunOS 4.1Sascha Schumann1999-12-191-1/+3
* Fix for #2994Evan Klinger1999-12-191-3/+3
* getParameters() and friends changed for consistency and namespace cleanlinessZeev Suraski1999-12-181-0/+3
* - Make Win32 compile againAndi Gutmans1999-12-181-6/+10
* - 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