Browse Source

Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fix test - on CI somebody could create a process in the meantime
PHP-5.5.12
Stanislav Malyshev 12 years ago
parent
commit
b727934591
  1. 4
      ext/posix/tests/posix_kill_basic.phpt

4
ext/posix/tests/posix_kill_basic.phpt

@ -34,6 +34,6 @@ Basic test of POSIX getpgid(), kill(), get_last_error() and strerror() functions
Kill pid=%d
bool(false)
int(%d)
string(%d) %sNo such process%s
string(%d) %s%rNo such process|Operation not permitted%r%s
===DONE====
Loading…
Cancel
Save