| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Change nest level to send Content-Length again. It seems this is the | Yasuo Ohgaki | 2002-05-02 | 1 | -2/+11 |
| | | | | | | | | | | | | | | | | | best setting for now. PHP will not send Content-Length always. It only sends when it is possible to send. output_buffer=0 is supposed to disable chunked output, but it seems it does not disable. It also behaves a litte strange way. This should be addressed someday. It is possible Content-Length header is not set. If it happens, try to increase chunk size for now. (i.e. output_buffer=40960) I included a little debug code for me and other develpers to play with, when (NestLevel==1 && ObStatus==5), PHP sends Content-Length. | ||||
| * | The Windows build can now be configures more comfortably, for instance in ↵ | Sebastian Bergmann | 2002-05-02 | 1 | -0/+0 |
| | | | | | regard to built-in extensions. | ||||
| * | Fixed header output. Only need to output header when it is actually sent to ↵ | Yasuo Ohgaki | 2002-05-02 | 1 | -3/+3 |
| | | | | | client. | ||||
| * | Check buffer status | Yasuo Ohgaki | 2002-05-02 | 1 | -1/+2 |
| | | |||||
| * | Make Content-Type output always correct. | Yasuo Ohgaki | 2002-05-02 | 2 | -3/+4 |
| | | | | | | # Flushing buffer is needed to be fixed properly anyway... | ||||
| * | Move Content-Length: header handling from zlib.c to output.c | Yasuo Ohgaki | 2002-05-02 | 1 | -0/+13 |
| | | | | | | | When output buffer is enabled and header can be sent, Content-Length: header is added always from now on. | ||||
| * | Add missing #define's. | Sebastian Bergmann | 2002-04-30 | 1 | -0/+4 |
| | | |||||
| * | Remove debug code that should not have been committed. | Wez Furlong | 2002-04-30 | 1 | -7/+0 |
| | | | | | | # I must apologize for the quality of my commits tonight... | ||||
| * | Remove this; it should not have been commited | Wez Furlong | 2002-04-30 | 1 | -3/+2 |
| | | |||||
| * | revert... | Wez Furlong | 2002-04-30 | 1 | -6/+0 |
| | | |||||
| * | Implement context option setting API. | Wez Furlong | 2002-04-30 | 4 | -7/+76 |
| | | | | | | | | Add/amend debugging code for sockets. Add a flag that will help the http wrapper optimize itself when it is not being used for include/require. | ||||
| * | Enable bundled build of ext/ctype and ext/mbstring on Win32. | Sebastian Bergmann | 2002-04-28 | 2 | -5/+18 |
| | | |||||
| * | already defined in zend_config.win32.h | Harald Radi | 2002-04-25 | 1 | -2/+0 |
| | | |||||
| * | Init output_start_* to avoid "output started at ZZZZZ" messages | Stanislav Malyshev | 2002-04-24 | 1 | -0/+2 |
| | | | | | | | (which may result when output started while zend is neither compiling nor executing - e.g., when file upload fails). | ||||
| * | Changed the error for 'no upload' to E_NOTICE so that it doesn't | foobar | 2002-04-23 | 1 | -3/+4 |
| | | | | | | | | pollute the logs too much. @- Fixed possible crash bug in HTTP uploads. (Patch: Lucas Schroeder) | ||||
| * | Make scheme part decoding rfc2396 compliant. | Wez Furlong | 2002-04-19 | 2 | -5/+5 |
| | | | | | | | Change zlib:// and bzip2:// to compress.zlib:// and compress.bzip2:// Tidy up old socket/network code/comments. | ||||
| * | Avoid defining/using S_ISDIR macro. | Yasuo Ohgaki | 2002-04-19 | 1 | -5/+1 |
| | | |||||
| * | Allow for PCRE to be disabled. | Sebastian Bergmann | 2002-04-18 | 1 | -16/+20 |
| | | |||||
| * | Conditionally include mbstring.h. | Sebastian Bergmann | 2002-04-18 | 1 | -0/+2 |
| | | |||||
| * | Add HAVE_CALENDAR, HAVE_COM, HAVE_SESSION and HAVE_TOKENIZER to ↵ | Sebastian Bergmann | 2002-04-18 | 2 | -1/+29 |
| | | | | | enable/disable these extensions, respectively. It is now possible to build PHP on Win32 with just ext/standard and ext/pcre. The latter is needed by the former, because at least the aggregation functions use PCRE. | ||||
| * | Some cleanup for the Win32 build configuration. | Sebastian Bergmann | 2002-04-18 | 1 | -183/+48 |
| | | |||||
| * | Whitespace fixes. | Sebastian Bergmann | 2002-04-17 | 1 | -21/+18 |
| | | |||||
| * | Only include php_bcmath.h when WITH_BCMATH=true. | Sebastian Bergmann | 2002-04-17 | 1 | -0/+2 |
| | | |||||
| * | Give HAVE_MYSQL meaning on Win32. | Sebastian Bergmann | 2002-04-17 | 1 | -0/+4 |
| | | |||||
| * | Give HAVE_UODBC meaning on Win32. | Sebastian Bergmann | 2002-04-17 | 1 | -0/+4 |
| | | |||||
| * | Give HAVE_LIBEXPAT and HAVE_WDDX meaning on Win32. | Sebastian Bergmann | 2002-04-17 | 1 | -2/+10 |
| | | |||||
| * | Give HAVE_FTP meaning on Win32. | Sebastian Bergmann | 2002-04-17 | 1 | -0/+4 |
| | | |||||
| * | Remove bogus includes. | Sebastian Bergmann | 2002-04-17 | 1 | -2/+0 |
| | | |||||
| * | Patch by Marcus Börger. | Sebastian Bergmann | 2002-04-17 | 1 | -0/+4 |
| | | |||||
| * | SPACEs->TAB. | Sebastian Bergmann | 2002-04-17 | 1 | -1/+1 |
| | | |||||
| * | Forgot adding phpext_tokenizer_ptr. | Sebastian Bergmann | 2002-04-17 | 1 | -0/+1 |
| | | |||||
| * | Enable ext/tokenizer by default on Win32, too. Since there is no ↵ | Sebastian Bergmann | 2002-04-17 | 1 | -0/+1 |
| | | | | | HAVE_TOKENIZER flag, it cannot be turned off in config.w32.h. | ||||
| * | Always initialize wrappers, regardless of PG(allow_url_fopen). | Wez Furlong | 2002-04-16 | 3 | -60/+249 |
| | | | | | | | | | | | | | Add is_url field to wrapper structure; the stream wrapper openers will disallow opening is is_url && !PG(allow_url_fopen). Add infrastructure for stat($url) and opendir($url). Tidy up/centralize code that locates and instantiates wrappers for the various operations. Implement opendir for plain files. Make the PHP opendir and dir functions use the streams implementations. Add modelines for syntax highlighting the pear scripts in vim | ||||
| * | fix cli/cgi -c <path>|<file> | Marcus Boerger | 2002-04-16 | 1 | -1/+6 |
| | | | | | | #hope this fixes it really (works for me) | ||||
| * | Adding PHPAPI needed for exif on Win32 | Frank M. Kromann | 2002-04-15 | 4 | -4/+4 |
| | | |||||
| * | should not be there | Wez Furlong | 2002-04-15 | 1 | -1/+0 |
| | | |||||
| * | Some minor tweaks and debugging for sockets. | Wez Furlong | 2002-04-15 | 1 | -3/+30 |
| | | |||||
| * | Fix cli/cgi -c option | Yasuo Ohgaki | 2002-04-13 | 1 | -1/+1 |
| | | | | | | # I must be sleeping | ||||
| * | fix segfault | Wez Furlong | 2002-04-12 | 1 | -1/+1 |
| | | |||||
| * | CGI/CLI take file and dir for -c option by this. | Yasuo Ohgaki | 2002-04-12 | 1 | -2/+9 |
| | | | | | | @ Both 'file' and 'path to php.ini' is allowed for "-c" cli/cgi option. (Yasuo) | ||||
| * | sync with PHP_MAJOR_VERSION changes to configure.in | Wez Furlong | 2002-04-11 | 1 | -0/+4 |
| | | |||||
| * | Fix declarations (Thanks Sebastian) | Wez Furlong | 2002-04-11 | 1 | -2/+2 |
| | | |||||
| * | fix build (hopefully for BSD, too) | Marcus Boerger | 2002-04-11 | 1 | -3/+2 |
| | | |||||
| * | Implement stream context and status notification system. | Wez Furlong | 2002-04-10 | 5 | -24/+157 |
| | | | | | | | Bump the BC for zlib notice to a warning # See my RFC to php-dev a few days ago | ||||
| * | fix a warnig and an error (found by Sebastioan) | Marcus Boerger | 2002-04-10 | 2 | -2/+2 |
| | | |||||
| * | new ini setting log_errors_max_len | Marcus Boerger | 2002-04-10 | 2 | -9/+13 |
| | | | | | | | @-New ini setting log_errors_max_len controls maximum length for error @ messages. Set it to 0 for infinite. Default is 1024 (old behaviour) (Marcus) | ||||
| * | make (v)spprintf available | Marcus Boerger | 2002-04-10 | 1 | -0/+1 |
| | | |||||
| * | introducing spprintf and vspprintf | Marcus Boerger | 2002-04-10 | 2 | -0/+688 |
| | | | | | | #mail follows | ||||
| * | -preface for new vpprintf | Marcus Boerger | 2002-04-10 | 2 | -208/+234 |
| | | | | | | #reordered and renamed some functions and removed some static | ||||
| * | upload_max_filesize can only be set in php.ini | foobar | 2002-04-08 | 1 | -1/+1 |
| | | |||||
