summaryrefslogtreecommitdiff
path: root/ext/sockets/config.m4
Commit message (Expand)AuthorAgeFilesLines
* - Fixed bug #65923 (ext/socket assumes AI_V4MAPPED is defined)Felipe Pena2013-11-301-4/+17
* Refactoring: move stuff to new conversions.cGustavo Lopes2013-02-021-1/+1
* Wrap recvmsg() and sendmsg()Gustavo Lopes2013-02-021-1/+1
* - Fixed bug #62025 (__ss_family was changed on AIX 5.3)Felipe Pena2012-05-201-0/+15
* - Fixed build on Solaris.Gustavo André dos Santos Lopes2011-04-301-2/+2
* - Added multicast support to the sockets extension (bug #40510).Gustavo André dos Santos Lopes2011-03-141-2/+2
* Share the php_sockets.h headerMikko Koppanen2009-12-271-0/+1
* MFB: sockepair is not always availableJani Taskinen2007-07-221-4/+1
* Make php_set_inet6_addr happy with any environment. Use getaddrinfo() if ava...Sara Golemon2003-07-081-0/+3
* - Correct stray commitDerick Rethans2003-06-191-1/+1
* enable sockets by default.Sterling Hughes2003-06-191-1/+1
* - Checks specific to some extension belong in the extension's config.m4foobar2003-04-041-0/+11
* Fix bug: #19212foobar2002-09-041-1/+1
* As far as I can tell, the AC_CHECK_MEMBER could not succeed,Sascha Schumann2002-05-121-5/+10
* Fix build on IRIX for both mips and gccJason Greene2002-05-121-0/+1
* extension converted automatically to PHP_NEW_EXTENSION. Manually confirmedSascha Schumann2002-03-121-1/+1
* Unified the configure messages.foobar2001-11-301-1/+2
* Fix the compile problem on some systems that do not have hstrerror()foobar2001-06-121-0/+1
* Cleaned up a bit. Removed some checks for header files that arefoobar2001-04-041-26/+2
* Corrected some bugs dealing with compile failures (should now compileChris Vandomelen2000-10-221-1/+0
* Clean up the alignment of configure --help outputRasmus Lerdorf2000-10-021-2/+2
* Use AC_CHECK_HEADERS(unistd.h) insteadRasmus Lerdorf2000-07-031-1/+1
* * Makefile.inChris Vandomelen2000-07-031-0/+38