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

8 Commits

Author SHA1 Message Date
Sara Golemon
f1cb7e74c4 Swap uses of _SERVER[DOCUMENT_ROOT] for __DIR__
4/4 - Update releases directory.
2019-05-31 12:48:34 -04: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
Adam Harvey
609e2272dc Link to the new 5.5 features that were just added. 2013-06-20 17:05:41 -07:00
Adam Harvey
cfc12ec9a6 Update the 5.5.0 news entry and release page.
Specifically:

- Linked to the relevant manual pages for all documented new features, rather
  than RFCs or just having bare list items.

- Linked to php.net rather than www.php.net, per the canonical URIs.

- Made the punctuation consistent.

- Fixed up grammar.

There'll be another commit coming later tonight linking to the documentation
for the couple of items that didn't have documentation prior to 5.5.0 final;
that's waiting on a documentation build to finish and be pushed out.
2013-06-20 17:03:03 -07:00
Adam Harvey
0204f1702b Removed another Wiki link: this one won't link directly to the right section
until the next docs rebuild, but it's at least linking to the right page.
2013-06-20 15:09:20 -07:00
Adam Harvey
25e160b9c7 Remove a couple of direct Wiki links and point to the manual instead. 2013-06-20 15:06:59 -07:00
Julien Pauli
7edb7a126f Fixes for 5.5.0 announcement 2013-06-20 23:15:45 +02:00
Julien Pauli
34ae7256ce 5.5.0 final release 2013-06-20 20:24:46 +02:00