History log of /web-php/ (Results 1551 – 1575 of 12336)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
2a12c5fa17-Oct-2018 Peter Cowburn

fix mirror noalias file checks

Remove trailing newline from noalias.txt.

Ideally, the check script (web/master.git/scripts/mirror-test) would
accept the trailing newline in this

fix mirror noalias file checks

Remove trailing newline from noalias.txt.

Ideally, the check script (web/master.git/scripts/mirror-test) would
accept the trailing newline in this file, but until then revert the
trailing newline added recently (in dd8d8bf863).

show more ...

af17be9117-Oct-2018 Peter Kokot

Add missing final EOL

db42773217-Oct-2018 Peter Kokot

This patch iCalendar files with CRLF line endings everywhere

If file is downloaded from certain Git interfaces such as GitHub,
the CRLF lineendings are not presevered. So it's best to di

This patch iCalendar files with CRLF line endings everywhere

If file is downloaded from certain Git interfaces such as GitHub,
the CRLF lineendings are not presevered. So it's best to disable line
normalization for all iCalendar files and all systems.

show more ...

8191537117-Oct-2018 Peter Kokot

Renormalize line endings for iCalendar files.

The following settings will always checkout iCalendar files with CRLF
line endings no matter the user's system configuration of
core.aut

Renormalize line endings for iCalendar files.

The following settings will always checkout iCalendar files with CRLF
line endings no matter the user's system configuration of
core.autocrlf setting and core.eol setting.

show more ...

dd8d8bf817-Oct-2018 Peter Kokot

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.

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

show more ...


.router.php
ChangeLog-5.php
archive/1998.php
archive/1999.php
archive/2000.php
archive/2009.php
archive/2013.php
archive/2014.php
archive/2015.php
archive/2016.php
archive/2017.php
archive/2018.php
archive/entries/2016-03-01-1.xml
archive/entries/2016-03-31-3.xml
archive/entries/2016-04-05-1.xml
archive/entries/2016-11-02-1.xml
archive/entries/2016-11-10-2.xml
archive/entries/2016-12-27-1.xml
archive/entries/2017-05-09-1.xml
archive/entries/2017-11-06-1.xml
archive/entries/2018-03-23-1.xml
archive/entries/2018-04-23-1.xml
archive/index.php
backend/ip-to-country.idx
bin/bumpRelease
bin/createNewsEntry
cached.php
conferences/index.php
fonts/Fira/fira.css
fonts/Font-Awesome/LICENSE.txt
fonts/Font-Awesome/config.json
fonts/Font-Awesome/css/fontello-codes.css
fonts/Font-Awesome/css/fontello-embedded.css
fonts/Font-Awesome/css/fontello-ie7-codes.css
fonts/Font-Awesome/css/fontello-ie7.css
get-involved.php
images/elephpants.php
images/logo.php
include/countries-alpha2.inc
include/countries.inc
include/do-download.inc
include/footer.inc
include/get-download.inc
include/last_updated.inc
include/layout.inc
include/manual-lookup.inc
include/mozsearch.inc
include/shared-manual.inc
include/site.inc
include/version.inc
index.php
js/ext/jquery.ui.totop.js
js/search-index.php
license/contrib-guidelines-code.php
license/distrib-guidelines-code.php
license/index.php
manual/en/book.var.php
manual/en/class.exception.php
manual/en/context.http.php
manual/en/funcref.php
manual/en/function.strpos.php
manual/en/index.php
manual/en/language.exceptions.php
manual/en/refs.basic.vartype.php
manual/en/toc/context.inc
manual/en/toc/features.inc
manual/en/toc/funcref.inc
manual/en/toc/getting-started.inc
manual/en/toc/index.inc
manual/en/toc/langref.inc
manual/en/toc/ref.strings.inc
manual/en/toc/refs.basic.vartype.inc
manual/en/toc/reserved.exceptions.inc
manual/en/toc/security.inc
manual/noalias.txt
mirror-info.php
mirroring-troubles.php
mirrors.php
privacy.php
quickref.php
releases/4_3_3_fr.php
releases/NEWS_5_4_0_RC1.txt
releases/NEWS_5_4_0_alpha1.txt
releases/NEWS_5_4_0_beta2.txt
releases/index.php
results.php
robots.txt
security/crypt_blowfish.php
security/index.php
sites.php
styles/mirror.css
ug.php
d26b9a7129-Mar-2018 Jefrey Sobreira Santos

