@@ -191,31 +191,31 @@ static sapi_module_struct apache2_sapi_module = {
191
191
"apache2filter" ,
192
192
"Apache 2.0 Filter" ,
193
193
194
- php_module_startup , /* startup */
194
+ php_module_startup , /* startup */
195
195
php_module_shutdown_wrapper , /* shutdown */
196
196
197
- NULL , /* activate */
198
- NULL , /* deactivate */
197
+ NULL , /* activate */
198
+ NULL , /* deactivate */
199
199
200
200
php_apache_sapi_ub_write , /* unbuffered write */
201
- php_apache_sapi_flush , /* flush */
202
- NULL , /* get uid */
203
- NULL , /* getenv */
201
+ php_apache_sapi_flush , /* flush */
202
+ NULL , /* get uid */
203
+ NULL , /* getenv */
204
204
205
- php_error , /* error handler */
205
+ php_error , /* error handler */
206
206
207
- php_apache_sapi_header_handler , /* header handler */
208
- php_apache_sapi_send_headers , /* send headers handler */
209
- NULL , /* send header handler */
207
+ php_apache_sapi_header_handler , /* header handler */
208
+ php_apache_sapi_send_headers , /* send headers handler */
209
+ NULL , /* send header handler */
210
210
211
- php_apache_sapi_read_post , /* read POST data */
212
- php_apache_sapi_read_cookies , /* read Cookies */
211
+ php_apache_sapi_read_post , /* read POST data */
212
+ php_apache_sapi_read_cookies , /* read Cookies */
213
213
214
214
php_apache_sapi_register_variables ,
215
215
php_apache_sapi_log_message , /* Log message */
216
216
217
- NULL , /* Block interruptions */
218
- NULL , /* Unblock interruptions */
217
+ NULL , /* Block interruptions */
218
+ NULL , /* Unblock interruptions */
219
219
220
220
STANDARD_SAPI_MODULE_PROPERTIES
221
221
};
@@ -414,9 +414,9 @@ static void php_register_hook(apr_pool_t *p)
414
414
AP_MODULE_DECLARE_DATA module php4_module = {
415
415
STANDARD20_MODULE_STUFF ,
416
416
create_php_config , /* create per-directory config structure */
417
- merge_php_config , /* merge per-directory config structures */
418
- NULL , /* create per-server config structure */
419
- NULL , /* merge per-server config structures */
420
- php_dir_cmds , /* command apr_table_t */
421
- php_register_hook /* register hooks */
417
+ merge_php_config , /* merge per-directory config structures */
418
+ NULL , /* create per-server config structure */
419
+ NULL , /* merge per-server config structures */
420
+ php_dir_cmds , /* command apr_table_t */
421
+ php_register_hook /* register hooks */
422
422
};
0 commit comments