Works now with phpize

This commit is contained in:
foobar 2001-10-31 00:20:34 +00:00
parent 8ea8ebd2de
commit 91a6ed234d
2 changed files with 12 additions and 2 deletions

View file

@ -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"