Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > de.comp.lang.php > #4179
| Path | csiph.com!aioe.org!news.mb-net.net!open-news-network.org!.POSTED.32.229.197.178.dynamic.wless.zhbmb00p-cgnat.res.cust.swisscom.ch!not-for-mail |
|---|---|
| From | Thomas 'PointedEars' Lahn <PointedEars@web.de> |
| Newsgroups | de.comp.lang.php |
| Subject | Re: Umstieg auf PHP 7 |
| Date | Sun, 23 Jul 2017 02:50:06 +0200 |
| Organization | PointedEars Software (PES) |
| Lines | 32 |
| Message-ID | <2393378.mvXUDI8C0e@PointedEars.de> (permalink) |
| References | <E5GZeQUo5dB@basicguru.de> <1801618.oMNUckLgyt@PointedEars.de> <E5K$STCJ5dB@basicguru.de> <5301480.lOV4Wx5bFT@PointedEars.de> <1t5973be92i5ca1n3e8%sfroehli@Froehlich.Priv.at> |
| Reply-To | Thomas 'PointedEars' Lahn <php@PointedEars.de> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset="UTF-8" |
| Content-Transfer-Encoding | 8Bit |
| Injection-Info | gwaiyur.mb-net.net; posting-host="32.229.197.178.dynamic.wless.zhbmb00p-cgnat.res.cust.swisscom.ch:178.197.229.32"; logging-data="29222"; mail-complaints-to="abuse@open-news-network.org" |
| User-Agent | KNode/4.14.2 |
| X-Face | %i>XG-yXR'\"2P/C_aO%~;2o~?g0pPKmbOw^=NT`tprDEf++D.m7"}HW6.#=U:?2GGctkL,f89@H46O$ASoW&?s}.k+&.<b';Md8`dH6iqhT)6C^.Px|[=M@7=Ik[_w<%n1Up"LPQNu2m8|L!/3iby{-]A+#YE}Kl{Cw$\U!kD%K}\2jz"QQP6Uqr],./"?;=4v |
| X-User-ID | U2FsdGVkX1+bVtHCp2oJK26OMzPG+sCyNmnNkrMPAMnoOcTtHJEhbQ== |
| Face | iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAGFBMVEXTxa4RFk5dUWANED8PFEfy7+MGBiW+n3ZNF/QuAAACaElEQVQ4jVXUwVOcMBQG8Dc7Rc4PUntdWV2uxjDpGaGeozOp1woar4jd5t/v9wLstMwsA/ntlxdCAgUc1hjTc9/JCZfGoo3wG3HdmdAWrIJRHe7GM/TmpY5VFefuVcAkkPbLIaN8rmPmjloyZxgyR3GuJ4K0AGtJ2htz8o7yqikm759fldQXaMpbDzjKAG+8v+AugVTOPO5DOjLvGtUYQwh0CPjnVMyGd+8/GfUB5nLKJDD2aLDh5HYyMDJGDwQIo2ZmZcKbowNmAdB/AzyFhrmF2MHRb0QJJfaAnwGB6orZhoykLzJtGwF/xpYxI1dswomiUj3gTuAIqCn/4C7cULwGNBtwMTk3Y4LfKB5YUaOKBKYtpplm7u0vip8tU1NWWyI/7XdcSuIDoMt6rVHMWT0DbjHPGqDqZVSa6zleLcUTcIKLoMv3ueJluALtAo9B302zPPlrtiVScRdCjXvVh3e3JpYa/jjkuC9N+LrBMlz/eAN4eQijX2EdLo6c5tGGHwLyHFtXk89dDGHwCVhG9T0S/j55AhRZgkMCmUQXJ49TnS1wnQDvw0eAh9ICeMmEFbCnPMFzjAvsWoEWEFdYEx+S0MoUZ1gT1wId8+AF3Bl2OoEu906AUHx5VLw/gXYg/x84loOah/2UYNrgiwSwGO7RfUzVBbx/kgpckumGOi6QirtD6gkLTitbnxNol47S2jVc2vsN5kPqaAHT8uUdAJM4v/DanjYOwmUjWznGfwB7sGtAtor5BgofDuzaRj4kSQAqDakTsKORa3Q3xKi3gE1fhl71KRMqrdZ2AWNNg/YOhQyrVBnb+i+nEg4bsDA+egAAAABJRU5ErkJggg== |
| Cancel-Lock | sha1:HDFTfs95sa4K7Gq0OO4o772NH2I= |
| Xref | csiph.com de.comp.lang.php:4179 |
Show key headers only | View raw
Stefan Froehlich wrote: > On Sat, 22 Jul 2017 19:08:19 Thomas 'PointedEars' Lahn wrote: >> >> Das Format der Apache-Logeinträge kann man konfigurieren. >> > >> > Ja, aber das interessiert PHP in diesem Fall nicht ... ;-) >> PHP schreibt nicht in Apache-Logdateien. > > Das ist eine Frage der Konfiguration: > > | $ grep -c "PHP Notice" /var/log/apache2/$VHOST.epaxios.com_error.log > | 250 > > Ich finde das durchaus praktisch, denn damit sind die Einträge gleich > nach vhost sortiert. Wohin solch grober Unfug führen kann, sehen wir hier wohl gerade, denn PHP erzeugt normalerweise keine deutschsprachigen Fehlermeldungen. Wer seine Apache-Logdateien mit Müll zustopfen lassen und die automatische Auswertung sowie die Rotation dieser behindern will, sollte das also tun. Alle anderen sollten entsprechende VirtualHost-Konfigurationen und/oder .htaccess/.config/PHP-Code [“php_admin_value” oder “php_value” bzw. ini_set()] verwenden, um in separate Logdateien zu schreiben. kopfschüttelnd, -- PointedEars Zend Certified PHP Engineer <http://www.zend.com/en/yellow-pages/ZEND024953> <https://github.com/PointedEars> | <http://PointedEars.de/wsvn> Twitter: @PointedEars2 | Please do not cc me./Bitte keine Kopien per E-Mail.
Back to de.comp.lang.php | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Umstieg auf PHP 7 Thomas Gohel <gohel@basicguru.de> - 2017-07-21 16:55 +0200
Re: Umstieg auf PHP 7 Stefan+Usenet@Froehlich.Priv.at (Stefan Froehlich) - 2017-07-21 16:30 +0000
Re: Umstieg auf PHP 7 Thomas Gohel <gohel@basicguru.de> - 2017-07-21 20:03 +0200
Re: Umstieg auf PHP 7 Stefan+Usenet@Froehlich.Priv.at (Stefan Froehlich) - 2017-07-22 10:46 +0000
Re: Umstieg auf PHP 7 Thomas Gohel <gohel@basicguru.de> - 2017-07-22 16:15 +0200
Re: Umstieg auf PHP 7 Thomas Gohel <gohel@basicguru.de> - 2017-07-24 20:18 +0200
Re: Umstieg auf PHP 7 Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2017-07-22 12:07 +0200
Re: Umstieg auf PHP 7 Thomas Gohel <gohel@basicguru.de> - 2017-07-22 18:04 +0200
Re: Umstieg auf PHP 7 Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2017-07-22 19:08 +0200
Re: Umstieg auf PHP 7 Stefan+Usenet@Froehlich.Priv.at (Stefan Froehlich) - 2017-07-22 21:08 +0000
Re: Umstieg auf PHP 7 Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2017-07-23 02:50 +0200
Re: Umstieg auf PHP 7 Stefan+Usenet@Froehlich.Priv.at (Stefan Froehlich) - 2017-07-23 07:14 +0000
Re: Umstieg auf PHP 7 Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2017-07-23 09:39 +0200
Re: Umstieg auf PHP 7 Thomas Gohel <gohel@basicguru.de> - 2017-07-24 20:16 +0200
Re: Umstieg auf PHP 7 Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2017-07-24 22:40 +0200
Re: Umstieg auf PHP 7 "Christoph M. Becker" <cmbecker69@arcor.de> - 2017-07-23 10:44 +0200
Re: Umstieg auf PHP 7 Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2017-07-23 13:30 +0200
Re: Umstieg auf PHP 7 Stefan+Usenet@Froehlich.Priv.at (Stefan Froehlich) - 2017-07-23 12:45 +0000
Re: Umstieg auf PHP 7 Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2017-07-23 15:23 +0200
Re: Umstieg auf PHP 7 Thomas Gohel <gohel@basicguru.de> - 2017-07-24 20:13 +0200
csiph-web