Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_3_FPM/sapi/fpm/fpm/ fpm_atomic.h fpm_conf.c fpm_env.c fpm_php_trace.c fpm_trace_pread.c xml_config.h

2009-12-03 Thread Antony Dovgal
On 02.12.2009 21:41, Jani Taskinen wrote:
 -#include stdint.h
 +#if HAVE_INTTYPES_H
 +# include stdint.h
 +#else
 +# include stdint.h
 +#endif
  #include sched.h
 
 Eh..are you sure that fixes anything? :D

Fixed, thanks Jani =)

-- 
Wbr, 
Antony Dovgal
---
http://pinba.org - realtime statistics for PHP

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



Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_3_FPM/sapi/fpm/fpm/ fpm_atomic.h fpm_conf.c fpm_env.c fpm_php_trace.c fpm_trace_pread.c xml_config.h

2009-12-02 Thread Jani Taskinen

Antony Dovgal wrote:

Modified: php/php-src/branches/PHP_5_3_FPM/sapi/fpm/fpm/fpm_atomic.h
===
--- php/php-src/branches/PHP_5_3_FPM/sapi/fpm/fpm/fpm_atomic.h  2009-12-02 
15:05:12 UTC (rev 291594)
+++ php/php-src/branches/PHP_5_3_FPM/sapi/fpm/fpm/fpm_atomic.h  2009-12-02 
16:37:42 UTC (rev 291595)
@@ -5,7 +5,11 @@
 #ifndef FPM_ATOMIC_H
 #define FPM_ATOMIC_H 1

-#include stdint.h
+#if HAVE_INTTYPES_H
+# include stdint.h
+#else
+# include stdint.h
+#endif
 #include sched.h


Eh..are you sure that fixes anything? :D

--Jani


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