http://www.phptherightway.com/
Showing posts with label Learn PHP. Show all posts
Showing posts with label Learn PHP. Show all posts
Friday, April 27, 2018
Sunday, November 6, 2016
Tuesday, May 3, 2016
Writing PHP Git Hooks with Static Review
http://www.sitepoint.com/writing-php-git-hooks-with-static-review/
Tuesday, March 8, 2016
PHP's OPCache extension review
http://jpauli.github.io/2015/03/05/opcache.html
Thursday, November 12, 2015
Friday, May 22, 2015
21 Best Free PHP and MySQL E-Books for Programmers
1) Learn PHP, MySQL, CSS, JavaScript and HTML5
2) PHP 5 Power Programming
3) Beginning Php5 Apache And Mysql Web Development
4) PHP5 And MySQL Bible
5) PHP and MySQL Web Development All in One
6) PHP 6/MySQL Programming for Absolute Beginner
7) PHP 6 Fast and Easy Web Development
8) PHP: The Basics
9) MySQL PHP Database Applications
10) Head First! PHP and MySQL
11) PHP6 and MySQL
12) Professional Lamp Linux Apache Mysql Php5
13) PHP the right way
14) The Oracle PHP Cookbook
15) Practical PHP Testing
16) Code Bright for Laravel PHP
17) Practical PHP Programming
18) PHP Programming
19) PHP Security Guide
20) Advanced CakePHP Tips
21) PHP Programming
Tuesday, May 19, 2015
Monday, May 4, 2015
Saturday, May 2, 2015
5 Tough Interview Questions And How To Answer Them
Tuesday, April 28, 2015
PHP 5.6 Features
From PHP 5.5 to 5.6
----------------------------------------
http://php.net/manual/en/migration56.new-features.php
1. Constant expressions
It is also now possible to define a constant array using the const keyword:
2. Variadic functions via ...
3. Argument unpacking via ...
4. Exponentiation via **
5. use function and use const
6. phpdbg
7. Default character encoding
8. php://input is reusable
9. Large file uploads
10. GMP supports operator overloading
11. hash_equals() for timing attack safe string comparison
12. __debugInfo() magic method has been added
13. gost-crypto hash algorithm
14. SSL/TLS improvements
15. pgsql async support
----------------------------------------
http://php.net/manual/en/migration56.new-features.php
1. Constant expressions
It is also now possible to define a constant array using the const keyword:
2. Variadic functions via ...
3. Argument unpacking via ...
4. Exponentiation via **
5. use function and use const
6. phpdbg
7. Default character encoding
8. php://input is reusable
9. Large file uploads
10. GMP supports operator overloading
11. hash_equals() for timing attack safe string comparison
12. __debugInfo() magic method has been added
13. gost-crypto hash algorithm
14. SSL/TLS improvements
15. pgsql async support
PHP 5.5 Features
From PHP 5.4 to 5.5
----------------------------------------
http://php.net/manual/en/migration55.new-features.php
http://www.techrepublic.com/blog/software-engineer/10-improvements-in-php-550-for-web-developers/
1. Generators added
2. finally keyword added
3. New password hashing API
4. foreach now supports list()
5. empty() supports arbitrary expressions
6. array and string literal dereferencing
7. Class name resolution via ::class
8. OPcache extension added
9. Apache 2.4 handler supported on Windows
10. Improvements to GD
Monday, April 27, 2015
Monday, April 6, 2015
Saturday, November 15, 2014
Wednesday, April 17, 2013
Subscribe to:
Posts (Atom)