Ahmad Shiina
Ahmad Shiina
A PR for this issue: https://github.com/bcit-ci/CodeIgniter/issues/4477 This PR simply removes the HTML from `libraries/Profiler.php` , and instead reads from a separate HTML template file `application/views/profiler/profiler_template.php` . Developers will be free...
As of [email protected], the redis channel name and msgpack format has changed. The current `socket.io-php-emitter` still uses the old format, and does not work at all. The `socket.io-emitter` (node.js implementation)...
Fix for this issue: https://github.com/rase-/socket.io-php-emitter/issues/20 This is a porting of this commit in the javascript implementation: https://github.com/socketio/socket.io-emitter/commit/e656600388bdb3fc1cf62331e18d1a6a7775ab36 This fix is necessary to make `socket.io-php-emitter` work with `socket.io-redis` version > 0.2.0