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

175 Commits

Author SHA1 Message Date
Derick Rethans
b2b48ca1e0 Remove references, redirects, and selection of mirrors 2019-04-01 11:27:09 +01:00
Peter Kokot
b8332da255 Remove unused legacy reST redirections
The php.net/reST pages once served some source code files. It has been
removed via 74bc9e6ad7 in 2013 so these
redirections are most likely not relevant anymore for PHP.net audience.
2019-03-30 15:26:24 +01:00
Peter Cowburn
4716c2ba20 friendlier error page for manual pages under inactive languages (fix bug #77637) 2019-03-26 21:46:22 +00:00
Christoph M. Becker
27160d28ec Regular PHP 5 or even PHP 4 downloads are no longer available 2019-01-31 15:45:21 +01:00
Stanislav Malyshev
49c1b3ed2d Update some shortcuts 2018-12-12 12:08:51 -08: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
7c45284830 Added phpXXnews links for the 7.0 branches 2017-10-17 21:51:01 +02:00
Peter Cowburn
26ffd231f1 redirect callable to callable page 2017-10-09 23:39:12 +01:00
philip
fffcddab79 Temporary hack to fix PHP Bug #49956 for ext/mysqli. This does not close the bug. Using phd to merge search and manual-lookup.sqlite data is the likely real fix. This patch adds mysqli functions to . 2016-12-16 10:46:06 -08:00
Christoph M. Becker
d0fec39e73 Merge branch 'pull-request/101' 2016-09-28 01:53:11 +02:00
Jan Mueller
86df840901 Add ability to to download latest PHP7 stuff using PHP7-LATEST 2016-04-19 14:56:15 +02:00
Niklas Keller
410b34e361 Fix bug #71939 (Double escaped search) 2016-04-13 12:05:55 +02:00
Hannes Magnusson
6a3f798abf Allow php.net/migration7 2015-12-06 09:56:08 -08:00
Hannes Magnusson
0c7b3fd4c7 Fix URI aliases (like php.net/logos) after bug #67871 fixes 2015-12-06 09:53:47 -08:00
Hannes Magnusson
a1bfe95bcc Make php.net/mongodb the extension entry page, not subsection of the set 2015-11-02 13:15:15 -08:00
Adam Harvey
9664a449b4 http://php.net/callable should work.
I don't know why we didn't do this earlier.
2015-10-13 10:55:44 -07:00
Peter Cowburn
f496b51562 fix __debugInfo() redirect (bug #69918) 2015-06-24 13:58:53 +01:00
Hannes Magnusson
bd5c23f8f1 shortcut for __debugInfo 2015-04-21 15:21:48 -07:00
Peter Cowburn
b6f36cdcfc fix bugstats link
Also use https for bugs.php.net

[github] closes php/web-php#54
2015-01-20 21:26:33 +00:00
Hannes Magnusson
97041e478b That link is going down soon, no need anymore 2014-10-25 18:34:19 -07:00
Hannes Magnusson
cbb3e22855 bump php5news and better link for php.net/spec after spec refactoring 2014-10-25 18:32:18 -07:00
Sobak
9028f9ae33 Remove 9-year old BC redirect 2014-09-18 12:38:19 +02:00
KostyaTretyak
698021badb Replaced old link "Documentation HOWTO" on new (doc.php.net/tutorial/) 2014-09-18 07:28:10 +03:00
Peter Cowburn
606868ac27 aliases for ... operator 2014-08-25 21:26:10 +01:00
Rasmus Lerdorf
19ff71502d Add a shortcut to the spec 2014-08-24 13:12:44 -07:00
Peter Cowburn
bf7b3ab676 remove debug (oops!) 2014-08-20 22:05:37 +01:00
Peter Cowburn
1f4a628d84 move $URI.php test higher up in error.php (phpweb bug #67871)
This test was below (way below) the $URI = strtolower($URI) line, so
when browsing to /manual/pt_BR/function.strpos we were looking for
/manual/pt_br/function.strpos.php which doesn't exist (on case-sensitive
filesystems).

Note: This is a quick fix... if it causes (significant) issues, we might
have to think of a more involved solution than shuffling the code up the
file by a few hundred lines.
2014-08-20 22:03:39 +01:00
Peter Cowburn
a6ba803822 redirect php.net/** to arithmetic operators page 2014-07-08 13:54:57 +01: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
kovacs.ferenc
e81671fe38 add a fancy redirect for the 5.6 NEWS to 2014-06-20 01:18:12 +02:00
Hannes Magnusson
5c44ad3364 Fix redirect to php.net/rev after doc.php.net changes 2014-06-19 16:16:18 -07:00
Hannes Magnusson
3beb2e2fdc Excellent typo, spotted by Ferenc 2014-06-19 16:12:56 -07:00
Hannes Magnusson
720b2ee08c Add php.net/php56news 2014-06-19 16:09:58 -07:00
Pascal Borreli
42497c72fb Fixed typos 2014-05-21 22:57:36 +01:00
philip
049a8724d5 Removed amqp redirect hack, as enough people don't like the idea. 2014-05-19 15:20:54 -07:00
philip
7d625846bf Fixed AMQP URL, as reported by Adam Harvey 2014-05-15 11:27:08 -07:00
philip
636a531aa6 Redirect AMQP pages to its github page 2014-05-15 11:07:41 -07:00
Hannes Magnusson
e047aae42e Fixed bug#67062 (Requesting nonexistent files should produce HTTP 404 Not Found) 2014-04-13 09:49:42 -07:00
Hannes Magnusson
0c729aa021 Fixed bug#52147 (PHP Website fails for "php.net/mod")
mod.php is special page.. shouldn't be redirected to :]
2014-03-05 18:39:30 -08:00
Hannes Magnusson
ef1389c73d Fixed bug #64273 (Requesting nonexistent files should produce HTTP 404 Not Found) 2013-12-26 16:45:58 -08:00
Hannes Magnusson
824b15e6e8 Redirect old links to the tips page to urlhowto 2013-12-23 18:14:32 -08:00
Hannes Magnusson
7d504a68b5 Windows Installer removed as it isn't available anymore 2013-12-22 21:29:45 -08:00
Hannes Magnusson
a8614b2b3e Add the PHP.net branded sunglassess products page
This is particularly useful for those who complain about the
website being to bright/white
2013-11-22 10:51:08 -08:00
Hannes Magnusson
af21c99842 Download system tweaks
Remove reduntant/duplicate code between do-download and get-download

Also make this page more interesting when the download is missing from
this specific mirror by give the choise of going to other mirrors to check.
Rather then blindly go to the download file though we go to the same page
on the other mirror so we can check if the file exists there before giving
the link to the actual real file.

This also makes it a lot easier to work with on developers checkouts
2013-11-21 11:25:45 -08:00
Hannes Magnusson
a6651e93c9 We haven't used this for a while 2013-11-20 16:40:58 -08:00
Hannes Magnusson
ada757b74d CVSup was dropped pretty long time ago :) 2013-11-20 16:39:20 -08:00
Hannes Magnusson
d79c4578e4 But the redirects in the right place.. and lowercase so it works 2013-10-28 18:12:31 -07:00
Hannes Magnusson
10af1e0af5 Replace hourly-pre-generated release feed with a PHP script
Seems to fix couple of things, like actually including all the
supported" minor versions, not listing empty windows sections etc etc
probably breaks something too
2013-10-27 18:44:59 -07:00
Hannes Magnusson
74bc9e6ad7 Kill reST things
It doesn't even render correctly, and has gone more or less unused
2013-10-27 16:42:56 -07:00