Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: Can anyone compile: igbinary vc9 nts |
|
Author |
|
Kanashii
Joined: 17 Jul 2006 Posts: 155 Location: Porando
|
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7373 Location: Germany, Next to Hamburg
|
Posted: Mon 01 Aug '11 21:11 Post subject: |
|
|
Where you able to compile it yourself?
On Pierres page there is a compiled version. See http://downloads.php.net/pierre/ |
|
Back to top |
|
Kanashii
Joined: 17 Jul 2006 Posts: 155 Location: Porando
|
Posted: Thu 04 Aug '11 23:59 Post subject: |
|
|
THX
So this extension increase speed of serialization eq session
extension=memcached.so
session.save_handler=memcached
session.save_path="127.0.0.1:11211"
extension=php_igbinary.dll
session.serialize_handler=igbinary
igbinary.compact_strings=On
Some benchmark
JSON (json_encode/json_decode):
JSON encoded in 2.18 seconds
JSON decoded in 9.83 seconds
serialized “String” size : 13993
Native PHP :
PHP serialized in 2.91 seconds
PHP unserialized in 6.43 seconds
serialized “String” size : 20769
Igbinary :
WIN igbinary serialized in 1.60 seconds
WIN igbinrary unserialized in 4.77 seconds
WIN serialized “String” Size : 4467 |
|
Back to top |
|
|
|
|
|
|