demo patch for s*printf probs on darwin

php.internals

Brad Bulger

22 years ago
the php 5 cvs code is not compiling on OS X 10.2 as-is now because of some changes to snprintf.c and spprintf.c. i am attaching two patch files that make the compiler error go away - it just does an include of stdint.h in the files. probably this would be better fixed as a config setting somewhere, but i wouldn't know. i hope this will be of some use in creating a real fix.