summaryrefslogtreecommitdiff
path: root/ext/standard/head.h
Commit message (Collapse)AuthorAgeFilesLines
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
|
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* Make php_setcookie available from shared extensionsFrank M. Kromann2001-12-031-0/+1
|
* Clean-upZeev Suraski2001-06-131-21/+1
| | | | | Remove a lot of 100% redundent code
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
|
* Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.David Croft2000-07-241-22/+13
| | | | | | | | | Added a few RCS $Id$ tags. # Note: I have avoided changing any .h files if the corresponding .c file # had not already been changed as I am not sure if there are any legal # issues here. So some extensions still have PHP 3 headers.
* Change header protection macros to conform to standard.Sascha Schumann2000-07-021-2/+2
| | | | | | | | | Draft 3 of IEEE 1003.1 200x, "2.2 The Compilation Environment" All identifiers that begin with an underscore and either an uppercase letter or another underscore are always reserved for any use by the implementation.
* - Fix an invalid trick (it was valid when header() was usingZeev Suraski2000-04-281-2/+0
| | | | | | | zend_get_parameters(), but it became invalid when someone switched it to zend_get_parameters_ex(), and I decided to remove it anyway). - Remove a redundant function call
* @Cleaned up extension namespace (Stig)Stig Bakken2000-03-061-5/+0
| | | | | | Cleaned up extension namespace, and changed ext/standard into one single extension.
* - Convert 'PHP3' to 'PHP'Zeev Suraski2000-02-261-1/+1
| | | | | - Avoid declaring crypt() related salt types twice
* - Made PHP_VERSION and PHP_OS work againZeev Suraski1999-12-171-1/+1
| | | | | | - More php3_ cleanup @- Restored the PHP_VERSION and PHP_OS constants (Zeev)
* More php3_ annihilationZeev Suraski1999-12-171-5/+5
|
* More symbol work.Andrey Hristov1999-07-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | I've defined a few macros to help with module/request init/startup function definitions. Basically: PHP_MINIT_FUNCTION(module) PHP_MSHUTDOWN_FUNCTION(module) PHP_RINIT_FUNCTION(module) PHP_RSHUTDOWN_FUNCTION(module) PHP_MINFO_FUNCTION(module) These will expand to proper function prototypes. Now to specify these in the module entry, use: PHP_MINIT(module) PHP_MSHUTDOWN(module) PHP_RINIT(module) PHP_RSHUTDOWN(module) PHP_MINFO(module) I've updated all modules in ext/standard and everything from ext/apache to ext/db. If you can, please update your module to use these macros.
* A bunch of grunt work updating function entries and declarations.Andrey Hristov1999-07-241-1/+1
|
* Added headers_sent() functionAndrey Hristov1999-07-201-0/+1
|
* conv_proto *.[ch]Sascha Schumann1999-05-161-2/+2
|
* * Include all of the standard modules in internal_functions.c.in. Stig - is ↵Zeev Suraski1999-05-141-0/+2
| | | | | | | | | that the way you intended it to be? How does the basic_functions module get in there? * Fix to get MySQL objects working, even though I'll probably make a dedicated MySQL object in the future.
* * Finally commit that -q patchZeev Suraski1999-05-111-1/+0
| | | | | | * Refine SAPI built in header support * Use DllMain() in ISAPI to clean after threads and initialize tsrm/sapi as soon as possible.
* Added initial headers support in SAPIAndi Gutmans1999-05-051-1/+1
| | | | | | *untested* It definitely broke the thread-safe CGI, it may have broken other stuff as well.
* * Plenty of thread safety and Win32 work.Zeev Suraski1999-04-261-4/+3
| | | | | | | | | | | * 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.
* moved fdf, hyperwave, informix and some smaller filesStig Bakken1999-04-221-0/+66