History log of /web-php/manual/php3.php (Results 1 – 9 of 9)
Revision Date Author Comments
# c0afd74b 31-May-2019 Sara Golemon

Swap uses of _SERVER[DOCUMENT_ROOT] for __DIR__

2/4 - Update remaining except archives/ and release/.


# 35e766d7 25-Oct-2018 Peter Kokot

Fix permissions

Having synced file permissions in Git repositories is a reccurring
issue. Git can track files as executables (0755) or not (0644). Usually,
all files except the execu

Fix permissions

Having synced file permissions in Git repositories is a reccurring
issue. Git can track files as executables (0755) or not (0644). Usually,
all files except the executable ones such as command line scripts or
binary executables, should be set to 0644.

This patch syncs permissions in the Git repository.

show more ...


# e235f794 17-Oct-2018 Peter Kokot

Trim trailing whitespace

This patch cleans all redundant trailing whitespace across the
repository except for the icalendar files.


# 0f95b8c7 30-Jun-2018 Peter Kokot

Remove unused Git attributes ident

The $Id$ keywords were used in Subversion where they can be substituted
with filename, last revision number change, last changed date, and last
use

Remove unused Git attributes ident

The $Id$ keywords were used in Subversion where they can be substituted
with filename, last revision number change, last changed date, and last
user who changed it.

In Git this functionality is different and can be done with Git attribute
ident. These need to be defined manually for each file in the
.gitattributes file and are afterwards replaced with 40-character
hexadecimal blob object name which is based only on the particular file
contents.

This patch simplifies handling of $Id$ keywords by removing them since
they are not used anymore.

show more ...


# c9da5928 15-Jul-2014 Sobak

Fixed semantics in PHP3 manual

It also fixes styling issues


# 27628e54 06-Jun-2014 Michael

Use css class instead inline style


# dc438db7 05-Jun-2014 Michael

Replace <big> with <span style....

Replace <big> with <span style="font-size:1.2em"> since <big> is obsolet
in HTML5


# 5bfef25e 04-Jun-2014 Michael

Kill off XHTML

Long live HTML5! =)


# 7e9d6e8d 11-Apr-2009 Philip Olson

Added the PHP 3 Manual (of sorts) to the archives.
# Found this on my hard drive so figure what the heck... commit!