Skip to content

Commit 766de15

Browse files
author
Sterling Hughes
committed
Add some editor modes (in the rest of the source)
1 parent ff7a694 commit 766de15

File tree

3 files changed

+26
-0
lines changed

3 files changed

+26
-0
lines changed

sapi/apache2filter/apache_config.c

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,3 +154,11 @@ void *create_php_config(apr_pool_t *p, char *dummy)
154154
return (void *) newx;
155155
}
156156

157+
/*
158+
* Local variables:
159+
* tab-width: 4
160+
* c-basic-offset: 4
161+
* End:
162+
* vim600: sw=4 ts=4 tw=78 fdm=marker
163+
* vim<600: sw=4 ts=4 tw=78
164+
*/

sapi/apache2filter/php_functions.c

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,3 +149,12 @@ int php_apache_register_module(void)
149149
{
150150
return zend_startup_module(&php_apache_module);
151151
}
152+
153+
/*
154+
* Local variables:
155+
* tab-width: 4
156+
* c-basic-offset: 4
157+
* End:
158+
* vim600: sw=4 ts=4 tw=78 fdm=marker
159+
* vim<600: sw=4 ts=4 tw=78
160+
*/

sapi/apache2filter/sapi_apache2.c

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -467,3 +467,12 @@ AP_MODULE_DECLARE_DATA module php4_module = {
467467
php_dir_cmds, /* command apr_table_t */
468468
php_register_hook /* register hooks */
469469
};
470+
471+
/*
472+
* Local variables:
473+
* tab-width: 4
474+
* c-basic-offset: 4
475+
* End:
476+
* vim600: sw=4 ts=4 tw=78 fdm=marker
477+
* vim<600: sw=4 ts=4 tw=78
478+
*/

0 commit comments

Comments
 (0)