Skip to content

Commit

Permalink
ws fixes + missing $Id$ tags, headers added
Browse files Browse the repository at this point in the history
  • Loading branch information
foobar committed Feb 19, 2003
1 parent 48e5c1d commit 8e3f23e
Show file tree
Hide file tree
Showing 51 changed files with 369 additions and 26 deletions.
20 changes: 20 additions & 0 deletions ext/ereg/php_regex.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
/*
+----------------------------------------------------------------------+
| PHP Version 4 |
+----------------------------------------------------------------------+
| Copyright (c) 1997-2003 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 2.02 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
| available at through the world-wide-web at |
| http://www.php.net/license/2_02.txt. |
| If you did not receive a copy of the PHP license and are unable to |
| obtain it through the world-wide-web, please send a note to |
| [email protected] so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Author: |
+----------------------------------------------------------------------+
*/

/* $Id$ */

#ifndef PHP_REGEX_H
#define PHP_REGEX_H

Expand Down
1 change: 1 addition & 0 deletions main/SAPI.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
+----------------------------------------------------------------------+
*/

/* $Id$ */

#ifndef SAPI_H
#define SAPI_H
Expand Down
2 changes: 2 additions & 0 deletions main/alloca.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
allocating any. It is a good idea to use alloca(0) in
your main control loop, etc. to force garbage collection. */

/* $Id$ */

#include "php_config.h"

#if !HAVE_ALLOCA
Expand Down
20 changes: 20 additions & 0 deletions main/config.nw.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
/*
+----------------------------------------------------------------------+
| PHP Version 4 |
+----------------------------------------------------------------------+
| Copyright (c) 1997-2003 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 2.02 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
| available at through the world-wide-web at |
| http://www.php.net/license/2_02.txt. |
| If you did not receive a copy of the PHP license and are unable to |
| obtain it through the world-wide-web, please send a note to |
| [email protected] so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Author: |
+----------------------------------------------------------------------+
*/

/* $Id$ */

/* config.nw.h. Configure file for NetWare platform */


Expand Down
1 change: 1 addition & 0 deletions main/fopen_wrappers.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
| Jim Winstead <[email protected]> |
+----------------------------------------------------------------------+
*/

/* $Id$ */

/* {{{ includes
Expand Down
1 change: 1 addition & 0 deletions main/fopen_wrappers.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
| Author: Jim Winstead <[email protected]> |
+----------------------------------------------------------------------+
*/

/* $Id$ */

#ifndef FOPEN_WRAPPERS_H
Expand Down
1 change: 0 additions & 1 deletion main/internal_functions.c.in
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
+----------------------------------------------------------------------+
*/


/* $Id$ */

#include "php.h"
Expand Down
1 change: 1 addition & 0 deletions main/internal_functions_nw.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
+----------------------------------------------------------------------+
*/

/* $Id$ */

/* {{{ includes
*/
Expand Down
1 change: 0 additions & 1 deletion main/internal_functions_registry.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
+----------------------------------------------------------------------+
*/


/* $Id$ */

#ifndef INTERNAL_FUNCTIONS_REGISTRY_H
Expand Down
4 changes: 2 additions & 2 deletions main/internal_functions_win32.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
| Authors: Andi Gutmans <[email protected]> |
| Zeev Suraski <[email protected]> |
+----------------------------------------------------------------------+
$Id$
*/

/* $Id$ */

/* {{{ includes
*/
#include "php.h"
Expand Down
20 changes: 20 additions & 0 deletions main/logos.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
/*
+----------------------------------------------------------------------+
| PHP Version 4 |
+----------------------------------------------------------------------+
| Copyright (c) 1997-2003 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 2.02 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
| available at through the world-wide-web at |
| http://www.php.net/license/2_02.txt. |
| If you did not receive a copy of the PHP license and are unable to |
| obtain it through the world-wide-web, please send a note to |
| [email protected] so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Author: |
+----------------------------------------------------------------------+
*/

/* $Id$ */

#define CONTEXT_TYPE_IMAGE_GIF "Content-Type: image/gif"

