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

36 Commits

Author SHA1 Message Date
Shivam Mathur
1dc14f9638 Add windows QA builds
Rename release-candidates to pre-release-builds
2025-11-15 11:30:40 +05:30
Derick Rethans
bf5b8beb1e Make the layout copy what we have for normal releases 2025-04-24 13:40:40 +01:00
Jim Winstead
b0763029a1 doc.php.net is on HTTPS now, and contribution guide URL changed (#1108) 2024-10-27 00:27:06 +03:00
Adecap
ca4bca796c Update get-involved.php (#1009)
* Update get-involved.php

Changed http to https link as the pages they link to does not redirect to their own https versions automatically

* Update get-involved.php

Fixed error
2024-06-15 19:39:07 +03:00
Andreas Möller
00342c402f Fix: Remove vim instruction (#880) 2023-12-07 15:01:52 +01:00
Posp
227f760c6a Change a link from an old issue tracker to GitHub
Closes GH-755.
2023-02-13 11:08:44 +01:00
Andreas Möller
1ebc2c4996 Enhancement: Enable binary_operator_spaces fixer
Closes GH-667.
2022-08-22 19:17:38 +02:00
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
Christoph M. Becker
af092d0916 Update lxr links to point to heap.space
This instance is maintained by ekin, and has good availability,
contrary to lxr.php.net which is down for years.
2021-05-06 18:56:57 +02:00
Andreas Heigl
3ef8be363f Replace link to edit.php.net with link to github
Due to the move of the documentation to git this should direct people
to the right place. Which (currently) is not edit.php.net anymore.

Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>

Closes GH-391.
2021-01-28 17:52:42 +01: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
Peter Cowburn
582c9e134d move sidebar links to main content for Get Involved page
Replaces the old sidebar with a ToC.

Original suggestion from Côme Chilliet:
    When I tried to get involved in PHP the first time, I got to
    https://php.net/get-involved.php, read the "Development of the
    PHP source" section and was like «Hum, ok, but where is the source?
    Why aren’t there any links here?». The stuff in the right column
    should really be in the middle and replaced with a Table of contents
    for consistency IMO.

Aside: the contents of this page could do with some love.
2019-02-05 20:03:17 +00:00
Peter Kokot
dd8d8bf863 Sync final and leading newlines
This patch adds some missing newlines, trims some multiple redundant
final newlines into a single one, and trims few redundant leading
newlines.

According to POSIX, a line is a sequence of zero or more non-'<newline>'
characters plus a terminating '<newline>' character. [1] Files should
normally have at least one final newline character.

C89 [2] and later standards [3] mention a final newline:
"A source file that is not empty shall end in a new-line character,
which shall not be immediately preceded by a backslash character."

Although it is not mandatory for all files to have a final newline
fixed, a more consistent and homogeneous approach brings less of commit
differences issues and a better development experience in certain text
editors and IDEs.

[1] http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_206
[2] https://port70.net/~nsz/c/c89/c89-draft.html#2.1.1.2
[3] https://port70.net/~nsz/c/c99/n1256.html#5.1.1.2
2018-10-17 12:37:26 +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
Kalle Sommer Nielsen
815f58d05d Fixed bug #75399 (Few non working links at php.net)
As much as I would love to have a working lxr and just point it to aharvey@'s site, I have just commented out them for now, marking them with the ever grep'able XXX label
2017-10-17 22:36:06 +02:00
Pasindu De Silva
dc9c9a3ae2 added mailing list link to get involved 2015-02-28 11:06:31 -08:00
Sobak
66139c0377 Remove link to old HOWTO in favor of new guide
Maybe it's not complete yet, but it provides more info than previous
resource. Suggestions and contributions are welcome.
2014-06-20 14:02:03 +02:00
Levi Morrison
e916105a19 Fixed merge conflict. 2013-12-15 11:27:28 -07:00
Hannes Magnusson
2523e3c0a3 Hopefully prettify 2013-12-10 15:14:35 -08:00
philip
b5451f3988 Improved the whitespace 2013-12-05 13:41:35 -08:00
philip
d3b330b55d Fixed a few typos, of sorts 2013-12-05 13:35:52 -08:00
krakjoe
836725ee4d changes to get-involved and introduce build-setup 2013-09-17 22:37:01 +01:00
Levi Morrison
50265cbadf Crazy amounts of refactoring. Still in progress but really needed to commit so I don't lose everything. 2013-07-06 23:18:23 -06:00
Pascal Borreli
8e847d8c76 Fixed typo in link 2012-12-15 23:37:31 +00:00
Daniel P. Brown
3cc9491588 Change multiple checks and references from 'www.php.net' to plainly 'php.net' to reduce 301's, fix a few broken items, and ease a bit of the load off the server (multiple connections per page when statically referenced as 'www.php.net.' 2012-12-05 11:09:23 -05:00
Ferenc Kovacs
0056617265 fix the file references now that they are comming from git instead of svn for the reST stuff 2012-07-21 02:30:09 +02: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
Hannes Magnusson
d2ab761365 Fix typo (cjoracle) 2011-07-01 23:10:31 +00:00
Hannes Magnusson
f8b10ff7a1 Add some sort of seperation between Rasmus' tests helping article and the original php|arch article 2011-07-01 21:35:10 +00:00
Hannes Magnusson
7b594e4147 Slight improvement for dependencies installation and configure procedures 2011-07-01 21:31:37 +00:00
Hannes Magnusson
6920dba6d4 Removed 1st person voice from Rasmus' http://codepad.org/SXfRlJ0w 2011-07-01 20:54:23 +00:00
Peter Cowburn
fd6cb54673 linkify links, grammar, etc. 2011-03-29 20:59:26 +00:00
Hannes Magnusson
60d5c3b903 Add current config option (ignored in old-web), and FIXME placeholders for pages
not in any menu yet
2010-12-28 11:09:09 +00:00
Hannes Magnusson
c7cbdff439 leftbar is horrible id.. and this shouldn't be id either :] 2010-12-27 17:17:43 +00:00
Hannes Magnusson
b09a474bf5 Dump my "Contributing to PHP, and how things work" article which was published
in php|arch few months ago
2010-12-27 17:08:28 +00:00