Skip to content

Commit 59a4514

Browse files
committed
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3: Fix test to work on every libcurl version - Fixed typo on "SKIPIF" (causing make test to abort on some systems) Conflicts: tests/output/bug63377.phpt
2 parents 763bce0 + 63659ce commit 59a4514

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

ext/standard/tests/file/bug52820.phpt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,29 +43,29 @@ echo "\nDone.\n";
4343
temp stream (close after):
4444
About to rewind!
4545
* About to connect() to 127.0.0.1 port 37349%r.*%r
46-
* Trying 127.0.0.1... * Connection refused
47-
* couldn't connect to host
46+
* Trying 127.0.0.1...%A* Connection refused
47+
* couldn't connect to host%S
4848
* Closing connection #0
4949

5050
memory stream (close after):
5151
About to rewind!
5252
* About to connect() to 127.0.0.1 port 37349%r.*%r
53-
* Trying 127.0.0.1... * Connection refused
54-
* couldn't connect to host
53+
* Trying 127.0.0.1...%A* Connection refused
54+
* couldn't connect to host%S
5555
* Closing connection #0
5656

5757
temp stream (leak):
5858
About to rewind!
5959
* About to connect() to 127.0.0.1 port 37349%r.*%r
60-
* Trying 127.0.0.1... * Connection refused
61-
* couldn't connect to host
60+
* Trying 127.0.0.1...%A* Connection refused
61+
* couldn't connect to host%S
6262
* Closing connection #0
6363

6464
memory stream (leak):
6565
About to rewind!
6666
* About to connect() to 127.0.0.1 port 37349%r.*%r
67-
* Trying 127.0.0.1... * Connection refused
68-
* couldn't connect to host
67+
* Trying 127.0.0.1...%A* Connection refused
68+
* couldn't connect to host%S
6969
* Closing connection #0
7070

7171
Done.

0 commit comments

Comments
 (0)