Skip to content

Commit 8e3f23e

Browse files
author
foobar
committed
ws fixes + missing $Id$ tags, headers added
1 parent 48e5c1d commit 8e3f23e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+369
-26
lines changed

ext/ereg/php_regex.h

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
/*
2+
+----------------------------------------------------------------------+
3+
| PHP Version 4 |
4+
+----------------------------------------------------------------------+
5+
| Copyright (c) 1997-2003 The PHP Group |
6+
+----------------------------------------------------------------------+
7+
| This source file is subject to version 2.02 of the PHP license, |
8+
| that is bundled with this package in the file LICENSE, and is |
9+
| available at through the world-wide-web at |
10+
| http://www.php.net/license/2_02.txt. |
11+
| If you did not receive a copy of the PHP license and are unable to |
12+
| obtain it through the world-wide-web, please send a note to |
13+
| license@php.net so we can mail you a copy immediately. |
14+
+----------------------------------------------------------------------+
15+
| Author: |
16+
+----------------------------------------------------------------------+
17+
*/
18+
19+
/* $Id$ */
20+
121
#ifndef PHP_REGEX_H
222
#define PHP_REGEX_H
323

main/SAPI.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
+----------------------------------------------------------------------+
1717
*/
1818

19+
/* $Id$ */
1920

2021
#ifndef SAPI_H
2122
#define SAPI_H

main/alloca.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
allocating any. It is a good idea to use alloca(0) in
2222
your main control loop, etc. to force garbage collection. */
2323

24+
/* $Id$ */
25+
2426
#include "php_config.h"
2527

2628
#if !HAVE_ALLOCA

main/config.nw.h

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
/*
2+
+----------------------------------------------------------------------+
3+
| PHP Version 4 |
4+
+----------------------------------------------------------------------+
5+
| Copyright (c) 1997-2003 The PHP Group |
6+
+----------------------------------------------------------------------+
7+
| This source file is subject to version 2.02 of the PHP license, |
8+
| that is bundled with this package in the file LICENSE, and is |
9+
| available at through the world-wide-web at |
10+
| http://www.php.net/license/2_02.txt. |
11+
| If you did not receive a copy of the PHP license and are unable to |
12+
| obtain it through the world-wide-web, please send a note to |
13+
| license@php.net so we can mail you a copy immediately. |
14+
+----------------------------------------------------------------------+
15+
| Author: |
16+
+----------------------------------------------------------------------+
17+
*/
18+
19+
/* $Id$ */
20+
121
/* config.nw.h. Configure file for NetWare platform */
222

323

main/fopen_wrappers.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
| Jim Winstead <jimw@php.net> |
1717
+----------------------------------------------------------------------+
1818
*/
19+
1920
/* $Id$ */
2021

2122
/* {{{ includes

main/fopen_wrappers.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
| Author: Jim Winstead <jimw@php.net> |
1616
+----------------------------------------------------------------------+
1717
*/
18+
1819
/* $Id$ */
1920

2021
#ifndef FOPEN_WRAPPERS_H

main/internal_functions.c.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
+----------------------------------------------------------------------+
1818
*/
1919

20-
2120
/* $Id$ */
2221

2322
#include "php.h"

main/internal_functions_nw.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
+----------------------------------------------------------------------+
1919
*/
2020

21+
/* $Id$ */
2122

2223
/* {{{ includes
2324
*/

main/internal_functions_registry.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
+----------------------------------------------------------------------+
1818
*/
1919

20-
2120
/* $Id$ */
2221

2322
#ifndef INTERNAL_FUNCTIONS_REGISTRY_H

main/internal_functions_win32.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
| Authors: Andi Gutmans <andi@zend.com> |
1616
| Zeev Suraski <zeev@zend.com> |
1717
+----------------------------------------------------------------------+
18-
19-
$Id$
2018
*/
2119

20+
/* $Id$ */
21+
2222
/* {{{ includes
2323
*/
2424
#include "php.h"

0 commit comments

Comments
 (0)