search for: php_stream_pclose

Displaying 1 result from an estimated 1 matches for "php_stream_pclose".

2005 Aug 26
0
php-memcache module and Centos 3
Hi all, I need to compile the php-memcache PECL module but it needs a php 4.3.3 version. RHEL 3/Centos 3 provides only a php 4.3.2 but the symbol ' php_stream_pclose' is unknown. The compilation fail with : ext/memcache/memcache.o(.text+0x7ab):/home/alain/rpm/BUILD/php-4.3.2/ext/memcache/memcache.c:386: undefined reference to `php_stream_pclose' Then I wonder if a guru on this list managed to create a patch easily integrated in the php.src....