Skip to content

Commit a63d607

Browse files
author
James Cox
committed
adding id tags
1 parent 8a21026 commit a63d607

4 files changed

Lines changed: 8 additions & 0 deletions

File tree

sapi/apache2filter/apache_config.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
+----------------------------------------------------------------------+
1717
*/
1818

19+
/* $Id$ */
20+
1921
#include "php.h"
2022
#include "php_ini.h"
2123
#include "php_apache.h"

sapi/apache2filter/php_apache.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
+----------------------------------------------------------------------+
1717
*/
1818

19+
/* $Id$ */
20+
1921
#ifndef PHP_APACHE_H
2022
#define PHP_APACHE_H
2123

sapi/apache2filter/php_functions.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
+----------------------------------------------------------------------+
1717
*/
1818

19+
/* $Id$ */
20+
1921
#include "php.h"
2022
#include "SAPI.h"
2123

sapi/apache2filter/sapi_apache2.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
+----------------------------------------------------------------------+
1919
*/
2020

21+
/* $Id$ */
22+
2123
#include <fcntl.h>
2224

2325
#include "php.h"

0 commit comments

Comments
 (0)