summaryrefslogtreecommitdiff
path: root/main/php_variables.c
Commit message (Expand)AuthorAgeFilesLines
* - Remove track_vars - it is now always onZeev Suraski2000-09-051-25/+19
* Cleaning up some messSascha Schumann2000-08-211-0/+1
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
* Change reentrancy API to always use the php prefix.Sascha Schumann2000-05-041-7/+7
* - Nuke hash_*_ptr() functionsAndi Gutmans2000-03-241-2/+2
* @- Switched back to the old $HTTP_*_VARS[] behavior - $HTTP_GET_VARS["foo"]Zeev Suraski2000-02-281-1/+0
* @- The various $HTTP_*_VARS[] are now protected, and cannot be manipulated byZeev Suraski2000-02-261-14/+4
* @- Fixed crash when magic_quotes were switched off. (Thies)Thies C. Arntzen2000-02-211-1/+1
* Get the license right... (this won't make it to RC1 of B4)Zeev Suraski2000-02-191-2/+2
* Worked on beautifying rfc1867.c a bitZeev Suraski2000-02-191-13/+33
* Make POST handling the way it should be. RFC1867, and any future POST handle...Zeev Suraski2000-02-171-52/+50
* @- Fixed RFC1867 file upload under Windows (Zeev)Zeev Suraski2000-02-151-1/+12
* - Improve startup speed a bit by using the hash_*_ptr() functionsAndi Gutmans2000-02-131-6/+6
* - Change the argument order of php_register_variable() to something moreZeev Suraski2000-01-291-3/+3
* - A few fixesZeev Suraski2000-01-281-1/+1
* Tried to centralize global variable registration as much as possible:Zeev Suraski2000-01-281-0/+317