mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Update php_apache.h
This commit is contained in:
parent
637a0069aa
commit
5514b0b1ad
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
+----------------------------------------------------------------------+
|
||||
| PHP Version 5 |
|
||||
| PHP Version 7 |
|
||||
+----------------------------------------------------------------------+
|
||||
| Copyright (c) 1997-2014 The PHP Group |
|
||||
+----------------------------------------------------------------------+
|
||||
|
@ -29,7 +29,7 @@
|
|||
#include "main/php_streams.h"
|
||||
|
||||
/* Declare this so we can get to it from outside the sapi_apache2.c file */
|
||||
extern module AP_MODULE_DECLARE_DATA php5_module;
|
||||
extern module AP_MODULE_DECLARE_DATA php7_module;
|
||||
|
||||
/* A way to specify the location of the php.ini dir in an apache directive */
|
||||
extern char *apache2_php_ini_path_override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue