mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
Works now with phpize
This commit is contained in:
parent
8ea8ebd2de
commit
91a6ed234d
2 changed files with 12 additions and 2 deletions
|
@ -18,12 +18,17 @@
|
|||
|
||||
/* $Id$ */
|
||||
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
|
||||
/*
|
||||
* This module implements Zend OO syntax overloading support for Java
|
||||
* components using JNI and reflection.
|
||||
*/
|
||||
|
||||
|
||||
#include "php.h"
|
||||
#include "zend_compile.h"
|
||||
#include "php_ini.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue