Skip to content

Commit

Permalink
minor, allow to run 7.0 and 7.1 build simultenaously
Browse files Browse the repository at this point in the history
  • Loading branch information
remicollet committed Oct 18, 2016
1 parent b771cd5 commit 6b8eae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/server_test.inc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/* based on sapi/cli/tests/php_cli_server.inc */
define ("PHP_CLI_SERVER_HOSTNAME", "127.0.0.1");
define ("PHP_CLI_SERVER_PORT", 8000+PHP_INT_SIZE);
define ("PHP_CLI_SERVER_PORT", 8000 + PHP_INT_SIZE + PHP_MINOR_VERSION);
define ("PHP_CLI_SERVER_ADDRESS", PHP_CLI_SERVER_HOSTNAME.":".PHP_CLI_SERVER_PORT);

/* XXX incapsulate all this globals into a class when have a favourable minute */
Expand Down

0 comments on commit 6b8eae0

Please sign in to comment.