Open-source PHP applications that changed the world
From managing databases to shopping, writing blogs to sending emails. Ten years of passion, great software architectures, team work and revolutionary ideas. Here are the most influential open-source PHP applications to date
PHP and Zend Optimize
นั่งทำเว็บให้เพื่อน ปลุกปล้ำอยู่ครึ่งวันกับการ upload file เพื่อรัน demo
พบปัญหาอยู่ 2 อย่าง ที่ไม่เคยเจอ
1. Fatal error: Unable to read 99999 bytes in xxx.php on line 0
อันนี้จัดการด้วยไปเพิ่ม memory_limit ใน php.ini
ปล. php config พวกนี้สามารถ ตั้งค่าแยกกันโดยสิ้นเชิงในแต่ละ path ได้ เช่น
/public_html/a memory_limit = 8M
/public_html/b memory_limit = 16M
วิธีทำก็แค่ไปสร้างไฟล์ php.ini ใน path ที่อยากจะ overide config ก็มีผลบังคับใช้เลย โดยไม่ต้อง restart apache
(ตอนแรกไม่รู้ ไปหาวิธี restart apache ตั้งนาน)
ซึ่งถ้าสังเกตจาก phpinfo() ก็จะรู้ว่ามัน overide มาจริงหรือเปล่า (ตามรูปเลย)

จบปัญหาที่ 1
เนื่องจากจำเป็นต้องใช้ Zend Optimizer แต่ยังไม่ได้ enable ก็เลยเจอแบบนี้ ไปตามระเบียบ

จัดการ enable ซะที่ php.ini เหมือนเดิม แต่ก็ยังมีปัญหาอีกนิดหน่อย
Zend Framework hits 1.0 milestone
Zend Framework hits 1.0 milestone by ZDNet's Dana Blankenhorn -- The Zend Framework for PHP has hit its 1.0.0 milestone and is available for download. Zend uses the New BSD license, which is OSI-approved.
Drupal 7 and PHP 5.2
Go PHP 5!Drupal has long prided itself for staying ahead of the curve technologically. In order to be able to write the best quality Drupal software, Drupal developers need the best programming tools available. Today, the best PHP available is PHP 5.
PHP 5 has been deployed and tested in production environments for three years. Unfortunately, web hosts have been slow to adopt PHP 5, which has made it difficult for Drupal and many other PHP projects to fully embrace PHP 5's features.








