1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Adding Id CVS attr to many include files, and also adding C++ format header,

for anybody who uses it, just for consistency ;)
This commit is contained in:
Gabor Hojtsy
2003-01-07 22:15:57 +00:00
parent cc22cda4be
commit 76f33c14ae
6 changed files with 17 additions and 4 deletions

View File

@@ -1,4 +1,7 @@
<?php
<?php // -*- C++ -*-
// $Id$
/*
This PHP version of the GeoIP library was written in May 2002
by Jim Winstead <jimw@apache.org>

View File

@@ -1,4 +1,6 @@
<?php
<?php // -*- C++ -*-
// $Id$
/*

View File

@@ -1,4 +1,6 @@
<?php
<?php // -*- C++ -*-
// $Id$
/*
This is a list of all manual languages hosted

View File

@@ -1,5 +1,7 @@
<?php // -*- C++ -*-
// $Id$
// Try to find some variations of keyword with $prefix in the $lang manual
function tryprefix($lang, $keyword, $prefix)
{

View File

@@ -1,5 +1,7 @@
<?php // -*- C++ -*-
// $Id$
// See http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9
// for cache control header descriptions (used in many places on the site).

View File

@@ -1,4 +1,6 @@
<?php
<?php // -*- C++ -*-
// $Id$
// Define $MIRRORS array, and some constants
include_once 'mirrors.inc';