summaryrefslogtreecommitdiff
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
* Change nest level to send Content-Length again. It seems this is theYasuo Ohgaki2002-05-021-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 Bergmann2002-05-021-0/+0
| | | | regard to built-in extensions.
* Fixed header output. Only need to output header when it is actually sent to ↵Yasuo Ohgaki2002-05-021-3/+3
| | | | client.
* Check buffer statusYasuo Ohgaki2002-05-021-1/+2
|
* Make Content-Type output always correct.Yasuo Ohgaki2002-05-022-3/+4
| | | | | # Flushing buffer is needed to be fixed properly anyway...
* Move Content-Length: header handling from zlib.c to output.cYasuo Ohgaki2002-05-021-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 Bergmann2002-04-301-0/+4
|
* Remove debug code that should not have been committed.Wez Furlong2002-04-301-7/+0
| | | | | # I must apologize for the quality of my commits tonight...
* Remove this; it should not have been commitedWez Furlong2002-04-301-3/+2
|
* revert...Wez Furlong2002-04-301-6/+0
|
* Implement context option setting API.Wez Furlong2002-04-304-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 Bergmann2002-04-282-5/+18
|
* already defined in zend_config.win32.hHarald Radi2002-04-251-2/+0
|
* Init output_start_* to avoid "output started at ZZZZZ" messagesStanislav Malyshev2002-04-241-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'tfoobar2002-04-231-3/+4
| | | | | | | pollute the logs too much. @- Fixed possible crash bug in HTTP uploads. (Patch: Lucas Schroeder)
* Make scheme part decoding rfc2396 compliant.Wez Furlong2002-04-192-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 Ohgaki2002-04-191-5/+1
|
* Allow for PCRE to be disabled.Sebastian Bergmann2002-04-181-16/+20
|
* Conditionally include mbstring.h.Sebastian Bergmann2002-04-181-0/+2
|
* Add HAVE_CALENDAR, HAVE_COM, HAVE_SESSION and HAVE_TOKENIZER to ↵Sebastian Bergmann2002-04-182-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 Bergmann2002-04-181-183/+48
|
* Whitespace fixes.Sebastian Bergmann2002-04-171-21/+18
|
* Only include php_bcmath.h when WITH_BCMATH=true.Sebastian Bergmann2002-04-171-0/+2
|
* Give HAVE_MYSQL meaning on Win32.Sebastian Bergmann2002-04-171-0/+4
|
* Give HAVE_UODBC meaning on Win32.Sebastian Bergmann2002-04-171-0/+4
|
* Give HAVE_LIBEXPAT and HAVE_WDDX meaning on Win32.Sebastian Bergmann2002-04-171-2/+10
|
* Give HAVE_FTP meaning on Win32.Sebastian Bergmann2002-04-171-0/+4
|
* Remove bogus includes.Sebastian Bergmann2002-04-171-2/+0
|
* Patch by Marcus Börger.Sebastian Bergmann2002-04-171-0/+4
|
* SPACEs->TAB.Sebastian Bergmann2002-04-171-1/+1
|
* Forgot adding phpext_tokenizer_ptr.Sebastian Bergmann2002-04-171-0/+1
|
* Enable ext/tokenizer by default on Win32, too. Since there is no ↵Sebastian Bergmann2002-04-171-0/+1
| | | | HAVE_TOKENIZER flag, it cannot be turned off in config.w32.h.
* Always initialize wrappers, regardless of PG(allow_url_fopen).Wez Furlong2002-04-163-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 Boerger2002-04-161-1/+6
| | | | | #hope this fixes it really (works for me)
* Adding PHPAPI needed for exif on Win32Frank M. Kromann2002-04-154-4/+4
|
* should not be thereWez Furlong2002-04-151-1/+0
|
* Some minor tweaks and debugging for sockets.Wez Furlong2002-04-151-3/+30
|
* Fix cli/cgi -c optionYasuo Ohgaki2002-04-131-1/+1
| | | | | # I must be sleeping
* fix segfaultWez Furlong2002-04-121-1/+1
|
* CGI/CLI take file and dir for -c option by this.Yasuo Ohgaki2002-04-121-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.inWez Furlong2002-04-111-0/+4
|
* Fix declarations (Thanks Sebastian)Wez Furlong2002-04-111-2/+2
|
* fix build (hopefully for BSD, too)Marcus Boerger2002-04-111-3/+2
|
* Implement stream context and status notification system.Wez Furlong2002-04-105-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 Boerger2002-04-102-2/+2
|
* new ini setting log_errors_max_lenMarcus Boerger2002-04-102-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 availableMarcus Boerger2002-04-101-0/+1
|
* introducing spprintf and vspprintfMarcus Boerger2002-04-102-0/+688
| | | | | #mail follows
* -preface for new vpprintfMarcus Boerger2002-04-102-208/+234
| | | | | #reordered and renamed some functions and removed some static
* upload_max_filesize can only be set in php.inifoobar2002-04-081-1/+1
|