-
Recent Posts
Tags
Recent Comments
- Bzdashek Zapadlovsky on Installing PHP 5.3.3/5.3.4/5.3.5 on Ubuntu 10.04
- Lucas van Lierop on Installing PHP 5.3.3/5.3.4/5.3.5 on Ubuntu 10.04
- Dennis Gray on Installing PHP 5.3.3/5.3.4/5.3.5 on Ubuntu 10.04
- ssm on Installing PHP 5.3.3/5.3.4/5.3.5 on Ubuntu 10.04
- Alfred Nutile on Installing PHP 5.3.3/5.3.4/5.3.5 on Ubuntu 10.04
Archives
Blogroll
Meta
Monthly Archives: January 2011
Chmod files but not directories and vice versa
Files: find top/directory -type f -exec chmod 0644 ‘{}’ \; Directories: find top/directory -type d -exec chmod 0755 ‘{}’ \;
Posted in Uncategorized
Leave a comment
Installing PHP 5.3.3/5.3.4/5.3.5 on Ubuntu 10.04
One other problem I faced recently was a very strange Segmantation fault in unit tests which was very difficult to trace. The problem was fixed by upgrading to PHP 5.3.3. Unfortunately Ubuntu guys are quite slow of updaing packages so … Continue reading