29 Commits (faa12fa06fed899e52cfbb29ea5ba85157308ba2)

Author SHA1 Message Date
Zeev Suraski d87cc976e1 Redesigned thread safety mechanism - nua nua 25 years ago
Zeev Suraski fe6f8712a4 - Get rid of ELS_*(), and use TSRMLS_*() instead. 25 years ago
Rasmus Lerdorf 81e2cf03ac Fix folding and clean up some extensions 25 years ago
Rasmus Lerdorf 25c3a3a39d vim-6 does folding - clean up a bunch of missing folding tags plus 25 years ago
foobar 349b2bebe3 fixed typo in CVS id 25 years ago
foobar c34d2b91da Added new configuration directives: 25 years ago
foobar 460293fbdc Cookies use ; as argument separator. 25 years ago
foobar 8c97f5c04d Fix the arg_separator behaviour. Only & or ; is allowed as separators so no need to use the ini setting here. 25 years ago
Andi Gutmans eb6ba01d1c - Fix copyright notices with 2001 25 years ago
Stanislav Malyshev 0731f54d35 Fix #7987: POST/GET: string with \0(%00) values not parsed correctly 26 years ago
Zeev Suraski 9e40204f00 @- In CGI mode, $HTTP_SERVER_VARS now includes all of the environment variables 26 years ago
Sascha Schumann 43ff395b65 Const'ify part of sapi_request_info. 26 years ago
Stanislav Malyshev 1ccac6ed55 Add additional parameter to parse_str for saving result (thanks to 26 years ago
Zeev Suraski eb32144902 - Remove track_vars - it is now always on 26 years ago
Sascha Schumann 8e0ae5d152 Cleaning up some mess 26 years ago
Zeev Suraski e043439ff6 Update the license with the new clause 6 26 years ago
Sascha Schumann d0f3764ee2 Change reentrancy API to always use the php prefix. 26 years ago
Andi Gutmans 5b2bad3825 - Nuke hash_*_ptr() functions 26 years ago
Zeev Suraski 583556a3c2 @- Switched back to the old $HTTP_*_VARS[] behavior - $HTTP_GET_VARS["foo"] 26 years ago
Zeev Suraski 0e90b9dc83 @- The various $HTTP_*_VARS[] are now protected, and cannot be manipulated by 26 years ago
Thies C. Arntzen 361ae6886e @- Fixed crash when magic_quotes were switched off. (Thies) 26 years ago
Zeev Suraski 9b621d1c8f Get the license right... (this won't make it to RC1 of B4) 26 years ago
Zeev Suraski 739bdec582 Worked on beautifying rfc1867.c a bit 26 years ago
Zeev Suraski a6393de6f7 Make POST handling the way it should be. RFC1867, and any future POST handlers we might 26 years ago
Zeev Suraski 4a211a80fb @- Fixed RFC1867 file upload under Windows (Zeev) 26 years ago
Andi Gutmans 3811b58a7d - Improve startup speed a bit by using the hash_*_ptr() functions 26 years ago
Zeev Suraski b2449f929c - Change the argument order of php_register_variable() to something more 26 years ago
Zeev Suraski 99f079a349 - A few fixes 26 years ago
Zeev Suraski 9ab35ae393 Tried to centralize global variable registration as much as possible: 26 years ago
Zeev Suraski 270eff1dfe Use a more general and descriptive name 26 years ago
Zeev Suraski fc678100cd post.c really had nothing to do with POST anymore, and it belongs to the top level directory 26 years ago
Zeev Suraski 3a35a6955d Get rid of the old implementation 26 years ago
Sascha Schumann 43ae2bffbb Happy Y2K patch! Happy new year (or the new millennium, depending on whether 27 years ago
Zeev Suraski 235386b245 Change ALLOC_ZVAL() semantics 27 years ago
Andi Gutmans 3bf1b04cb4 - Move more stuff to ALLOC_ZVAL(). We need to add those FREE_ZVAL()'s now. 27 years ago
Zeev Suraski 3ee4e65c95 More php3_ annihilation 27 years ago
Zeev Suraski a3c6514332 More php3_ annihilation 27 years ago
Sascha Schumann 5b983c944f Clean up php3.*\.h files. The files itself are renamed, and references in all 27 years ago
Zeev Suraski 15d47e551a Test commit, ignore 27 years ago
Zeev Suraski 3467337217 @- Made the GET/POST/Cookie and their HTTP_*_VARS[] counterparts be references 27 years ago
Zeev Suraski d6fd485692 @- Make the global GET/POST/Cookie variables and their $HTTP_*_VARS[] counterparts 27 years ago
Sascha Schumann 38819040b6 Replace strtok with strtok_r 27 years ago
Uwe Steinmann 8c473e1f47 - support for mimetype application/vnd.fdf needed by fdf module 27 years ago
Zeev Suraski 3f0696dada Fix a buglet, and avoid crashing in phpinfo() (fixes an elusive legacy bug too) 27 years ago
Zeev Suraski b2c0acb9ec - Rewrote the GET/POST/Cookie data reader to support multi-dimensional 27 years ago
Zeev Suraski 7f42813ad8 Except for this small bug fix - it works 27 years ago
Zeev Suraski 15fee4d3a6 - Seriously optimize and clean php_parse_gpc_data() 27 years ago
Zeev Suraski 1b6ccfe86c Cleanups & optimizations 27 years ago
Zeev Suraski fb910c64cd Cleanups 27 years ago
Zeev Suraski c12d4bc7d4 *** empty log message *** 27 years ago