diff options
author | foobar <sniper@php.net> | 2005-04-19 11:41:04 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2005-04-19 11:41:04 +0000 |
commit | 0e57528666990120621cc1317f35b696e6ebbd5f (patch) | |
tree | 709f9fbdf6d4c5d6105a8719a4f90222d6ba453a /sapi/apache_hooks | |
parent | cb0c9ac022f8c4112b8309d03261f6ac0f8f365e (diff) | |
download | php-git-0e57528666990120621cc1317f35b696e6ebbd5f.tar.gz |
No c++ comments in C code
Diffstat (limited to 'sapi/apache_hooks')
-rw-r--r-- | sapi/apache_hooks/mod_php5.c | 2 | ||||
-rw-r--r-- | sapi/apache_hooks/sapi_apache.c | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/sapi/apache_hooks/mod_php5.c b/sapi/apache_hooks/mod_php5.c index 93334f67c6..298e0470c5 100644 --- a/sapi/apache_hooks/mod_php5.c +++ b/sapi/apache_hooks/mod_php5.c @@ -95,7 +95,7 @@ static CONST_PREFIX char *php_apache_admin_flag_handler(cmd_parms *cmd, php_per_ module MODULE_VAR_EXPORT php5_module; int saved_umask; -//static int setup_env = 0; +/* static int setup_env = 0; */ static unsigned char apache_php_initialized; typedef struct _php_per_dir_entry { diff --git a/sapi/apache_hooks/sapi_apache.c b/sapi/apache_hooks/sapi_apache.c index 1b6c9599ac..5b32c249f8 100644 --- a/sapi/apache_hooks/sapi_apache.c +++ b/sapi/apache_hooks/sapi_apache.c @@ -33,8 +33,7 @@ int apache_php_module_main(request_rec *r, int display_source_mode TSRMLS_DC) return FAILURE; } /* sending a file handle to another dll is not working - // so let zend open it. - */ + so let zend open it. */ if (display_source_mode) { zend_syntax_highlighter_ini syntax_highlighter_ini; |