We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 259cfad commit 3a9dd5aCopy full SHA for 3a9dd5a
tests/server_test.inc
@@ -1,7 +1,7 @@
1
<?php
2
/* based on sapi/cli/tests/php_cli_server.inc */
3
define ("PHP_CLI_SERVER_HOSTNAME", "127.0.0.1");
4
-define ("PHP_CLI_SERVER_PORT", 8000 + PHP_INT_SIZE*100 + PHP_MAJOR_VERSION*10 + PHP_MINOR_VERSION);
+define ("PHP_CLI_SERVER_PORT", 8000 + PHP_INT_SIZE*1000 + PHP_MAJOR_VERSION*100 + PHP_MINOR_VERSION*10);
5
define ("PHP_CLI_SERVER_ADDRESS", PHP_CLI_SERVER_HOSTNAME.":".PHP_CLI_SERVER_PORT);
6
7
/* XXX incapsulate all this globals into a class when have a favourable minute */
0 commit comments