summaryrefslogtreecommitdiff
path: root/ext/standard/post.c
Commit message (Expand)AuthorAgeFilesLines
* post.c really had nothing to do with POST anymore, and it belongs to the top ...Zeev Suraski2000-01-281-291/+0
* Get rid of the old implementationZeev Suraski2000-01-281-130/+1
* Happy Y2K patch! Happy new year (or the new millennium, depending on whetherSascha Schumann2000-01-011-1/+1
* Change ALLOC_ZVAL() semanticsZeev Suraski1999-12-261-3/+3
* - Move more stuff to ALLOC_ZVAL(). We need to add those FREE_ZVAL()'s now.Andi Gutmans1999-12-241-3/+3
* More php3_ annihilationZeev Suraski1999-12-181-4/+4
* More php3_ annihilationZeev Suraski1999-12-171-1/+1
* Clean up php3.*\.h files. The files itself are renamed, and references in allSascha Schumann1999-12-041-1/+1
* Test commit, ignoreZeev Suraski1999-12-011-1/+1
* @- Made the GET/POST/Cookie and their HTTP_*_VARS[] counterparts be referencesZeev Suraski1999-12-011-1/+1
* @- Make the global GET/POST/Cookie variables and their $HTTP_*_VARS[] counter...Zeev Suraski1999-12-011-4/+7
* Replace strtok with strtok_rSascha Schumann1999-11-261-6/+7
* - support for mimetype application/vnd.fdf needed by fdf moduleUwe Steinmann1999-10-061-20/+36
* Fix a buglet, and avoid crashing in phpinfo() (fixes an elusive legacy bug too)Zeev Suraski1999-09-131-0/+1
* - Rewrote the GET/POST/Cookie data reader to support multi-dimensionalZeev Suraski1999-09-121-1/+144
* Except for this small bug fix - it worksZeev Suraski1999-09-111-1/+1
* - Seriously optimize and clean php_parse_gpc_data()Zeev Suraski1999-09-111-80/+62
* Cleanups & optimizationsZeev Suraski1999-09-111-108/+3
* CleanupsZeev Suraski1999-09-111-125/+3
* *** empty log message ***Zeev Suraski1999-09-041-8/+8
* Removed '3' from key functions in PHP (maintained compatibility throughZeev Suraski1999-08-021-25/+25
* License updateZeev Suraski1999-07-161-20/+9
* Don't touch refcount and EA directlyZeev Suraski1999-07-091-16/+8
* Step 2:Zeev Suraski1999-07-091-8/+8
* Enable Apache HTTP AuthZeev Suraski1999-05-121-0/+2
* * Move unclean_shutdown from PHP to Zend.Zeev Suraski1999-05-111-1/+1
* * Get Apache to work. POST doesn't work yet.Zeev Suraski1999-05-111-1/+1
* * Make read_post() read input by chunks instead of returning a single string.Andi Gutmans1999-05-091-3/+14
* A few other minor fixesZeev Suraski1999-05-091-1/+1
* * Finalizing the PHP version of SAPI. Support POST and cookies among other t...Zeev Suraski1999-05-091-1/+10
* * Optimize _php3_parse_gpc_data() and clean it up, plus fix a couple of Zend ...Zeev Suraski1999-05-061-22/+18
* - Make ISAPI hook in as an extension too.Andi Gutmans1999-05-021-1/+2
* * Get the Apache module to compile againZeev Suraski1999-04-261-13/+19
* * Plenty of thread safety and Win32 work.Zeev Suraski1999-04-261-1/+1
* A lot of cleanups... Removed old thread-safe code and other redundant code a...Zeev Suraski1999-04-241-19/+18
* Remove tls.[ch]Zeev Suraski1999-04-231-3/+1
* last bunch of extensions moving to ext/Stig Bakken1999-04-221-0/+498