[Bug 1814511] Re: Weird PHP error: "Undefined variable: value"

2019-09-12 Thread Martin Heide
Hi again, using ubuntu:18.04 + php7.2 in Docker, I can still reproduce the issue :-( Same strange error messages, "Undefined variable: value". Still I coulnd't find a minimal example yet. For us this is not a high prio issue, since we're using the PPA provided by the PHP team. And for the next U

[Bug 1814511] Re: Weird PHP error: "Undefined variable: value"

2019-09-12 Thread Martin Heide
Hi Bryce, I just created an updated Docker image from the current state of ubuntu:19.10, using Ubuntu's "php7.3" package. I could no longer reproduce the bug. Will check again with the current state of ubuntu:18.04 + its "php7.2" package. Best regards Martin -- You received this bug notificati

[Bug 1814511] Re: Weird PHP error: "Undefined variable: value"

2019-02-11 Thread Martin Heide
Hi Andreas, so far I didn't succeed to generate a simple script to reproduce. Will try to put more effort soon. I suspect that the issue is similar to the following upstream bugs, but I couldn't reproduce them on my Ubuntu 18.04.1. https://bugs.php.net/bug.php?id=76281 https://bugs.php.net/bug.ph

[Bug 1814511] Re: Weird PHP error: "Undefined variable: value"

2019-02-04 Thread Martin Heide
Another hint: The problem seems to appear only together with PHPUnit. When running the same code parts from regular Symfony commands, the error does not occur. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.ne

[Bug 1814511] Re: Weird PHP error: "Undefined variable: value"

2019-02-04 Thread Martin Heide
Additional hint: The same code lines don't trigger any errors when running in Apache - only from CLI. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1814511 Title: Weird PHP error: "Undefined variabl

[Bug 1814511] [NEW] Weird PHP error: "Undefined variable: value"

2019-02-04 Thread Martin Heide
Public bug reported: I observed a strange error when running PHPUnit tests with PHP 7.2 in Ubuntu 18.04.1 LTS. In various files, there is the error "Undefined variable: value", although the variable is actually defined. Very weird: It is actually the variable name "$value" that PHP does not lik

[Bug 675974] Re: NTLM authentication isnt tried in libcurl3

2014-04-14 Thread Martin Heide
** Tags added: 12.04 precise ** Tags added: bitesize -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/675974 Title: NTLM authentication isnt tried in libcurl3 To manage notifications about this bug g

[Bug 675974] Re: NTLM authentication isnt tried in libcurl3

2014-04-11 Thread Martin Heide
This commit from 2011 fixes it: https://github.com/bagder/curl/commit/4851dafcf164bf2de5bd33c3cf2b786422ed05b6 (basically just an if-statement around everything, the rest is indentation). Built the curl source package of Ubuntu 12.04 with and without that fix to verify. Would be nice if someone

[Bug 675974] Re: NTLM authentication isnt tried in libcurl3

2014-04-11 Thread Martin Heide
Hi! I'm having the same issue in Ubuntu 12.04.4 (precise). (Same PHP code / curl commandline works fine in 13.04.) All my packages are up to date. Is there any chance that there will be a fix in the official package sources, since 12.04 is an LTS release and still supported? Maybe those M$ proprie