Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kulp/php-serialization-xs
An XS (C) version of PHP::Serialization, for Perl
https://github.com/kulp/php-serialization-xs
c perl perl5 php serialization xs
Last synced: 28 days ago
JSON representation
An XS (C) version of PHP::Serialization, for Perl
- Host: GitHub
- URL: https://github.com/kulp/php-serialization-xs
- Owner: kulp
- Created: 2009-10-24T22:12:34.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2017-07-02T01:33:22.000Z (over 7 years ago)
- Last Synced: 2024-10-28T20:44:57.344Z (3 months ago)
- Topics: c, perl, perl5, php, serialization, xs
- Language: C
- Homepage:
- Size: 80.1 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
PHP-Serialization-XS version 0.10
=================================This module provides the same interface as PHP::Serialization, but
uses XS during deserialization, for speed enhancement.If you have code written for PHP::Serialization, you should be able to
replace all references to PHP::Serialization with PHP::Serialization::XS
and notice no change except for an increase in speed of deserialization.Node that serialization is still provided by PHP::Serialization, and its
speed should therefore not be affected. This is why
PHP::Serialization::XS requires PHP::Serialization to be installed.INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make installDEPENDENCIES
This module requires these other modules and libraries:
PHP::Serialization version 0.33
COPYRIGHT AND LICENCE
Copyright (C) 2009-2017 by Darren Kulp
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.10.0 or,
at your option, any later version of Perl 5 you may have available.