Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed bug #32802 (broken MFH) | Ilia Alshanetsky | 2005-05-17 | 1 | -0/+14 |
| | |||||
* | I am reverting this patch: | Rasmus Lerdorf | 2005-05-13 | 1 | -13/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | http://cvs.php.net/diff.php/php-src/main/php_variables.c?r1=1.45.2.9&r2=1.45.2.10&ty=u It consistently causes this segfault: Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 16384 (LWP 2837)] 0x405313ff in zend_hash_find (ht=0x8266682, arKey=0x8266660 "fud_session_1109269364_referer_id", nKeyLength=34, pData=0x0) at /home/rasmus/php43/Zend/zend_hash.c:897 897 *pData = p->pData; (gdb) bt #0 0x405313ff in zend_hash_find (ht=0x8266682, arKey=0x8266660 "fud_session_1109269364_referer_id", nKeyLength=34, pData=0x0) at /home/rasmus/php43/Zend/zend_hash.c:897 #1 0x4050c39c in php_register_variable_ex (var=0x8266660 "fud_session_1109269364_referer_id", val=0xbffff730, track_vars_array=0x823e908) at /home/rasmus/php43/main/php_variables.c:201 #2 0x4050c031 in php_register_variable_safe (var=0x823e908 "?m\031\b", strval=0x0, str_len=0, track_vars_array=0x823e908) at /home/rasmus/php43/main/php_variables.c:56 #3 0x4050c6fb in php_default_treat_data (arg=2, str=0x0, destArray=0x823e908) at /home/rasmus/php43/main/php_variables.c:318 #4 0x40502af2 in php_hash_environment () at /home/rasmus/php43/main/main.c:1442 #5 0x4050187f in php_request_startup () at /home/rasmus/php43/main/main.c:936 #6 0x4053e746 in apache_php_module_main (r=0x818c894, display_source_mode=0) at /home/rasmus/php43/sapi/apache/sapi_apache.c:33 #7 0x4053f1e9 in send_php (r=0x818c894, display_source_mode=0, filename=0x0) at /home/rasmus/php43/sapi/apache/mod_php4.c:621 #8 0x4053f36d in send_parsed_php (r=0x823e908) at /home/rasmus/php43/sapi/apache/mod_php4.c:636 | ||||
* | MFH: Revert. Nokia didn't pay me enough. :) | foobar | 2005-04-25 | 1 | -1/+1 |
| | |||||
* | MFH: Fixed bug #32802 (General cookie overrides more specific cookie). | Ilia Alshanetsky | 2005-04-24 | 1 | -2/+13 |
| | |||||
* | MFH: - Fixed bug #32111 (Cookies can also be separated by colon) | foobar | 2005-04-23 | 1 | -1/+1 |
| | |||||
* | MFH: fix bug #30442 ( segmentation fault when parsing ?getvariable[][ ) | Antony Dovgal | 2004-10-18 | 1 | -1/+5 |
| | |||||
* | Stop at the index on an unmatched [ | Rasmus Lerdorf | 2004-09-09 | 1 | -1/+1 |
| | |||||
* | MFH: Fixed bug #25836 (last key of multi-dimensional array passed via GPC | Ilia Alshanetsky | 2003-10-14 | 1 | -1/+7 |
| | | | | | not being escaped when magic_quotes_gpc is on). | ||||
* | MFH: Fixed bug #24208 | Ilia Alshanetsky | 2003-06-16 | 1 | -0/+2 |
| | |||||
* | MFH: Fixed bug #24007 (Problem with register_globals & arrays) | Ilia Alshanetsky | 2003-06-14 | 1 | -22/+1 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | MFH | Ilia Alshanetsky | 2002-12-30 | 1 | -17/+26 |
| | |||||
* | MFH | Ilia Alshanetsky | 2002-12-07 | 1 | -6/+6 |
| | |||||
* | make php_import_environment_variables overwritable so fastcgi can correctly | Shane Caraveo | 2002-10-13 | 1 | -2/+4 |
| | | | | | set $_ENV. | ||||
* | Fix last commit. This line isn't supposed to be replaced. | Yasuo Ohgaki | 2002-09-08 | 1 | -1/+1 |
| | |||||
* | MFB | Yasuo Ohgaki | 2002-09-07 | 1 | -1/+2 |
| | |||||
* | use php_error_docref() | Marcus Boerger | 2002-08-25 | 1 | -1/+1 |
| | |||||
* | Add some assertion | Yasuo Ohgaki | 2002-08-08 | 1 | -1/+4 |
| | |||||
* | made sapi_register_treat_data() to support multibyte input encoding ↵ | Rui Hirokawa | 2002-08-02 | 1 | -2/+1 |
| | | | | translation without MBSTR_ENC_TRANS and changed php_treat_data to php_default_treat_data. | ||||
* | Fix for non-mbstring builds. Bad Yasuo! :) | Zeev Suraski | 2002-07-31 | 1 | -3/+2 |
| | |||||
* | Fixed some.php?a&b&c does not initilize $_GET['a'], $_GET['b'], $_GET['c'] | Yasuo Ohgaki | 2002-07-28 | 1 | -0/+3 |
| | | | | | | when mbstr-enc-trans is disabled. # There is a bug in php_mbstr_encoding_handler() alo, I'll fix it later. | ||||
* | break out if there is no data to work on. | Stefan Esser | 2002-07-24 | 1 | -0/+4 |
| | |||||
* | free_index is set but never used | Sascha Schumann | 2002-05-04 | 1 | -2/+0 |
| | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | whitespace | Zeev Suraski | 2001-11-24 | 1 | -0/+1 |
| | |||||
* | Back-substitute for Z_* macro's. If it breaks some extension (the script ↵ | Jeroen van Wolffelaar | 2001-09-25 | 1 | -9/+9 |
| | | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know. | ||||
* | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 |
| | |||||
* | fix SAPI_POST_* exports | Daniel Beulshausen | 2001-08-15 | 1 | -1/+1 |
| | |||||
* | more tsrm cleanup | Sascha Schumann | 2001-08-06 | 1 | -2/+2 |
| | |||||
* | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 1 | -13/+11 |
| | |||||
* | - Get rid of ELS_*(), and use TSRMLS_*() instead. | Zeev Suraski | 2001-07-27 | 1 | -11/+12 |
| | | | | | | | - Move to the new ts_allocate_id() API This patch is *bound* to break some files, as I must have had typos somewhere. If you use any uncommon extension, please try to build it... | ||||
* | Fix folding and clean up some extensions | Rasmus Lerdorf | 2001-06-06 | 1 | -1/+2 |
| | |||||
* | vim-6 does folding - clean up a bunch of missing folding tags plus | Rasmus Lerdorf | 2001-06-05 | 1 | -0/+1 |
| | | | | | some misguided RINIT and RSHUTDOWN calls in a few fringe extensions | ||||
* | fixed typo in CVS id | foobar | 2001-04-06 | 1 | -1/+1 |
| | |||||
* | Added new configuration directives: | foobar | 2001-04-04 | 1 | -2/+16 |
| | | | | | arg_separator.input and arg_separator.output | ||||
* | Cookies use ; as argument separator. | foobar | 2001-04-04 | 1 | -4/+5 |
| | | | | | # And also the first step for the possible configure option | ||||
* | Fix the arg_separator behaviour. Only & or ; is allowed as separators so no ↵ | foobar | 2001-03-27 | 1 | -13/+2 |
| | | | | need to use the ini setting here. | ||||
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| | |||||
* | Fix #7987: POST/GET: string with \0(%00) values not parsed correctly | Stanislav Malyshev | 2000-12-12 | 1 | -8/+15 |
| | |||||
* | @- In CGI mode, $HTTP_SERVER_VARS now includes all of the environment variables | Zeev Suraski | 2000-11-07 | 1 | -7/+1 |
| | | | | | @ as well (Zeev) | ||||
* | Const'ify part of sapi_request_info. | Sascha Schumann | 2000-11-02 | 1 | -6/+7 |
| | | | | | | query_string, post_data, path_translated, request_uri, auth_user, auth_password and argv0 are modified, so they cannot become const. | ||||
* | Add additional parameter to parse_str for saving result (thanks to | Stanislav Malyshev | 2000-09-11 | 1 | -2/+2 |
| | | | | | | John Bafford <dshadow@zort.net>) @ Added second parameter for parse_str to save result (John Bafford) | ||||
* | - Remove track_vars - it is now always on | Zeev Suraski | 2000-09-05 | 1 | -25/+19 |
| | | | | | | | - Make the various $HTTP_*_VARS[] arrays be defined always, even if they're empty - Fix Win32 build and warnings | ||||
* | Cleaning up some mess | Sascha Schumann | 2000-08-21 | 1 | -0/+1 |
| | |||||
* | Update the license with the new clause 6 | Zeev Suraski | 2000-05-18 | 1 | -2/+2 |
| | |||||
* | Change reentrancy API to always use the php prefix. | Sascha Schumann | 2000-05-04 | 1 | -7/+7 |
| | | | | | | Check for the declaration of reentrant functions, so that we can use them in non-ZTS mode on all platforms. | ||||
* | - Nuke hash_*_ptr() functions | Andi Gutmans | 2000-03-24 | 1 | -2/+2 |
| | |||||
* | @- Switched back to the old $HTTP_*_VARS[] behavior - $HTTP_GET_VARS["foo"] | Zeev Suraski | 2000-02-28 | 1 | -1/+0 |
| | | | | | | @ and $foo are no longer references to each other, but separate variables @ like they were prior to PHP 4.0 Beta 4 (Zeev) | ||||
* | @- The various $HTTP_*_VARS[] are now protected, and cannot be manipulated by | Zeev Suraski | 2000-02-26 | 1 | -14/+4 |
| | | | | | | @ user input (Zeev) This patch is untested! I'll only have time to test it thoroughly in a couple of hours... | ||||
* | @- Fixed crash when magic_quotes were switched off. (Thies) | Thies C. Arntzen | 2000-02-21 | 1 | -1/+1 |
| |