compatibility between php 5.3.21 and 5.3.15 for pgsql [message #180329] |
Tue, 05 February 2013 10:12 |
Une Bvue[2]
Messages: 3 Registered: February 2013
Karma: 0
|
Junior Member |
|
|
Sur mon dell sous Snow Leopard php 5.3.15 est installe mais sans pgsql.
I'm running under Mac OS X Snow Leopard whith php 5.3.15 already
installed and running however *without* pgsql.
Then i need to compile that extension.
Could I use the one of php 5.3.21 (Old stable) :
<http://www.php.net/downloads.php>
that's to say I'll compile ONLY the "php-5.3.21/ext/pgsql" not the whole
php5.
this because i do not find an archived version 5.3.15.
|
|
|
Re: compatibility between php 5.3.21 and 5.3.15 for pgsql [message #180340 is a reply to message #180329] |
Tue, 05 February 2013 13:20 |
Jerry Stuckle
Messages: 2598 Registered: September 2010
Karma: 0
|
Senior Member |
|
|
On 2/5/2013 5:12 AM, Une Bévue wrote:
> Sur mon dell sous Snow Leopard php 5.3.15 est installe mais sans pgsql.
>
> I'm running under Mac OS X Snow Leopard whith php 5.3.15 already
> installed and running however *without* pgsql.
>
> Then i need to compile that extension.
>
> Could I use the one of php 5.3.21 (Old stable) :
> <http://www.php.net/downloads.php>
>
Hard to say. You'd have to look at it to determine if there are any
changes between the two versions.
> that's to say I'll compile ONLY the "php-5.3.21/ext/pgsql" not the whole
> php5.
>
> this because i do not find an archived version 5.3.15.
>
http://php.net/releases/index.php
But why not upgrade to a version with fewer vulnerabilities (and perhaps
more features)?
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex(at)attglobal(dot)net
==================
|
|
|
Re: compatibility between php 5.3.21 and 5.3.15 for pgsql [message #180343 is a reply to message #180340] |
Tue, 05 February 2013 13:38 |
Une Bvue[2]
Messages: 3 Registered: February 2013
Karma: 0
|
Junior Member |
|
|
Le 05/02/13 14:20, Jerry Stuckle a écrit :
>
> But why not upgrade to a version with fewer vulnerabilities (and perhaps
> more features)?
I'm not sure àt all`about all of the compilation options, at this time...
And also the php5 i do have is a builtin one made by Apple, ofently this
tricky to get same configuration.
I'll look further about your more cleaner solution.
|
|
|
|