Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge changes from HEAD | Sascha Schumann | 2000-12-02 | 1 | -4/+0 |
| | |||||
* | 4.0.4RC3 is coming. | Sascha Schumann | 2000-12-02 | 1 | -1/+1 |
| | |||||
* | This commit was manufactured by cvs2svn to create branch 'php_4_0_4'. | SVN Migration | 2000-12-02 | 1 | -283/+0 |
| | |||||
* | Added the capability to specify a different HTTP Redirection response code | Jason Greene | 2000-11-29 | 1 | -1/+5 |
| | | | | | | | | before the Location Header. Ex. header("HTTP/1.1 307 Temporary Redirect"); header("Location: URL"); | ||||
* | Output buffering was being enabled all the time - fixed | Zeev Suraski | 2000-11-29 | 1 | -1/+1 |
| | |||||
* | @- Fixed a bug which made readdir() unusable in some systems. (Jani) | foobar | 2000-11-28 | 1 | -6/+6 |
| | | | | | # Bug report: #7390 | ||||
* | A field of mines | Sascha Schumann | 2000-11-28 | 1 | -1/+1 |
| | | | | | Submitted by: jon@csh.rit.edu | ||||
* | Add a note about what a missing const specifier does mean in the context | Sascha Schumann | 2000-11-27 | 1 | -0/+5 |
| | | | | | of the request_info structure. | ||||
* | Move build-defs.h(.in) and php_config.h to main | Sascha Schumann | 2000-11-27 | 1 | -0/+82 |
| | |||||
* | Very initial work on chunked output buffering. It's really unoptimized at | Zeev Suraski | 2000-11-23 | 3 | -9/+41 |
| | | | | | | this time, and it can crash under some circumstances, but that's the concept... | ||||
* | Return the exit status from php_execute_script() | Sascha Schumann | 2000-11-22 | 2 | -4/+7 |
| | |||||
* | removing compiler warning by including credits.h | Frank M. Kromann | 2000-11-20 | 1 | -0/+1 |
| | |||||
* | PHP does not care about inline at all, so get rid of this block. | Sascha Schumann | 2000-11-17 | 1 | -7/+0 |
| | |||||
* | - Import Jade Nicoletti's transparent gzip encoding support as an output | Zeev Suraski | 2000-11-13 | 4 | -6/+20 |
| | | | | | | | handler. Works quite nicely! - Fix buglets in output buffering - Add output_handler INI directive | ||||
* | Prototype corrected. | Kristian Köhntopp | 2000-11-12 | 1 | -2/+2 |
| | |||||
* | fix for #7756 and #6743 : fatal error on 'include("")' instead of warning | Hartmut Holzgraefe | 2000-11-11 | 1 | -8/+3 |
| | | | | | (+ some cleanup) | ||||
* | win32 sapi symbol export fixes | Daniel Beulshausen | 2000-11-07 | 2 | -3/+3 |
| | |||||
* | @- In CGI mode, $HTTP_SERVER_VARS now includes all of the environment variables | Zeev Suraski | 2000-11-07 | 3 | -10/+10 |
| | | | | | @ as well (Zeev) | ||||
* | cookie_data may also be modified... | Zeev Suraski | 2000-11-07 | 1 | -1/+1 |
| | |||||
* | zend_hash_find() treats this argument as const, but fails to declare | Sascha Schumann | 2000-11-06 | 1 | -1/+1 |
| | | | | | the function properly. | ||||
* | - When mode is specified the flag is a don't care | Andi Gutmans | 2000-11-02 | 2 | -5/+6 |
| | |||||
* | - Missed one of the php_checkuid() places | Andi Gutmans | 2000-11-02 | 1 | -1/+1 |
| | |||||
* | - Use CHECKUID_* #define's instead of cryptic numbers in php_checkuid() | Andi Gutmans | 2000-11-02 | 1 | -4/+4 |
| | | | | | | - I did not test for validity of the actual php_checkuid() calls and there - might be mistakes in the previous code. | ||||
* | - Fixed a bug that caused PHP not to properly flush its output buffer, if more | Zeev Suraski | 2000-11-02 | 1 | -23/+21 |
| | | | | | than one output buffer was used | ||||
* | Const'ify part of sapi_request_info. | Sascha Schumann | 2000-11-02 | 5 | -15/+15 |
| | | | | | | query_string, post_data, path_translated, request_uri, auth_user, auth_password and argv0 are modified, so they cannot become const. | ||||
* | Namespace protect mergesort (caused conflict on Darwin). | Sascha Schumann | 2000-11-02 | 2 | -2/+2 |
| | |||||
* | Fix a few warnings | Zeev Suraski | 2000-11-02 | 4 | -72/+104 |
| | |||||
* | - Define the different possible modes for readibility and use in the rest | Andi Gutmans | 2000-11-01 | 2 | -34/+50 |
| | | | | | - of PHP | ||||
* | - In function declerations the opening { should be on a new line | Andi Gutmans | 2000-11-01 | 1 | -1/+2 |
| | |||||
* | mode_t fixes | Zeev Suraski | 2000-10-31 | 1 | -1/+0 |
| | |||||
* | generalization of image handling in phpinfo | Hartmut Holzgraefe | 2000-10-31 | 1 | -14/+78 |
| | |||||
* | - Fix phpinfo() | Zeev Suraski | 2000-10-31 | 1 | -1/+1 |
| | | | | | - Fix non-thread-safe build | ||||
* | Fix memory_limit build problem | Zeev Suraski | 2000-10-31 | 1 | -1/+1 |
| | |||||
* | removed some bogus code | Hartmut Holzgraefe | 2000-10-31 | 1 | -9/+5 |
| | |||||
* | - Complete the move to the new INI parser. (Side effect: at last, people | Zeev Suraski | 2000-10-30 | 6 | -625/+221 |
| | | | | | can finally have spaces and tabs in their extension statements...) | ||||
* | Remove empty temp file on failed upload | Stanislav Malyshev | 2000-10-30 | 1 | -1/+4 |
| | |||||
* | Move browscap code to the new modular INI parser | Zeev Suraski | 2000-10-29 | 1 | -135/+5 |
| | |||||
* | Use the new INI parser for parse_ini_str() | Zeev Suraski | 2000-10-29 | 3 | -37/+7 |
| | | | | | - parse_ini_str() is now thread-safe, and supported under Windows (Zeev) | ||||
* | Add php_handle_aborted_connection() | Sascha Schumann | 2000-10-29 | 2 | -0/+12 |
| | | | | | Call this from your SAPI module to signal an aborted connection. | ||||
* | Fix Windows build | Zeev Suraski | 2000-10-29 | 1 | -1/+1 |
| | |||||
* | Initial steps to move the INI mechanism to the Zend engine | Zeev Suraski | 2000-10-29 | 4 | -596/+55 |
| | |||||
* | update my email. | Thies C. Arntzen | 2000-10-29 | 1 | -1/+1 |
| | |||||
* | - URL-opened files now store the HTTP response header in $http_response_header | Zeev Suraski | 2000-10-28 | 1 | -6/+8 |
| | | | | | - Some layout updates | ||||
* | Kill compiler warning. | Frank M. Kromann | 2000-10-27 | 1 | -1/+1 |
| | |||||
* | Initialize auth_(user|password) to NULL, if data was not suitable. | Sascha Schumann | 2000-10-27 | 1 | -0/+4 |
| | |||||
* | Utility function for sapi modules (it is not in SAPI.c, because it | Sascha Schumann | 2000-10-27 | 2 | -0/+26 |
| | | | | | relies on php_base64_encode). | ||||
* | Move some code to php_handle_special_queries(). | Sascha Schumann | 2000-10-26 | 2 | -11/+18 |
| | |||||
* | Move some initialization code from php_execute_script() to | Sascha Schumann | 2000-10-26 | 1 | -4/+5 |
| | | | | | | | php_request_startup() where it should be. AFAICT, it does not cause any problems, but please it test it with your favorite SAPI module. | ||||
* | Add sapi_add_header_ex, which lets you specify whether you want | Sascha Schumann | 2000-10-26 | 2 | -2/+6 |
| | | | | | to add or replace a header. | ||||
* | Protect us from Apache 2.0's pcre-posix stuff | Sascha Schumann | 2000-10-26 | 1 | -0/+3 |
| |