vertically center search box

4394adad17-Oct-2018 Peter Kokot

Add .gitattributes file

This patch adds a new .gitattributes file to distinguish the end of
lines of the iCalendar files located in the repository and for Git to
not normalize and co

Add .gitattributes file

This patch adds a new .gitattributes file to distinguish the end of
lines of the iCalendar files located in the repository and for Git to
not normalize and convert end of lines. The iCalendar format requires to
have CRLF line endings. All other files in the repository can have
native EOL. On *nix alike systems LF and on Windows CRLF which Git can
convert properly on checkouts.

show more ...

d184dce417-Oct-2018 Peter Kokot

Convert iCalendar files end of lines back to CRLF

This patch fixes previous commit since the iCalendar format requires
the CRLF line endings.

e235f79417-Oct-2018 Peter Kokot

Trim trailing whitespace

This patch cleans all redundant trailing whitespace across the
repository except for the icalendar files.


ChangeLog-4.php
ChangeLog-5.php
archive/1998.php
archive/2001.php
archive/2002.php
archive/2003.php
archive/2004.php
archive/2005.php
archive/2006.php
archive/2007.php
archive/2007.xml
archive/2008.php
archive/2009.php
archive/2010.php
archive/2011.php
archive/2012.php
archive/2013.php
archive/2014.php
archive/entries/2015-01-06-1.xml
archive/entries/2015-01-22-3.xml
archive/entries/2015-02-18-1.xml
archive/entries/2015-02-25-1.xml
archive/entries/2015-02-25-2.xml
archive/entries/2015-02-25-3.xml
archive/entries/2015-03-18-1.xml
archive/entries/2015-03-19-1.xml
archive/entries/2015-03-19-2.xml
archive/entries/2015-03-20-1.xml
archive/entries/2015-04-16-1.xml
archive/entries/2015-04-16-3.xml
archive/entries/2015-05-06-1.xml
archive/entries/2015-05-14-1.xml
archive/entries/2015-05-14-2.xml
archive/entries/2015-05-25-1.xml
archive/entries/2015-05-27-1.xml
archive/entries/2015-05-27-2.xml
archive/entries/2015-05-27-3.xml
archive/entries/2015-06-01-1.xml
archive/entries/2015-06-11-3.xml
archive/entries/2015-06-11-4.xml
archive/entries/2015-06-25-1.xml
archive/entries/2015-06-29-1.xml
archive/entries/2015-07-09-1.xml
archive/entries/2015-07-10-1.xml
archive/entries/2015-07-10-2.xml
archive/entries/2015-07-10-4.xml
archive/entries/2015-07-24-1.xml
archive/entries/2015-08-06-1.xml
archive/entries/2015-08-06-2.xml
archive/entries/2015-08-06-3.xml
archive/entries/2015-08-21-1.xml
archive/entries/2015-08-31-1.xml
archive/entries/2015-09-04-1.xml
archive/entries/2015-09-04-2.xml
archive/entries/2015-09-04-3.xml
archive/entries/2015-09-04-4.xml
archive/entries/2015-09-17-2.xml
archive/entries/2015-10-01-1.xml
archive/entries/2015-10-07-1.xml
archive/entries/2015-10-15-2.xml
archive/entries/2015-10-15-3.xml
archive/entries/2015-10-29-1.xml
archive/entries/2015-10-29-2.xml
archive/entries/2015-11-12-1.xml
archive/entries/2015-11-26-1.xml
archive/entries/2015-12-03-1.xml
archive/entries/2015-12-16-1.xml
archive/entries/2015-12-17-1.xml
archive/entries/2016-01-07-1.xml
archive/entries/2016-01-30-1.xml
archive/entries/2016-02-04-1.xml
archive/entries/2016-02-04-3.xml
archive/entries/2016-02-18-1.xml
archive/entries/2016-03-03-1.xml
archive/entries/2016-03-31-1.xml
archive/entries/2016-04-29-1.xml
archive/entries/2016-05-26-1.xml
archive/entries/2016-05-26-2.xml
archive/entries/2016-05-30-1.xml
archive/entries/2016-06-15-1.xml
archive/entries/2016-06-23-1.xml
archive/entries/2016-06-23-2.xml
archive/entries/2016-06-23-3.xml
archive/entries/2016-06-24-1.xml
archive/entries/2016-07-07-1.xml
archive/entries/2016-07-21-1.xml
archive/entries/2016-07-21-2.xml
archive/entries/2016-07-21-3.xml
archive/entries/2016-08-04-1.xml
archive/entries/2016-08-18-1.xml
archive/entries/2016-08-18-3.xml
archive/entries/2016-09-01-1.xml
archive/entries/2016-09-09-1.xml
archive/entries/2016-09-15-1.xml
archive/entries/2016-09-16-2.xml
archive/entries/2016-09-29-1.xml
archive/entries/2016-10-13-1.xml
archive/entries/2016-10-19-1.xml
archive/entries/2016-10-26-1.xml
archive/entries/2016-10-27-1.xml
archive/entries/2016-10-28-1.xml
archive/entries/2016-11-10-1.xml
archive/entries/2016-11-10-2.xml
archive/entries/2016-11-10-3.xml
archive/entries/2016-11-11-1.xml
archive/entries/2016-11-24-1.xml
archive/entries/2016-12-01-3.xml
archive/entries/2016-12-07-1.xml
archive/entries/2016-12-08-1.xml
archive/entries/2016-12-20-1.xml
archive/entries/2017-01-19-1.xml
archive/entries/2017-01-19-2.xml
archive/entries/2017-01-19-3.xml
archive/entries/2017-02-16-1.xml
archive/entries/2017-02-17-1.xml
archive/entries/2017-03-04-1.xml
archive/entries/2017-03-16-1.xml
archive/entries/2017-03-16-2.xml
archive/entries/2017-03-30-1.xml
archive/entries/2017-03-30-2.xml
archive/entries/2017-04-13-1.xml
archive/entries/2017-04-13-2.xml
archive/entries/2017-04-13-3.xml
archive/entries/2017-05-11-1.xml
archive/entries/2017-05-11-2.xml
archive/entries/2017-05-16-1.xml
archive/entries/2017-06-08-1.xml
archive/entries/2017-06-08-2.xml
archive/entries/2017-06-08-3.xml
archive/entries/2017-06-09-1.xml
archive/entries/2017-06-23-1.xml
archive/entries/2017-07-06-1.xml
archive/entries/2017-07-10-1.xml
archive/entries/2017-08-03-1.xml
archive/entries/2017-08-03-3.xml
archive/entries/2017-08-31-2.xml
archive/entries/2017-09-01-1.xml
archive/entries/2017-09-13-1.xml
archive/entries/2017-09-14-1.xml
archive/entries/2017-09-28-1.xml
archive/entries/2017-09-28-2.xml
archive/entries/2017-09-29-1.xml
archive/entries/2017-10-12-1.xml
archive/entries/2017-10-19-1.xml
archive/entries/2017-10-26-1.xml
archive/entries/2017-10-27-1.xml
archive/entries/2017-11-20-1.xml
archive/entries/2017-11-22-1.xml
archive/entries/2017-11-22-2.xml
archive/entries/2017-11-23-1.xml
archive/entries/2017-11-24-1.xml
archive/entries/2018-01-04-1.xml
archive/entries/2018-01-04-2.xml
archive/entries/2018-01-04-3.xml
archive/entries/2018-01-09-1.xml
archive/entries/2018-01-09-2.xml
archive/entries/2018-02-01-1.xml
archive/entries/2018-02-01-2.xml
archive/entries/2018-02-06-1.xml
archive/entries/2018-02-07-1.xml
archive/entries/2018-02-14-1.xml
archive/entries/2018-02-16-1.xml
archive/entries/2018-02-26-1.xml
archive/entries/2018-03-01-1.xml
archive/entries/2018-03-01-2.xml
archive/entries/2018-03-02-1.xml
archive/entries/2018-03-13-1.xml
archive/entries/2018-03-23-1.xml
archive/entries/2018-03-29-1.xml
archive/entries/2018-03-29-2.xml
archive/entries/2018-03-30-2.xml
archive/entries/2018-04-11-1.xml
archive/entries/2018-04-23-1.xml
archive/entries/2018-04-25-1.xml
archive/entries/2018-04-26-1.xml
archive/entries/2018-04-26-2.xml
archive/entries/2018-04-26-3.xml
archive/entries/2018-05-24-1.xml
archive/entries/2018-05-25-1.xml
archive/entries/2018-06-07-1.xml
archive/entries/2018-06-13-1.xml
archive/entries/2018-06-21-1.xml
archive/entries/2018-06-21-2.xml
archive/entries/2018-06-25-1.xml
archive/entries/2018-06-25-3.xml
archive/entries/2018-07-05-1.xml
archive/entries/2018-07-19-2.xml
archive/entries/2018-07-19-3.xml
archive/entries/2018-07-20-2.xml
archive/entries/2018-08-09-1.xml
archive/entries/2018-08-16-2.xml
archive/entries/2018-08-16-3.xml
archive/entries/2018-08-17-1.xml
archive/entries/2018-09-13-1.xml
archive/entries/2018-09-13-3.xml
archive/entries/2018-09-13-4.xml
archive/entries/2018-10-11-2.xml
archive/entries/2018-10-11-3.xml
archive/entries/2018-10-12-1.xml
archive/entries/2018-10-12-2.xml
build-setup.php
cached.php
cal.php
copyright.php
credits.php
crossdomain.xml
docs.php
download-docs.php
elephpant.php
error.php
fonts/Font-Awesome/css/fontello-embedded.css
fonts/Font-Awesome/css/fontello-ie7.css
fonts/Font-Awesome/css/fontello.css
get-involved.php
git-php.php
images/elephpants.php
include/branches.inc
include/changelogs.inc
include/check_email_func.php
include/do-download.inc
include/errors.inc
include/footer.inc
include/get-download.inc
include/header.inc
include/ip-to-country.inc
include/langchooser.inc
include/last_updated.inc
include/layout.inc
include/loadavg.inc
include/manual-lookup.inc
include/mirrors.inc
include/pregen-confs.inc
include/pregen-news.inc
include/releases.inc
include/results.inc
include/shared-manual.inc
include/site.inc
include/version.inc
index.php
js/common.js
js/ext/jquery.ui.totop.js
license/2_01.txt
license/2_02.txt
license/3_0.txt
license/3_01.txt
license/contrib-guidelines-code.php
license/distrib-guidelines-code.php
license/index.php
mailing-lists.php
manual-lookup.php
manual/add-note.php
manual/en/book.var.php
manual/en/class.exception.php
manual/en/context.http.php
manual/en/funcref.php
manual/en/function.strpos.php
manual/en/index.php
manual/en/language.exceptions.php
manual/en/refs.basic.vartype.php
manual/en/toc/context.inc
manual/en/toc/features.inc
manual/en/toc/funcref.inc
manual/en/toc/getting-started.inc
manual/en/toc/index.inc
manual/en/toc/langref.inc
manual/en/toc/ref.strings.inc
manual/en/toc/refs.basic.vartype.inc
manual/en/toc/reserved.exceptions.inc
manual/en/toc/security.inc
manual/php3.php
manual/phpfi2.php
mirror-stats.conf
mirroring-stats.php
mirroring-troubles.php
mirroring.php
my.php
pear/package.dtd
quickref.php
releases/4_1_0.php
releases/4_1_0_fr.php
releases/4_1_2_win32.php
releases/4_2_0.php
releases/4_2_0_fr.php
releases/4_2_1_fr.php
releases/4_2_2.php
releases/4_2_2_fr.php
releases/4_3_0_fr.php
releases/4_3_1.php
releases/4_3_10.php
releases/4_3_10_fr.php
releases/4_3_11.php
releases/4_3_11_fr.php
releases/4_3_2_fr.php
releases/4_3_4.php
releases/4_3_4_fr.php
releases/4_3_5.php
releases/4_3_5_fr.php
releases/4_3_6.php
releases/4_3_6_fr.php
releases/4_3_7_fr.php
releases/4_3_9.php
releases/4_3_9_fr.php
releases/5_1_0.php
releases/5_1_2.php
releases/5_2_0.php
releases/5_2_1.php
releases/5_2_10.php
releases/5_2_11.php
releases/5_2_12.php
releases/5_2_13.php
releases/5_2_15.php
releases/5_2_17.php
releases/5_2_2.php
releases/5_2_3.php
releases/5_2_4.php
releases/5_2_5.php
releases/5_2_6.php
releases/5_2_7.php
releases/5_2_8.php
releases/5_2_9.php
releases/5_3_1.php
releases/5_3_10.php
releases/5_3_11.php
releases/5_3_16.php
releases/5_3_17.php
releases/5_3_18.php
releases/5_3_19.php
releases/5_3_20.php
releases/5_3_21.php
releases/5_3_29.php
releases/5_3_3.php
releases/5_3_4.php
releases/5_3_5.php
releases/5_3_6.php
releases/5_3_7.php
releases/5_3_8.php
releases/5_4_1.php
releases/5_4_18.php
releases/5_4_23.php
releases/5_4_30.php
releases/5_4_31.php
releases/5_4_32.php
releases/5_4_33.php
releases/5_4_34.php
releases/5_4_35.php
releases/5_4_36.php
releases/5_4_37.php
releases/5_4_39.php
releases/5_4_40.php
releases/5_4_42.php
releases/5_4_43.php
releases/5_4_44.php
releases/5_4_45.php
releases/5_5_14.php
releases/5_5_17.php
releases/5_5_18.php
releases/5_5_19.php
releases/5_5_2.php
releases/5_5_20.php
releases/5_5_23.php
releases/5_5_24.php
releases/5_5_25.php
releases/5_5_26.php
releases/5_5_27.php
releases/5_5_28.php
releases/5_5_29.php
releases/5_5_3.php
releases/5_5_30.php
releases/5_5_31.php
releases/5_5_32.php
releases/5_5_33.php
releases/5_5_34.php
releases/5_5_35.php
releases/5_5_36.php
releases/5_5_37.php
releases/5_5_38.php
releases/5_5_4.php
releases/5_6_12.php
releases/5_6_13.php
releases/5_6_15.php
releases/5_6_16.php
releases/5_6_17.php
releases/5_6_18.php
releases/5_6_19.php
releases/5_6_20.php
releases/5_6_22.php
releases/5_6_23.php
releases/5_6_25.php
releases/5_6_28.php
releases/5_6_29.php
releases/5_6_31.php
releases/5_6_32.php
releases/5_6_33.php
releases/5_6_34.php
releases/5_6_35.php
releases/5_6_36.php
releases/5_6_37.php
releases/5_6_38.php
releases/5_6_4.php
releases/5_6_7.php
releases/5_6_8.php
releases/5_6_9.php
releases/7_0_0.php
releases/7_0_1.php
releases/7_0_10.php
releases/7_0_11.php
releases/7_0_12.php
releases/7_0_13.php
releases/7_0_14.php
releases/7_0_15.php
releases/7_0_16.php
releases/7_0_17.php
releases/7_0_18.php
releases/7_0_19.php
releases/7_0_2.php
releases/7_0_20.php
releases/7_0_21.php
releases/7_0_22.php
releases/7_0_23.php
releases/7_0_24.php
releases/7_0_25.php
releases/7_0_26.php
releases/7_0_27.php
releases/7_0_28.php
releases/7_0_29.php
releases/7_0_3.php
releases/7_0_30.php
releases/7_0_31.php
releases/7_0_32.php
releases/7_0_4.php
releases/7_0_5.php
releases/7_0_6.php
releases/7_0_7.php
releases/7_0_8.php
releases/7_0_9.php
releases/7_1_1.php
releases/7_1_10.php
releases/7_1_11.php
releases/7_1_12.php
releases/7_1_13.php
releases/7_1_14.php
releases/7_1_15.php
releases/7_1_16.php
releases/7_1_17.php
releases/7_1_18.php
releases/7_1_19.php
releases/7_1_2.php
releases/7_1_20.php
releases/7_1_21.php
releases/7_1_22.php
releases/7_1_23.php
releases/7_1_3.php
releases/7_1_4.php
releases/7_1_5.php
releases/7_1_6.php
releases/7_1_7.php
releases/7_1_8.php
releases/7_1_9.php
releases/7_2_1.php
releases/7_2_10.php
releases/7_2_11.php
releases/7_2_2.php
releases/7_2_3.php
releases/7_2_4.php
releases/7_2_5.php
releases/7_2_8.php
releases/7_2_9.php
releases/NEWS_5_4_0_RC1.txt
releases/NEWS_5_4_0_alpha1.txt
releases/NEWS_5_4_0_beta1.txt
releases/NEWS_5_4_0_beta2.txt
results.php
search.php
security/vulndb.txt
sites.php
software.php
styles/add-note.css
styles/rtl.css
styles/theme-base.css
styles/theme-medium.css
submit-event.php
support.php
thanks.php
ug.php
unsub.php
urlhowto.php
6e80db5017-Oct-2018 Peter Kokot

