summaryrefslogtreecommitdiff
path: root/ext/standard/head.c
Commit message (Expand)AuthorAgeFilesLines
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* Make php_setcookie available from shared extensionsFrank M. Kromann2001-12-031-16/+23
* convert to use new parameter parsing API.Andrei Zmievski2001-10-191-65/+34
* Fixed other protos.Egon Schmid2001-10-191-5/+5
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
* Track down a few more functions that don't check for 0 args and useRasmus Lerdorf2001-08-131-0/+4
* WhitespaceZeev Suraski2001-08-111-1/+1
* More TSRMLS_FETCH work. Got it under 400 now.Zeev Suraski2001-07-311-2/+2
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-4/+1
* Left-over outdated commentRasmus Lerdorf2001-07-211-1/+0
* Remove redundant codeZeev Suraski2001-07-211-2/+2
* Clarify and optimizeZeev Suraski2001-07-211-1/+1
* Fix more crashes related to this switch to z_valueRasmus Lerdorf2001-07-211-2/+2
* Fix potential crashStanislav Malyshev2001-06-141-2/+2
* Clean-upZeev Suraski2001-06-131-125/+31
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-2/+14
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-0/+1
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
* Allow users to specify whether they want to replace existing header fields.Sascha Schumann2000-10-271-6/+14
* Move main.h to php_main.h.Sascha Schumann2000-06-051-1/+1
* - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patchAndi Gutmans2000-06-051-1/+1
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
* proto-takeover from php3Hartmut Holzgraefe2000-05-171-2/+9
* - Fix an invalid trick (it was valid when header() was usingZeev Suraski2000-04-281-11/+2
* @Cleaned up extension namespace (Stig)Stig Bakken2000-03-061-9/+0
* the pipe is breaking all the timeZeev Suraski2000-02-191-2/+2
* SAPIfication, Episode VI: Return of the SAPIZeev Suraski2000-02-101-123/+0
* fix for #3413Thies C. Arntzen2000-02-061-6/+8
* post.c really had nothing to do with POST anymore, and it belongs to the top ...Zeev Suraski2000-01-281-1/+0
* - Added flush() support to SAPIZeev Suraski2000-01-131-159/+0
* Happy Y2K patch! Happy new year (or the new millennium, depending on whetherSascha Schumann2000-01-011-1/+1
* Ex APIEvan Klinger1999-12-201-20/+20
* More php3_ annihilationZeev Suraski1999-12-181-49/+30
* - Made PHP_VERSION and PHP_OS work againZeev Suraski1999-12-171-1/+1
* More php3_ annihilationZeev Suraski1999-12-171-9/+9
* Clean up php3.*\.h files. The files itself are renamed, and references in allSascha Schumann1999-12-041-1/+1
* Removed '3' from key functions in PHP (maintained compatibility throughZeev Suraski1999-08-021-2/+2
* More symbol work.Andrey Hristov1999-07-261-2/+2
* A bunch of grunt work updating function entries and declarations.Andrey Hristov1999-07-241-2/+2
* Added headers_sent() functionAndrey Hristov1999-07-201-0/+11
* License updateZeev Suraski1999-07-161-20/+9
* conv_proto *.[ch]Sascha Schumann1999-05-161-2/+2
* * Finally commit that -q patchZeev Suraski1999-05-111-7/+0
* * Finalizing the PHP version of SAPI. Support POST and cookies among other t...Zeev Suraski1999-05-091-51/+53
* FixesZeev Suraski1999-05-051-2/+2
* Get CGI to work with the new headers code.Zeev Suraski1999-05-051-2/+2
* Added initial headers support in SAPIAndi Gutmans1999-05-051-2/+25
* * Get the Apache module to compile againZeev Suraski1999-04-261-13/+19
* * Plenty of thread safety and Win32 work.Zeev Suraski1999-04-261-1/+2
* A lot of cleanups... Removed old thread-safe code and other redundant code a...Zeev Suraski1999-04-241-57/+51