Search found 490 matches

by Highland
Thu Oct 01, 2015 2:20 pm
Forum: PHP Help and Discussion
Topic: PHP 5.5.30 and PHP 5.6.14
Replies: 0
Views: 7857

PHP 5.5.30 and PHP 5.6.14

Site is slow in making the announcements but Remi already has his out. For those that missed it. 5.4 is now EOL

7.0 RC4 is out as well. 7.0 RC5 will be the last RC and then 7.0.0 will go out Nov 12
by Highland
Fri Aug 14, 2015 8:37 am
Forum: PHP Help and Discussion
Topic: PHP 5.4.44, 5.5.28 and PHP 5.6.12
Replies: 8
Views: 13565

Re: PHP 5.4.44, 5.5.28 and PHP 5.6.12

5.4 is slated to EOL on Sept 14, 2015. PHP 7.0 is slated to go GA in early Nov http://php.net/supported-versions.php If you need your PHP libraries built faster, Remi runs a repo that generally builds the same day as any given release (Remi is a contributor to the PHP project so he tends to build ba...
by Highland
Thu Mar 19, 2015 8:03 am
Forum: Control Panel Support Help
Topic: Cannot delete files :: Permission Denied
Replies: 12
Views: 16733

Re: Cannot delete files :: Permission Denied

We have a Watchguard X8000 firewall and SSH is enabled only for stated IPs. How then could a hacker get into the server? Only me and specified clients plus Parallel's have IPs stated. Many years ago we had a box get compromised because we had an intern code an image upload that never bothered to va...
by Highland
Wed Nov 19, 2014 9:28 am
Forum: General Help and Development Discussion
Topic: Depsolving problem with recent update
Replies: 2
Views: 9913

Re: Depsolving problem with recent update

You have both 32 bit and 64 libraries installed
Package php-common.x86_64 0:5.4.35-41.el5.art set to be updated
And your error
php-pdo-5.4.33-39.el5.art.i386 from atomic has depsolving problems
If you don't need 32 bit PHP I would uninstall it
yum remove php.i386
by Highland
Tue Jul 08, 2014 9:29 am
Forum: General Help and Development Discussion
Topic: CentOS 7
Replies: 5
Views: 10629

CentOS 7

It's gone live. Looks like they're aiming more squarely at the cloud instances with this one. Of particular interest is this Numbering CentOS 7.0-1406 introduces a new numbering scheme that we want to further develop into the life of CentOS-7. The 0 component maps to the upstream realease, whose cod...
by Highland
Tue May 13, 2014 4:25 pm
Forum: General Help and Development Discussion
Topic: Parallels Update experiencing error - mysql
Replies: 7
Views: 15275

Re: Parallels Update experiencing error - mysql

If you can, install php-mysqlnd (replaces php-mysql) and then you can skip the mysqlclient mess entirely
by Highland
Wed May 07, 2014 8:39 am
Forum: Security Alerts
Topic: Not really an alert, but interesting to read
Replies: 3
Views: 7141

Re: Not really an alert, but interesting to read

In the same vein, if you find a giant gaping security hole, going public with the information you got from said hole is probably not a smart idea. Still, you have to boggle that they had reported holes unfixed after a major data breach. I doubt he'll face charges but who exactly won here? Not this g...
by Highland
Fri Apr 11, 2014 1:19 pm
Forum: Security Alerts
Topic: CVE-2014-0160 Heartbleed bug in OpenSSL
Replies: 21
Views: 21349

Re: CVE-2014-0160 Heartbleed bug in OpenSSL

So I'm curious is SSL3 is safe to turn off. What are the risks of leaving it on? RC4 seems more risky than that.
by Highland
Wed Apr 09, 2014 1:32 pm
Forum: Security Alerts
Topic: CVE-2014-0160 Heartbleed bug in OpenSSL
Replies: 21
Views: 21349

Re: CVE-2014-0160 Heartbleed bug in OpenSSL

We just upgraded our servers to EL6 last week and now this. Thankfully a quick yum update and rekey and we're good again but quite the scare from this.

Ironic that EL5 is not exposed to this problem.
by Highland
Fri Feb 14, 2014 9:39 am
Forum: PHP Help and Discussion
Topic: PHP 5.6
Replies: 1
Views: 4899

PHP 5.6

Now in alpha 2, when it goes to GA 5.4 will hit EOL

http://docs.php.net/manual/en/migration ... atures.php
by Highland
Tue Oct 22, 2013 9:48 am
Forum: General Help and Development Discussion
Topic: PCI Compliance
Replies: 13
Views: 47043

Re: PCI Compliance

Hmm, the US version of Pro doesn't have the same scary language about PCI. Might have to do with banking industry differences. https://www.paypal.com/us/webapps/mpp/paypal-payments-pro The way I read the UK site is this (full disclosure: I am not a lawyer, definitely not British, and this is not leg...
by Highland
Tue Oct 22, 2013 9:07 am
Forum: PHP Help and Discussion
Topic: some modules for PHP 5.3.27
Replies: 11
Views: 14877

Re: some modules for PHP 5.3.27

I've been preaching the benefits of Zend Opcache lately (available via PECL prior to 5.5 and as the package php-opcache afterwards). I find it's more stable than APC and easier to configure. With it being part of the PHP core now I think APC is not going to get as much attention (3.1.14 had to be ro...
by Highland
Mon Oct 21, 2013 12:12 pm
Forum: PHP Help and Discussion
Topic: Plesk11.5 PHP 5.3.x + 5.4.x Fcgi atomic and nucleus repo
Replies: 11
Views: 19905

Re: Plesk11.5 PHP 5.3.x + 5.4.x Fcgi atomic and nucleus repo

A bit late but... 1. Make sure you're not using APC 3.1.14. It was so buggy they pulled it. Roll back to 3.1.13 (pecl remove apc, pecl install apc) 2. Consider using Zend Opcache . This is now a PECL library (for 5.3 and 5.4) and the default opcode cache for 5.5. Have had better success with this vs...
by Highland
Mon Oct 21, 2013 12:00 pm
Forum: PHP Help and Discussion
Topic: some modules for PHP 5.3.27
Replies: 11
Views: 14877

Re: some modules for PHP 5.3.27

You can always install pecl libraries by compiling them as well.

Code: Select all

pecl install memcache
People like the yum versions because they can be linked to their PHP counterparts as dependancies. PECL compiles against PHP so if you move major versions (like from 5.3 to 5.4) you have to recompile them.
by Highland
Mon Sep 23, 2013 9:02 am
Forum: General Help and Development Discussion
Topic: sqlite rpm issue
Replies: 6
Views: 10398

Re: sqlite rpm issue

This was a dev server so I could afford to leave it broken for a few weeks. I finally dug into the problem a bit more and found something odd. When I was looking at sqlite (the package that was failing) I noticed an extra .art in the devel package. After a bit of tinkering I decided to downgrade sql...