mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Java module now works with Linux jdk 1.2pre2.
This commit is contained in:
parent
1831279f0c
commit
afcd361117
4 changed files with 46 additions and 2 deletions
|
@ -159,7 +159,7 @@ static int jvm_create() {
|
|||
#ifdef JNI_12
|
||||
|
||||
vm_args.version = JNI_VERSION_1_2;
|
||||
vm_args.ignoreUnrecognized = FALSE;
|
||||
vm_args.ignoreUnrecognized = JNI_FALSE;
|
||||
vm_args.options = options;
|
||||
vm_args.nOptions = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue