diff options
author | Antony Dovgal <tony2001@php.net> | 2007-05-07 17:54:12 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2007-05-07 17:54:12 +0000 |
commit | b64823deb74d9a46728f90748dd5821915452302 (patch) | |
tree | c506e478316375720c37ac7eed362d3b387a28f7 /Zend/tests/bug40770.phpt | |
parent | 877b7c7ea74e1f2ab011d77f1eef411683d14e1d (diff) | |
download | php-git-b64823deb74d9a46728f90748dd5821915452302.tar.gz |
fix test names
Diffstat (limited to 'Zend/tests/bug40770.phpt')
-rwxr-xr-x | Zend/tests/bug40770.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/bug40770.phpt b/Zend/tests/bug40770.phpt index b71d1b952f..c4c78c2220 100755 --- a/Zend/tests/bug40770.phpt +++ b/Zend/tests/bug40770.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #40770 Apache child exits when PHP memory limit reached +Bug #40770 (Apache child exits when PHP memory limit reached) --INI-- memory_limit=8M --SKIPIF-- |