From 21ddbe425b2656424eac0578cf75531422552401 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 9 Aug 2012 14:44:54 +0200 Subject: php-pecl-cairo: add patch for https://bugs.php.net/61882, fix test suite --- pecl-cairo-php_streams.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 pecl-cairo-php_streams.patch (limited to 'pecl-cairo-php_streams.patch') diff --git a/pecl-cairo-php_streams.patch b/pecl-cairo-php_streams.patch new file mode 100644 index 0000000..105d03c --- /dev/null +++ b/pecl-cairo-php_streams.patch @@ -0,0 +1,11 @@ +--- Cairo-0.3.2.old/cairo_ft_font.c 2012-04-21 18:03:29.000000000 +0000 ++++ Cairo-0.3.2/cairo_ft_font.c 2012-04-30 22:11:59.000000000 +0000 +@@ -97,7 +97,7 @@ + #ifdef ZTS + closure->TSRMLS_C = TSRMLS_C; + #endif +- ++ php_stream_stat(stream,&ssbuf); + ft_stream = ecalloc(1, sizeof(*ft_stream)); + ft_stream->descriptor.pointer = (void *)closure; + ft_stream->pos = php_stream_tell(stream); -- cgit