這次發佈只有 Drupal 6 版本,可見 Drupal 5 己漸漸在支援上開始退出舞台了
此次沒有安全性更新,但包含很多修正及效能改進,岩值得的 !!
improvements of session cookie handling
better processing of big XML-RPC payloads
improved PostgreSQL compatibility
better PHP 5.3 and PHP 4 compatibility
improved Japanese support in search module
better browser compatibility of CSS and JS aggregation
improved logging for login failures.
Re: Drupal 6.17 更新發佈
better PHP 5.3 and PHP 4 compatibility
光這點,就很想嘗試一下~
Re: Drupal 6.17 更新發佈
據說運行在 PHP5.3 效能會提升,沒實測過
drupal_is_front_page() / check_plain() 這兩個也有改進
---
notaBlueScreen | 一天一翻譯,好過吃蘋果
Re: Drupal 6.17 更新發佈
如果各模組能提出自己是否對 PHP 5.3 相容我會用的比較安心~
Re: Drupal 6.17 更新發佈
ubuntu 10.04 預載是 PHP 5.3
不知 PHP 5.3 普及速度能推進多少
---
notaBlueScreen | 一天一翻譯,好過吃蘋果
Re: Drupal 6.17 更新發佈
10.04 預載 php 5.3,這點我是裝了 ubuntu server 才發現
我是直接改 apt 設定,強迫不要升級 php5,不過也很麻煩...
我是懷疑可以加速普及,手邊如果有程式不相容,大家還是會直接降到 5.1/5.2 ?
或是像我,考慮放棄 LTS ,回頭用 debian / ubuntu 9.10 ?
Re: Drupal 6.17 更新發佈
我在使用 PHP 5.2 (php-fpm),debian 5 / ubuntu 9.10 也有用
看過一些測試,說 ext4 下 apache 會慢一點
http://www.phoronix.com/scan.php?page=article&item=ubuntu_lucid_alpha2&n...
但這個又差不多
http://www.phoronix.com/scan.php?page=article&item=ext4_btrfs_nilfs2&num=3
不太攪懂是什麼意思
今天才出來的文章:
Ubuntu 10.04 + PHP 5.2
http://2bits.com/drupal-planet/various-ways-running-php-52-ubuntu-1004-l...
---
notaBlueScreen | 一天一翻譯,好過吃蘋果
Re: Drupal 6.17 更新發佈
在 debian 下的話,我都用 reiserfs
http://hutuworm.blogspot.com/2009/02/ext4-reiserfs-btrfs.html
這類文章最近不少,不過您提供的這篇,算是比較完整~
Re: Drupal 6.17 更新發佈
不過呢,Ubuntu 9.10 Server 預設也是 Ext4
這裏也有一份,一年前的,入面包含些有趣測試,Raid 0, 5, 10 對比 (在 PDF 較後面)
Linux Filesystem Performance for Databases Presentation [PDF]
http://www.oscon.com/oscon2009/public/schedule/detail/8432
---
notaBlueScreen | 一天一翻譯,好過吃蘋果
Re: Drupal 6.17 更新發佈
最近手邊有台新主機,有六個 SAS HDD,還在想要弄 RAID 5 還是 RAID 01~
RAID 5 有比較多的使用空間,不過不少報告都說,RAID 5 不合適用在 databases
您提供這篇還滿有參考價值的~