Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | socket_write() should just use the standard socket error macro so that ↵ | Jason Greene | 2002-05-02 | 1 | -2/+1 |
| | | | | errors will be consistent if the macro ever changes | ||||
* | Fix build. | Sebastian Bergmann | 2002-05-02 | 1 | -2/+2 |
| | |||||
* | updated cgi warning notice. | James Cox | 2002-05-02 | 1 | -0/+2 |
| | |||||
* | Update comment | Zeev Suraski | 2002-05-02 | 1 | -4/+8 |
| | |||||
* | 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. | ||||
* | remove temporary resources immediately | Harald Radi | 2002-05-02 | 2 | -34/+44 |
| | | | | | | | return value fix #thanks to alan for 'remote debugging' | ||||
* | Readd warning | Sascha Schumann | 2002-05-02 | 1 | -0/+6 |
| | | | | | | | If Mr. Taskinen feels like removing it again, he can commence a discussion. Otherwise, I'll personally disable his CVS account immediately. | ||||
* | in6addr_any is defined as extern in IRIX header files, but is not actually | Sascha Schumann | 2002-05-02 | 1 | -3/+3 |
| | | | | | | | | | | contained in any library (sigh). Make this check fail, if the link stage does not succeed. Also avoid GCC optimization which drops the reference to ip6addr_any. Tested on IRIX 6.5.15. | ||||
* | - Add Zend API No. to phpinofo() output | Derick Rethans | 2002-05-02 | 1 | -0/+6 |
| | |||||
* | Stop the search when the libs are found. | foobar | 2002-05-02 | 1 | -1/+2 |
| | |||||
* | Install pear.bat | Tomas V.V.Cox | 2002-05-02 | 1 | -0/+1 |
| | | | | | # Please Windows hackers test the pear installer support! | ||||
* | I could swear it worked the other way before I committed. | Sebastian Bergmann | 2002-05-02 | 2 | -7/+7 |
| | |||||
* | untabify | Tomas V.V.Cox | 2002-05-02 | 1 | -23/+23 |
| | |||||
* | englishify. | James Cox | 2002-05-02 | 1 | -2/+2 |
| | |||||
* | Add config.w32.h. | Sebastian Bergmann | 2002-05-02 | 0 | -0/+0 |
| | |||||
* | Oops. | Sebastian Bergmann | 2002-05-02 | 1 | -9/+9 |
| | |||||
* | Fugbix typos. | Sebastian Bergmann | 2002-05-02 | 1 | -1/+1 |
| | |||||
* | The Windows build can now be configures more comfortably, for instance in ↵ | Sebastian Bergmann | 2002-05-02 | 4 | -27/+115 |
| | | | | regard to built-in extensions. | ||||
* | Remove bogus warning. | foobar | 2002-05-02 | 1 | -5/+0 |
| | |||||
* | Sync with PHP_4_2_0 branch. | foobar | 2002-05-02 | 1 | -6/+8 |
| | |||||
* | Fixed header output. Only need to output header when it is actually sent to ↵ | Yasuo Ohgaki | 2002-05-02 | 1 | -3/+3 |
| | | | | client. | ||||
* | Revert the previous commit (revision 1.40). | Jon Parise | 2002-05-02 | 1 | -1/+1 |
| | | | | | | | | | | @bindir@ ended up becoming '${exec_prefix}' (literally) on my system (FreeBSD 4.5), thus producing a broken shebang line. @prefix@ works fine for me here. If @bindir@ is indeed preferred, the substitution problem noted above needs to be resolved before the change is reapplied. | ||||
* | 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... | ||||
* | Modify NEWS entry for Content-Length header change | Yasuo Ohgaki | 2002-05-02 | 1 | -1/+1 |
| | |||||
* | Move Content-Length: header handling from zlib.c to output.c | Yasuo Ohgaki | 2002-05-02 | 2 | -18/+16 |
| | | | | | | When output buffer is enabled and header can be sent, Content-Length: header is added always from now on. | ||||
* | NEWS update | 2002-05-02 | 1 | -0/+5 | |
| | |||||
* | ChangeLog update | 2002-05-02 | 1 | -0/+81 | |
| | |||||
* | - Fix String is not zero-terminated error in base64_decode | Derick Rethans | 2002-05-01 | 1 | -1/+1 |
| | |||||
* | - Update protos for socket_read() and socket_write(). | Markus Fischer | 2002-05-01 | 1 | -3/+3 |
| | | | | | - Set last_error in socket_write(). | ||||
* | - Update protos for getpeer/getsock-name. | Markus Fischer | 2002-05-01 | 1 | -2/+2 |
| | |||||
* | Fix BYREF_FORCE that was not being read | Jason Greene | 2002-05-01 | 1 | -2/+2 |
| | | | | | Fix error message | ||||
* | Add a big disclaimer regarding register_globals. It just bit me again | Sascha Schumann | 2002-05-01 | 1 | -0/+6 |
| | | | | | but now on a live customer site :-/ | ||||
* | - Rename setopt and getopt to set_option and get_option, provide alias. | Markus Fischer | 2002-05-01 | 2 | -8/+13 |
| | |||||
* | - Fix couple of problems with socket_create_pair(): | Markus Fischer | 2002-05-01 | 1 | -8/+12 |
| | | | | | | | | | | - Force fourth argument to be passed by reference - Since the argument is modified there is no need to force it to be an array since it's destroyed anyway - Only modify the argument if socketpair() was successfully - Fix string modified for error message message - Set global last_error when socketpair() fails | ||||
* | - Add SOMAXCONN constant. | Markus Fischer | 2002-05-01 | 1 | -0/+1 |
| | |||||
* | Fix for #16885 | Wez Furlong | 2002-05-01 | 1 | -0/+2 |
| | |||||
* | Probable fix for #16940. | Wez Furlong | 2002-05-01 | 1 | -3/+6 |
| | |||||
* | - WS fixes | Markus Fischer | 2002-05-01 | 1 | -9/+9 |
| | |||||
* | Changed socket_select to force reference copy, the older code would modify ↵ | Jason Greene | 2002-05-01 | 1 | -1/+5 |
| | | | | | | | | | | | | | all references @Fixed a bug in socket_select() that could cause unexpected behavior when using a statement @ like $w=$e=array($sock); @This change unfortunately prevents the use of constant values(NULL) for the socket array paramaters. @Instead use a temporary variable or an expression with the leftmost member being a temporary variable. @ ex. socket_select($w, $r, $e=NULL, 10); Also fix small memory leak. | ||||
* | ChangeLog update | 2002-05-01 | 2 | -0/+133 | |
| | |||||
* | ZE2 compatibility fixes | Harald Radi | 2002-04-30 | 1 | -8/+8 |
| | |||||
* | - Forgot to update proto | Markus Fischer | 2002-04-30 | 1 | -1/+1 |
| | |||||
* | - Allow resetting the module global last_error too. | Markus Fischer | 2002-04-30 | 1 | -6/+9 |
| | |||||
* | More unused variables. | Sebastian Bergmann | 2002-04-30 | 2 | -6/+6 |
| | |||||
* | Fix ZE1 build | Stanislav Malyshev | 2002-04-30 | 1 | -2/+2 |
| | |||||
* | Fix ZTS build. Remove unused variables. | Sebastian Bergmann | 2002-04-30 | 1 | -4/+4 |
| | |||||
* | Add missing #define's. | Sebastian Bergmann | 2002-04-30 | 1 | -0/+4 |
| | |||||
* | # fooblah | Harald Radi | 2002-04-30 | 1 | -0/+6 |
| | |||||
* | Add new ext/mbstring/mbfilter_*.c files. | Sebastian Bergmann | 2002-04-30 | 2 | -0/+24 |
| |