summaryrefslogtreecommitdiff
path: root/main/php_globals.h
Commit message (Collapse)AuthorAgeFilesLines
* 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