UPDATES VIA   RSS  |  Email Get updates via feedburner Get updates via twitter
Home

Archive for September 1st, 2009

Wordpress 2.8.4: Not ready to be installed with PHP 5.3 ?

Posted on 01. Sep, 2009 by Dragos.

I’ve just tried to install Wordpress 2.8.4 on my testing machine (PHP 5.3). Right on the installation page a dozen of errors filled my screen, something like:
Strict Standards: Declaration of Walker_Page::start_lvl() should be compatible with that of Walker::start_lvl() in /opt/lampp/htdocs/wordpress/wp-includes/classes.php on line 1214
This is not a big issue and it doesn’t interrupt the installation, [...]

Continue Reading

PHP: How to get creation time of file with PHP on Linux machines

Posted on 01. Sep, 2009 by Dragos.

Unfortunately it is not possible to get the creation time of a file on Linux machines. None of the functions fileatime,filemtime or filctime will return the file
creation time.
Note: Note also that in some Unix texts the ctime of a file is referred to as [...]

Continue Reading