ws fixes + missing $Id$ tags, headers added

This commit is contained in:
foobar 2003-02-19 08:40:19 +00:00
parent 48e5c1dae7
commit 8e3f23e3c0
51 changed files with 369 additions and 26 deletions

View file

@ -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 |
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Author: |
+----------------------------------------------------------------------+
*/
/* $Id$ */
#ifndef PHP_REGEX_H #ifndef PHP_REGEX_H
#define PHP_REGEX_H #define PHP_REGEX_H

View file

@ -16,6 +16,7 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
*/ */
/* $Id$ */
#ifndef SAPI_H #ifndef SAPI_H
#define SAPI_H #define SAPI_H

View file

@ -21,6 +21,8 @@
allocating any. It is a good idea to use alloca(0) in allocating any. It is a good idea to use alloca(0) in
your main control loop, etc. to force garbage collection. */ your main control loop, etc. to force garbage collection. */
/* $Id$ */
#include "php_config.h" #include "php_config.h"
#if !HAVE_ALLOCA #if !HAVE_ALLOCA

View file

@ -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 |
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Author: |
+----------------------------------------------------------------------+
*/
/* $Id$ */
/* config.nw.h. Configure file for NetWare platform */ /* config.nw.h. Configure file for NetWare platform */

View file

@ -16,6 +16,7 @@
| Jim Winstead <jimw@php.net> | | Jim Winstead <jimw@php.net> |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
*/ */
/* $Id$ */ /* $Id$ */
/* {{{ includes /* {{{ includes

View file

@ -15,6 +15,7 @@
| Author: Jim Winstead <jimw@php.net> | | Author: Jim Winstead <jimw@php.net> |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
*/ */
/* $Id$ */ /* $Id$ */
#ifndef FOPEN_WRAPPERS_H #ifndef FOPEN_WRAPPERS_H

View file

@ -17,7 +17,6 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
*/ */
/* $Id$ */ /* $Id$ */
#include "php.h" #include "php.h"

View file

@ -18,6 +18,7 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
*/ */
/* $Id$ */
/* {{{ includes /* {{{ includes
*/ */

View file

@ -17,7 +17,6 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
*/ */
/* $Id$ */ /* $Id$ */
#ifndef INTERNAL_FUNCTIONS_REGISTRY_H #ifndef INTERNAL_FUNCTIONS_REGISTRY_H

View file

@ -15,10 +15,10 @@
| Authors: Andi Gutmans <andi@zend.com> | | Authors: Andi Gutmans <andi@zend.com> |
| Zeev Suraski <zeev@zend.com> | | Zeev Suraski <zeev@zend.com> |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
$Id$
*/ */
/* $Id$ */
/* {{{ includes /* {{{ includes
*/ */
#include "php.h" #include "php.h"

View file

