mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
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:
parent
5651b1a7ca
commit
be49d61b19
75 changed files with 0 additions and 97 deletions
|
@ -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:
|
||||
|
||||
Everything now resides beneath the php_output namespace,
|
||||
|
|
|
@ -16,8 +16,6 @@
|
|||
+----------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
/* $Id:$ */
|
||||
|
||||
#ifndef _ZEND_ARENA_H_
|
||||
#define _ZEND_ARENA_H_
|
||||
|
||||
|
|
|
@ -16,8 +16,6 @@
|
|||
+----------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
/* $Id:$ */
|
||||
|
||||
#ifndef _ZEND_BITSET_H_
|
||||
#define _ZEND_BITSET_H_
|
||||
|
||||
|
|
|
@ -16,8 +16,6 @@
|
|||
+----------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
/* $Id: $ */
|
||||
|
||||
#include "zend.h"
|
||||
#include "zend_API.h"
|
||||
#include "zend_dtrace.h"
|
||||
|
|
|
@ -16,8 +16,6 @@
|
|||
+----------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
/* $Id: $ */
|
||||
|
||||
provider php {
|
||||
probe exception__caught(char *classname);
|
||||
probe exception__thrown(char* classname);
|
||||
|
|
|
@ -16,8 +16,6 @@
|
|||
+----------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
/* $Id: $ */
|
||||
|
||||
#ifndef _ZEND_DTRACE_H
|
||||
#define _ZEND_DTRACE_H
|
||||
|
||||
|
|
|
@ -16,8 +16,6 @@
|
|||
+----------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
/* $Id: $ */
|
||||
|
||||
#include "zend.h"
|
||||
#include "zend_globals.h"
|
||||
|
||||
|
|
|
@ -16,8 +16,6 @@
|
|||
+----------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
/* $Id: $ */
|
||||
|
||||
#ifndef ZEND_STRING_H
|
||||
#define ZEND_STRING_H
|
||||
|
||||
|
|
|
@ -15,9 +15,6 @@
|
|||
# | Authors: Stig Bakken <ssb@php.net> |
|
||||
# | 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..."
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#! /bin/sh
|
||||
|
||||
# $Id: genif.sh,v 1.6 2005-06-21 13:47:38 sniper Exp $
|
||||
# replacement for genif.pl
|
||||
|
||||
infile=$1
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
| Hartmut Holzgraefe <hholzgra@php.net> |
|
||||
+----------------------------------------------------------------------+
|
||||
*/
|
||||
/* $Id: */
|
||||
|
||||
#include "php.h"
|
||||
#include "php_calendar.h"
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
| Hartmut Holzgraefe <hholzgra@php.net> |
|
||||
+----------------------------------------------------------------------+
|
||||
*/
|
||||
/* $Id: */
|
||||
|
||||
#include "php.h"
|
||||
#include "php_calendar.h"
|
||||
|
|
|
@ -7,8 +7,6 @@
|
|||
# cdb-0.75 lacks support for installing header files and creating a
|
||||
# library which programs can link against. This shell script fills
|
||||
# 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
|
||||
:
|
||||
|
|
|
@ -15,8 +15,6 @@
|
|||
| Author: Georg Richter <georg@php.net> |
|
||||
Andrey Hristov <andrey@php.net> |
|
||||
+----------------------------------------------------------------------+
|
||||
|
||||
$Id: php_mysqli_structs.h 302179 2010-08-13 09:57:04Z andrey $
|
||||
*/
|
||||
|
||||
#ifndef MYSQLI_FE_H
|
||||
|
|
|
@ -14,8 +14,6 @@
|
|||
+----------------------------------------------------------------------+
|
||||
| Author: Georg Richter <georg@php.net> |
|
||||
+----------------------------------------------------------------------+
|
||||
|
||||
$Id: php_mysqli_structs.h 302179 2010-08-13 09:57:04Z andrey $
|
||||
*/
|
||||
|
||||
#ifndef MYSQLI_PRIV_H
|
||||
|
|
|
@ -16,8 +16,6 @@
|
|||
| Andrey Hristov <andrey@php.net> |
|
||||
| Ulf Wendel <uw@php.net> |
|
||||
+----------------------------------------------------------------------+
|
||||
|
||||
$Id: mysqli.c 299335 2010-05-13 11:05:09Z andrey $
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
|
|
|
@ -16,8 +16,6 @@
|
|||
+----------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
/* $Id:$ */
|
||||
|
||||
#include "php.h"
|
||||
#include "zend_compile.h"
|
||||
#include "zend_extensions.h"
|
||||
|
|
|
@ -16,8 +16,6 @@
|
|||
+----------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
/* $Id:$ */
|
||||
|
||||
#ifndef _ZEND_WORKLIST_H_
|
||||
#define _ZEND_WORKLIST_H_
|
||||
|
||||
|
|
|
@ -16,8 +16,6 @@
|
|||
+----------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
/* $Id: $ */
|
||||
|
||||
#ifndef HTTP_STATUS_CODES_H
|
||||
#define HTTP_STATUS_CODES_H
|
||||
|
||||
|
|
|
@ -17,8 +17,6 @@
|
|||
+----------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
/* $Id: php_cli.c 306938 2011-01-01 02:17:06Z felipe $ */
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <fcntl.h>
|
||||
|
|
|
@ -16,8 +16,6 @@
|
|||
+----------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
/* $Id: php_cli.c 306938 2011-01-01 02:17:06Z felipe $ */
|
||||
|
||||
#ifndef PHP_CLI_SERVER_H
|
||||
#define PHP_CLI_SERVER_H
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
|
||||
/* $Id: fpm.c,v 1.23 2008/07/20 16:38:31 anight Exp $ */
|
||||
/* (c) 2007,2008 Andrei Nigmatulin */
|
||||
|
||||
#include "fpm_config.h"
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
|
||||
/* $Id: fpm.h,v 1.13 2008/05/24 17:38:47 anight Exp $ */
|
||||
/* (c) 2007,2008 Andrei Nigmatulin */
|
||||
|
||||
#ifndef FPM_H
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
|
||||
/* $Id: fpm_arrays.h,v 1.2 2008/05/24 17:38:47 anight Exp $ */
|
||||
/* (c) 2007,2008 Andrei Nigmatulin */
|
||||
|
||||
#ifndef FPM_ARRAYS_H
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
|
||||
/* $Id: fpm_atomic.h,v 1.3 2008/09/18 23:34:11 anight Exp $ */
|
||||
/* (c) 2007,2008 Andrei Nigmatulin */
|
||||
|
||||
#ifndef FPM_ATOMIC_H
|
||||
|
|
|
@ -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 */
|
||||
|
||||
#include "fpm_config.h"
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
|
||||
/* $Id: fpm_children.h,v 1.9 2008/05/24 17:38:47 anight Exp $ */
|
||||
/* (c) 2007,2008 Andrei Nigmatulin */
|
||||
|
||||
#ifndef FPM_CHILDREN_H
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
|
||||
/* $Id: fpm_cleanup.c,v 1.8 2008/05/24 17:38:47 anight Exp $ */
|
||||
/* (c) 2007,2008 Andrei Nigmatulin */
|
||||
|
||||
#include "fpm_config.h"
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
|
||||
/* $Id: fpm_cleanup.h,v 1.5 2008/05/24 17:38:47 anight Exp $ */
|
||||
/* (c) 2007,2008 Andrei Nigmatulin */
|
||||
|
||||
#ifndef FPM_CLEANUP_H
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
|
||||
/* $Id: fpm_clock.c,v 1.4 2008/09/18 23:19:59 anight Exp $ */
|
||||
/* (c) 2007,2008 Andrei Nigmatulin */
|
||||
|
||||
#include "fpm_config.h"
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
|
||||
/* $Id: fpm_clock.h,v 1.2 2008/05/24 17:38:47 anight Exp $ */
|
||||
/* (c) 2007,2008 Andrei Nigmatulin */
|
||||
|
||||
#ifndef FPM_CLOCK_H
|
||||
|
|
|
@ -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 */
|
||||
|
||||
#include "fpm_config.h"
|
||||
|
|
|
@ -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 */
|
||||
|
||||
#ifndef FPM_CONF_H
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
/* $Id: fpm_config.h,v 1.16 2008/05/25 00:30:43 anight Exp $ */
|
||||
/* (c) 2007,2008 Andrei Nigmatulin */
|
||||
|
||||
#include <php_config.h>
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
|
||||
/* $Id: fpm_env.c,v 1.15 2008/09/18 23:19:59 anight Exp $ */
|
||||
/* (c) 2007,2008 Andrei Nigmatulin */
|
||||
|
||||
#include "fpm_config.h"
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
|
||||
/* $Id: fpm_env.h,v 1.9 2008/09/18 23:19:59 anight Exp $ */
|
||||
/* (c) 2007,2008 Andrei Nigmatulin */
|
||||
|
||||
#ifndef FPM_ENV_H
|
||||
|
|
|
@ -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 */
|
||||
|
||||
#include "fpm_config.h"
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
|
||||
/* $Id: fpm_events.h,v 1.9 2008/05/24 17:38:47 anight Exp $ */
|
||||
/* (c) 2007,2008 Andrei Nigmatulin */
|
||||
|
||||
#ifndef FPM_EVENTS_H
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
|
||||
/* $Id: fpm_status.c 312262 2011-06-18 17:41:56Z felipe $ */
|
||||
/* (c) 2009 Jerome Loyet */
|
||||
|
||||
#include "php.h"
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
|
||||
/* $Id: fpm_status.h 312263 2011-06-18 17:46:16Z felipe $ */
|
||||
/* (c) 2009 Jerome Loyet */
|
||||
|
||||
#ifndef FPM_LOG_H
|
||||
|
|
|
@ -21,8 +21,6 @@
|
|||
+----------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
/* $Id: cgi_main.c 291497 2009-11-30 14:43:22Z dmitry $ */
|
||||
|
||||
#include "php.h"
|
||||
#include "php_globals.h"
|
||||
#include "php_variables.h"
|
||||
|
|
|
@ -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 */
|
||||
|
||||
#include "fpm_config.h"
|
||||
|
|
|
@ -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 */
|
||||
|
||||
#ifndef FPM_PHP_H
|
||||
|
|
|
@ -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 */
|
||||
|
||||
#include "fpm_config.h"
|
||||
|
|
|
@ -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 */
|
||||
|
||||
#ifndef FPM_PHP_TRACE_H
|
||||
|
|
|
@ -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 */
|
||||
|
||||
#include "fpm_config.h"
|
||||
|
|
|
@ -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 */
|
||||
|
||||
#ifndef FPM_PROCESS_CTL_H
|
||||
|
|
|
@ -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 */
|
||||
#ifdef HAVE_TIMES
|
||||
#include <sys/times.h>
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
|
||||
/* $Id: fpm_request.h,v 1.4 2008/07/20 01:47:16 anight Exp $ */
|
||||
/* (c) 2007,2008 Andrei Nigmatulin */
|
||||
|
||||
#ifndef FPM_REQUEST_H
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
|
||||
/* $Id: fpm_status.c 312399 2011-06-23 08:03:52Z fat $ */
|
||||
/* (c) 2009 Jerome Loyet */
|
||||
|
||||
#include "php.h"
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
|
||||
/* $Id: fpm_status.h 312263 2011-06-18 17:46:16Z felipe $ */
|
||||
/* (c) 2009 Jerome Loyet */
|
||||
|
||||
#ifndef FPM_SCOREBOARD_H
|
||||
|
|
|
@ -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 */
|
||||
|
||||
#include <sys/mman.h>
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
|
||||
/* $Id: fpm_shm.h,v 1.3 2008/05/24 17:38:47 anight Exp $ */
|
||||
/* (c) 2007,2008 Andrei Nigmatulin */
|
||||
|
||||
#ifndef FPM_SHM_H
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
|
||||
/* $Id: fpm_signals.c,v 1.24 2008/08/26 15:09:15 anight Exp $ */
|
||||
/* (c) 2007,2008 Andrei Nigmatulin */
|
||||
|
||||
#include "fpm_config.h"
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
|
||||
/* $Id: fpm_signals.h,v 1.5 2008/05/24 17:38:47 anight Exp $ */
|
||||
/* (c) 2007,2008 Andrei Nigmatulin */
|
||||
|
||||
#ifndef FPM_SIGNALS_H
|
||||
|
|
|
@ -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 */
|
||||
|
||||
#include "fpm_config.h"
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
|
||||
/* $Id: fpm_sockets.h,v 1.12 2008/08/26 15:09:15 anight Exp $ */
|
||||
/* (c) 2007,2008 Andrei Nigmatulin */
|
||||
|
||||
#ifndef FPM_MISC_H
|
||||
|
|
|
@ -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 */
|
||||
|
||||
#include "fpm_config.h"
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
|
||||
/* $Id: fpm_stdio.h,v 1.9 2008/05/24 17:38:47 anight Exp $ */
|
||||
/* (c) 2007,2008 Andrei Nigmatulin */
|
||||
|
||||
#ifndef FPM_STDIO_H
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
|
||||
/* $Id: fpm_str.h,v 1.3 2008/05/24 17:38:47 anight Exp $ */
|
||||
/* (c) 2007,2008 Andrei Nigmatulin */
|
||||
|
||||
#ifndef FPM_STR_H
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
|
||||
/* $Id: fpm_trace.c,v 1.1 2008/07/20 20:59:00 anight Exp $ */
|
||||
/* (c) 2007,2008 Andrei Nigmatulin */
|
||||
|
||||
#include "fpm_config.h"
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
|
||||
/* $Id: fpm_trace.h,v 1.3 2008/07/20 22:43:39 anight Exp $ */
|
||||
/* (c) 2007,2008 Andrei Nigmatulin */
|
||||
|
||||
#ifndef FPM_TRACE_H
|
||||
|
|
|
@ -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 */
|
||||
|
||||
#include "fpm_config.h"
|
||||
|
|
|
@ -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 */
|
||||
|
||||
#define _GNU_SOURCE
|
||||
|
|
|
@ -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 */
|
||||
|
||||
#include "fpm_config.h"
|
||||
|
|
|
@ -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 */
|
||||
|
||||
#include "fpm_config.h"
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
|
||||
/* $Id: fpm_unix.h,v 1.8 2008/05/25 13:21:13 anight Exp $ */
|
||||
/* (c) 2007,2008 Andrei Nigmatulin */
|
||||
|
||||
#ifndef FPM_UNIX_H
|
||||
|
|
|
@ -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 */
|
||||
|
||||
#include "fpm_config.h"
|
||||
|
|
|
@ -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 */
|
||||
|
||||
#ifndef FPM_WORKER_POOL_H
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
|
||||
/* $Id: zlog.c,v 1.7 2008/05/22 21:08:32 anight Exp $ */
|
||||
/* (c) 2004-2007 Andrei Nigmatulin */
|
||||
|
||||
#include "fpm_config.h"
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
|
||||
/* $Id: zlog.h,v 1.7 2008/05/22 21:08:32 anight Exp $ */
|
||||
/* (c) 2004-2007 Andrei Nigmatulin */
|
||||
|
||||
#ifndef ZLOG_H
|
||||
|
|
|
@ -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
|
||||
|
||||
WScript.StdOut.WriteLine("Rebuilding configure.js");
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
// vim:ft=javascript
|
||||
// $Id: config.w32 306241 2010-12-11 22:18:10Z pajoye $
|
||||
// "Master" config file; think of it as a configure.ac
|
||||
// equivalent.
|
||||
|
||||
|
|
|
@ -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 STDERR = WScript.StdErr;
|
||||
var WshShell = WScript.CreateObject("WScript.Shell");
|
||||
|
|
|
@ -2,6 +2,5 @@
|
|||
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 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\libxml\php_libxml2.def
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue