Remove old SVN keywords substitutions

When the PHP source code was versioned in Subversion, there was
possible to substitute certain keywords such as $Id$ with revision
number, last change time and author name. Such approach is not used
in Git so this patch removes these outdated artifacts from source
code files.
This commit is contained in:
Peter Kokot 2018-06-12 20:01:37 +02:00 committed by Christoph M. Becker
parent 5651b1a7ca
commit be49d61b19
75 changed files with 0 additions and 97 deletions

View file

@ -1,6 +1,3 @@
$Id: README.NEW-OUTPUT-API 219039 2006-08-30 07:39:09Z mike $
API adjustment to the old output control code: API adjustment to the old output control code:
Everything now resides beneath the php_output namespace, Everything now resides beneath the php_output namespace,

View file

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

View file

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

View file

@ -16,8 +16,6 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
*/ */
/* $Id: $ */
#include "zend.h" #include "zend.h"
#include "zend_API.h" #include "zend_API.h"
#include "zend_dtrace.h" #include "zend_dtrace.h"

View file

@ -16,8 +16,6 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
*/ */
/* $Id: $ */
provider php { provider php {
probe exception__caught(char *classname); probe exception__caught(char *classname);
probe exception__thrown(char* classname); probe exception__thrown(char* classname);

View file

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

View file

@ -16,8 +16,6 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
*/ */
/* $Id: $ */
#include "zend.h" #include "zend.h"
#include "zend_globals.h" #include "zend_globals.h"

View file

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

View file

@ -15,9 +15,6 @@
# | Authors: Stig Bakken <ssb@php.net> | # | Authors: Stig Bakken <ssb@php.net> |
# | Sascha Schumann <sascha@schumann.cx> | # | Sascha Schumann <sascha@schumann.cx> |
# +----------------------------------------------------------------------+ # +----------------------------------------------------------------------+
#
# $Id: buildcheck.sh,v 1.37.2.2.2.1 2007-01-01 19:32:10 iliaa Exp $
#
echo "buildconf: checking installation..." echo "buildconf: checking installation..."

View file

@ -1,6 +1,5 @@
#! /bin/sh #! /bin/sh
# $Id: genif.sh,v 1.6 2005-06-21 13:47:38 sniper Exp $
# replacement for genif.pl # replacement for genif.pl
infile=$1 infile=$1

View file

@ -17,7 +17,6 @@
| Hartmut Holzgraefe <hholzgra@php.net> | | Hartmut Holzgraefe <hholzgra@php.net> |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
*/ */
/* $Id: */
#include "php.h" #include "php.h"
#include "php_calendar.h" #include "php_calendar.h"

View file

@ -17,7 +17,6 @@
| Hartmut Holzgraefe <hholzgra@php.net> | | Hartmut Holzgraefe <hholzgra@php.net> |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
*/ */
/* $Id: */
#include "php.h" #include "php.h"
#include "php_calendar.h" #include "php_calendar.h"

View file

@ -7,8 +7,6 @@
# cdb-0.75 lacks support for installing header files and creating a # cdb-0.75 lacks support for installing header files and creating a
# library which programs can link against. This shell script fills # library which programs can link against. This shell script fills
# the gap. # the gap.
#
# $Id: install_cdb.sh,v 1.2 2002-11-04 17:53:04 helly Exp $
if test -r "cdb.a" && test -r "auto-str.c" && test -r "byte.a"; then if test -r "cdb.a" && test -r "auto-str.c" && test -r "byte.a"; then
: :

View file

@ -15,8 +15,6 @@
| Author: Georg Richter <georg@php.net> | | Author: Georg Richter <georg@php.net> |
Andrey Hristov <andrey@php.net> | Andrey Hristov <andrey@php.net> |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
$Id: php_mysqli_structs.h 302179 2010-08-13 09:57:04Z andrey $
*/ */
#ifndef MYSQLI_FE_H #ifndef MYSQLI_FE_H

View file

@ -14,8 +14,6 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Author: Georg Richter <georg@php.net> | | Author: Georg Richter <georg@php.net> |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
$Id: php_mysqli_structs.h 302179 2010-08-13 09:57:04Z andrey $
*/ */
#ifndef MYSQLI_PRIV_H #ifndef MYSQLI_PRIV_H

View file

@ -16,8 +16,6 @@
| Andrey Hristov <andrey@php.net> | | Andrey Hristov <andrey@php.net> |
| Ulf Wendel <uw@php.net> | | Ulf Wendel <uw@php.net> |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
$Id: mysqli.c 299335 2010-05-13 11:05:09Z andrey $
*/ */
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H

View file

@ -16,8 +16,6 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
*/ */
/* $Id:$ */
#include "php.h" #include "php.h"
#include "zend_compile.h" #include "zend_compile.h"
#include "zend_extensions.h" #include "zend_extensions.h"

View file

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

View file

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

View file

@ -17,8 +17,6 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
*/ */
/* $Id: php_cli.c 306938 2011-01-01 02:17:06Z felipe $ */
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <fcntl.h> #include <fcntl.h>

View file

@ -16,8 +16,6 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
*/ */
/* $Id: php_cli.c 306938 2011-01-01 02:17:06Z felipe $ */
#ifndef PHP_CLI_SERVER_H #ifndef PHP_CLI_SERVER_H
#define PHP_CLI_SERVER_H #define PHP_CLI_SERVER_H

View file

@ -1,5 +1,4 @@
/* $Id: fpm.c,v 1.23 2008/07/20 16:38:31 anight Exp $ */
/* (c) 2007,2008 Andrei Nigmatulin */ /* (c) 2007,2008 Andrei Nigmatulin */
#include "fpm_config.h" #include "fpm_config.h"

View file

@ -1,5 +1,4 @@
/* $Id: fpm.h,v 1.13 2008/05/24 17:38:47 anight Exp $ */
/* (c) 2007,2008 Andrei Nigmatulin */ /* (c) 2007,2008 Andrei Nigmatulin */
#ifndef FPM_H #ifndef FPM_H

View file

@ -1,5 +1,4 @@
/* $Id: fpm_arrays.h,v 1.2 2008/05/24 17:38:47 anight Exp $ */
/* (c) 2007,2008 Andrei Nigmatulin */ /* (c) 2007,2008 Andrei Nigmatulin */
#ifndef FPM_ARRAYS_H #ifndef FPM_ARRAYS_H

View file

@ -1,5 +1,4 @@
/* $Id: fpm_atomic.h,v 1.3 2008/09/18 23:34:11 anight Exp $ */
/* (c) 2007,2008 Andrei Nigmatulin */ /* (c) 2007,2008 Andrei Nigmatulin */
#ifndef FPM_ATOMIC_H #ifndef FPM_ATOMIC_H

View file

@ -1,5 +1,4 @@
/* $Id: fpm_children.c,v 1.32.2.2 2008/12/13 03:21:18 anight Exp $ */
/* (c) 2007,2008 Andrei Nigmatulin */ /* (c) 2007,2008 Andrei Nigmatulin */
#include "fpm_config.h" #include "fpm_config.h"

View file

@ -1,5 +1,4 @@
/* $Id: fpm_children.h,v 1.9 2008/05/24 17:38:47 anight Exp $ */
/* (c) 2007,2008 Andrei Nigmatulin */ /* (c) 2007,2008 Andrei Nigmatulin */
#ifndef FPM_CHILDREN_H #ifndef FPM_CHILDREN_H

View file

@ -1,5 +1,4 @@
/* $Id: fpm_cleanup.c,v 1.8 2008/05/24 17:38:47 anight Exp $ */
/* (c) 2007,2008 Andrei Nigmatulin */ /* (c) 2007,2008 Andrei Nigmatulin */
#include "fpm_config.h" #include "fpm_config.h"

View file

@ -1,5 +1,4 @@
/* $Id: fpm_cleanup.h,v 1.5 2008/05/24 17:38:47 anight Exp $ */
/* (c) 2007,2008 Andrei Nigmatulin */ /* (c) 2007,2008 Andrei Nigmatulin */
#ifndef FPM_CLEANUP_H #ifndef FPM_CLEANUP_H

View file

@ -1,5 +1,4 @@
/* $Id: fpm_clock.c,v 1.4 2008/09/18 23:19:59 anight Exp $ */
/* (c) 2007,2008 Andrei Nigmatulin */ /* (c) 2007,2008 Andrei Nigmatulin */
#include "fpm_config.h" #include "fpm_config.h"

View file

@ -1,5 +1,4 @@
/* $Id: fpm_clock.h,v 1.2 2008/05/24 17:38:47 anight Exp $ */
/* (c) 2007,2008 Andrei Nigmatulin */ /* (c) 2007,2008 Andrei Nigmatulin */
#ifndef FPM_CLOCK_H #ifndef FPM_CLOCK_H

View file

@ -1,5 +1,4 @@
/* $Id: fpm_conf.c,v 1.33.2.3 2008/12/13 03:50:29 anight Exp $ */
/* (c) 2007,2008 Andrei Nigmatulin */ /* (c) 2007,2008 Andrei Nigmatulin */
#include "fpm_config.h" #include "fpm_config.h"

View file

@ -1,5 +1,4 @@
/* $Id: fpm_conf.h,v 1.12.2.2 2008/12/13 03:46:49 anight Exp $ */
/* (c) 2007,2008 Andrei Nigmatulin */ /* (c) 2007,2008 Andrei Nigmatulin */
#ifndef FPM_CONF_H #ifndef FPM_CONF_H

View file

@ -1,4 +1,3 @@
/* $Id: fpm_config.h,v 1.16 2008/05/25 00:30:43 anight Exp $ */
/* (c) 2007,2008 Andrei Nigmatulin */ /* (c) 2007,2008 Andrei Nigmatulin */
#include <php_config.h> #include <php_config.h>

View file

@ -1,5 +1,4 @@
/* $Id: fpm_env.c,v 1.15 2008/09/18 23:19:59 anight Exp $ */
/* (c) 2007,2008 Andrei Nigmatulin */ /* (c) 2007,2008 Andrei Nigmatulin */
#include "fpm_config.h" #include "fpm_config.h"

View file

@ -1,5 +1,4 @@
/* $Id: fpm_env.h,v 1.9 2008/09/18 23:19:59 anight Exp $ */
/* (c) 2007,2008 Andrei Nigmatulin */ /* (c) 2007,2008 Andrei Nigmatulin */
#ifndef FPM_ENV_H #ifndef FPM_ENV_H

View file

@ -1,5 +1,4 @@
/* $Id: fpm_events.c,v 1.21.2.2 2008/12/13 03:21:18 anight Exp $ */
/* (c) 2007,2008 Andrei Nigmatulin */ /* (c) 2007,2008 Andrei Nigmatulin */
#include "fpm_config.h" #include "fpm_config.h"

View file

@ -1,5 +1,4 @@
/* $Id: fpm_events.h,v 1.9 2008/05/24 17:38:47 anight Exp $ */
/* (c) 2007,2008 Andrei Nigmatulin */ /* (c) 2007,2008 Andrei Nigmatulin */
#ifndef FPM_EVENTS_H #ifndef FPM_EVENTS_H

View file

@ -1,5 +1,4 @@
/* $Id: fpm_status.c 312262 2011-06-18 17:41:56Z felipe $ */
/* (c) 2009 Jerome Loyet */ /* (c) 2009 Jerome Loyet */
#include "php.h" #include "php.h"

View file

@ -1,5 +1,4 @@
/* $Id: fpm_status.h 312263 2011-06-18 17:46:16Z felipe $ */
/* (c) 2009 Jerome Loyet */ /* (c) 2009 Jerome Loyet */
#ifndef FPM_LOG_H #ifndef FPM_LOG_H

View file

@ -21,8 +21,6 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
*/ */
/* $Id: cgi_main.c 291497 2009-11-30 14:43:22Z dmitry $ */
#include "php.h" #include "php.h"
#include "php_globals.h" #include "php_globals.h"
#include "php_variables.h" #include "php_variables.h"

View file

@ -1,5 +1,4 @@
/* $Id: fpm_php.c,v 1.22.2.4 2008/12/13 03:21:18 anight Exp $ */
/* (c) 2007,2008 Andrei Nigmatulin */ /* (c) 2007,2008 Andrei Nigmatulin */
#include "fpm_config.h" #include "fpm_config.h"

View file

@ -1,5 +1,4 @@
/* $Id: fpm_php.h,v 1.10.2.1 2008/11/15 00:57:24 anight Exp $ */
/* (c) 2007,2008 Andrei Nigmatulin */ /* (c) 2007,2008 Andrei Nigmatulin */
#ifndef FPM_PHP_H #ifndef FPM_PHP_H

View file

@ -1,5 +1,4 @@
/* $Id: fpm_php_trace.c,v 1.27.2.1 2008/11/15 00:57:24 anight Exp $ */
/* (c) 2007,2008 Andrei Nigmatulin */ /* (c) 2007,2008 Andrei Nigmatulin */
#include "fpm_config.h" #include "fpm_config.h"

View file

@ -1,5 +1,4 @@
/* $Id: fpm_php_trace.h,v 1.2 2008/05/24 17:38:47 anight Exp $ */
/* (c) 2007,2008 Andrei Nigmatulin */ /* (c) 2007,2008 Andrei Nigmatulin */
#ifndef FPM_PHP_TRACE_H #ifndef FPM_PHP_TRACE_H

View file

@ -1,5 +1,4 @@
/* $Id: fpm_process_ctl.c,v 1.19.2.2 2008/12/13 03:21:18 anight Exp $ */
/* (c) 2007,2008 Andrei Nigmatulin */ /* (c) 2007,2008 Andrei Nigmatulin */
#include "fpm_config.h" #include "fpm_config.h"

View file

@ -1,5 +1,4 @@
/* $Id: fpm_process_ctl.h,v 1.6 2008/07/20 21:33:10 anight Exp $ */
/* (c) 2007,2008 Andrei Nigmatulin */ /* (c) 2007,2008 Andrei Nigmatulin */
#ifndef FPM_PROCESS_CTL_H #ifndef FPM_PROCESS_CTL_H

View file

@ -1,5 +1,4 @@
/* $Id: fpm_request.c,v 1.9.2.1 2008/11/15 00:57:24 anight Exp $ */
/* (c) 2007,2008 Andrei Nigmatulin */ /* (c) 2007,2008 Andrei Nigmatulin */
#ifdef HAVE_TIMES #ifdef HAVE_TIMES
#include <sys/times.h> #include <sys/times.h>

View file

@ -1,5 +1,4 @@
/* $Id: fpm_request.h,v 1.4 2008/07/20 01:47:16 anight Exp $ */
/* (c) 2007,2008 Andrei Nigmatulin */ /* (c) 2007,2008 Andrei Nigmatulin */
#ifndef FPM_REQUEST_H #ifndef FPM_REQUEST_H

View file

@ -1,5 +1,4 @@
/* $Id: fpm_status.c 312399 2011-06-23 08:03:52Z fat $ */
/* (c) 2009 Jerome Loyet */ /* (c) 2009 Jerome Loyet */
#include "php.h" #include "php.h"

View file

@ -1,5 +1,4 @@
/* $Id: fpm_status.h 312263 2011-06-18 17:46:16Z felipe $ */
/* (c) 2009 Jerome Loyet */ /* (c) 2009 Jerome Loyet */
#ifndef FPM_SCOREBOARD_H #ifndef FPM_SCOREBOARD_H

View file

@ -1,5 +1,4 @@
/* $Id: fpm_shm.c,v 1.3 2008/05/24 17:38:47 anight Exp $ */
/* (c) 2007,2008 Andrei Nigmatulin, Jerome Loyet */ /* (c) 2007,2008 Andrei Nigmatulin, Jerome Loyet */
#include <sys/mman.h> #include <sys/mman.h>

View file

@ -1,5 +1,4 @@
/* $Id: fpm_shm.h,v 1.3 2008/05/24 17:38:47 anight Exp $ */
/* (c) 2007,2008 Andrei Nigmatulin */ /* (c) 2007,2008 Andrei Nigmatulin */
#ifndef FPM_SHM_H #ifndef FPM_SHM_H

View file

@ -1,5 +1,4 @@
/* $Id: fpm_signals.c,v 1.24 2008/08/26 15:09:15 anight Exp $ */
/* (c) 2007,2008 Andrei Nigmatulin */ /* (c) 2007,2008 Andrei Nigmatulin */
#include "fpm_config.h" #include "fpm_config.h"

View file

@ -1,5 +1,4 @@
/* $Id: fpm_signals.h,v 1.5 2008/05/24 17:38:47 anight Exp $ */
/* (c) 2007,2008 Andrei Nigmatulin */ /* (c) 2007,2008 Andrei Nigmatulin */
#ifndef FPM_SIGNALS_H #ifndef FPM_SIGNALS_H

View file

@ -1,5 +1,4 @@
/* $Id: fpm_sockets.c,v 1.20.2.1 2008/12/13 03:21:18 anight Exp $ */
/* (c) 2007,2008 Andrei Nigmatulin */ /* (c) 2007,2008 Andrei Nigmatulin */
#include "fpm_config.h" #include "fpm_config.h"

View file

@ -1,5 +1,4 @@
/* $Id: fpm_sockets.h,v 1.12 2008/08/26 15:09:15 anight Exp $ */
/* (c) 2007,2008 Andrei Nigmatulin */ /* (c) 2007,2008 Andrei Nigmatulin */
#ifndef FPM_MISC_H #ifndef FPM_MISC_H

View file

@ -1,5 +1,4 @@
/* $Id: fpm_stdio.c,v 1.22.2.2 2008/12/13 03:32:24 anight Exp $ */
/* (c) 2007,2008 Andrei Nigmatulin */ /* (c) 2007,2008 Andrei Nigmatulin */
#include "fpm_config.h" #include "fpm_config.h"

View file

@ -1,5 +1,4 @@
/* $Id: fpm_stdio.h,v 1.9 2008/05/24 17:38:47 anight Exp $ */
/* (c) 2007,2008 Andrei Nigmatulin */ /* (c) 2007,2008 Andrei Nigmatulin */
#ifndef FPM_STDIO_H #ifndef FPM_STDIO_H

View file

@ -1,5 +1,4 @@
/* $Id: fpm_str.h,v 1.3 2008/05/24 17:38:47 anight Exp $ */
/* (c) 2007,2008 Andrei Nigmatulin */ /* (c) 2007,2008 Andrei Nigmatulin */
#ifndef FPM_STR_H #ifndef FPM_STR_H

View file

@ -1,5 +1,4 @@
/* $Id: fpm_trace.c,v 1.1 2008/07/20 20:59:00 anight Exp $ */
/* (c) 2007,2008 Andrei Nigmatulin */ /* (c) 2007,2008 Andrei Nigmatulin */
#include "fpm_config.h" #include "fpm_config.h"

View file

@ -1,5 +1,4 @@
/* $Id: fpm_trace.h,v 1.3 2008/07/20 22:43:39 anight Exp $ */
/* (c) 2007,2008 Andrei Nigmatulin */ /* (c) 2007,2008 Andrei Nigmatulin */
#ifndef FPM_TRACE_H #ifndef FPM_TRACE_H

View file

@ -1,5 +1,4 @@
/* $Id: fpm_trace_mach.c,v 1.4 2008/08/26 15:09:15 anight Exp $ */
/* (c) 2007,2008 Andrei Nigmatulin */ /* (c) 2007,2008 Andrei Nigmatulin */
#include "fpm_config.h" #include "fpm_config.h"

View file

@ -1,5 +1,4 @@
/* $Id: fpm_trace_pread.c,v 1.7 2008/08/26 15:09:15 anight Exp $ */
/* (c) 2007,2008 Andrei Nigmatulin */ /* (c) 2007,2008 Andrei Nigmatulin */
#define _GNU_SOURCE #define _GNU_SOURCE

View file

@ -1,5 +1,4 @@
/* $Id: fpm_trace_ptrace.c,v 1.7 2008/09/18 23:34:11 anight Exp $ */
/* (c) 2007,2008 Andrei Nigmatulin */ /* (c) 2007,2008 Andrei Nigmatulin */
#include "fpm_config.h" #include "fpm_config.h"

View file

@ -1,5 +1,4 @@
/* $Id: fpm_unix.c,v 1.25.2.1 2008/12/13 03:18:23 anight Exp $ */
/* (c) 2007,2008 Andrei Nigmatulin */ /* (c) 2007,2008 Andrei Nigmatulin */
#include "fpm_config.h" #include "fpm_config.h"

View file

@ -1,5 +1,4 @@
/* $Id: fpm_unix.h,v 1.8 2008/05/25 13:21:13 anight Exp $ */
/* (c) 2007,2008 Andrei Nigmatulin */ /* (c) 2007,2008 Andrei Nigmatulin */
#ifndef FPM_UNIX_H #ifndef FPM_UNIX_H

View file

@ -1,5 +1,4 @@
/* $Id: fpm_worker_pool.c,v 1.15.2.1 2008/12/13 03:21:18 anight Exp $ */
/* (c) 2007,2008 Andrei Nigmatulin */ /* (c) 2007,2008 Andrei Nigmatulin */
#include "fpm_config.h" #include "fpm_config.h"

View file

@ -1,5 +1,4 @@
/* $Id: fpm_worker_pool.h,v 1.13 2008/08/26 15:09:15 anight Exp $ */
/* (c) 2007,2008 Andrei Nigmatulin */ /* (c) 2007,2008 Andrei Nigmatulin */
#ifndef FPM_WORKER_POOL_H #ifndef FPM_WORKER_POOL_H

View file

@ -1,5 +1,4 @@
/* $Id: zlog.c,v 1.7 2008/05/22 21:08:32 anight Exp $ */
/* (c) 2004-2007 Andrei Nigmatulin */ /* (c) 2004-2007 Andrei Nigmatulin */
#include "fpm_config.h" #include "fpm_config.h"

View file

@ -1,5 +1,4 @@
/* $Id: zlog.h,v 1.7 2008/05/22 21:08:32 anight Exp $ */
/* (c) 2004-2007 Andrei Nigmatulin */ /* (c) 2004-2007 Andrei Nigmatulin */
#ifndef ZLOG_H #ifndef ZLOG_H

View file

@ -16,7 +16,6 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
*/ */
/* $Id: buildconf.js,v 1.13.2.2.2.1.2.5 2009-01-02 12:18:21 kalle Exp $ */
// This generates a configure script for win32 build // This generates a configure script for win32 build
WScript.StdOut.WriteLine("Rebuilding configure.js"); WScript.StdOut.WriteLine("Rebuilding configure.js");

View file

@ -1,5 +1,4 @@
// vim:ft=javascript // vim:ft=javascript
// $Id: config.w32 306241 2010-12-11 22:18:10Z pajoye $
// "Master" config file; think of it as a configure.ac // "Master" config file; think of it as a configure.ac
// equivalent. // equivalent.

View file

@ -17,8 +17,6 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
*/ */
// $Id: confutils.js,v 1.60.2.1.2.8.2.33 2009-05-29 07:43:07 kalle Exp $
var STDOUT = WScript.StdOut; var STDOUT = WScript.StdOut;
var STDERR = WScript.StdErr; var STDERR = WScript.StdErr;
var WshShell = WScript.CreateObject("WScript.Shell"); var WshShell = WScript.CreateObject("WScript.Shell");

View file

@ -2,6 +2,5 @@
rem Generate phpts.def file, which exports symbols from our dll that rem Generate phpts.def file, which exports symbols from our dll that
rem are present in some of the libraries which are compiled statically rem are present in some of the libraries which are compiled statically
rem into PHP rem into PHP
rem $Id: builddef.bat,v 1.4 2003-12-08 12:56:47 rrichards Exp $
type ..\ext\sqlite\php_sqlite.def type ..\ext\sqlite\php_sqlite.def
type ..\ext\libxml\php_libxml2.def type ..\ext\libxml\php_libxml2.def