php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #53606
Patch parche.diff revision 2010-12-24 17:06 UTC by raulsalitrero at gmail dot com

Patch parche.diff for PCRE related Bug #53606

Patch version 2010-12-24 17:06 UTC

Return to Bug #53606 | Download this patch
Patch Revisions:

Developer: raulsalitrero@gmail.com

Index: pcre_internal.h
===================================================================
--- pcre_internal.h	(revision 306624)
+++ pcre_internal.h	(working copy)
@@ -191,8 +191,9 @@
 stdint.h is available, include it; it may define INT64_MAX. Systems that do not
 have stdint.h (e.g. Solaris) may have inttypes.h. The macro int64_t may be set
 by "configure". */
-
-#if HAVE_STDINT_H
+#ifdef PHP_WIN32
+#include "win32/php_stdint.h"
+#elif HAVE_STDINT_H
 #include <stdint.h>
 #elif HAVE_INTTYPES_H
 #include <inttypes.h>
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 13:01:30 2024 UTC