mirror of
https://github.com/php/php-src.git
synced 2025-01-20 10:43:40 +08:00
Use php_ prefix for header files.
This commit is contained in:
parent
8e30d96ad8
commit
2430a27d7f
@ -27,7 +27,7 @@
|
||||
#if HAVE_IBASE
|
||||
|
||||
#include "php_interbase.h"
|
||||
#include "interbase.h"
|
||||
#include "php_ibase_includes.h"
|
||||
|
||||
#define BLOB_CLOSE 1
|
||||
#define BLOB_CANCEL 2
|
||||
|
@ -27,7 +27,7 @@
|
||||
#if HAVE_IBASE
|
||||
|
||||
#include "php_interbase.h"
|
||||
#include "interbase.h"
|
||||
#include "php_ibase_includes.h"
|
||||
|
||||
void _php_ibase_event_free(char *event_buf, char *result_buf) /* {{{ */
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user