Skip to content

Instantly share code, notes, and snippets.

View Golpha's full-sized avatar

Matthias Kaschubowski Golpha

  • Germany
View GitHub Profile
@petk
petk / 2014-11-24.md
Last active November 23, 2020 19:16
PHP version usage for october, 2014

PHP version usage for october, 2014

PHP 5.3 version has reached EOL (end of life) in [august, 2014][php-53], PHP 5.4 is already at the phase of receiving security fixes only and will reach EOL next year (2015). Next major version of PHP 7 is already in development and is planned to be released in november, 2015. But the statistics of PHP version usage on servers is kind of shocking.

Thanks to the [research][pascal-martin] of PHP versions usage we have some data to work with. The majority of PHP servers has PHP 5.3 installed and also

@nicolas-grekas
nicolas-grekas / WinfsUtf8.php
Last active September 7, 2021 11:14
Unicode/UTF-8 filesystem access on MS-Windows
<?php /****************** vi: set fenc=utf-8 ts=4 sw=4 et: *****************
*
* Copyright : (C) 2012 Nicolas Grekas. All rights reserved.
* Email : [email protected]
* License : http://apache.org/licenses/LICENSE-2.0
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the Apache License version 2.
*
***************************************************************************/