unsigned char zend_logo[] = {
Expand Down
2 changes: 2 additions & 0 deletions main/mergesort.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
* SUCH DAMAGE.
*/

/* $Id$ */

#if defined(LIBC_SCCS) && !defined(lint)
static char sccsid[] = "@(#)merge.c 8.2 (Berkeley) 2/14/94";
#endif /* LIBC_SCCS and not lint */
Expand Down
1 change: 1 addition & 0 deletions main/network.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
| Streams work by Wez Furlong <[email protected]> |
+----------------------------------------------------------------------+
*/

/* $Id$ */

/*#define DEBUG_MAIN_NETWORK 1*/
Expand Down
20 changes: 20 additions & 0 deletions main/php3_compat.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
/*
+----------------------------------------------------------------------+
| PHP Version 4 |
+----------------------------------------------------------------------+
| Copyright (c) 1997-2003 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 2.02 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
| available at through the world-wide-web at |
| http://www.php.net/license/2_02.txt. |
| If you did not receive a copy of the PHP license and are unable to |
| obtain it through the world-wide-web, please send a note to |
| [email protected] so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Author: |
+----------------------------------------------------------------------+
*/

/* $Id$ */

#ifndef PHP3_COMPAT_H
#define PHP3_COMPAT_H

Expand Down
20 changes: 20 additions & 0 deletions main/php_compat.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
/*
+----------------------------------------------------------------------+
| PHP Version 4 |
+----------------------------------------------------------------------+
| Copyright (c) 1997-2003 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 2.02 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
| available at through the world-wide-web at |
| http://www.php.net/license/2_02.txt. |
| If you did not receive a copy of the PHP license and are unable to |
| obtain it through the world-wide-web, please send a note to |
| [email protected] so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Author: |
+----------------------------------------------------------------------+
*/

/* $Id$ */

#ifndef PHP_COMPAT_H
#define PHP_COMPAT_H

Expand Down
20 changes: 20 additions & 0 deletions main/php_content_types.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
/*
+----------------------------------------------------------------------+
| PHP Version 4 |
+----------------------------------------------------------------------+
| Copyright (c) 1997-2003 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 2.02 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
| available at through the world-wide-web at |
| http://www.php.net/license/2_02.txt. |
| If you did not receive a copy of the PHP license and are unable to |
| obtain it through the world-wide-web, please send a note to |
| [email protected] so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Author: |
+----------------------------------------------------------------------+
*/

/* $Id$ */

#ifndef PHP_CONTENT_TYPES_H
#define PHP_CONTENT_TYPES_H

Expand Down
1 change: 1 addition & 0 deletions main/php_globals.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
+----------------------------------------------------------------------+
*/

/* $Id$ */

#ifndef PHP_GLOBALS_H
#define PHP_GLOBALS_H
Expand Down
2 changes: 2 additions & 0 deletions main/php_ini.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
+----------------------------------------------------------------------+
*/

/* $Id$ */

#ifndef PHP_INI_H
#define PHP_INI_H

Expand Down
2 changes: 2 additions & 0 deletions main/php_logos.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
+----------------------------------------------------------------------+
*/

/* $Id$ */

#include "php.h"
#include "logos.h"
#include "php_logos.h"
Expand Down
21 changes: 21 additions & 0 deletions main/php_logos.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
/*
+----------------------------------------------------------------------+
| PHP Version 4 |
+----------------------------------------------------------------------+
| Copyright (c) 1997-2003 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 2.02 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
| available at through the world-wide-web at |
| http://www.php.net/license/2_02.txt. |
| If you did not receive a copy of the PHP license and are unable to |
| obtain it through the world-wide-web, please send a note to |
| [email protected] so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Author: |
+----------------------------------------------------------------------+
*/

/* $Id$ */


#ifndef _PHP_LOGOS_H
#define _PHP_LOGOS_H

Expand Down
2 changes: 0 additions & 2 deletions main/php_main.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,8 @@
+----------------------------------------------------------------------+
*/


/* $Id$ */


#ifndef PHP_MAIN_H
#define PHP_MAIN_H

Expand Down
2 changes: 2 additions & 0 deletions main/php_memory_streams.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
+----------------------------------------------------------------------+
*/

/* $Id$ */

#ifndef PHP_MEMORY_STREAM_H
#define PHP_MEMORY_STREAM_H

Expand Down
1 change: 1 addition & 0 deletions main/php_network.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
| Author: Stig Venaas <[email protected]> |
+----------------------------------------------------------------------+
*/

/* $Id$ */

#ifndef _PHP_NETWORK_H
Expand Down
2 changes: 2 additions & 0 deletions main/php_open_temporary_file.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
+----------------------------------------------------------------------+
*/

/* $Id$ */

#ifndef PHP_OPEN_TEMPORARY_FILE_H
#define PHP_OPEN_TEMPORARY_FILE_H

Expand Down
1 change: 1 addition & 0 deletions main/php_reentrancy.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
+----------------------------------------------------------------------+
*/

/* $Id$ */

#ifndef PHP_REENTRANCY_H
#define PHP_REENTRANCY_H
Expand Down
20 changes: 20 additions & 0 deletions main/php_regex.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
/*
+----------------------------------------------------------------------+
| PHP Version 4 |
+----------------------------------------------------------------------+
| Copyright (c) 1997-2003 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 2.02 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
| available at through the world-wide-web at |
| http://www.php.net/license/2_02.txt. |
| If you did not receive a copy of the PHP license and are unable to |
| obtain it through the world-wide-web, please send a note to |
| [email protected] so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Author: |
+----------------------------------------------------------------------+
*/

/* $Id$ */

#ifndef PHP_REGEX_H
#define PHP_REGEX_H

Expand Down
20 changes: 20 additions & 0 deletions main/php_syslog.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
/*
+----------------------------------------------------------------------+
| PHP Version 4 |
+----------------------------------------------------------------------+
| Copyright (c) 1997-2003 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 2.02 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
| available at through the world-wide-web at |
| http://www.php.net/license/2_02.txt. |
| If you did not receive a copy of the PHP license and are unable to |
| obtain it through the world-wide-web, please send a note to |
| [email protected] so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Author: |
+----------------------------------------------------------------------+
*/

/* $Id$ */

#ifndef PHP_SYSLOG_H
#define PHP_SYSLOG_H

Expand Down
1 change: 1 addition & 0 deletions main/php_variables.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
| Zeev Suraski <[email protected]> |
+----------------------------------------------------------------------+
*/

/* $Id$ */

#include <stdio.h>
Expand Down
1 change: 1 addition & 0 deletions main/reentrancy.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
+----------------------------------------------------------------------+
*/

/* $Id$ */

#include <sys/types.h>
#include <string.h>
Expand Down
1 change: 1 addition & 0 deletions main/rfc1867.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
| Jani Taskinen <[email protected]> |
+----------------------------------------------------------------------+
*/

/* $Id$ */

/*
Expand Down
Loading

0 comments on commit 8e3f23e

Please sign in to comment.