summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSterling Hughes <sterling@php.net>2001-08-22 04:45:51 +0000
committerSterling Hughes <sterling@php.net>2001-08-22 04:45:51 +0000
commit766de1569401131e869e312da26839a3d0ca7d3a (patch)
tree5cec2cf9eeb00c44ac28d6293f06514aab8c02d7
parentff7a694e0f020fda7f15e14b2f7ba9f04325f2a9 (diff)
downloadphp-git-766de1569401131e869e312da26839a3d0ca7d3a.tar.gz
Add some editor modes (in the rest of the source)
-rw-r--r--sapi/apache2filter/apache_config.c8
-rw-r--r--sapi/apache2filter/php_functions.c9
-rw-r--r--sapi/apache2filter/sapi_apache2.c9
3 files changed, 26 insertions, 0 deletions
diff --git a/sapi/apache2filter/apache_config.c b/sapi/apache2filter/apache_config.c
index f99ae5ef0e..0dc57da1f5 100644
--- a/sapi/apache2filter/apache_config.c
+++ b/sapi/apache2filter/apache_config.c
@@ -154,3 +154,11 @@ void *create_php_config(apr_pool_t *p, char *dummy)
return (void *) newx;
}
+/*
+ * Local variables:
+ * tab-width: 4
+ * c-basic-offset: 4
+ * End:
+ * vim600: sw=4 ts=4 tw=78 fdm=marker
+ * vim<600: sw=4 ts=4 tw=78
+ */
diff --git a/sapi/apache2filter/php_functions.c b/sapi/apache2filter/php_functions.c
index ca3a212f81..1a042944f6 100644
--- a/sapi/apache2filter/php_functions.c
+++ b/sapi/apache2filter/php_functions.c
@@ -149,3 +149,12 @@ int php_apache_register_module(void)
{
return zend_startup_module(&php_apache_module);
}
+
+/*
+ * Local variables:
+ * tab-width: 4
+ * c-basic-offset: 4
+ * End:
+ * vim600: sw=4 ts=4 tw=78 fdm=marker
+ * vim<600: sw=4 ts=4 tw=78
+ */
diff --git a/sapi/apache2filter/sapi_apache2.c b/sapi/apache2filter/sapi_apache2.c
index 63f07f6968..39c5b3533e 100644
--- a/sapi/apache2filter/sapi_apache2.c
+++ b/sapi/apache2filter/sapi_apache2.c
@@ -467,3 +467,12 @@ AP_MODULE_DECLARE_DATA module php4_module = {
php_dir_cmds, /* command apr_table_t */
php_register_hook /* register hooks */
};
+
+/*
+ * Local variables:
+ * tab-width: 4
+ * c-basic-offset: 4
+ * End:
+ * vim600: sw=4 ts=4 tw=78 fdm=marker
+ * vim<600: sw=4 ts=4 tw=78
+ */