mirror of
https://github.com/php/php-src.git
synced 2026-04-27 18:23:26 +02:00
Adding in MSG_RESULT check and \n for configure output viewing
This commit is contained in:
+13
-4
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user