diff options
author | Peter Kokot <peterkokot@gmail.com> | 2019-07-08 15:06:54 +0200 |
---|---|---|
committer | Peter Kokot <peterkokot@gmail.com> | 2019-07-08 15:06:54 +0200 |
commit | e676aef56abfb902595f8ee0b856e1885a16d1a1 (patch) | |
tree | 9883fdc580cebf63317e1ee2d1a18586f698ceeb /main/php.h | |
parent | 61809b19f7f4d388853a17e34ba3227113a4195a (diff) | |
parent | 4b864c2ebbee11739a52b20a59aff8bdf9a38801 (diff) | |
download | php-git-e676aef56abfb902595f8ee0b856e1885a16d1a1.tar.gz |
Merge branch 'PHP-7.4'
* PHP-7.4:
Remove APACHE symbol
Diffstat (limited to 'main/php.h')
-rw-r--r-- | main/php.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/main/php.h b/main/php.h index 7a822e06fc..222f884b26 100644 --- a/main/php.h +++ b/main/php.h @@ -128,8 +128,6 @@ typedef int pid_t; #endif #include <assert.h> -#define APACHE 0 - #if HAVE_UNIX_H #include <unix.h> #endif |