php5.3

how to make all links on a page absolute ?

i have bunch of htmls on my disk and I know absolute adress of each of them, now I want to make every instance of src="", href="" inside a tags like a, script, img, iframe etc. to point to absolute patch if the given path is relative. I do not know what is the fastest way to do it, by regex, preg_match_all etc ? I want this script to ha...

what is the purpose of DOMDocument->documentURI property ?

here is link to documentation: http://php.net/manual/en/class.domdocument.php#domdocument.props.documenturi But I do not understand is this setting a value that this object reveal, or is this setting that user can change ? Has this value any effect on html parsing by loadHTML metod ? Can it by used to absolutize all relative links in p...

PHP 5.3.3 mysql_connect doesn't work with localhost

Hi! This does not work with my PHP 5.3.3 installation on WAMP / Windows 7: mysql_connect('localhost', 'root', ''); After Maximum execution time, this error is presented: Warning: mysql_connect() [function.mysql-connect]: [2002] A connection attempt failed because the connected party did not (trying to connect via tcp://localhost:...

Downgrading PHP version on Drupal Test Server

I have several live Drupal sites running on an Ubuntu server (10.04), Apache 2.2 with PHP 5.2.3-1. I recently started the work of setting up a test server that would be as close as possible to the live environment, but I stupidly didn't check the PHP version that Ubuntu installed when I did an apt-get install php. I've now had my test se...