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 | ||||
* | remove temporary resources immediately | Harald Radi | 2002-05-02 | 2 | -34/+44 |
| | | | | | | | return value fix #thanks to alan for 'remote debugging' | ||||
* | - 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 |
| | |||||
* | Move Content-Length: header handling from zlib.c to output.c | Yasuo Ohgaki | 2002-05-02 | 1 | -18/+3 |
| | | | | | | When output buffer is enabled and header can be sent, Content-Length: header is added always from now on. | ||||
* | - 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 | ||||
* | - 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. | ||||
* | 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 |
| | |||||
* | Touch file | Sascha Schumann | 2002-04-30 | 1 | -1/+1 |
| | |||||
* | reverting the cursor change as it seems to break many ODBC drivers. | Dan Kalowsky | 2002-04-30 | 1 | -2/+2 |
| | |||||
* | fixed compile warning with Visual C++. | Rui Hirokawa | 2002-04-30 | 2 | -10/+10 |
| | |||||
* | added simplified chinese, traditional chinese, korean support to mbstring. ↵ | Rui Hirokawa | 2002-04-30 | 14 | -9/+26336 |
| | | | | Note that this feature is experimental. | ||||
* | ZE2 compatibility fix | Stanislav Malyshev | 2002-04-30 | 1 | -6/+7 |
| | |||||
* | ZE2 compatibility fixes | Stanislav Malyshev | 2002-04-30 | 1 | -2/+4 |
| | |||||
* | revert last bogus change. There is bug in is_file() | foobar | 2002-04-30 | 1 | -1/+1 |
| | |||||
* | - added function domxml_parser_set_keep_blanks() | Uwe Steinmann | 2002-04-30 | 2 | -0/+17 |
| | |||||
* | Adding missing files to project | Frank M. Kromann | 2002-04-30 | 1 | -0/+12 |
| | |||||
* | Fix ZTS build. | Sebastian Bergmann | 2002-04-30 | 1 | -4/+4 |
| | |||||
* | Use ftok for message queue key. | Wez Furlong | 2002-04-30 | 1 | -2/+3 |
| | |||||
* | Make use of new flag so that we can buffer http headers when we know that | Wez Furlong | 2002-04-30 | 1 | -5/+8 |
| | | | | | the stream is not intended to be used in require/include. | ||||
* | Implement user-space funtions to operate on stream contexts. | Wez Furlong | 2002-04-30 | 3 | -12/+125 |
| | |||||
* | Fix is_file test. | Wez Furlong | 2002-04-30 | 1 | -1/+1 |
| | | | | | # Is there a good reason for having the actual test in an include file?? | ||||
* | Never add libraries without checking that they exist and can be linked. | foobar | 2002-04-29 | 1 | -2/+3 |
| | |||||
* | RETURN_NULL() is defined with braces while RETURN_TRUE | Harald Radi | 2002-04-29 | 2 | -22/+22 |
| | | | | | | and RETURN_FALSE are defined without. seems not very consistent ? | ||||
* | Add comments for the fix | Stanislav Malyshev | 2002-04-29 | 1 | -0/+2 |
| | |||||
* | Fix here too | Stanislav Malyshev | 2002-04-29 | 1 | -1/+1 |
| | |||||
* | functions returned FALSE in case of error and the oo api returned NULL. | Harald Radi | 2002-04-29 | 2 | -22/+22 |
| | | | | | make them both behave equal (return NULL, as FALSE can be a valid value). | ||||
* | Yet another serialization fix - for incomplete class | Stanislav Malyshev | 2002-04-29 | 1 | -2/+4 |
| | |||||
* | Make it possible to use recode 3.5 too. (happy now Wez? :) | foobar | 2002-04-29 | 2 | -4/+23 |
| | |||||
* | - Fix WS and CS a bit | Markus Fischer | 2002-04-29 | 1 | -107/+108 |
| | |||||
* | - Store last errno in the module global 'last_error' implicitely | Markus Fischer | 2002-04-29 | 2 | -21/+50 |
| | | | | | | | | | | - Set the global 'last_error' explicitely for functions which can't return an error withing a single socket context (socket_create and socket_select) - Modified socket_last_error() to return global modules last error if no socket resource is given - Added a couple of more E_WARNING messages in case something goes foobar so the user isn't left alone in the dark. | ||||
* | Slightly alter the signature of msg_send and msg_receive so that error | Wez Furlong | 2002-04-29 | 2 | -25/+49 |
| | | | | | codes and serialized "false" messages can be distinguished. | ||||
* | shlib suffix was not defind and rint() was not found without -lm. | Rui Hirokawa | 2002-04-29 | 1 | -1/+2 |
| | |||||
* | Touch generated file | Sascha Schumann | 2002-04-28 | 1 | -1/+1 |
| | | | | | # is it really so hard to remember this? | ||||
* | Fix couple of nasty serializer bugs: | Stanislav Malyshev | 2002-04-28 | 3 | -157/+187 |
| | | | | | | | | | | | | | a) When array unserializer encounters less data than it expects (like: a:1:{}) it crashes. I don't understand exactly why it does, but the fact is it does. So now it should catch "}" and bail out. b) When array/object data are serialized, the count is written by hash count. However, it can be that in-loop check fails and less data than expected will then be written into the array. Which, due to a), would crash on unserialize. So now it will write empty entries in place of entries it cannot serialize (the other choice would be make two passes on the data, which I don't like). | ||||
* | timestamp | Thies C. Arntzen | 2002-04-28 | 1 | -1/+1 |
| |