com presentations: It's 5.5 now: slides/mongodb/phongo.xml slides/mongodb/phplib-intro.xml
[email protected] (Derick Rethans) Tue, 24 Jul 2018 08:32:23 +0000
| Newsgroups | php.pres |
|---|---|
| Message-ID | <[email protected]> |
Commit: 832aa3145ccd04529e09a583cc01e34f8f065920 Author: Derick Rethans <[email protected]> Tue, 24 Jul 2018 09:32:23 +0100 Parents: b0f9332c5b40d41c5527f2d190a7e041f6ff78fb Branches: master Link: http://git.php.net/?p=presentations.git;a=commitdiff;h=832aa3145ccd04529e09a583cc01e34f8f065920 Log: It's 5.5 now Changed paths: M slides/mongodb/phongo.xml M slides/mongodb/phplib-intro.xml Diff: diff --git a/slides/mongodb/phongo.xml b/slides/mongodb/phongo.xml index c4a075f..18b4bfc 100644 --- a/slides/mongodb/phongo.xml +++ b/slides/mongodb/phongo.xml @@ -2,7 +2,7 @@ <title>Phongo</title> <list> - <bullet>New backwards breaking MongoDB extension for PHP 5.4 and higher</bullet> + <bullet>New backwards breaking MongoDB extension for PHP 5.5 and higher</bullet> <bullet>Very minimal API</bullet> <bullet>Meant to be build upon by PHP libraries (like the 0.8.4 driver)</bullet> <bullet>Uses PHP namespaces</bullet> diff --git a/slides/mongodb/phplib-intro.xml b/slides/mongodb/phplib-intro.xml index 2fd31e7..70c4085 100644 --- a/slides/mongodb/phplib-intro.xml +++ b/slides/mongodb/phplib-intro.xml @@ -2,7 +2,7 @@ <title>MongoDB & PHP</title> <list> - <bullet>Extension: %pecl/mongodb% (PHP 5.4 and higher)</bullet> + <bullet>Extension: %pecl/mongodb% (PHP 5.5 and higher)</bullet> <bullet>Library: %phplib% (%mongodb/mongodb% on composer)</bullet> </list>