1
0
mirror of https://github.com/php/web-php.git synced 2026-03-24 07:12:16 +01:00

9 Commits

Author SHA1 Message Date
Sara Golemon
c0afd74bf7 Swap uses of _SERVER[DOCUMENT_ROOT] for __DIR__
2/4 - Update remaining except archives/ and release/.
2019-05-31 12:31:21 -04:00
Peter Kokot
35e766d749 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.
2018-10-25 02:22:08 +02:00
Peter Kokot
e235f79473 Trim trailing whitespace
This patch cleans all redundant trailing whitespace across the
repository except for the icalendar files.
2018-10-17 10:51:08 +02:00
Peter Kokot
0f95b8c709 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.
2018-10-17 07:29:46 +02:00
Sobak
c9da59289b Fixed semantics in PHP3 manual
It also fixes styling issues
2014-07-15 07:32:05 +02:00
Michael
27628e547a Use css class instead inline style 2014-06-06 23:55:53 +02:00
Michael
dc438db7e7 Replace <big> with <span style....
Replace <big> with <span style="font-size:1.2em"> since <big> is obsolet
in HTML5
2014-06-05 20:21:07 +02:00
Michael
5bfef25e70 Kill off XHTML
Long live HTML5! =)
2014-06-04 19:39:27 +02:00
Philip Olson
7e9d6e8d94 Added the PHP 3 Manual (of sorts) to the archives.
# Found this on my hard drive so figure what the heck... commit!
2009-04-11 03:07:00 +00:00