]> granicus.if.org Git - php/commit
server-tests.php improvements:
authorTim Starling <tstarling@wikimedia.org>
Sun, 28 Oct 2012 23:44:13 +0000 (10:44 +1100)
committerTim Starling <tstarling@wikimedia.org>
Sun, 28 Oct 2012 23:44:13 +0000 (10:44 +1100)
commit65399be52787288d387b0a4dd0a4298b86843d88
treed97386a2d06e56c72721dc8fa03cd628a058afa8
parent7b4a53e26344ede3534c6ce7ea5973cd4082c90e
server-tests.php improvements:

* Fixed use of deprecated functions ereg(), split(), etc.
* Fixed notice due to _sendHTTP() declared return by reference but not
  returning anything.
* Fixed interpretation of EXPECTF, copying from run-tests.php
server-tests.php