Gaetano Giunta
Gaetano Giunta
About the issue with other processes occupying ports 3306 or 30002: it is relatively easy to add a `-p` switch to the command line used to start the Pinba container,...
You are mixing up the "engine" (server-side) part and the php-extension part. Those are released/versioned independently. The php extension can be found at: https://github.com/tony2001/pinba_extension
I think the simplest way to debug is to use tcpdump. Eg, on the server running the php app: `sudo tcpdump udp -XX` will capture and display all udp packets....
...aaand we are now approaching the situation where it is feasible, and almost, but not quite, nice, to use a Psr/Log compliant logger. In the next version (planned to be...
PS: I was thinking about adding add a method `PhpXmlRpc\PhpXmlRpc::setLogger()` that would alleviate the need for end users to know all of the classes which need the logger to be...
Small update: as of today - the minimum supported php version has been bumped to 5.4 - the automated tests are run on GitHub Actions, Travis being basically unuseable for...
@glensc thanks for the suggestion, but atm I prefer sticking to home-built shell scripts for most of the gh actions workflow steps (both here and in other projects). The main...
Ping
No feedback for one year. Closing...
Moved from makefiles to taskfiles (plain shell scripts). Asciidoctor is now used for all conversions of the manual to target formats. The manual has been rewritten, and demo files reviewed