History log of /web-php/include/posttohost.inc (Results 1 – 11 of 11)
Revision Date Author Comments
# 1ebc2c49 22-Aug-2022 Andreas Möller

Enhancement: Enable `binary_operator_spaces` fixer

Closes GH-667.


# d9bcfed4 22-Aug-2022 Andreas Möller

Enhancement: Enable `array_syntax` fixer

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

Closes GH-659.


# 879d4106 28-Jun-2022 Andreas Möller

Inline unnecessary local variables

Closes GH-582.


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


# 6aae300d 25-Jul-2014 kovacs.ferenc

there is no reason to silence the error, we don't show it anyways


# ac801d89 28-Jul-2012 Ferenc Kovacs

use streams instead of raw sockets. solves the problem that the old implementation doesn't support ssl


# 1d7d5441 03-May-2009 Philip Olson

Fix for bug #48071 (ereg to preg), patch by kalle


# bd555dc9 25-Jul-2004 Gabor Hojtsy

developers are not mailed in case of failed user note submissions, plus silence warning and let nicely printed error messages inform the user on mailing list subscription, user note and event submiss

developers are not mailed in case of failed user note submissions, plus silence warning and let nicely printed error messages inform the user on mailing list subscription, user note and event submission pages

show more ...


# 21ec0d31 13-Aug-2003 Gabor Hojtsy

Apply coding conventions


# ea196702 14-May-2003 Jacques Marneweck

* Busy fixing all the errors that appears when E_NOTICE is set on php.net
as reported by James Cox in his e-mail with message id
<MMEPJPGPACDMPGEEKFMKIECLLCAA.james@imajes.info>

* Busy fixing all the errors that appears when E_NOTICE is set on php.net
as reported by James Cox in his e-mail with message id
<MMEPJPGPACDMPGEEKFMKIECLLCAA.james@imajes.info>

--jm

show more ...


# 95c35c5b 23-Sep-2001 jim winstead

oops, forgot these