Fix mistakes in the FAQ.

This commit is contained in:
Daniele Alessandri
2011-04-04 17:17:33 +02:00
parent 9954bd5a12
commit c0d9b53ff7
+2 -2
View File
@@ -107,9 +107,9 @@ Before v0.7, Predis used the one-big-file approach to distribute the library. As
just one file for everything, this kind of solution is actually not that good. Predis now complies with the
[PSR-0](http://groups.google.com/group/php-standards/web/psr-0-final-proposal) standard to play nice with
the major recent frameworks and libraries, so it needs an autoloader function to be defined. If you still
want to have just one file grouping all the classes for whatever reason, then __bin/createSingleFile.php__
want to have just one file grouping all the classes for whatever reason, then the __bin/createSingleFile.php__
script in the repository can generate it for you. There is also the __bin/createPhar.php__ script that
generates a single [Phar archive](http://www.php.net/manual/en/intro.phar.php) for the whole library.
generates a single [Phar archive](http://www.php.net/manual/en/intro.phar.php) of the whole library.
### Does Predis support UNIX domain sockets and persistent connections? ###