|
|
@@ -84,6 +84,8 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
|
84
|
84
|
- [PHP Books](#php-books)
|
|
85
|
85
|
- [PHP Videos](#php-videos)
|
|
86
|
86
|
- [PHP Podcasts](#php-podcasts)
|
|
|
87
|
+ - [PHP Newsletters](#php-newsletters)
|
|
|
88
|
+ - [PHP Magazines](#php-magazines)
|
|
87
|
89
|
- [PHP Reading](#php-reading)
|
|
88
|
90
|
- [PHP Internals Reading](#php-internals-reading)
|
|
89
|
91
|
|
|
|
@@ -937,6 +939,16 @@ Various resources, such as books, websites and articles, for improving your PHP
|
|
937
|
939
|
* [PHP Town Hall](https://phptownhall.com/) - A casual PHP podcast by Ben Edmunds and Phil Sturgeon.
|
|
938
|
940
|
* [Voices of the ElePHPant](https://voicesoftheelephpant.com/) Interviews with the people that make the PHP community special.
|
|
939
|
941
|
|
|
|
942
|
+### PHP Newsletters
|
|
|
943
|
+*PHP-related news directly to your inbox.*
|
|
|
944
|
+
|
|
|
945
|
+* [PHP Weekly News](http://www.phpweekly.com/) - A weekly newsletter about PHP.
|
|
|
946
|
+
|
|
|
947
|
+### PHP Magazines
|
|
|
948
|
+*Fantastic PHP-related magazines.*
|
|
|
949
|
+
|
|
|
950
|
+* [php[architect]](https://www.phparch.com/magazine/) - A monthly magazine dedicated to PHP.
|
|
|
951
|
+
|
|
940
|
952
|
### PHP Reading
|
|
941
|
953
|
*PHP-releated reading materials.*
|
|
942
|
954
|
|
|
|
@@ -974,8 +986,3 @@ Various resources, such as books, websites and articles, for improving your PHP
|
|
974
|
986
|
* [You're Being Lied To](http://blog.golemon.com/2007/01/youre-being-lied-to.html) - An article about internal ZVALs.
|
|
975
|
987
|
* Collecting Garbage: [1](https://www.php.net/manual/en/features.gc.refcounting-basics.php) [2](https://www.php.net/manual/en/features.gc.collecting-cycles.php) [3](https://www.php.net/manual/en/features.gc.performance-considerations.php) - A series about the PHP garbage collection internals.
|
|
976
|
988
|
* PHP Source Code for Developers: [1](https://blog.ircmaxell.com/2012/03/phps-source-code-for-php-developers.html) [2](https://nikic.github.io/2012/03/16/Understanding-PHPs-internal-function-definitions.html) [3](https://blog.ircmaxell.com/2012/03/phps-source-code-for-php-developers_21.html) [4](https://nikic.github.io/2012/03/28/Understanding-PHPs-internal-array-implementation.html) - A series about the PHP source code.
|
|
977
|
|
-
|
|
978
|
|
-### PHP Magazines
|
|
979
|
|
-*Fantastic PHP-related magazines.*
|
|
980
|
|
-
|
|
981
|
|
-* [php[architect]](https://www.phparch.com/magazine/) - A monthly magazine dedicated to PHP.
|