Skip to content

Commit f362208

Browse files
committed
That one is actually supposed to have 'php3' on it - it's the PHP 3.0 compatibility defines for 4.0
1 parent 0dd9658 commit f362208

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

main/php.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ char *strtok_r(char *s, const char *delim, char **last);
148148

149149

150150
#include "zend_hash.h"
151-
#include "php_compat.h"
151+
#include "php3_compat.h"
152152
#include "zend_alloc.h"
153153
#include "zend_stack.h"
154154

File renamed without changes.

0 commit comments

Comments
 (0)