rigonijunior / php-snappy

php-snappy
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

The Function synopsis are WRONG! #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Function synopsis
snappy_compress — Compress a string

string snappy_compress ( string $data )
snappy_uncompress — Uncompress a compressed string

string snappy_unserialize ( string $data )<==== wrong

this Line is wrong.should be

string snappy_uncompress ( string $data )

Original issue reported on code.google.com by esr2587758 on 5 Sep 2011 at 9:47

GoogleCodeExporter commented 8 years ago
Fixed.

Original comment by avue...@gmail.com on 6 Sep 2011 at 1:53

GoogleCodeExporter commented 8 years ago
Fixed.

Original comment by avue...@gmail.com on 6 Sep 2011 at 1:53

GoogleCodeExporter commented 8 years ago
how can i use php-snappy on windows?linux is ok

Original comment by liujinl...@zhihuiya.com on 6 Sep 2011 at 7:01

GoogleCodeExporter commented 8 years ago
Created Windows DLL.

http://code.google.com/p/php-snappy/downloads/list
 snappy-pecl-0.0.2-php-5.3.6-Win32-VC9-x86.zip
 snappy-pecl-0.0.2-php-5.3.6-nts-Win32-VC9-x86.zip

If you want to compile, please go to generate a static library from the source 
snappy VC9.

Original comment by avue...@gmail.com on 7 Sep 2011 at 10:43

GoogleCodeExporter commented 8 years ago
thanks very much!  非常感谢! 

Original comment by liujinl...@zhihuiya.com on 8 Sep 2011 at 6:19