@ -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 |
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Author: |
+----------------------------------------------------------------------+
*/
/* $Id$ */
#define CONTEXT_TYPE_IMAGE_GIF "Content-Type: image/gif" #define CONTEXT_TYPE_IMAGE_GIF "Content-Type: image/gif"
unsigned char zend_logo[] = { unsigned char zend_logo[] = {

View file

@ -34,6 +34,8 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
/* $Id$ */
#if defined(LIBC_SCCS) && !defined(lint) #if defined(LIBC_SCCS) && !defined(lint)
static char sccsid[] = "@(#)merge.c 8.2 (Berkeley) 2/14/94"; static char sccsid[] = "@(#)merge.c 8.2 (Berkeley) 2/14/94";
#endif /* LIBC_SCCS and not lint */ #endif /* LIBC_SCCS and not lint */

View file

@ -16,6 +16,7 @@
| Streams work by Wez Furlong <wez@thebrainroom.com> | | Streams work by Wez Furlong <wez@thebrainroom.com> |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
*/ */
/* $Id$ */ /* $Id$ */
/*#define DEBUG_MAIN_NETWORK 1*/ /*#define DEBUG_MAIN_NETWORK 1*/

View file

@ -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 |
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Author: |
+----------------------------------------------------------------------+
*/
/* $Id$ */
#ifndef PHP3_COMPAT_H #ifndef PHP3_COMPAT_H
#define PHP3_COMPAT_H #define PHP3_COMPAT_H

View file

@ -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 |
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Author: |
+----------------------------------------------------------------------+
*/
/* $Id$ */
#ifndef PHP_COMPAT_H #ifndef PHP_COMPAT_H
#define PHP_COMPAT_H #define PHP_COMPAT_H

View file

@ -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 |
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Author: |
+----------------------------------------------------------------------+
*/
/* $Id$ */
#ifndef PHP_CONTENT_TYPES_H #ifndef PHP_CONTENT_TYPES_H
#define PHP_CONTENT_TYPES_H #define PHP_CONTENT_TYPES_H

View file

@ -16,6 +16,7 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
*/ */
/* $Id$ */
#ifndef PHP_GLOBALS_H #ifndef PHP_GLOBALS_H
#define PHP_GLOBALS_H #define PHP_GLOBALS_H

View file

@ -16,6 +16,8 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
*/ */
/* $Id$ */
#ifndef PHP_INI_H #ifndef PHP_INI_H
#define PHP_INI_H #define PHP_INI_H

View file

@ -16,6 +16,8 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
*/ */
/* $Id$ */
#include "php.h" #include "php.h"
#include "logos.h" #include "logos.h"
#include "php_logos.h" #include "php_logos.h"

View file

@ -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 |
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Author: |
+----------------------------------------------------------------------+
*/
/* $Id$ */
#ifndef _PHP_LOGOS_H #ifndef _PHP_LOGOS_H
#define _PHP_LOGOS_H #define _PHP_LOGOS_H

View file

@ -17,10 +17,8 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
*/ */
/* $Id$ */ /* $Id$ */
#ifndef PHP_MAIN_H #ifndef PHP_MAIN_H
#define PHP_MAIN_H #define PHP_MAIN_H

View file

@ -16,6 +16,8 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
*/ */
/* $Id$ */
#ifndef PHP_MEMORY_STREAM_H #ifndef PHP_MEMORY_STREAM_H
#define PHP_MEMORY_STREAM_H #define PHP_MEMORY_STREAM_H

View file

@ -15,6 +15,7 @@
| Author: Stig Venaas <venaas@uninett.no> | | Author: Stig Venaas <venaas@uninett.no> |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
*/ */
/* $Id$ */ /* $Id$ */
#ifndef _PHP_NETWORK_H #ifndef _PHP_NETWORK_H

View file

@ -16,6 +16,8 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
*/ */
/* $Id$ */
#ifndef PHP_OPEN_TEMPORARY_FILE_H #ifndef PHP_OPEN_TEMPORARY_FILE_H
#define PHP_OPEN_TEMPORARY_FILE_H #define PHP_OPEN_TEMPORARY_FILE_H

View file

@ -16,6 +16,7 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
*/ */
/* $Id$ */
#ifndef PHP_REENTRANCY_H #ifndef PHP_REENTRANCY_H
#define PHP_REENTRANCY_H #define PHP_REENTRANCY_H

View file

@ -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 |
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Author: |
+----------------------------------------------------------------------+
*/
/* $Id$ */
#ifndef PHP_REGEX_H #ifndef PHP_REGEX_H
#define PHP_REGEX_H #define PHP_REGEX_H

View file

@ -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 |
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Author: |
+----------------------------------------------------------------------+
*/
/* $Id$ */
#ifndef PHP_SYSLOG_H #ifndef PHP_SYSLOG_H
#define PHP_SYSLOG_H #define PHP_SYSLOG_H

View file

@ -16,6 +16,7 @@
| Zeev Suraski <zeev@zend.com> | | Zeev Suraski <zeev@zend.com> |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
*/ */
/* $Id$ */ /* $Id$ */
#include <stdio.h> #include <stdio.h>

View file

@ -16,6 +16,7 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
*/ */
/* $Id$ */
#include <sys/types.h> #include <sys/types.h>
#include <string.h> #include <string.h>

View file

@ -16,6 +16,7 @@
| Jani Taskinen <sniper@php.net> | | Jani Taskinen <sniper@php.net> |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
*/ */
/* $Id$ */ /* $Id$ */
/* /*

View file

@ -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 |
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Author: |
+----------------------------------------------------------------------+
*/
/* $Id$ */
#ifndef RFC1867_H #ifndef RFC1867_H
#define RFC1867_H #define RFC1867_H

View file

@ -15,6 +15,7 @@
| Author: Rasmus Lerdorf <rasmus@lerdorf.on.ca> | | Author: Rasmus Lerdorf <rasmus@lerdorf.on.ca> |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
*/ */
/* $Id$ */ /* $Id$ */
#include "php.h" #include "php.h"

View file

@ -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 |
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Author: |
+----------------------------------------------------------------------+
*/
/* $Id$ */
#ifndef SAFE_MODE_H #ifndef SAFE_MODE_H
#define SAFE_MODE_H #define SAFE_MODE_H

View file

@ -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 |
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Author: |
+----------------------------------------------------------------------+
*/
/* $Id$ */
/* ==================================================================== /* ====================================================================
* Copyright (c) 1995-1998 The Apache Group. All rights reserved. * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
* *

View file

@ -14,7 +14,9 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Author: Stig Sæther Bakken <ssb@fast.no> | | Author: Stig Sæther Bakken <ssb@fast.no> |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
*/ */
/* $Id$ */
/* /*

View file

@ -14,7 +14,9 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Author: Marcus Boerger <helly@php.net> | | Author: Marcus Boerger <helly@php.net> |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
*/ */
/* $Id$ */
/* This is the spprintf implementation. /* This is the spprintf implementation.
* It has emerged from apache snprintf. See original header: * It has emerged from apache snprintf. See original header:

View file

@ -16,6 +16,8 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
*/ */
/* $Id$ */
/* /*
The pbuf parameter of all spprintf version receives a pointer to the allocated The pbuf parameter of all spprintf version receives a pointer to the allocated

View file

@ -12,8 +12,7 @@
| obtain it through the world-wide-web, please send a note to | | obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. | | license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Authors: | | Authors: Wez Furlong <wez@thebrainroom.com> |
| Wez Furlong (wez@thebrainroom.com) |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
*/ */

View file

@ -12,8 +12,7 @@
| obtain it through the world-wide-web, please send a note to | | obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. | | license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Authors: | | Authors: Wez Furlong <wez@thebrainroom.com> |
| Wez Furlong (wez@thebrainroom.com) |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
*/ */

View file

@ -12,11 +12,12 @@
| obtain it through the world-wide-web, please send a note to | | obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. | | license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Author: | | Author: Marcus Boerger <helly@php.net> |
| Marcus Boerger <helly@php.net> |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
*/ */
/* $Id$ */
#define _GNU_SOURCE #define _GNU_SOURCE
#include "php.h" #include "php.h"

View file

@ -12,7 +12,7 @@
| obtain it through the world-wide-web, please send a note to | | obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. | | license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Author: Wez Furlong (wez@thebrainroom.com) | | Author: Wez Furlong <wez@thebrainroom.com> |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
*/ */

View file

@ -12,7 +12,7 @@
| obtain it through the world-wide-web, please send a note to | | obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. | | license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Author: Wez Furlong (wez@thebrainroom.com) | | Author: Wez Furlong <wez@thebrainroom.com> |
| With suggestions from: | | With suggestions from: |
| Moriyoshi Koizumi <moriyoshi@at.wakwak.com> | | Moriyoshi Koizumi <moriyoshi@at.wakwak.com> |
| Sara Golemon <pollita@php.net> | | Sara Golemon <pollita@php.net> |

View file

@ -12,7 +12,7 @@
| obtain it through the world-wide-web, please send a note to | | obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. | | license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Author: Wez Furlong (wez@thebrainroom.com) | | Author: Wez Furlong <wez@thebrainroom.com> |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
*/ */

View file

@ -12,7 +12,7 @@
| obtain it through the world-wide-web, please send a note to | | obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. | | license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Author: Wez Furlong (wez@thebrainroom.com) | | Author: Wez Furlong <wez@thebrainroom.com> |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
*/ */

View file

@ -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 |
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Author: Wez Furlong <wez@thebrainroom.com> |
+----------------------------------------------------------------------+
*/
/* $Id$ */
#if ZEND_DEBUG #if ZEND_DEBUG
#define emalloc_rel_orig(size) \ #define emalloc_rel_orig(size) \
( __php_stream_call_depth == 0 \ ( __php_stream_call_depth == 0 \

View file

@ -12,8 +12,7 @@
| obtain it through the world-wide-web, please send a note to | | obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. | | license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Authors: | | Authors: Wez Furlong <wez@thebrainroom.com> |
| Wez Furlong (wez@thebrainroom.com) |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
*/ */

View file

@ -12,11 +12,10 @@
| obtain it through the world-wide-web, please send a note to | | obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. | | license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Authors: | | Authors: Wez Furlong <wez@thebrainroom.com> |
| Wez Furlong (wez@thebrainroom.com) |
| Borrowed code from: | | Borrowed code from: |
| Rasmus Lerdorf <rasmus@lerdorf.on.ca> | | Rasmus Lerdorf <rasmus@lerdorf.on.ca> |
| Jim Winstead <jimw@php.net> | | Jim Winstead <jimw@php.net> |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
*/ */

View file

@ -12,8 +12,7 @@
| obtain it through the world-wide-web, please send a note to | | obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. | | license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Authors: | | Authors: Wez Furlong <wez@thebrainroom.com> |
| Wez Furlong (wez@thebrainroom.com) |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
*/ */

View file

@ -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 |
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Author: |
+----------------------------------------------------------------------+
*/
/* $Id$ */
#include "php.h" #include "php.h"
#ifndef HAVE_STRLCAT #ifndef HAVE_STRLCAT

View file

@ -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 |
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Author: |
+----------------------------------------------------------------------+
*/
/* $Id$ */
#include "php.h" #include "php.h"
#ifndef HAVE_STRLCPY #ifndef HAVE_STRLCPY

View file

@ -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 |
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Author: |
+----------------------------------------------------------------------+
*/
/* $Id$ */
/* Defines and types for Windows 95/NT */ /* Defines and types for Windows 95/NT */
#define HAVE_DECLARED_TIMEZONE #define HAVE_DECLARED_TIMEZONE
#define WIN32_LEAN_AND_MEAN #define WIN32_LEAN_AND_MEAN