File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 53
53
/* Debug log writing */
54
54
#include <main/php_open_temporary_file.h>
55
55
/* PHP array helpers */
56
- #include "src/contrib/ php_array_api.h"
56
+ #include "php_array_api.h"
57
57
58
58
/* Our Compatability header */
59
59
#include "phongo_compat.h"
60
60
61
61
/* Our stuffz */
62
62
#include "php_phongo.h"
63
63
#include "php_bson.h"
64
- #include "src/contrib/ php-ssl.h"
64
+ #include "php-ssl.h"
65
65
66
66
#undef MONGOC_LOG_DOMAIN
67
67
#define MONGOC_LOG_DOMAIN "PHONGO"
Original file line number Diff line number Diff line change 38
38
#include <Zend/zend_interfaces.h>
39
39
#include <ext/spl/spl_iterators.h>
40
40
/* PHP array helpers */
41
- #include "src/contrib/ php_array_api.h"
41
+ #include "php_array_api.h"
42
42
/* Our Compatability header */
43
43
#include "phongo_compat.h"
44
44
Original file line number Diff line number Diff line change 39
39
#include <Zend/zend_hash.h>
40
40
#include <ext/spl/spl_iterators.h>
41
41
/* PHP array helpers */
42
- #include "src/contrib/ php_array_api.h"
42
+ #include "php_array_api.h"
43
43
/* Our Compatability header */
44
44
#include "phongo_compat.h"
45
45
Original file line number Diff line number Diff line change 32
32
#include <Zend/zend_interfaces.h>
33
33
34
34
/* PHP array helpers */
35
- #include "src/contrib/ php_array_api.h"
35
+ #include "php_array_api.h"
36
36
37
37
/* Our Compatability header */
38
38
#include "phongo_compat.h"
You can’t perform that action at this time.
0 commit comments