zendframework / zend-serializer

Serializer component from Zend Framework
BSD 3-Clause "New" or "Revised" License
45 stars 19 forks source link

Make zend-math optional as needed only with Python Pickle #16

Closed Slamdunk closed 8 years ago

Slamdunk commented 8 years ago

In this component zend-math is required only for Python Pickle serialization, for sure not a common thing.

We can lighten this package without mandatorily requiring it.