klaussilveira / SimpleSHM

SimpleSHM is a simple and small abstraction layer for shared memory manipulation using PHP. It makes use of the SHMOP functions, built into most PHP packages.
BSD 3-Clause "New" or "Revised" License
136 stars 46 forks source link

Update Block.php #2

Closed eguvenc closed 10 years ago

eguvenc commented 10 years ago

Why we don't use string keys instead of numeric ids.

klaussilveira commented 10 years ago

This addition has BC breaks and broke the unit tests. When contributing, make sure you start planning your addition with the unit tests, or that your modifications do not break them.