History log of /web-php/git.php (Results 1 – 21 of 21)
Revision Date Author Comments
# 673fcf38 31-Aug-2022 Sergey Panteleev

Add PHP 8.2 to Git page (#691)


# d9bcfed4 22-Aug-2022 Andreas Möller

Enhancement: Enable `array_syntax` fixer

Co-authored-by: MathiasReker <mathias@reker.dk>

Closes GH-659.


# 1fcd78c2 08-Jun-2022 Ben Ramsey

Add PHP-8.1 to the Git steps page


# e2ee39e0 02-Apr-2021 Sergey Panteleev

Replace references to git.php.net


# 15afae38 10-Oct-2020 Gabriel Caruso

Remove extra break line


# 8688afc2 09-Oct-2020 Gabriel Caruso

Add PHP 8.0 references


# bfebb27b 25-Jun-2019 Peter Kokot

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
genera

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.

show more ...


# 2735e5f0 31-May-2019 Sara Golemon

Swap uses of _SERVER[DOCUMENT_ROOT] for __DIR__

1/n - Update / and /include/ only.


# 519d9fa7 28-Jan-2019 Nikita Popov

Update git.php branches

Add PHP-7.4, remove PHP-5.6 and PHP-7.0, which are EOL.


# 29b30614 21-Oct-2018 Peter Kokot

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
ac

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

show more ...


# 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 ...


# 6437711a 09-Oct-2018 Peter Kokot

Update Autoconf requirement for PHP-7.3 on Git page

For PHP-7.3 the minimum required Autoconf version is 2.68 and above.


# 27298022 31-Jul-2018 Christoph M. Becker

Add 7.3 reference


# 43943382 04-Jul-2018 Peter Kokot

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.


# 74bcad4c 18-Jul-2017 Sara Golemon

Add 7.1/7.2 references, remove 7.4/7.5 references


# a5e4a4b3 15-Sep-2015 Anatol Belski

add PHP-7.0 info


# 96da68ec 18-Feb-2015 Adam Harvey

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 t

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.

show more ...


# 61550de6 15-Feb-2015 Jacob Bednarz

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.


# 5bfef25e 04-Jun-2014 Michael

Kill off XHTML

Long live HTML5! =)


# ed033bc4 20-Mar-2012 Adam Harvey

Weight GitHub more highly than git.php.net, per conversation with dsp.


# f1f5e30c 20-Mar-2012 Adam Harvey

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 knowin

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.

show more ...