Skip to content

Commit

Permalink
improve previous, allow all build simultenaously (32/64, and various …
Browse files Browse the repository at this point in the history
…PHP versions)
  • Loading branch information
remicollet committed Oct 18, 2016
1 parent 6b8eae0 commit 0155470
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 + PHP_MINOR_VERSION);
define ("PHP_CLI_SERVER_PORT", 8000 + PHP_INT_SIZE*100 + PHP_MAJOR_VERSION*10 + 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 0155470

Please sign in to comment.