sebs            Sat Apr 25 18:28:02 2009 UTC

  Modified files:              
    /php-src/ext/standard/tests/versioning      
                                                php_sapi_name_variation001.phpt 
  Log:
  Initial commit
  
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/versioning/php_sapi_name_variation001.phpt?r1=1.1&r2=1.2&diff_format=u
Index: php-src/ext/standard/tests/versioning/php_sapi_name_variation001.phpt
diff -u /dev/null 
php-src/ext/standard/tests/versioning/php_sapi_name_variation001.phpt:1.2
--- /dev/null   Sat Apr 25 18:28:02 2009
+++ php-src/ext/standard/tests/versioning/php_sapi_name_variation001.phpt       
Sat Apr 25 18:28:02 2009
@@ -0,0 +1,14 @@
+--TEST--
+php_sapi_name() function when switching to webserver by using post 
+--POST--
+foo=BAR
+--CREDITS--
+Sebastian Schürmann
+s...@php.net
+Testfest 2009 Munich
+--FILE--
+<?php
+echo php_sapi_name();
+?>
+--EXPECT--
+cgi-fcgi



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to