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

+20
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

+1
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

+2
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

+20
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

+1
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

+1
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

-1
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

+1
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

-1
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

+2-2
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"

main/logos.h

+20
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
#define CONTEXT_TYPE_IMAGE_GIF "Content-Type: image/gif"
222

323
unsigned char zend_logo[] = {

main/mergesort.c

+2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@
3434
* SUCH DAMAGE.
3535
*/
3636

37+
/* $Id$ */
38+
3739
#if defined(LIBC_SCCS) && !defined(lint)
3840
static char sccsid[] = "@(#)merge.c 8.2 (Berkeley) 2/14/94";
3941
#endif /* LIBC_SCCS and not lint */

main/network.c

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
| Streams work by Wez Furlong <wez@thebrainroom.com> |
1717
+----------------------------------------------------------------------+
1818
*/
19+
1920
/* $Id$ */
2021

2122
/*#define DEBUG_MAIN_NETWORK 1*/

main/php3_compat.h

+20
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 PHP3_COMPAT_H
222
#define PHP3_COMPAT_H
323

main/php_compat.h

+20
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_COMPAT_H
222
#define PHP_COMPAT_H
323

main/php_content_types.h

+20
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_CONTENT_TYPES_H
222
#define PHP_CONTENT_TYPES_H
323

main/php_globals.h

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
+----------------------------------------------------------------------+
1717
*/
1818

19+
/* $Id$ */
1920

2021
#ifndef PHP_GLOBALS_H
2122
#define PHP_GLOBALS_H

main/php_ini.h

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
+----------------------------------------------------------------------+
1717
*/
1818

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

main/php_logos.c

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
+----------------------------------------------------------------------+
1717
*/
1818

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

main/php_logos.h

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
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+
21+
122
#ifndef _PHP_LOGOS_H
223
#define _PHP_LOGOS_H
324

main/php_main.h

-2
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,8 @@
1717
+----------------------------------------------------------------------+
1818
*/
1919

20-
2120
/* $Id$ */
2221

23-
2422
#ifndef PHP_MAIN_H
2523
#define PHP_MAIN_H
2624

main/php_memory_streams.h

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
+----------------------------------------------------------------------+
1717
*/
1818

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

main/php_network.h

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
| Author: Stig Venaas <venaas@uninett.no> |
1616
+----------------------------------------------------------------------+
1717
*/
18+
1819
/* $Id$ */
1920

2021
#ifndef _PHP_NETWORK_H

main/php_open_temporary_file.h

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
+----------------------------------------------------------------------+
1717
*/
1818

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

main/php_reentrancy.h

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
+----------------------------------------------------------------------+
1717
*/
1818

19+
/* $Id$ */
1920

2021
#ifndef PHP_REENTRANCY_H
2122
#define PHP_REENTRANCY_H

main/php_regex.h

+20
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/php_syslog.h

+20
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_SYSLOG_H
222
#define PHP_SYSLOG_H
323

main/php_variables.c

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
| Zeev Suraski <zeev@zend.com> |
1717
+----------------------------------------------------------------------+
1818
*/
19+
1920
/* $Id$ */
2021

2122
#include <stdio.h>

main/reentrancy.c

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
+----------------------------------------------------------------------+
1717
*/
1818

19+
/* $Id$ */
1920

2021
#include <sys/types.h>
2122
#include <string.h>

main/rfc1867.c

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
| Jani Taskinen <sniper@php.net> |
1717
+----------------------------------------------------------------------+
1818
*/
19+
1920
/* $Id$ */
2021

2122
/*

0 commit comments

Comments
 (0)