Topic profile page for PHP 5.
This page has aggregated data from forum posts, threads, listings, online discussions, newsgroups, messageboards, and other online sources which contain user generated content for the term: PHP 5.
Topic "Php 5" was discussed 0 times on 0 sites in last 3 months
Started 20 hours, 18 minutes ago (2010-01-07 19:07:00)
by Every
Hey all, I recently updated my ppc server to 10.5.8. But the php on the server was older than I wanted. • used entropy php 5.3 package Issues: • server web services extremely laggy Current Temp Solution: Restarting web services seems to have resolved the issue temporarily but the lag returns. any help would be appreciated.
Started 2 days, 6 hours ago (2010-01-06 09:00:00)
by Admin
You don't need to be working in a strictly-typed language like C to enjoy the benefits of polymorphism. You just need to achieve it at a different level. In this seven-part series, you'll learn how to use polymorphism in PHP 5. Read the full article here: Building Polymorphs in PHP 5 For more discussion go here: Blog Article Discussion
Started 2 days, 23 hours ago (2010-01-05 15:58:54)
by masterbassie
i fixed a deprecation issue that had rendered the plugin useless for me. split() is apparently deprecated in 5.3 but can be successfully replaced with explode() except that the string "\." is not valid instead it must be "." - took me a bit to figure that out. hope this helps others with a similar issue problem. * the file i edited is timthumb.php under wordpress-popular-posts/scripts/. ...
Started 3 days, 4 hours ago (2010-01-05 11:18:00)
by BillStevens562
Has anyone been able to get this scenario to work? I would like to try to avoid SSL if possible.  Any input is greatly appreciated.   Source code:   PHP test page query($query); ?>     I get this error message when trying to login to SF API:   PHP Notice: SoapClient::__doRequest(): Unable to find the wrapper "https" - did you forget to enable it...
Started 5 days, 15 hours ago (2010-01-03 00:25:00)
by mofolo
Pack a .DEB in php 5 Hi, Is there a way to run: PHP Code: dpkg - b In php 5? Everytime I run PHP Code: system ( "dpkg -b [dir]" , $collect ); $collect returns: 127; What am i doing wrong?
Started 1 week ago (2009-12-31 18:04:00)
by modeezy
Greetings and Happy New Year I got a question that involves moving my drupal site from a PHP 5.3 webserver to another running PHP 5.2.9. I'd like to know if doing so will cause my site to break due to differences between the two PHP versions. My reason for doing is because I've done most of my development on my home machine that runs 5.3 while my webhost is still using 5.2.9. Even with 5...
Started 4 days, 9 hours ago (2010-01-04 06:01:00)
by Konstantin Boyandin
Hello, I wonder, whether it's relevant to suggest/porpose that all the Drupal modules and the CMS core itself be compatible with PHP 5.3.0 or later 5.3 releases of PHP? I have switched to that version and sites began exhibiting minor glitches. I can pay no attention that Trackback tries to insert the record instead of updating it when I update the node with Trackback enabled. I can ...
Started 3 days, 12 hours ago (2010-01-05 02:54:00)
by TerenceK
Installation of the Entropy PHP5.3.0-3 pkg was successful. Standard Mac PHP not previously activated. Testing by browsing to http://127.0.0.1/~terry/test.php gives me this error "Forbidden You don't have permission to access /~terry/test.php on this server." Any ideas? iMac Intel 24"...
Started 3 days, 22 hours ago (2010-01-04 17:10:54)
by warhonowicz
I host wordpress on my own site under http://www.warhonowicz.com with a German host called greatnet. The server has both php4 and php 5 installed and one of my plugins is now telling me I should use php5. My question is, how do I change it? I asked my host and they said to rename all files ending in .php to .php5 which seems to me a recipe for disaster as I don't think wordpress or any ...
Started 4 days, 21 hours ago (2010-01-03 18:22:00)
by Wild-Bill
Here is how I fixed the "requires the ionCube PHP Loader ioncube_loader_lin_5.2.so to be installed by the site administrator" problem. Step's 1) Find out what processor your webhost is using Architecture x86_64 was mine. 2) Download the correct Linux (x86-64) version and upload those to the ioncube directory (or whatever version your webhost requires) 3) Set the permissions...