mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fix initializer warning in apache2handler
This commit is contained in:
parent
3d3bb79973
commit
13fa90fb55
1 changed files with 2 additions and 1 deletions
|
@ -34,5 +34,6 @@ AP_MODULE_DECLARE_DATA module php_module = {
|
|||
NULL, /* create per-server config structure */
|
||||
NULL, /* merge per-server config structures */
|
||||
php_dir_cmds, /* command apr_table_t */
|
||||
php_ap2_register_hook /* register hooks */
|
||||
php_ap2_register_hook, /* register hooks */
|
||||
0 /* flags */
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue