summaryrefslogtreecommitdiff
path: root/ext/standard/tests/network
Commit message (Expand)AuthorAgeFilesLines
* Changed test case to use our new dummy MX records.Martin Jansen2010-05-251-2/+2
* Alter the getmxrr() test to use lists.php.net (which we presumably control)Adam Harvey2010-05-041-1/+1
* * Changed the way removed ini directives are shown so its easier to add new onesKalle Sommer Nielsen2010-04-126-546/+0
* - not needed anymoreJani Taskinen2009-12-101-97/+0
* - Fix test mess (testing the deprecated ini option is pointless when using th...Jani Taskinen2009-12-101-9/+4
* Fixed testsDmitry Stogov2009-09-212-2/+2
* New basic network function tests. Tested on Windows, Linux and Linux 64 bitandy wharmby2009-08-283-0/+55
* - New tests (testfest Quebec)Felipe Pena2009-05-168-0/+84
* - Fixed testsFelipe Pena2009-05-051-0/+1
* Added E_DEPRECATED startup notice (5.3 only)Kalle Sommer Nielsen2009-05-041-0/+1
* Fixed bug #47365 (ip2long() may allow some invalid values on certain 64bitIlia Alshanetsky2009-04-281-7/+7
* MFHArnaud Le Blanc2009-04-251-21/+21
* MFHArnaud Le Blanc2009-04-241-1/+1
* - Fixed testsFelipe Pena2009-01-251-1/+1
* fix testAntony Dovgal2009-01-241-2/+2
* various network tests. tested on windows, linux, linux 64 bitDave Kelsey2009-01-2320-0/+1472
* - Fixed testFelipe Pena2009-01-071-4/+4
* MFH: Fix test: use canonical name to avoid problems with domain search pathArnaud Le Blanc2008-07-231-1/+1
* MFHKalle Sommer Nielsen2008-07-211-2/+2
* Fix test on WindowsKalle Sommer Nielsen2008-07-211-0/+6
* Adding tests for gethostbyaddr() and gethostbynamel()Steve Seear2008-03-262-0/+104
* fix test if allow_url_fopen is disabled in php.iniGreg Beaver2008-03-081-0/+2
* fix testAntony Dovgal2007-12-291-0/+2
* - MFH: Fixed a segfault when reading from an HTTP stream.Derick Rethans2007-11-291-0/+10
* - MFH: Fixed weights array, which was broken with:Derick Rethans2007-11-221-0/+16
* Fix tests (MFH)Jani Taskinen2007-11-051-4/+0
* fix testAntony Dovgal2007-10-021-6/+6
* MFH:- Added common getopt implementation to core.Jani Taskinen2007-10-011-6/+6
* - MFH: Fixed bug #42512 (ip2long('255.255.255.255') should return 4294967295 onDerick Rethans2007-09-011-0/+67
* MFH:- Fix bug #41946 (ip2long("") should return FALSE)Jani Taskinen2007-08-161-1/+1
* Fixed testDmitry Stogov2007-06-151-1/+1
* Fixed bug #41347 (checkdnsrr() segfaults on empty hostname).Scott MacVicar2007-05-101-0/+19
* skip this test on MacOSAntony Dovgal2007-04-101-0/+1
* MFH: add separate IPv6 testAntony Dovgal2007-02-122-4/+49
* Added function stream_socket_shutdown(). It is a wraper for system shutdown()...Dmitry Stogov2006-12-191-0/+65
* fix testsAntony Dovgal2006-11-161-0/+4
* add new testsAntony Dovgal2006-11-162-0/+142
* Be smarter about which systems should register unix transports.Wez Furlong2003-12-053-9/+15
* Add stream_socket_sendto and stream_socket_recvfrom which work very muchWez Furlong2003-11-291-1/+1
* Fixed bugs in various tests.Ilia Alshanetsky2003-08-122-4/+4
* Collection of tests for stream_socket_(client|server)(). TCP/UDP (AF_INET & ...Sara Golemon2003-08-116-0/+219
* Test name formattingMoriyoshi Koizumi2003-01-231-1/+1
* Add a test case for this "bug" # 20134.Wez Furlong2002-11-141-0/+24