mirror of
https://github.com/php/php-src.git
synced 2025-08-17 14:38:49 +02:00
Adding in MSG_RESULT check and \n for configure output viewing
This commit is contained in:
parent
c0a79401fd
commit
73557f5b52
4 changed files with 28 additions and 8 deletions
|
@ -34,12 +34,21 @@
|
|||
#include "php_ini.h"
|
||||
#include "php_globals.h"
|
||||
|
||||
#ifdef PHP_WIN32
|
||||
#include "win32/winutil.h"
|
||||
#define DL_ERROR php_win_err()
|
||||
/* #if defined(__MacOSX__) */
|
||||
#if HAVE_JAVAVM_JAVAVM_H
|
||||
#include <JavaVM/JavaVM.h>
|
||||
#define JAVALIB "libjvm.dylib"
|
||||
#define JNI_12
|
||||
#else
|
||||
#include <jni.h>
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef PHP_WIN32
|
||||
#include "win32/winutil.h"
|
||||
#define DL_ERROR php_win_err()
|
||||
#endif
|
||||
|
||||
#include <jni.h>
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue