From 942ba4b8f5443a0e3e7644821e3db869da40dbd1 Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Thu, 7 Aug 2014 06:36:04 -0700 Subject: [PATCH] Added a comment about 5.3 compat files (GitHub #21) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 230791f..dc97472 100644 --- a/README.md +++ b/README.md @@ -293,6 +293,9 @@ This library works and is tested with HHVM. This library also relies on the [Guzzle HTTP client](http://guzzlephp.org/) and the [MaxMind DB Reader](https://github.com/maxmind/MaxMind-DB-Reader-php). +If you are using PHP 5.3 with an autoloader besides Composer, you must load +`JsonSerializable.php` in the `compat` directory. + ## Contributing ## Patches and pull requests are encouraged. All code should follow the