Jan Ehrhardt in php.pecl.dev (Tue, 12 Aug 2014 18:39:55 +0200): >Pierre Joye in php.pecl.dev (Tue, 12 Aug 2014 13:06:49 +0200): >>>>See this patch by Anatol (4 days old) >>>>http://git.php.net/?p=php-src.git;a=commitdiff;h=7189039d650de1417e4e580865b1e77b39e3da55 >> >>is it not what Anatol fixed in core recently? [snip, snip] >Without changing VC11's stdint.h (which I did for debugging) I could >only think of one way to prevent it from loading. stdint.h starts with: > >/* stdint.h standard header */ >#pragma once >#ifndef _STDINT >#define _STDINT > >So, by defining _STDINT you can prevent it from loading. I changed ><win32/php_stdint.h>: > > #ifndef _MSC_STDINT_H_ // [ > #define _MSC_STDINT_H_ >+#define _STDINT > > #if _MSC_VER > 1000 > #pragma once > >I do not know if this has more consequences. If <win32/php_stdint.h> is >a full replacement for <stdint.h> this should not cause troubles.
Will building php_http.dll (v2.0.7) with VC11 be fixed before the release of PHP 5.5.16? Should I file a bug report? Jan -- PECL development discussion Mailing List (http://pecl.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
