NOTICE: This package has been removed from pkgsrc

./wip/php-mongo, MongoDB database driver

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.6.7, Package name: php54-mongo-1.6.7, Maintainer: bartosz.kuzma

MongoDB database driver


Required to run:
[lang/php54]

Master sites:


Version history: (Expand)


CVS history: (Expand)


   2015-07-09 05:32:05 by othyro | Files touched by this commit (3) | Package removed
Log message:
-php-mongo - was imported into HEAD.
   2015-04-29 06:29:00 by Bartosz Kuzma | Files touched by this commit (2)
Log message:
Update to 1.6.7.
   2014-10-29 09:47:21 by Bartosz Kuzma | Files touched by this commit (2)
Log message:
Update to 1.5.7.
   2014-05-10 15:56:02 by Bartosz Kuzma | Files touched by this commit (2)
Log message:
Update 1.5.2.
   2013-10-26 22:43:14 by Bartosz Kuzma | Files touched by this commit (2)
Log message:
Update to 1.4.4.
   2012-10-05 13:12:49 by Aleksej Saushev | Files touched by this commit (59)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2012-08-11 06:49:27 by Bartosz Kuzma | Files touched by this commit (2)
Log message:
Update to 1.2.12.

Changelog:

1.2.12
** Bug
 * [PHP-443] - Add zend_parse_parameters_none for PHP 5.2 builds 
 * [PHP-444] - Undeprecate getSlaveOkay()/setSlaveOkay() on Mongo, MongoDB
               and MongoCollection; and getSlave() on Mongo.
** Improvement
 * [PHP-442] - Fixed a typo in "MongoBinData::__construct(): The default
               value for type will change to 0 in the future"

1.2.11
** Bug
 * [PHP-207] - setSlaveOkay not supported for GridFS queries
 * [PHP-266] - segfault when connection string refers to unknown replica
               set member
 * [PHP-269] - Mongo::__construct should only throw MongoConnectionException
 * [PHP-331] - PHP segfaults when master changes
 * [PHP-339] - Seg fault on insert timeout
 * [PHP-359] - getPID() does not return expected PID when called on custom
               MongoID object
 * [PHP-368] - uploadDate is missing in the file property of the
               MongoGridFSFile class.
 * [PHP-369] - GridFS segfaults when iterating with an _id field set in the
               result object
 * [PHP-372] - Error codes not being passed to MongoGridFSException
 * [PHP-382] - When 'replicaSet' option is used, authentication calls are
               being sent to the arbiter server
 * [PHP-384] - Segfault for GridFS with long_as_object option
 * [PHP-388] - Cursors don't get closed after limit() is exhausted
 * [PHP-391] - The driver crashes when there are more than FD_SETSIZE
               open file descriptors.
 * [PHP-392] - Arbiter in the seed list acts wonky
 * [PHP-394] - Crashes & mem leaks
 * [PHP-397] - Endless loop on non-existing file
 * [PHP-402] - MongoCollection::validate(true) doesn't set the correct
               scan-all flag.
 * [PHP-408] - MongoBinData custom type is returned as -128
 * [PHP-413] - Authentication with wrong password.. prints the password!
 * [PHP-417] - MongoDBRef::isRef() returns null in some cases it should
               return false
 * [PHP-420] - MongoDB::drop() doesn't warn about arguments
 * [PHP-431] - PHP driver throws tons of NOTICE messages
 * [PHP-434] - Mongo::connect() doesn't validate the object
 * [PHP-435] - 1.2.11 doesn't build with PHP5.2
** Improvement
 * [PHP-389] - Support setting query flags (opts)
 * [PHP-428] - Coverage statistics
 * [PHP-430] - Deprecate "old ways" which will be removed in 2.0.0
** Task
 * [PHP-405] - Migrate PHPUnit tests to phpt
   2012-06-11 10:31:50 by Bartosz Kuzma | Files touched by this commit (2)
Log message:
Update to 1.2.10.

Changelog:
** Bug
 * [PHP-329] - MongoCursorException with Apache while master steps down
 * [PHP-335] - 1.2.8/1.2.9 don't compile with PHP < 5.3
 * [PHP-337] - failover with replicaset
 * [PHP-340] - MongoCursorException - could not determine master
 * [PHP-343] - PHP segfaults when adding a file to GridFS after upgrade to 1.2.9
 * [PHP-344] - Segmentation Fault on $grid->storeFile('foo', $bar)
 * [PHP-346] - getGridFS followed by storeBytes hangs request indefinitely
 * [PHP-349] - MongoCursorTimeoutException causes connections not to close
 * [PHP-351] - php driver doest close connection , when catch cursor
               timed out exception.
 * [PHP-353] - Iterator key not set when _id field is not requested
 * [PHP-361] - Mongo::getHosts() segfaults (at least when not connecting
               to a replica set)
** Improvement
 * [PHP-352] - Return only one element after "iterator_to_array()"
               if exclude "_id" from field list