php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #64685
Patch solaris-stdint revision 2013-04-20 22:53 UTC by uorsini1 at gmail dot com

Patch solaris-stdint for Compile Failure Bug #64685

Patch version 2013-04-20 22:53 UTC

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

Developer: uorsini1@gmail.com

diff ext/standard/string.c-orig ext/standard/string.c
25a26,32
> 
> #ifdef HAVE_STDINT_H
> # include <stdint.h>
> #endif
> #ifdef HAVE_INTTYPES_H
> # include <inttypes.h>
> #endif
28,29d34
< #else
< # include <stdint.h>
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 16:01:29 2024 UTC