php/php.patch

Mon, 28 Jan 2013 17:37:18 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Mon, 28 Jan 2013 17:37:18 +0100
changeset 758
a2c6460cfb16
permissions
-rw-r--r--

Correct socket error reporting improvement with IPv6 portable code,
after helpful recommendation by Saúl Ibarra Corretgé on OSips devlist.

     1 Index: ext/gd/libgd/gd_compat.c
     2 --- ext/gd/libgd/gd_compat.c.orig	2009-08-09 15:15:45 +0200
     3 +++ ext/gd/libgd/gd_compat.c	2010-01-19 21:20:30 +0100
     4 @@ -5,6 +5,7 @@
     5  #endif
     7  #ifdef HAVE_GD_JPG
     8 +# include <stdio.h>
     9  # include <jpeglib.h>
    10  #endif

mercurial