[PHP-DEV] Re: commit 374f76998 causes getenv to be define with Xdebug loaded

2019-06-12 Thread Joe Watkins
Hi all, My clumsy ass reverted that in PHP-7.4, totally and utterly by accident, and since it resolved Dericks problem, I went ahead and reverted in master also rather than make maybe unnecessary noise. Very very sorry about that, I totally intended to get Dmitry's approval/opinion. Terrible

[PHP-DEV] commit 374f76998 causes getenv to be define with Xdebug loaded

2019-06-12 Thread Derick Rethans
Hi Dmitry, I've just fetch the latest PHP-7.4 source from GIT to finalise Xdebug support for it, and after compiling PHP and Xdebug, I now run into the following error: Warning: define() expects at least 2 parameters, 1 given in /home/derick/dev/php/derickr-xdebug/run-xdebug-tests.php on line

Re: [PHP-DEV] Feedback on state of some PHP extensions, functions, etc.

2019-06-12 Thread Johannes Schlüter
Hi, On Wed, 2019-06-12 at 17:32 +0200, G. P. B. wrote: >- the enable_dl directive, it is said that "This deprecated > feature*will* certainly be *removed* in the future." [x] is this > the case already? addressed in the Deprecation for 7.4 draft RFC [2] I missed that debate, but I think

Re: [PHP-DEV] Feedback on state of some PHP extensions, functions, etc.

2019-06-12 Thread Bishop Bettini
On Wed, Jun 12, 2019 at 11:35 AM G. P. B. wrote: >- PharData::setAlias, PharData::setDefaultStub and PharData::setStub >always throw PharException > [11] [12] [13] > [11] https://www.php.net/manual/en/phardata.setalias.php >

[PHP-DEV] Feedback on state of some PHP extensions, functions, etc.

2019-06-12 Thread G. P. B.
Hello internal, I've been going through the documentation again to remove mentions of PHP 4 and found some extensions, functions, etc. on which I'd like to know the state of them and if it would be wise to deprecate them. I know I've thrown in some function aliases again, but only those which I

[PHP-DEV] Unable to use XMLWriter in Exception-Handler

2019-06-12 Thread Nicolai Scheer
Hi all, I recently stumbled across some very weird behaviour when using XMLWriter inside an exception handler. Depending on the exception that is being thrown XMLWriter is able to write the file or not. I opened a bug report with a (kind of) simple reproduction script:

Re: [PHP-DEV] [RFC] Base convert changes

2019-06-12 Thread Derick Rethans
On Tue, 11 Jun 2019, Scott Dutton wrote: > Hi all, > > I plan to put this to vote early next week with the two options > > One vote for the invalid char deprecation for php7.4 and Exception in PHP8 > > One vote for negative numbers PHP8 only - due to BC concerns Could you update the relevent

Re: [PHP-DEV] Wiki display problem

2019-06-12 Thread Peter Kokot
On Wed, 12 Jun 2019 at 14:29, Sascha Schumann wrote: > > Please try again. > > Sascha Great. Now it works. Thank you so much, Sascha... -- Peter Kokot -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Wiki display problem

2019-06-12 Thread Sascha Schumann
Please try again. Sascha -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Wiki display problem

2019-06-12 Thread Peter Kokot
Hello, On Tue, 11 Jun 2019 at 13:18, Christoph M. Becker wrote: > > On 11.06.2019 at 13:07, Sascha Schumann wrote: > > Cert is fixed on the machine now. > > Thanks! > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > Maybe