mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 18:29:53 +00:00
php: version 0.3.3
This commit is contained in:
parent
4b36340474
commit
0acf6ec150
76 changed files with 6549 additions and 372 deletions
|
|
@ -1,6 +1,10 @@
|
|||
--TEST--
|
||||
Check for serialization handler
|
||||
--SKIPIF--
|
||||
<?php
|
||||
if (version_compare(PHP_VERSION, '5.2.0') < 0) {
|
||||
echo "skip tests in PHP 5.2 or newer";
|
||||
}
|
||||
--FILE--
|
||||
<?php
|
||||
if(!extension_loaded('msgpack')) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue