On 09/25/2013 06:14 PM, SilverTip257 wrote:
>
> Yes, backporting makes this interesting when seeking support.
> Ultimately it's a question for CentOS (or Upstream).
Our policy on this has been pretty straight-forward from the beginning.
We will reproduce what upstream provides. Bug for bug, an
On Wed, Sep 25, 2013 at 2:46 PM, Markus Falb wrote:
>
> On 25.Sep.2013, at 19:58, Reindl Harald wrote:
>
> >
> >
> > Am 25.09.2013 18:39, schrieb Markus Falb:
> >> On 25.Sep.2013, at 13:57, Kai Schaetzl wrote:
> >>
> >>> This should really be directed at a PHP forum. I would suspect that
> >>> so
On 9/25/2013 11:46 AM, Markus Falb wrote:
> It really doesn't break? I cant believe that.
indeed, updating a centos5 webserver I have from php5.1 to php53 broke a
bunch of my webpiles, triggering a bunch of rework I hadn't planned.
this particular set of webpiles are all charity work, various
On 25.Sep.2013, at 19:58, Reindl Harald wrote:
>
>
> Am 25.09.2013 18:39, schrieb Markus Falb:
>> On 25.Sep.2013, at 13:57, Kai Schaetzl wrote:
>>
>>> This should really be directed at a PHP forum. I would suspect that
>>> something with the server certificate is not ok.
>>
>> oh my,
>> cent
On 25.Sep.2013, at 20:22, Leon Fauster wrote:
> Am 25.09.2013 um 18:39 schrieb Markus Falb :
>> On 25.Sep.2013, at 13:57, Kai Schaetzl wrote:
>>
>>> This should really be directed at a PHP forum. I would suspect that
>>> something with the server certificate is not ok.
>>
>> oh my,
>> centos s
Am 25.09.2013 um 18:39 schrieb Markus Falb :
> On 25.Sep.2013, at 13:57, Kai Schaetzl wrote:
>
>> This should really be directed at a PHP forum. I would suspect that
>> something with the server certificate is not ok.
>
> oh my,
> centos says it's php thing
> php says, what?, 5.1.6 is seven year
Markus Falb wrote on Wed, 25 Sep 2013 18:44:15 +0200:
> https://bugs.php.net/bug.php?id=39039
There's probably no way to work around. But it seems you can get along by
suppressing errors. The bugs have to be corrected upstream at Red Hat (=
backported from a newer php version), you would have t
On 24.Sep.2013, at 17:51, Markus Falb wrote:
> Hi,
> With CentOS php53 I get an SSL Error
>
> $handle = fopen("https://maps.google.com";, "r");
> $contents = stream_get_contents($handle);
> fclose($handle);
> ?>
>
> will result in something like
>
> Warning: stream_get_contents(): SSL: fat
On 25.Sep.2013, at 13:57, Kai Schaetzl wrote:
> This should really be directed at a PHP forum. I would suspect that
> something with the server certificate is not ok.
oh my,
centos says it's php thing
php says, what?, 5.1.6 is seven years old
http://marc.info/?l=php-general&m=138011820514388
This should really be directed at a PHP forum. I would suspect that
something with the server certificate is not ok.
Kai
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
Hi,
With CentOS php53 I get an SSL Error
https://maps.google.com";, "r");
$contents = stream_get_contents($handle);
fclose($handle);
?>
will result in something like
Warning: stream_get_contents(): SSL: fatal protocol error in bla.php on line 3
Some https pages do not raise this error, e.g.
11 matches
Mail list logo