Questions tagged [igbinary]
20 questions
13
votes
4 answers
How to enable igbinary with memcached installed first
I have memcached installed with libmemcached. Also I have installed igbinary.
This is my php.ini:
; Directory in which the loadable extensions (modules) reside.
;extension_dir = "./"
extension_dir =…

DelphiLynx
- 911
- 1
- 16
- 41
11
votes
1 answer
Installing php redis with igbinary, header file is not found
I'm trying to install the phpredis extension, but no luck.
After running the command ./configure --enable-redis-igbinary, I've received the following error:
checking for igbinary includes... configure: error: Cannot find igbinary.h
igbinary was…

jonathancardoso
- 11,737
- 7
- 53
- 72
8
votes
1 answer
What is the php_binary serialization handler?
When I do phpinfo() or php -i from the CLI, I get the following output:
session
Registered save handlers => files user sqlite memcached
Registered serializer handlers => php php_binary wddx
I was not aware that PHP serialization supported a binary…

Stu
- 1,282
- 12
- 29
7
votes
1 answer
php, memcached, binary protocol
I'm trying to squeeze each bit from an application I'm writing, I've already installed and configured igbinary for serialization on apc, sessions etc.
I'd like to know if any of you have actual benchmarks with php and memcached using binary…

sathia
- 2,192
- 2
- 24
- 42
5
votes
0 answers
igbinary_unserialize_header error?
suddenly i started to get this error :
Warning: igbinary_unserialize_header: unsupported version: 538976288, should be 1 or 2 in ...
Couldn't find anything on the net , nor anything wrong in my code !
It is probably of the serialized data .
Any…

Rami Dabain
- 4,709
- 12
- 62
- 106
4
votes
1 answer
Is there a memcached no igbinary support work around for CodeIgniter
Is there a work around for this problem I don't want to use the igbinary for memcached in codeigniter. And I don't want the message to show up anymore because it can't use the igbinary.
However I need to mention that this warning only shows up the…

Iason
- 372
- 1
- 5
- 20
4
votes
2 answers
store binary data mysql
I want to store igbinary binary serialize data into MySQL. To improve performance is better to use TEXT or BLOB, or etc.

Mohammad Hossein Fattahizadeh
- 2,651
- 5
- 35
- 50
3
votes
0 answers
Fatal error: Class 'Redis' not found in Windows
This is my php.ini:
extension=php_igbinary.dll
extension=php_redis.dll
This is my phpinfo:
igbinary
redis
Whe I was run the code like this:
$redis = new \Redis();
echo $redis;exit();
The question is:
Fatal error: Class 'Redis' not found in…

M.Z
- 31
- 1
- 2
2
votes
0 answers
Laravel Memcached - Set serializer
I am using memcached as cache driver in a project based on Laravel 4.2.
I want to set another serializer different from the current one (igbinary) for this project.
How & where can I do that?

Aranel
- 116
- 2
- 5
2
votes
1 answer
Changing Memcache serializer
I want to change the default Memcache serializer (Memcached::SERIALIZER_PHP) by replacing it by Igbinary (Memcached::SERIALIZER_IGBINARY) in a server that already contains caches.
If I make the change, I think that the Memcache server will attempt…

vicentazo
- 1,739
- 15
- 19
2
votes
2 answers
memcached igbinary support
Below is my phpinfo() output for memcached
memcached
memcached support enabled
Version 2.1.0
libmemcached version 1.0.4
Session support yes
igbinary support no
json support no
I'm using an AWS Linux AMI which is redhat based I believe…

Adam
- 19,932
- 36
- 124
- 207
1
vote
2 answers
How to fix PHP Startup: Unable to load dynamic library?
when trying to install igbinary to xampp v3.2.2
downloaded dll from this link https://pecl.php.net/package/igbinary/2.0.1/windows
getting this below error, surprisingly php_igbinary.dll exist in 'C:\xampp\php\ext\' then why this error? any…

htngapi
- 365
- 3
- 7
1
vote
1 answer
delimiting blocks of igbinary data
I am stashing chunks of log data in memcache to later throw into a database. On each request to the server I save an array of data using memcached::append(), using newlines to delimit the chunks. A simplified version would look like…

Jerry
- 3,391
- 1
- 19
- 28
1
vote
1 answer
php extension pecl installs suffix error
I have a php instance on Webuzo (centos-6-x86_64.openvz) in /usr/local/apps/php54/. It already has pecl and phpize in /usr/local/apps/php54/bin/. When installing igbinary with command
`/usr/local/apps/php54/bin/pecl install igbinary`
I'm getting…

RedGiant
- 4,444
- 11
- 59
- 146
0
votes
0 answers
php-redis with serializer igbinary - PHP Fatal error
lighttpd 1.4.69, PHP-fpm 8.2.3, debian 11, 10.5.18-MariaDB,
php-redis 5.3.7 - compression lz4
All packages are installed via apt
object cache pro wordpress plugin
php info
igbinary support - enabled igbinary version 3.2.13
redis - Available…

rusborder
- 1
- 1