GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   What Version of PHP are you running? (https://gfy.com/showthread.php?t=1078984)

fris 08-23-2012 12:11 PM

What Version of PHP are you running?
 
What version, im curious

Klen 08-23-2012 12:21 PM

Depend on server,5.2.17 with security patches and latest 5.3 version.

fris 08-23-2012 12:35 PM

ya im gonna downgrade to 5.3 from 5.4

Klen 08-23-2012 01:07 PM

Tried version 5.4 too,but for some reason it was throwing some odd error in phpmyadmin which usually occur only when upgrading mysql goes wrong,yet everything was installed fresh including os,seems they fucked something with version 5.4.

CYF 08-23-2012 01:10 PM

Quote:

Originally Posted by fris (Post 19141874)
ya im gonna downgrade to 5.3 from 5.4

how come?

Lace 08-23-2012 01:33 PM

5.3.14 here.


:upsidedow

2012 08-23-2012 01:37 PM

latest and greatest

fris 08-23-2012 01:39 PM

Quote:

Originally Posted by CYF (Post 19141937)
how come?

noticing a lot of issues with php fatal errors with various scripts.

Why 08-23-2012 01:42 PM

5.3.x baby!

k0nr4d 08-23-2012 10:25 PM

Most people run whatever is in the package managers for thier distro - so usually i see 5.2.17 or 5.3.3

u-Bob 08-24-2012 05:10 AM

this is GFY. You forgot the "I don't have a clue about the technical side of things"-option. :)

potter 08-24-2012 07:00 AM

Quote:

Originally Posted by u-Bob (Post 19142982)
this is GFY. You forgot the "I don't have a clue about the technical side of things"-option. :)

Or "I only run XYZ because PHP is run by the government to track your scripting"

bDok 08-24-2012 11:42 AM

5.2.12 on one box (nothing important php wise running on this box)
5.3.10 on main boxes
edit: dev box is 5.3.10 as well.

VenusBlogger 08-24-2012 12:03 PM

I'm impressed everyone is using the last versions of PHP...

How can everyone be SO UP TO DATE?..

You never miss a thing?

STRANGE... Very strange that everyone is so UP TO DATE and STRICT about some things.. I dont know..

Updating PHP is not like WordPress that you get the legend all the time..

shake 08-24-2012 12:06 PM

5.3.6

working fine for me

brassmonkey 08-24-2012 12:09 PM

9.0 i think

grumpy 08-24-2012 01:00 PM

Quote:

Originally Posted by fris (Post 19141981)
noticing a lot of issues with php fatal errors with various scripts.

better fix your scripts then. There is a reason for that.

Klen 08-24-2012 01:02 PM

Quote:

Originally Posted by grumpy (Post 19143704)
better fix your scripts then. There is a reason for that.

I am not sure how to fix phpmyadmin lol

Klen 08-24-2012 01:04 PM

Quote:

Originally Posted by VenusBlogger (Post 19143599)
I'm impressed everyone is using the last versions of PHP...

How can everyone be SO UP TO DATE?..

You never miss a thing?

STRANGE... Very strange that everyone is so UP TO DATE and STRICT about some things.. I dont know..

Updating PHP is not like WordPress that you get the legend all the time..

If you use cent os/debian all you need to type yum update or apt-get update and it's automatically installed.You can even set cron which will automatically trigger updates.

Confined 08-24-2012 04:05 PM

I only run dedicated servers, custom websites and custom themes so I have to log in to each server myself to recompile php.

Always latest and greatest PHP version when I check the php site. It's a pain but it's worth it in the end.


Quote:

Originally Posted by VenusBlogger (Post 19143599)
I'm impressed everyone is using the last versions of PHP...

How can everyone be SO UP TO DATE?..

You never miss a thing?

STRANGE... Very strange that everyone is so UP TO DATE and STRICT about some things.. I dont know..

Updating PHP is not like WordPress that you get the legend all the time..


CYF 08-24-2012 04:17 PM

Quote:

Originally Posted by VenusBlogger (Post 19143599)
I'm impressed everyone is using the last versions of PHP...

How can everyone be SO UP TO DATE?..

You never miss a thing?

STRANGE... Very strange that everyone is so UP TO DATE and STRICT about some things.. I dont know..

Updating PHP is not like WordPress that you get the legend all the time..

I manage my own servers and I keep it up to date. It's not that hard.

The 5.4.x branch is also on 5.4.6 already. 5.4.0 was released in March, do you only upgrade your box once per year?

ErectMedia 08-24-2012 04:32 PM

5.3 :thumbsup

fris 08-25-2012 07:33 PM

my dedicated is 5.4 my vps is 5.3

HomerSimpson 08-26-2012 04:27 AM

I run 5.3.x

fris 01-07-2013 08:00 PM

bump, curious minds and all ;)

brassmonkey 01-07-2013 08:03 PM

9.2 now i think

AutumnBH 01-07-2013 08:56 PM

Code:

bigshemalecocks@~ $ php -v
PHP 5.4.10 (cli) (built: Dec 22 2012 11:39:05)
Copyright (c) 1997-2012 The PHP Group
Zend Engine v2.4.0, Copyright (c) 1998-2012 Zend Technologies


EddyTheDog 01-07-2013 09:06 PM

Boring 5.3.3 on VPS and Dedi - I had issues when I upgraded to 5.4 on one machine as well so I decided against it for the time being.

5.4.* at home though - It gives me a chance to find out what is really going on as I will have to upgrade eventually.

Kiopa_Matt 01-07-2013 09:41 PM

Quote:

Originally Posted by fris (Post 19141981)
noticing a lot of issues with php fatal errors with various scripts.

Do you have code that looks like this?

Code:

some_function($x, &$y);

function some_function($x, $y) {
  ... do stuff ...
}

When calling functions, is there a '&' mark in front of the variables you're passing? If so, that's why. It was depreciated as of PHP v5.3, and removed as of PHP v5.4.

Killswitch 01-07-2013 10:28 PM

PHP 5.4 :thumbsup

AndrewX 01-07-2013 10:43 PM

Everyone should really be running PHP 5.4. In a lot of benchmarks it is almost twice as fast as 5.3, it's just starting to get features it should have had. Zend framework runs a LOT faster. You can find countless benchmarks online, Wordpress runs about 10% faster and less memory footprint, etc.

And I'm not even talking about the numerous security issues that have been fixed in 5.4. People complaining that their scripts don't work really should read up on the errors and upgrade their scripts to the latest versions. Like mentioned before, there is a reason a lot of scripts don't work. Many hosts still run 5.3 though and that's a shame, and still running 5.2 is just laziness in my opinion. You'll be sorry when someone exploits your server or wipes out your website.

fris 01-10-2013 07:03 AM

just upgraded to 5.4

DWB 01-10-2013 07:20 AM

5.3.x and what a cluster fuck that caused when we upgraded to it.

Worth the upgrade to 5.4?

AndrewX 01-10-2013 07:52 AM

Quote:

Originally Posted by DWB (Post 19418380)
5.3.x and what a cluster fuck that caused when we upgraded to it.

Worth the upgrade to 5.4?

About 20% faster and less memory usage: http://net.tutsplus.com/tutorials/ph...you-must-know/ - 5.4 even has a web server built in.

DWB 01-10-2013 08:29 AM

Quote:

Originally Posted by AndrewX (Post 19418413)
About 20% faster and less memory usage: http://net.tutsplus.com/tutorials/ph...you-must-know/ - 5.4 even has a web server built in.

Interesting. Thank you. :thumbsup


All times are GMT -7. The time now is 09:45 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123