learn-you-php
learn-you-php copied to clipboard
π Learn You PHP! - An introduction to PHP's core features: i/o, http, arrays, exceptions and so on.
`hoa\socket` is unmaintained and not supported on PHP8 so it's time to drop it and use native PHP functions.
On the time-server exercise, I get the following error when running: ``` $ learnyouphp verify time.php ``` time.php is the solution code from here: https://raw.githubusercontent.com/php-school/learn-you-php/master/exercises/time-server/solution/solution.php ``` PHP Fatal error: Uncaught...
If you output the correct results but in a different order to our solution then it will fail. I'm not sure how we would fix this but it's worth a...
Bumps [guzzlehttp/psr7](https://github.com/guzzle/psr7) from 2.4.3 to 2.5.0. Release notes Sourced from guzzlehttp/psr7's releases. 2.5.0 See change log for changes. 2.4.5 See change log for changes. 2.4.4 See change log for changes....
The current libraries are no longer working. I would suggest `guzzle` and `symfony/string`.
Bumps [symfony/process](https://github.com/symfony/process) from 6.4.4 to 6.4.14. Release notes Sourced from symfony/process's releases. v6.4.14 Changelog (https://github.com/symfony/process/compare/v6.4.13...v6.4.14) security symfony/symfony#cve-2024-51736 [Process] Use PATH before CD to load the shell on Windows (@βnicolas-grekas) bug...