php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | |
Patch main_PHPMAX.patch for Xdebug Bug #72272Patch version 2016-05-27 16:12 UTC Return to Bug #72272 | Download this patchPatch Revisions: Developer: harsha.patankar@gmail.comdiff --git a/main/main.c b/main/main.c index 5762fce..08e52c3 100644 --- a/main/main.c +++ b/main/main.c @@ -28,6 +28,7 @@ #include "php.h" #include <stdio.h> #include <fcntl.h> +#include <stdint.h> #ifdef PHP_WIN32 #include "win32/time.h" #include "win32/signal.h" |
Copyright © 2001-2024 The PHP Group All rights reserved. |
Last updated: Thu Nov 28 22:01:28 2024 UTC |