這裏顯示兩個版本的差異處。
Both sides previous revision 前次修改 下次修改 | 前次修改 | ||
php:all [2010/01/31 16:36] wenpei |
php:all [2015/12/08 15:40] (目前版本) sars |
||
---|---|---|---|
行 1: | 行 1: | ||
- | ====== PHP6 Compatible ====== | + | ====== PHP 7 ====== |
- | http://bitfilm.net/?p=18 | + | * [[http://php.net/manual/en/migration70.incompatible.php|Migrating from PHP 5.6.x to PHP 7.0.x]] |
- | http://blog.gslin.org/archives/2007/09/25/1318/ | + | |
+ | ====== Debug ======= | ||
+ | [[http://pelfusion.com/tools/how-to-debug-php-code-and-useful-php-debugging-tools/|How To Debug PHP Code And Useful PHP Debugging Tools]] | ||
+ | * Gubed PHP Debugger:http://gubed.mccabe.nu/ | ||
+ | * PHP Debug:http://www.php-debug.com/www/ | ||
+ | * DBG:http://www.php-debugger.com/dbg/ | ||
+ | * PHP Dyn:http://sourceforge.net/projects/php-dyn/ | ||
+ | * Xdebug:http://xdebug.org/ | ||
+ | * Webgrind:http://code.google.com/p/webgrind/ | ||
+ | * MacGDBp:http://www.bluestatic.org/software/macgdbp/ | ||
+ | * Advanced PHP Debugger:http://pecl.php.net/package/apd | ||
+ | |||
+ | [[http://sixrevisions.com/web-development/how-to-debug-php-using-firefox-with-firephp/|How to Debug PHP Using Firefox with FirePHP]] | ||
+ | |||
+ | [[http://carsonified.com/blog/dev/how-to-debug-in-php/|How to Debug in PHP]] | ||
+ | |||
+ | [[http://www.ibm.com/developerworks/edu/os-dw-os-php-eclipse-pdt-debug.html|Debugging PHP using Eclipse and PDT]] | ||
+ | |||
+ | [[http://www.webcheatsheet.com/php/debug_php_with_xdebug.php|Debugging PHP with Xdebug]] | ||
+ | |||
+ | [[http://www.nusphere.com/products/debug_php.htm|Debug PHP with DBG Wizard]] | ||
+ | |||
+ | ====== Misc ====== | ||
+ | ===== php-snow ===== | ||
+ | http://code.google.com/p/php-snow/ | ||
+ | |||
+ | Snow is a little language that compiles to PHP. It has its own syntax inspired by Python, Ruby, Go and Scala that strives to be DRY, clean and easy to read as well as write. For those familiar with Coffescript you could say that Snow is to PHP what Coffeescript is to Javascript. | ||
====== PHP 驗證 E-Mail 信箱 ====== | ====== PHP 驗證 E-Mail 信箱 ====== | ||
行 35: | 行 61: | ||
====== Benchmark tests ====== | ====== Benchmark tests ====== | ||
http://www.php.lt/benchmark/phpbench.php | http://www.php.lt/benchmark/phpbench.php | ||
+ | |||
+ | [[http://reinholdweber.com/?p=3|40 Tips for optimizing your php code]] | ||
+ | |||
+ | ====== Object-Oriented PHP for Absolute Beginners ====== | ||
+ | http://www.elated.com/articles/object-oriented-php-for-absolute-beginners/ |