Gaetano Giunta
Gaetano Giunta
ps: looking at the manual, I think that the solution I outlined above, i.e. using the string `undefined`, is already mentioned, in the section about method signatures - it just...
Ok. I will keep this ticket open as a reminder for me to update the docs with better info about this scenario
Other improvements related to the topic: - [x] when executing migrations passing references values on the cli, save those in the mig. execution status line - [x] allow yaml migrations...
The two improvements listed above have been implemented in rel. 6.3.0
Implemented as described above. Will be in next release (4.9.0)
You have created a Struct value whose member is a plain php string. You should pass in instead a string wrappped in another Xmlrpc Value obejct
Aside from the fact that this ticket has been created in the wrong issue tracker, you can find a pure-php implementation of Pinba at https://github.com/gggeek/pinba_php/
FWIW, I managed to "take control" of the tony2001/pinba docker image by extending it so that a user account is added with a proper password and accessible from other containers...
@Ziggizag shameless plug: while we wait for the php extension to be made compatible, you could use https://github.com/gggeek/pinba_php. It's a reimplementation of the same API in php: slower, uses more...
ok, so it seems that XDEBUG_CC_UNUSED is not 'completely' doppped - but that it is only defined when xdebug mode includes code coverage... which is a bug fixed apparently in...