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

20 Commits

Author SHA1 Message Date
Andreas Möller
d9bcfed482 Enhancement: Enable array_syntax fixer
Co-authored-by: MathiasReker <mathias@reker.dk>

Closes GH-659.
2022-08-22 18:59:14 +02:00
Ben Ramsey
1fcd78c281 Add PHP-8.1 to the Git steps page 2022-06-08 17:44:46 -05:00
Sergey Panteleev
e2ee39e007 Replace references to git.php.net 2021-04-02 09:33:28 +03:00
Gabriel Caruso
15afae385d Remove extra break line 2020-10-10 16:08:10 +02:00
Gabriel Caruso
8688afc23d Add PHP 8.0 references 2020-10-09 09:26:54 +02:00
Peter Kokot
bfebb27b9a Bump required bison version for PHP-7.4
Since PHP 7.4, parser and lexer files are no longer bundled with the
Git repository PHP code. And the Bison 3.0.0 or later is needed to
generate parser files.
2019-06-25 17:21:48 +02:00
Sara Golemon
2735e5f03f Swap uses of _SERVER[DOCUMENT_ROOT] for __DIR__
1/n - Update / and /include/ only.
2019-05-31 11:19:09 -04:00
Nikita Popov
519d9fa7dd Update git.php branches
Add PHP-7.4, remove PHP-5.6 and PHP-7.0, which are EOL.
2019-01-28 11:51:01 +01:00
Peter Kokot
29b30614a6 Remove automake as a dependency to build PHP
The Automake and aclocal were part of the previous PHP build system
where Automake created Makefile from the Makefile.in templates and
aclocal was used to produce the aclocal.m4. Need for Automake as a
dependency to build PHP has been removed in PHP 4.3.0 release and
aclocal also in that period of 4.3 releases.

Refs:
- http://php.net/ChangeLog-4.php
- http://git.php.net/?p=php-src.git;h=e715fb00f8850990d51cee4e08e84a58f0eb0012
- http://git.php.net/?p=php-src.git;h=9d9d39a0de3bec962c343051011f5a2ed7d7b242
2018-10-23 17:18:38 +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
Peter Kokot
6437711ab5 Update Autoconf requirement for PHP-7.3 on Git page
For PHP-7.3 the minimum required Autoconf version is 2.68 and above.
2018-10-15 11:56:51 -04:00
Christoph M. Becker
27298022f1 Add 7.3 reference 2018-07-31 14:19:40 +02:00
Peter Kokot
439433823a Update Autoconf version requirements on Git page
For PHP 5.4 to 7.1, Autoconf 2.59 or newer is required. For PHP 7.2
Autoconf 2.64 or newer is required.
2018-07-04 05:44:28 +02:00
Sara Golemon
74bcad4c77 Add 7.1/7.2 references, remove 7.4/7.5 references 2017-07-18 10:51:23 -04:00
Anatol Belski
a5e4a4b344 add PHP-7.0 info 2015-09-15 14:41:46 +02:00
Adam Harvey
96da68ec07 Make the git page more useful for current versions of PHP.
This is precipitated mostly by the fact that we no longer have snaps.php.net,
so this is likely to be more heavily trafficked than before.

This almost certainly requires more work, but at least this gets rid of the
most egregious problems.
2015-02-18 13:52:47 -08:00
Jacob Bednarz
61550de68f Remove links to snaps.php.net
As the development snapshots have been removed in favour of the git sources,
these links is no longer required.
2015-02-15 11:27:58 -08:00
Michael
5bfef25e70 Kill off XHTML
Long live HTML5! =)
2014-06-04 19:39:27 +02:00
Adam Harvey
ed033bc418 Weight GitHub more highly than git.php.net, per conversation with dsp. 2012-03-20 11:47:44 +08:00
Adam Harvey
f1f5e30ca3 Initial rewrite of the references to Subversion on the site to Git. Rewrites
welcome! A couple of important notes:

- I've largely dropped references to Subversion altogether, even knowing that
  php-doc hasn't migrated yet. We may need to put a few more "Git/SVN account"
  references in there if php-doc isn't going to be migrated in the near future.

- I've removed the quick start hints from git-php.php after an account request
  has been sent in. The documentation there was pretty skimpy anyway and
  probably wouldn't have been enough to get a developer going, plus it's harder
  to distill the Git workflow into three or four snappy commands and I'm not
  really convinced that a form confirmation page is the right place to have
  learning materials, since it's a one-time page for most users. Instead I've
  replaced them with links to the relevant Wiki pages, which seem more likely
  to be the right place for new developers to learn.

News post to come, but I wanted to separate this out for easier review.
2012-03-20 10:13:32 +08:00