Bug 638713

Summary: Review Request: php-igbinary - Replacement for the standard PHP serializer
Product: [Fedora] Fedora Reporter: Remi Collet <fedora>
Component: Package ReviewAssignee: Nobody's working on this, feel free to take it <nobody>
Status: CLOSED WONTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: fedora-package-review, notting, pahan
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-01-04 18:32:08 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Remi Collet 2010-09-29 18:10:16 UTC
Spec URL: http://github.com/remicollet/remirepo/raw/master/php-igbinary/php-igbinary.spec
SRPM URL: http://remi.fedorapeople.org/php-igbinary-1.0.2-1.src.rpm
Description:
Igbinary is a drop in replacement for the standard PHP serializer.

Instead of time and space consuming textual representation, 
igbinary stores PHP data structures in a compact binary form. 
Savings are significant when using memcached or similar memory
based storages for serialized data.

-- 
Main goal is to enable this serializer in php-pecl-memcached extension.
http://github.com/remicollet/remirepo/commit/bdfbe7a7fa23894104cd0747fbe4a26e7ede491c

Koji : http://koji.fedoraproject.org/koji/taskinfo?taskID=2497271

Comment 2 Remi Collet 2010-12-31 08:50:05 UTC
Improved %%check. Use tests from GIT
https://github.com/remicollet/remirepo/commit/7d9026d16bb995d70035f350327223a7af5a00e5

Spec URL: http://github.com/remicollet/remirepo/raw/master/php-igbinary/php-igbinary.spec
SRPM URL: http://remi.fedorapeople.org/php-igbinary-1.0.2-3.remi.src.rpm

I'm trying to contact upstream about remaining failed tests.

Comment 3 Remi Collet 2011-01-04 18:32:08 UTC
I differ this review as this package is going to be included in pecl repository (so I will submit a php-pecl-igbinary as soon as it will be available).