使用者工具

網站工具


php:all

差異處

這裏顯示兩個版本的差異處。

連向這個比對檢視

Both sides previous revision 前次修改
下次修改
前次修改
php:all [2009/02/21 04:34]
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 信箱 ====== 
 +http://​plog.longwin.com.tw/​programming/​2009/​02/​06/​php-rfc-compliant-email-regex-validate-2009 
 + 
 +===== 驗證 DNS 的 MX ===== 
 +http://​plog.longwin.com.tw/​programming/2007/11/30/validate_email_use_dns_mx_2007 
 + 
 +====== Techotopia: PHP Essentials ====== 
 +http://​www.techotopia.com/​index.php/PHP_Essentials
  
 ====== Introduction to PHP Coding Standards ====== ====== Introduction to PHP Coding Standards ======
行 23: 行 58:
  
 http://​www.search-this.com/​2007/​08/​27/​yahoo-job-interview-questions-part-2/​ http://​www.search-this.com/​2007/​08/​27/​yahoo-job-interview-questions-part-2/​
 +
 +====== Benchmark tests ======
 +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/​
php/all.1235162040.txt.gz · 上一次變更: 2009/02/21 04:34 由 wenpei