vlakoff
vlakoff
I just noticed PHP 7 [will support array of objects](https://github.com/php/php-src/blob/d1b67af3aba1ebe8ecf0dc63f3a15dec1cf7a68a/UPGRADING#L629) :-) (implemented in https://github.com/php/php-src/commit/3bf012a98d2f47b84e4632a58aa14f8a45149041)
Personally I had added an `object_column()` helper in my codebases. This way, arrays and objects are clearly separated, which has pros and cons from an API perspective. At least it...
I would suggest creating a new package "object_column", defining a function `object_column()` accepting only objects and working with them like `array_column()` of PHP 7. Once the user has moved to...
And on second thought, -1 on the namespaced function proposal. I think it would be far too prone to forget the import and use the native function by mistake.
That's precisely why I thought about creating a new package, bringing a separate function `object_column` which would complement `array_column` without having to care if it is the native PHP function...
The fix for codeigniter-cache depends on the version of CodeIgniter the app is running on. - 2.1-stable / 3.0-dev before https://github.com/EllisLab/CodeIgniter/commit/fd6c2bc7ed0ce474ac08fefb3efe88288368da98 (2012-04-03): no straightforward fix - 3.0-dev up to https://github.com/EllisLab/CodeIgniter/commit/53b8ef524529e6ca9f32ad49d36c5140df84feb0...
This bug is 10 year old, refs https://github.com/vrana/adminer/commit/e8b95f127fbd5166ee5618910676afec36c6f7b3. Nice catch!
On the other hand, I really like this white background. (left side in my case, so that I don't have the code near to the edge of my screen) I...
I do use a Notepad++ style with dark background. But all my plugin panels (Light Explorer, NppFTP, SourceCookifier) have white backgrounds, which clearly distinguishes them from the code view. Ideally,...
Can you fix the bug by disconnecting some sound peripherals? Just to know if the issue is related to a peripheral in particular.