]> git.pld-linux.org Git - packages/php.git/commitdiff
- include script for testing
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 7 Nov 2007 20:38:06 +0000 (20:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-fcgi-graceful.patch -> 1.6

php-fcgi-graceful.patch

index c89be51c268128f1bd7b8cb8c3d07b59cc7ab8d2..a275bd0776b181f3bef172436cbde9066437ead2 100644 (file)
@@ -4,6 +4,18 @@ http://bugs.php.net/bug.php?id=41593
 http://bugs.php.net/bug.php?id=36158
 http://php-fpm.anight.org/
 
+test script too:
+<?php
+echo php_sapi_name(), ' running ', PHP_VERSION, "<br>\n";
+$i = 0;
+while ($i < 35) {
+    echo (++$i), "<br>\n";
+    flush();
+    sleep(1);
+}
+echo "end!<br>\n";
+?>
+
 --- php5.3-200711071330/sapi/cgi/cgi_main.c    2007-11-01 13:32:38.000000000 +0200
 +++ php5.3-200711071330-graceful2/sapi/cgi/cgi_main.c  2007-11-07 22:12:10.025949153 +0200
 @@ -101,6 +101,9 @@
This page took 1.987994 seconds and 4 git commands to generate.