summaryrefslogtreecommitdiff
path: root/main/php_globals.h
Commit message (Collapse)AuthorAgeFilesLines
* - Implement ability to turn off support for call-time pass by referenceZeev Suraski1999-12-151-0/+2
|
* @ PHP 4 scripts will now obey the max_execution_time setting and actuallyRasmus Lerdorf1999-12-031-0/+2
| | | | | | | | | @ time out (Rasmus) # Note that Apache clears all signal handler including SIGPROF before # calling the content handler, so even though we set our itimer before # this in the PHP_INI stuff, Apache kicks sand in our face and we need # to set the timer again just before we start parsing
* Remove fsock-specific membersSascha Schumann1999-12-011-4/+0
|
* Back out last commit.Sascha Schumann1999-11-261-2/+0
|
* Add reentrant versions of ctime, localtime, gmtime, asctime.Sascha Schumann1999-11-261-0/+2
| | | | | | | | | | These cannot be implemented platform-independent, so we fall back to the native non-reentrant versions, but lock during each access (only if ZTS is used). To initialize/destroy the used data structures, you need to call reentrancy_startup() before sapi_startup(), and reentrancy_shutdown() after sapi_shutdown().
* Add post request startup handlers. These are called at the end of theSascha Schumann1999-11-171-0/+7
| | | | | | request startup function, and can use the initialized structures like the symbol table.
* That's important enough to be cachedZeev Suraski1999-09-121-0/+2
|
* - Seriously optimize and clean php_parse_gpc_data()Zeev Suraski1999-09-111-0/+1
| | | | | | - Added gpc_globals directive to turn global definitions of GPC variables on/off (untested)
* work around gcc bug, otherwise compiler would die withSascha Schumann1999-09-051-1/+1
| | | | | | | toplev.c:2261: Internal compiler error in function float_signal in basic_functions.c
* CleanupsRasmus Lerdorf1999-09-041-14/+14
| | | | | | | What the heck was that dangling (c) for in the PUTC macros? Were they supposed to serve some sort of purpose, because I sure don't see one for them.
* First part of the connection_status work. No user-callable functionsRasmus Lerdorf1999-09-041-0/+3
| | | | | | | | | | | yet. That is coming next. Have also only done Apache and CGI so far. Will have to crack open my ISAPI book to do that one. Also changed the SAPI output functions to return an int. We'll check the connection status inside each one, but we might need the return code at some other level and I don't see a good reason for just tossing these return codes.
* Add output_buffering directiveZeev Suraski1999-08-241-0/+1
|
* License updateZeev Suraski1999-07-161-0/+19
|
* Win32/ZTS compiles againZeev Suraski1999-06-191-0/+4
|
* Change four spaces back to tabs (Why the hell did you change the tabs to ↵Zeev Suraski1999-06-151-28/+28
| | | | four spaces?!)
* * now using php4.ini instead of php3.iniStig Bakken1999-06-151-9/+16
| | | | | | * re-imported fopen-wrappers, fsock and string code from php3 NB! I have not tested all of the imported functions yet.
* * Add a new workspace for dynamic PHP extensions.Zeev Suraski1999-06-041-1/+1
| | | | | | | * Add a few functions to PHP's API. * Get the MySQL extension up-to-date and thread safe. * Add a project for building the MySQL extension under Win32.
* * Move unclean_shutdown from PHP to Zend.Zeev Suraski1999-05-111-1/+0
| | | | | | * The Master/Local headers in the phpinfo() table were reversed. * Fix a gpc bug
* Weed out all BoundsChecker-found bugsZeev Suraski1999-05-101-1/+0
|
* * Get rid of the memory leak messages in case of fatal errors or exit()Zeev Suraski1999-04-271-0/+1
| | | | | | * .dsp fixes * Minor fixes
* * Plenty of thread safety and Win32 work.Zeev Suraski1999-04-261-1/+1
| | | | | | | | | | | * Changed PHP4 to compile as a DLL, both ISAPI and the the CGI run with the same DLL. * Switched to using the DLL runtime library under Win32. PHP will NOT work if compiled against the static library! * Removed yesterday's php4libts project (with php4dllts, it's obsolete). This *does* affect thread-unsafe Windows as well - the thread unsafe CGI is also dependant on the thread-unsafe DLL.
* Small fixesZeev Suraski1999-04-241-1/+0
|
* Remove redundant codeZeev Suraski1999-04-231-0/+1
|
* Thread-safe header_is_being_sentZeev Suraski1999-04-231-1/+3
|
* More thread safety workZeev Suraski1999-04-211-0/+3
|
* Buh-bye php3_iniZeev Suraski1999-04-101-0/+21
|
* A lot of php3_ini -> php_ini workZeev Suraski1999-04-101-0/+7
|
* Move safe_mode to the new php_ini mechanismZeev Suraski1999-04-101-0/+4
|
* Move asp_tags and short_open_tag to the new php_ini mechanismZeev Suraski1999-04-101-0/+3
|
* *** empty log message ***Zeev Suraski1999-04-091-0/+31