mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Fixed bug #25768
This commit is contained in:
parent
de8847fc74
commit
4dfbc210db
5 changed files with 54 additions and 16 deletions
|
@ -51,6 +51,7 @@ void *create_php_config(apr_pool_t *p, char *dummy);
|
|||
char *get_php_config(void *conf, char *name, size_t name_len);
|
||||
void apply_config(void *);
|
||||
extern const command_rec php_dir_cmds[];
|
||||
void php_ap2_register_hook(apr_pool_t *p);
|
||||
|
||||
#define APR_ARRAY_FOREACH_OPEN(arr, key, val) \
|
||||
{ \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue