Date: 12/28/98
- Next message: sas: "[PHP-DEV] CVS update: php3/dl/calendar"
- Previous message: sas: "[PHP-DEV] CVS update: php3/win32"
- Next in thread: shane: "[PHP-DEV] CVS update: php3"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Monday December 28, 1998 @ 4:43
Author: sas
Update of /repository/php3
In directory asf:/u/temp/cvs-serv11999
Modified Files:
alloc.h constants.h getopt.h highlight.h modules.h
php3_debugger.h php3_realpath.h php3_threads.h request_info.h
safe_mode.h snprintf.h tls.h win95nt.h
Log Message:
some more Id keywords
Index: php3/alloc.h
diff -c php3/alloc.h:1.29 php3/alloc.h:1.30
*** php3/alloc.h:1.29 Mon Dec 28 04:34:42 1998
--- php3/alloc.h Mon Dec 28 04:43:53 1998
***************
*** 29,35 ****
+----------------------------------------------------------------------+
*/
! /* $id$ */
#ifndef _ALLOC_H
#define _ALLOC_H
--- 29,35 ----
+----------------------------------------------------------------------+
*/
! /* $Id: alloc.h,v 1.30 1998/12/28 09:43:53 sas Exp $ */
#ifndef _ALLOC_H
#define _ALLOC_H
Index: php3/constants.h
diff -c php3/constants.h:1.11 php3/constants.h:1.12
*** php3/constants.h:1.11 Mon Dec 28 04:34:42 1998
--- php3/constants.h Mon Dec 28 04:43:53 1998
***************
*** 1,4 ****
! /* $id$ */
#ifndef _CONSTANTS_H
#define _CONSTANTS_H
--- 1,4 ----
! /* $Id: constants.h,v 1.12 1998/12/28 09:43:53 sas Exp $ */
#ifndef _CONSTANTS_H
#define _CONSTANTS_H
Index: php3/getopt.h
diff -c php3/getopt.h:1.5 php3/getopt.h:1.6
*** php3/getopt.h:1.5 Mon Dec 28 04:34:42 1998
--- php3/getopt.h Mon Dec 28 04:43:53 1998
***************
*** 1,4 ****
! /* $id$ */
/* Borrowed from Apache NT Port */
#include "php.h"
--- 1,4 ----
! /* $Id: getopt.h,v 1.6 1998/12/28 09:43:53 sas Exp $ */
/* Borrowed from Apache NT Port */
#include "php.h"
Index: php3/highlight.h
diff -c php3/highlight.h:1.3 php3/highlight.h:1.4
*** php3/highlight.h:1.3 Mon Dec 28 04:34:42 1998
--- php3/highlight.h Mon Dec 28 04:43:53 1998
***************
*** 1,4 ****
! /* $id$ */
#ifndef _HILIGHT_H
#define _HILIGHT_H
--- 1,4 ----
! /* $Id: highlight.h,v 1.4 1998/12/28 09:43:53 sas Exp $ */
#ifndef _HILIGHT_H
#define _HILIGHT_H
Index: php3/modules.h
diff -c php3/modules.h:1.27 php3/modules.h:1.28
*** php3/modules.h:1.27 Mon Dec 28 04:34:42 1998
--- php3/modules.h Mon Dec 28 04:43:53 1998
***************
*** 25,31 ****
+----------------------------------------------------------------------+
*/
! /* $id$ */
#ifndef _MODULES_H
#define _MODULES_H
--- 25,31 ----
+----------------------------------------------------------------------+
*/
! /* $Id: modules.h,v 1.28 1998/12/28 09:43:53 sas Exp $ */
#ifndef _MODULES_H
#define _MODULES_H
Index: php3/php3_debugger.h
diff -c php3/php3_debugger.h:1.9 php3/php3_debugger.h:1.10
*** php3/php3_debugger.h:1.9 Mon Dec 28 04:34:42 1998
--- php3/php3_debugger.h Mon Dec 28 04:43:53 1998
***************
*** 27,33 ****
+----------------------------------------------------------------------+
*/
! /* $id$ */
#ifndef _PHP3_DEBUGGER_H
#define _PHP3_DEBUGGER_H
--- 27,33 ----
+----------------------------------------------------------------------+
*/
! /* $Id: php3_debugger.h,v 1.10 1998/12/28 09:43:53 sas Exp $ */
#ifndef _PHP3_DEBUGGER_H
#define _PHP3_DEBUGGER_H
Index: php3/php3_realpath.h
diff -c php3/php3_realpath.h:1.2 php3/php3_realpath.h:1.3
*** php3/php3_realpath.h:1.2 Mon Dec 28 04:34:42 1998
--- php3/php3_realpath.h Mon Dec 28 04:43:53 1998
***************
*** 27,33 ****
+----------------------------------------------------------------------+
*/
! /* $id$ */
#ifndef _PHP3_REALPATH_H_
#define _PHP3_REALPATH_H_
--- 27,33 ----
+----------------------------------------------------------------------+
*/
! /* $Id: php3_realpath.h,v 1.3 1998/12/28 09:43:53 sas Exp $ */
#ifndef _PHP3_REALPATH_H_
#define _PHP3_REALPATH_H_
Index: php3/php3_threads.h
diff -c php3/php3_threads.h:1.2 php3/php3_threads.h:1.3
*** php3/php3_threads.h:1.2 Mon Dec 28 04:34:43 1998
--- php3/php3_threads.h Mon Dec 28 04:43:53 1998
***************
*** 1,4 ****
! /* $id$ */
#if WIN32|WINNT
#define MUTEX_T void
--- 1,4 ----
! /* $Id: php3_threads.h,v 1.3 1998/12/28 09:43:53 sas Exp $ */
#if WIN32|WINNT
#define MUTEX_T void
Index: php3/request_info.h
diff -c php3/request_info.h:1.15 php3/request_info.h:1.16
*** php3/request_info.h:1.15 Mon Dec 28 04:34:43 1998
--- php3/request_info.h Mon Dec 28 04:43:53 1998
***************
*** 27,33 ****
+----------------------------------------------------------------------+
*/
! /* $id$ */
#ifndef _REQUEST_INFO_H_
#define _REQUEST_INFO_H_
--- 27,33 ----
+----------------------------------------------------------------------+
*/
! /* $Id: request_info.h,v 1.16 1998/12/28 09:43:53 sas Exp $ */
#ifndef _REQUEST_INFO_H_
#define _REQUEST_INFO_H_
Index: php3/safe_mode.h
diff -c php3/safe_mode.h:1.6 php3/safe_mode.h:1.7
*** php3/safe_mode.h:1.6 Mon Dec 28 04:34:43 1998
--- php3/safe_mode.h Mon Dec 28 04:43:53 1998
***************
*** 1,4 ****
! /* $id$ */
#ifndef _SAFE_MODE_H_
#define _SAFE_MODE_H_
--- 1,4 ----
! /* $Id: safe_mode.h,v 1.7 1998/12/28 09:43:53 sas Exp $ */
#ifndef _SAFE_MODE_H_
#define _SAFE_MODE_H_
Index: php3/snprintf.h
diff -c php3/snprintf.h:1.7 php3/snprintf.h:1.8
*** php3/snprintf.h:1.7 Mon Dec 28 04:34:43 1998
--- php3/snprintf.h Mon Dec 28 04:43:53 1998
***************
*** 27,33 ****
+----------------------------------------------------------------------+
*/
! /* $id$ */
#ifndef _PHP3_SNPRINTF_H
#define _PHP3_SNPRINTF_H
--- 27,33 ----
+----------------------------------------------------------------------+
*/
! /* $Id: snprintf.h,v 1.8 1998/12/28 09:43:53 sas Exp $ */
#ifndef _PHP3_SNPRINTF_H
#define _PHP3_SNPRINTF_H
Index: php3/tls.h
diff -c php3/tls.h:1.59 php3/tls.h:1.60
*** php3/tls.h:1.59 Mon Dec 28 04:34:43 1998
--- php3/tls.h Mon Dec 28 04:43:53 1998
***************
*** 28,34 ****
+----------------------------------------------------------------------+
*/
! /* $id$ */
#ifndef _TLS_H_
#define _TLS_H_
--- 28,34 ----
+----------------------------------------------------------------------+
*/
! /* $Id: tls.h,v 1.60 1998/12/28 09:43:53 sas Exp $ */
#ifndef _TLS_H_
#define _TLS_H_
Index: php3/win95nt.h
diff -c php3/win95nt.h:1.20 php3/win95nt.h:1.21
*** php3/win95nt.h:1.20 Mon Dec 28 04:34:43 1998
--- php3/win95nt.h Mon Dec 28 04:43:53 1998
***************
*** 1,4 ****
! /* $id$ */
/* Defines and types for Windows 95/NT */
#define WIN32_LEAN_AND_MEAN
--- 1,4 ----
! /* $Id: win95nt.h,v 1.21 1998/12/28 09:43:53 sas Exp $ */
/* Defines and types for Windows 95/NT */
#define WIN32_LEAN_AND_MEAN
-- PHP Development Mailing List http://www.php.net/ To unsubscribe send an empty message to php-dev-unsubscribe <email protected> For help: php-dev-help <email protected>
- Next message: sas: "[PHP-DEV] CVS update: php3/dl/calendar"
- Previous message: sas: "[PHP-DEV] CVS update: php3/win32"
- Next in thread: shane: "[PHP-DEV] CVS update: php3"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