Convert CRLF line endings to LF

This patch simplifies line endings tracked in the Git repository and
syncs them to all include the LF style instead of the CRLF files.

Newline ch

Convert CRLF line endings to LF

This patch simplifies line endings tracked in the Git repository and
syncs them to all include the LF style instead of the CRLF files.

Newline characters:
- LF (\n) (*nix and Mac)
- CRLF (\r\n) (Windows)
- CR (\r) (old Mac, obsolete)

To see which line endings are in the index and in the working copy the
following command can be used:
`git ls-files --eol`

Git additionally provides `.gitattributes` file to specify if some files
need to have specific line endings on all platforms (either CRLF or LF).

Changed files shouldn't cause issues on modern Windows platforms because
Git can do output conversion if core.autocrlf=true is set on Windows
and then uses CRLF newlines in all files in the working tree.

Unless CRLF files are tracked specifically, Git by default tracks all
files in the index using LF newlines.

show more ...

006b97fa16-Oct-2018 Jessica Mauerhan

Longhorn Dates changed

0f95b8c730-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 ...


ChangeLog-4.php
ChangeLog-5.php
archive/1998.php
archive/1999.php
archive/2000.php
archive/2001.php
archive/2002.php
archive/2003.php
archive/2004.php
archive/2005.php
archive/2006.php
archive/2007.php
archive/2008.php
archive/2009.php
archive/2010.php
archive/2011.php
archive/2012.php
archive/index.php
backend/index.php
bin/index.php
build-setup.php
cal.php
conferences/index.php
contact.php
copyright.php
credits.php
docs.php
download-docs.php
download-logos.php
downloads.php
elephpant.php
error.php
get-involved.php
git.php
images/index.php
include/changelogs.inc
include/do-download.inc
include/email-validation.inc
include/errors.inc
include/get-download.inc
include/header.inc
include/index.php
include/ip-to-country.inc
include/langchooser.inc
include/languages.inc
include/layout.inc
include/loadavg.inc
include/manual-lookup.inc
include/posttohost.inc
include/prepend.inc
include/results.inc
include/shared-manual.inc
include/shared-stat.inc
include/site.inc
license/contrib-guidelines-code.php
license/distrib-guidelines-code.php
license/index.php
mailing-lists.php
manual-lookup.php
manual/add-note.php
manual/change.php
manual/help-translate.php
manual/index.php
manual/php3.php
manual/phpfi2.php
manual/spam_challenge.php
manual/vote-note.php
mirror-info.php
mirror.php
mirroring-stats.php
mirroring-troubles.php
mirroring.php
mirrors.php
mod.php
my.php
pear/index.php
quickref.php
releases/4_1_0.php
releases/4_1_0_fr.php
releases/4_1_1.php
releases/4_1_2_win32.php
releases/4_2_0.php
releases/4_2_0_fr.php
releases/4_2_1.php
releases/4_2_1_fr.php
releases/4_2_2.php
releases/4_2_2_fr.php
releases/4_3_0.php
releases/4_3_0_fr.php
releases/4_3_1.php
releases/4_3_10.php
releases/4_3_10_fr.php
releases/4_3_11.php
releases/4_3_11_fr.php
releases/4_3_2.php
releases/4_3_2_fr.php
releases/4_3_3.php
releases/4_3_3_fr.php
releases/4_3_4.php
releases/4_3_4_fr.php
releases/4_3_5.php
releases/4_3_5_fr.php
releases/4_3_6.php
releases/4_3_6_fr.php
releases/4_3_7.php
releases/4_3_7_fr.php
releases/4_3_8.php
releases/4_3_9.php
releases/4_3_9_fr.php
releases/4_4_0.php
releases/4_4_1.php
releases/4_4_2.php
releases/4_4_3.php
releases/4_4_4.php
releases/4_4_5.php
releases/4_4_6.php
releases/4_4_7.php
releases/4_4_8.php
releases/4_4_9.php
releases/5_1_0.php
releases/5_1_1.php
releases/5_1_2.php
releases/5_1_3.php
releases/5_1_4.php
releases/5_1_5.php
releases/5_1_6.php
releases/5_2_0.php
releases/5_2_1.php
releases/5_2_10.php
releases/5_2_11.php
releases/5_2_12.php
releases/5_2_13.php
releases/5_2_14.php
releases/5_2_15.php
releases/5_2_16.php
releases/5_2_17.php
releases/5_2_2.php
releases/5_2_3.php
releases/5_2_4.php
releases/5_2_5.php
releases/5_2_6.php
releases/5_2_7.php
releases/5_2_8.php
releases/5_2_9.php
releases/5_3_0.php
releases/5_3_1.php
releases/5_3_10.php
releases/5_3_11.php
releases/5_3_12.php
releases/5_3_13.php
releases/5_3_14.php
releases/5_3_15.php
releases/5_3_16.php
releases/5_3_17.php
releases/5_3_18.php
releases/5_3_19.php
releases/5_3_2.php
releases/5_3_20.php
releases/5_3_21.php
releases/5_3_22.php
releases/5_3_23.php
releases/5_3_24.php
releases/5_3_25.php
releases/5_3_26.php
releases/5_3_27.php
releases/5_3_28.php
releases/5_3_29.php
releases/5_3_3.php
releases/5_3_4.php
releases/5_3_5.php
releases/5_3_6.php
releases/5_3_7.php
releases/5_3_8.php
releases/5_3_9.php
releases/5_4_0.php
releases/5_4_1.php
releases/5_4_10.php
releases/5_4_11.php
releases/5_4_12.php
releases/5_4_13.php
releases/5_4_14.php
releases/5_4_15.php
releases/5_4_16.php
releases/5_4_17.php
releases/5_4_18.php
releases/5_4_19.php
releases/5_4_2.php
releases/5_4_20.php
releases/5_4_21.php
releases/5_4_22.php
releases/5_4_23.php
releases/5_4_24.php
releases/5_4_25.php
releases/5_4_26.php
releases/5_4_27.php
releases/5_4_28.php
releases/5_4_29.php
releases/5_4_3.php
releases/5_4_30.php
releases/5_4_31.php
releases/5_4_32.php
releases/5_4_33.php
releases/5_4_34.php
releases/5_4_35.php
releases/5_4_36.php
releases/5_4_37.php
releases/5_4_38.php
releases/5_4_39.php
releases/5_4_4.php
releases/5_4_40.php
releases/5_4_41.php
releases/5_4_42.php
releases/5_4_43.php
releases/5_4_44.php
releases/5_4_45.php
releases/5_4_5.php
releases/5_4_6.php
releases/5_4_7.php
releases/5_4_8.php
releases/5_4_9.php
releases/5_5_0.php
releases/5_5_1.php
releases/5_5_10.php
releases/5_5_11.php
releases/5_5_12.php
releases/5_5_13.php
releases/5_5_14.php
releases/5_5_15.php
releases/5_5_16.php
releases/5_5_17.php
releases/5_5_18.php
releases/5_5_19.php
releases/5_5_2.php
releases/5_5_20.php
releases/5_5_21.php
releases/5_5_22.php
releases/5_5_23.php
releases/5_5_24.php
releases/5_5_25.php
releases/5_5_26.php
releases/5_5_27.php
releases/5_5_28.php
releases/5_5_29.php
releases/5_5_3.php
releases/5_5_30.php
releases/5_5_31.php
releases/5_5_32.php
releases/5_5_33.php
releases/5_5_34.php
releases/5_5_35.php
releases/5_5_36.php
releases/5_5_37.php
releases/5_5_38.php
releases/5_5_4.php
releases/5_5_5.php
releases/5_5_6.php
releases/5_5_7.php
releases/5_5_8.php
releases/5_5_9.php
releases/5_6_0.php
releases/5_6_1.php
releases/5_6_10.php
releases/5_6_11.php
releases/5_6_12.php
releases/5_6_13.php
releases/5_6_14.php
releases/5_6_15.php
releases/5_6_16.php
releases/5_6_17.php
releases/5_6_18.php
releases/5_6_19.php
releases/5_6_2.php
releases/5_6_20.php
releases/5_6_21.php
releases/5_6_22.php
releases/5_6_23.php
releases/5_6_24.php
releases/5_6_25.php
releases/5_6_26.php
releases/5_6_27.php
releases/5_6_28.php
releases/5_6_29.php
releases/5_6_3.php
releases/5_6_30.php
releases/5_6_31.php
releases/5_6_32.php
releases/5_6_33.php
releases/5_6_34.php
releases/5_6_35.php
releases/5_6_36.php
releases/5_6_37.php
releases/5_6_38.php
releases/5_6_4.php
releases/5_6_5.php
releases/5_6_6.php
releases/5_6_7.php
releases/5_6_8.php
releases/5_6_9.php
releases/7_0_1.php
releases/7_0_10.php
releases/7_0_11.php
releases/7_0_12.php
releases/7_0_13.php
releases/7_0_14.php
releases/7_0_15.php
releases/7_0_16.php
releases/7_0_17.php
releases/7_0_18.php
releases/7_0_19.php
releases/7_0_2.php
releases/7_0_20.php
releases/7_0_21.php
releases/7_0_22.php
releases/7_0_23.php
releases/7_0_24.php
releases/7_0_25.php
releases/7_0_26.php
releases/7_0_27.php
releases/7_0_28.php
releases/7_0_29.php
releases/7_0_3.php
releases/7_0_30.php
releases/7_0_31.php
releases/7_0_32.php
releases/7_0_4.php
releases/7_0_5.php
releases/7_0_6.php
releases/7_0_7.php
releases/7_0_8.php
releases/7_0_9.php
releases/7_1_0.php
releases/7_1_1.php
releases/7_1_10.php
releases/7_1_11.php
releases/7_1_12.php
releases/7_1_13.php
releases/7_1_14.php
releases/7_1_15.php
releases/7_1_16.php
releases/7_1_17.php
releases/7_1_18.php
releases/7_1_19.php
releases/7_1_2.php
releases/7_1_20.php
releases/7_1_21.php
releases/7_1_22.php
releases/7_1_23.php
releases/7_1_3.php
releases/7_1_4.php
releases/7_1_5.php
releases/7_1_6.php
releases/7_1_7.php
releases/7_1_8.php
releases/7_1_9.php
releases/7_2_0.php
releases/7_2_1.php
releases/7_2_10.php
releases/7_2_11.php
releases/7_2_2.php
releases/7_2_3.php
releases/7_2_4.php
releases/7_2_5.php
releases/7_2_6.php
releases/7_2_7.php
releases/7_2_8.php
releases/7_2_9.php
releases/index.php
results.php
search.php
security-note.php
security/crypt_blowfish.php
security/index.php
sitemap.php
software.php
stats/index.php
styles/index.php
submit-event.php
support.php
thanks.php
ug.php
unsub.php
urlhowto.php
25b8627203-Oct-2018 Yordan Gigov

Use root-relative URLs for cached JS and CSS entries

6437711a09-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.

8ace193912-Oct-2018 cbrueckner

add ipc se 2019 edtion

4642f53e12-Oct-2018 Jessica Mauerhan

smaller title too

03377e0012-Oct-2018 Jessica Mauerhan

Replacing logo with smaller one

01bc318212-Oct-2018 Jessica Mauerhan

Announcing Longhorn PHP 2019

34e4446611-Oct-2018 Sara Golemon

Announce 7.1.23 and 7.2.11

1d45379811-Oct-2018 Christoph M. Becker

Announce PHP 7.3.0RC3

037753b709-Oct-2018 Sara Golemon

7.1.23 tarballs

31b28a6309-Oct-2018 Sara Golemon

7.2.11 tarballs

561236cb01-Oct-2018 Sara Golemon

7.1.23RC1

762001e328-Sep-2018 Sara Golemon

7.2.11RC1

b844a65228-Sep-2018 Christoph M. Becker

Announce PHP 7.3.0RC2

1...<<61626364656667686970>>...494