pajoye Wed, 17 Aug 2011 11:59:39 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=315062
Log:
- WS
Changed paths:
U php/php-src/branches/PHP_5_4/sapi/cli/php_http_parser.h
U php/php-src/trunk/sapi/cli/php_http_parser.h
Modified: php/php-src/branches/PHP_5_4/sapi/cli/php_http_parser.h
===================================================================
--- php/php-src/branches/PHP_5_4/sapi/cli/php_http_parser.h 2011-08-17
11:56:04 UTC (rev 315061)
+++ php/php-src/branches/PHP_5_4/sapi/cli/php_http_parser.h 2011-08-17
11:59:39 UTC (rev 315062)
@@ -28,9 +28,9 @@
#include <sys/types.h>
#if defined(_WIN32) && !defined(__MINGW32__)
-#include "win32/php_stdint.h"
+# include "win32/php_stdint.h"
#else
-#include <stdint.h>
+# include <stdint.h>
#endif
/* Compile with -DPHP_HTTP_PARSER_STRICT=0 to make less checks, but run
Modified: php/php-src/trunk/sapi/cli/php_http_parser.h
===================================================================
--- php/php-src/trunk/sapi/cli/php_http_parser.h 2011-08-17 11:56:04 UTC
(rev 315061)
+++ php/php-src/trunk/sapi/cli/php_http_parser.h 2011-08-17 11:59:39 UTC
(rev 315062)
@@ -28,9 +28,9 @@
#include <sys/types.h>
#if defined(_WIN32) && !defined(__MINGW32__)
-#include "win32/php_stdint.h"
+# include "win32/php_stdint.h"
#else
-#include <stdint.h>
+# include <stdint.h>
#endif
/* Compile with -DPHP_HTTP_PARSER_STRICT=0 to make less checks, but run
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php