Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > de.comp.lang.php > #4173

Re: Umstieg auf PHP 7

From Thomas 'PointedEars' Lahn <PointedEars@web.de>
Newsgroups de.comp.lang.php
Subject Re: Umstieg auf PHP 7
Date 2017-07-22 12:07 +0200
Organization PointedEars Software (PES)
Message-ID <1801618.oMNUckLgyt@PointedEars.de> (permalink)
References <E5GZeQUo5dB@basicguru.de>

Show all headers | View raw


Thomas Gohel wrote:

> ich schraube hier jetzt seit einiger Zeit testweise am Umstieg auf
> PHP 7, stehe jetzt aber doch vor einem scheinbar unlösbaren Problem.
> 
> Unter PHP 5.6 läuft alles bestens und auch die Logiles sehen alle
> rundherum gut aus, nur unter PHP 7.0.20 wird es jetzt mysteriös.  8-))
> 
> Prinzipiell scheinen nun alle Anwendung PHP 7 konform zu sein, jeden-
> falls scheint alles wie gewohnt zu funktionieren und auch das PHP-
> Error-Logfile sieht bestens aus. Allerdings finde ich nun im Apache-
> Core-Logfile gehäuft folgende Einträge:
> 
> "Das System kann den angegebenen Pfad nicht finden."
> 
> ... der natürlich ohne jeden Zeitstempel daher kommt (toll).

Das Format der Apache-Logeinträge kann man konfigurieren.

> Die PHP.INI ist eigentlich identisch zur PHP 5.6'er Version, […]

Das ist wahrscheinlich ein Problem:

<http://php.net/ini>

Dort rechts “Migrating from PHP 5.6.x to PHP 7.0.x”:

<http://php.net/manual/en/migration70.php>

> die ja seit ewigen Zeiten ohne Probleme läuft.

Non sequitur.

> PHP-Info sieht ebenfalls gut aus

Meinst Du “<?php phpinfo(); die;”?  CLI oder Web?

> und auch sonst habe ich momentan keine Ahnung wie ich das Problem weiter
> eingrenzen könnte, zumal Apache & PHP schon mit einem hohen Loglevel
> laufen.

Ist eine Regelmässigkeit der Logeinträge zu erkennen?

Lässt sich der Logeintrag auf eine bestimmte PHP-Applikation zurückführen 
(“tail -f "$LOGFILE"”)?

-- 
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 | NextPrevious in thread | Next in thread | Find similar


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