Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | Share the php_sockets.h header | Mikko Koppanen | 2009-12-27 | 1 | -0/+2 |
| | | | | | Share php_sockets_le_socket_name | ||||
* | - Fix build for !win32 systems.. | Jani Taskinen | 2009-09-10 | 1 | -2/+2 |
| | |||||
* | Fixed ext/sockets build | Kalle Sommer Nielsen | 2009-09-08 | 1 | -1/+1 |
| | |||||
* | - #49464, fix build | Pierre Joye | 2009-09-04 | 1 | -1/+3 |
| | |||||
* | export le_socket from ext/sockets | Antony Dovgal | 2009-08-31 | 1 | -0/+2 |
| | |||||
* | - This is PHP 6 - if this ... ever gets out | Marcus Boerger | 2009-03-10 | 1 | -1/+1 |
| | |||||
* | Windows support for stream_socket_pair(), by moving the socketpair() ↵ | Kalle Sommer Nielsen | 2009-01-23 | 1 | -1/+8 |
| | | | | implementation from ext/sockets to win32/ | ||||
* | Renable socket_create_pair() on Windows | Kalle Sommer Nielsen | 2009-01-01 | 1 | -1/+1 |
| | | | | | | # ext/sockets have its own implementation of socketpair(), perhaps we should move it # to the core. This will make stream_socket_pair() available on Windows aswell | ||||
* | Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | MFB: remove unused PHP_EXTNAME_API macros. | Nuno Lopes | 2008-01-03 | 1 | -2/+0 |
| | | | | | #in preparation for the gcc 4 visibility patch | ||||
* | Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | - Fixed bug #21197 (socket_read() outputs error with PHP_NORMAL_READ) | Jani Taskinen | 2007-07-22 | 1 | -1/+2 |
| | |||||
* | MFB: sockepair is not always available | Jani Taskinen | 2007-07-22 | 1 | -0/+2 |
| | |||||
* | MFB | Ilia Alshanetsky | 2007-05-28 | 1 | -1/+0 |
| | |||||
* | MFB: Add missing ifdefs | Hannes Magnusson | 2007-01-10 | 1 | -0/+2 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | Nuke unused code | foobar | 2005-02-14 | 1 | -4/+0 |
| | |||||
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 1 | -2/+2 |
| | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | ||||
* | Remove all vector based functions for the following reasons: | Jason Greene | 2003-08-16 | 1 | -17/+0 |
| | | | | | | | | | | - This solves alot of platform compatibility problems - The possible security issue of allocating an incredibly large vector pool is prevented - They are of little to no benefit in a high level language - 99% of all things done with these functions can be done using sendto/recvfrom | ||||
* | rename SOCKET to PHP_SOCKET to avoid conflicts with Mono | Sterling Hughes | 2003-06-17 | 1 | -2/+4 |
| | |||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | Fixed compiler warnings. | Ilia Alshanetsky | 2003-05-28 | 1 | -0/+2 |
| | |||||
* | CS cleanup + NS protection for some functions (used only in sockets.c btw) | foobar | 2003-04-17 | 1 | -3/+4 |
| | |||||
* | Better ifdef it out here too | foobar | 2003-04-05 | 1 | -0/+2 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | Fix proto and #20137 | Sander Roobol | 2002-10-28 | 1 | -1/+1 |
| | |||||
* | Fix thread safety issue | Jason Greene | 2002-09-30 | 1 | -1/+4 |
| | |||||
* | - Rename setopt and getopt to set_option and get_option, provide alias. | Markus Fischer | 2002-05-01 | 1 | -2/+2 |
| | |||||
* | - Store last errno in the module global 'last_error' implicitely | Markus Fischer | 2002-04-29 | 1 | -4/+6 |
| | | | | | | | | | | - 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. | ||||
* | Sockets Rework Patch 3 of 3 | Jason Greene | 2002-03-06 | 1 | -11/+0 |
| | | | | | | | Nuked all fd code Rewrote socket_select to use arrays instead of the fd code (This has the side-effect of fixing quite a few bugs) | ||||
* | Socket Rework Patch 2 | Jason Greene | 2002-03-06 | 1 | -0/+2 |
| | | | | | | | | | | | Redesigned socket_recv() as outlined on php-dev Modified socket_last_error() to no longer clear the error Added socket_clear_error() Fixed socket_set_nonblock() Added socket_set_block() Fixed a proto Saved 1 byte of RAM : ) | ||||
* | Added some consts for arguments in network.c declarations. Moved | Stig Venaas | 2002-01-06 | 1 | -5/+0 |
| | | | | | | php_sockaddr_storage to php_network.h and added check for struct sockaddr_storage | ||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | Include <sys/socket.h> for 'struct sockaddr'. | Jon Parise | 2001-11-06 | 1 | -1/+3 |
| | | | | | # This fixes my FreeBSD build. | ||||
* | Remove prototype warnings under linux. | Markus Fischer | 2001-11-01 | 1 | -0/+7 |
| | |||||
* | make this function static | Daniel Beulshausen | 2001-11-01 | 1 | -4/+0 |
| | |||||
* | - convert to use new zend_parse_parameters API | Daniel Beulshausen | 2001-11-01 | 1 | -1/+6 |
| | | | | | | | - unify errormessages + add socket_last_error() - fix linklibrary under windows - some streamlining | ||||
* | Force proper alignment of php_sockaddr_storage. Sparc will throw | Sascha Schumann | 2001-09-26 | 1 | -1/+2 |
| | | | | | a SIGBUS, when accessing the family part of a char-aligned structure. | ||||
* | Much better fix for non forte compilers on Solaris. | Jason Greene | 2001-09-04 | 1 | -1/+1 |
| | | | | | | Removed pragma hack. Renamed socket struct to bsd_socket. | ||||
* | fix recently discovered api flaws | Daniel Beulshausen | 2001-07-25 | 1 | -9/+18 |
| | | | | | | | - nuke first parameter to socket_select (detemine it ourself) - swap parameters for socket_fd_set, socket_fd_clear & socket_fd_isset - allow to pass an array of sockets to socket_fd_set + socket_fd_clear | ||||
* | Fix compile warning. | Sterling Hughes | 2001-05-21 | 1 | -1/+2 |
| | |||||
* | update sockets to work with winsock as well | Daniel Beulshausen | 2001-05-17 | 1 | -43/+52 |
| | |||||
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| | |||||
* | - Fix the handling of resource entries | Sterling Hughes | 2000-12-03 | 1 | -3/+1 |
| | | | | | - Fix the fd_dealloc() function | ||||
* | Added ini entry for choosing whether to use the read() wrapper or directly | Chris Vandomelen | 2000-10-22 | 1 | -0/+1 |
| | | | | | | | calling the read() system call. # Some people were commenting about "oddities" in the wrapper that I hadn't # noticed before, though I've used it in many places before now.. | ||||
* | make ZTS mode compile | Thies C. Arntzen | 2000-09-07 | 1 | -1/+1 |
| | |||||
* | A Whole buncha stuff, mostly bug fixing... | Sterling Hughes | 2000-08-20 | 1 | -26/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | - Make constants case-sensitive, conforming with the rest of PHP & the C API. - Make module compatible with thread safety features. - open_listen_sok() -> open_listen_sock() - Remove ext_skel comments - Get rid of the ZVAL macro and replace with the correct Z_*_* macros - declare all functions local to the file as static. - Remove empty PHP_MSHUTDOWN() function. - Removed confirm_sockets_compiled() - Changed RETVAL_* macro's to RETURN_* macro's eliminating errors with incorrect return values and a potential leak/crash or two. - functions that return void, actually return void - Replaced 'long' in the prototypes with 'int' - Fixed fd_zero() function, it gave a WRONG_PARAM_COUNT when you gave it the proper parameter count. - Changed the way an arbitrary number of parameters were accessed from build_iovec() to use the Zend API. - Added socketpair() and shutdown() functions. |