Topic profile page for PHP5.
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: PHP5.
Topic "Php5" was discussed 0 times on 0 sites in last 3 months
Started 3 days, 10 hours ago (2009-12-26 00:00:00)
by riccardo
We updata vps to php5.26 with Easy::Apache v3.2.0 Build 4523 we get include error Warning: require(/home/clicks/public_html/inc/frame/frame.p hp) [function.require]: failed to open stream: Permission denied in /home/abruzzo3/public_html/inc/frame.php on line 2 Fatal error: require() [function.require]: Failed opening required '/home/clicks/public_html/inc/frame/frame.php' (include_...
Started 4 days, 5 hours ago (2009-12-25 04:23:32)
by shaunco
When running WordPress on PHP5, I receive a bunch of warnings at the top of every page regarding set_magic_quotes_runtime() and 'assign by reference' being deprecated in PHP5. All of these warnings come from wp-settings.php (lines 18, 646, 654, 661, 668, 675, and 711). The fix is pretty simple, I comment out line 18 (which is the call to set_magic_quotes_runtime) - and I change all "=&" to ...
Started 1 week, 1 day ago (2009-12-21 08:00:00)
by LXer
Published at LXer: LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a Mandriva 2010.0 server with PHP5 support (mod_php) and MySQL support. Read More...
Started 1 week, 5 days ago (2009-12-16 13:26:00)
by macarne
Hello there, maybe I am total stupid but I try to install libapache2-mod-php5 on a vserver for our developer. But it does not work : yum install mod-php5-apache2 Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * addons: mirror.newnanutilities.org * base: mirror.rackspace.com * epel: mirrors.tummy.com * extras: mirrors.serveraxis.net * updates: mirrors.tummy.com ...
Started 1 week, 6 days ago (2009-12-16 03:57:00)
by RickSeymour
Does anyone have any idea when the new cookie format will be incorporated into the PHP5 library? New style cookie fbs_APIKEY="base_domain=DOMAIN&expires=1261051200& secret=SECRET&session_key=SESSIONKEY&sig=SIGNATURE &uid=UID"; Old style APIKEY_user=XXX APIKEY_session_key=XXX APIKEY_expires=XXX Edit I'm checking out the new JS API ( http://static.ak.fbcdn.net/connect/en_US/core.js ) OR can I ...
Started 1 week, 1 day ago (2009-12-21 02:56:00)
by manuitpro
Hi All, I have been using fsockopen() in a function in a class. I am able to pass all the objects in a class to another page except the fsockopen () value. I have put the values of objects from the output print_r() as below main pages Class objects Cisco Object ( [_hostname:private] => 10.10.1.49 [_password:private] => cisco123 [_username:private] => cisco [_...
Started 5 days, 6 hours ago (2009-12-24 03:17:00)
by amber.long83
Hello, any one can please tell me how can i change CSS link using external php basically I am trying to change the link to my style sheet in the head of my index, by using an external php page with dropdown menu. Let's say someone selects "Style 3 - Green" from the dropdown and it automatically changes the link in the index to "style_green.css", is this possible, without using ...
Started 5 days, 23 hours ago (2009-12-23 10:04:00)
by RobbieGoD
I recently deployed a new webserver. It is running Windows Server 2008 and lastest version of PHP 5. We have a dedicated database server running mySQL. I'm running some test pages on the server because i noticed the SQL queries from my PHP pages are running very slow. I setup a test page and the query takes about 4 secs to do a simple query. We have an older server that performs the ...
Started 5 days, 10 hours ago (2009-12-24 00:00:00)
by DougJoseph
I attempted a clean, new, 2.9 install (not an upgrade) on a Windows server on GoDaddy: IIS 7 MySQL 5 PHP 5 My config file is set up properly. Whenever I attempt to go to /wp-admin/install.php ... all I get is this cryptic error message: Server Error 500 - Internal server error. There is a problem with the resource you are looking for, and it cannot be displayed. Anyone ...
Started 6 days, 16 hours ago (2009-12-22 17:46:00)
by floshkit
good evening (gmt +1); trying to pull data from php into actionscript. changes made to the .php file will not populate through, unless i save the .php file under a different name and call the new file name. i googled and browsed and changed root directories in apache and all sorts of other crazy stuff. anybody know what's going on here? any solutions? thank you ...
Started 1 week ago (2009-12-22 04:39:00)
by ahostLT
Hi, Many years on my servers Ive used PHP as Apache DSO module (mod_php5). Recently Ive switched to CGI with suPHP and noticed that server load increased. Though I was expecting ~10-20% higher load, it was ~40% higher when running on Apache DSO. As Ive noticed the running suPHP is CPU, diskio hungry. So Ive decided to try FastCGI (mod_fcgid), on one of the server. The results were ...
Started 6 days, 3 hours ago (2009-12-23 06:33:00)
by user12381567
Greetings all- I'm using Oracle 10g on a Linux server. I'm running a contains query in a web script using PHP5. My contains basic contains query works, but I'm now trying to expand it to include a Fuzzy search. I'm reading an online doc at: http://download.oracle.com/docs/cd/B19306_01/text. 102/b14218/cqoper.htm#i997330 and an Oracle 10g book, "The ...
Started 6 days, 11 hours ago (2009-12-22 22:20:00)
by peter
Reduce emissions by going back to the original horse power : Read all about it : www.midilibre.com/articles/2009/12/20/A-LA-UNE-Un- attelage-ramasse-desormais-les-ordures-1044028.php 5 Peter
Started 1 day, 18 hours ago (2009-12-27 15:27:00)
by codythebest
I just made an easy emailing code, or at least, I thought it's an easy one. While it is working on one of my hosting, it doesn't work on another. It may be due to PHP4 and PHP5. Here are the snip code: If it is because of the PHP4/PHP5 issue (as I suspect), what can I do to make it work for both? If not, what's wrong?