summaryrefslogtreecommitdiff
path: root/ext/sockets/php_sockets.h
Commit message (Expand)AuthorAgeFilesLines
...
* Nuke unused codefoobar2005-02-141-4/+0
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
* Remove all vector based functions for the following reasons:Jason Greene2003-08-161-17/+0
* rename SOCKET to PHP_SOCKET to avoid conflicts with MonoSterling Hughes2003-06-171-2/+4
* updating license information in the headers.James Cox2003-06-101-3/+3
* Fixed compiler warnings.Ilia Alshanetsky2003-05-281-0/+2
* CS cleanup + NS protection for some functions (used only in sockets.c btw)foobar2003-04-171-3/+4
* Better ifdef it out here toofoobar2003-04-051-0/+2
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* Fix proto and #20137Sander Roobol2002-10-281-1/+1
* Fix thread safety issueJason Greene2002-09-301-1/+4
* - Rename setopt and getopt to set_option and get_option, provide alias.Markus Fischer2002-05-011-2/+2
* - Store last errno in the module global 'last_error' implicitelyMarkus Fischer2002-04-291-4/+6
* Sockets Rework Patch 3 of 3Jason Greene2002-03-061-11/+0
* Socket Rework Patch 2Jason Greene2002-03-061-0/+2
* Added some consts for arguments in network.c declarations. MovedStig Venaas2002-01-061-5/+0
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* Include <sys/socket.h> for 'struct sockaddr'.Jon Parise2001-11-061-1/+3
* Remove prototype warnings under linux.Markus Fischer2001-11-011-0/+7
* make this function staticDaniel Beulshausen2001-11-011-4/+0
* - convert to use new zend_parse_parameters APIDaniel Beulshausen2001-11-011-1/+6
* Force proper alignment of php_sockaddr_storage. Sparc will throwSascha Schumann2001-09-261-1/+2
* Much better fix for non forte compilers on Solaris.Jason Greene2001-09-041-1/+1
* fix recently discovered api flawsDaniel Beulshausen2001-07-251-9/+18
* Fix compile warning.Sterling Hughes2001-05-211-1/+2
* update sockets to work with winsock as wellDaniel Beulshausen2001-05-171-43/+52
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
* - Fix the handling of resource entriesSterling Hughes2000-12-031-3/+1
* Added ini entry for choosing whether to use the read() wrapper or directlyChris Vandomelen2000-10-221-0/+1
* make ZTS mode compileThies C. Arntzen2000-09-071-1/+1
* A Whole buncha stuff, mostly bug fixing...Sterling Hughes2000-08-201-26/+12
* * php4/ext/sockets.c, php4/ext/php_sockets.h:Chris Vandomelen2000-07-081-2/+16
* Identifiers which begin with an underscore are reserved. ChangedSascha Schumann2000-07-031-3/+3
* * Makefile.inChris Vandomelen2000-07-031-0/+110