This file is indexed.

/usr/share/php/.registry/.channel.pecl.php.net/mongo.reg is in php5-mongo 1.5.7-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
a:23:{s:7:"attribs";a:6:{s:15:"packagerversion";s:6:"1.4.11";s:7:"version";s:3:"2.0";s:5:"xmlns";s:35:"http://pear.php.net/dtd/package-2.0";s:11:"xmlns:tasks";s:33:"http://pear.php.net/dtd/tasks-1.0";s:9:"xmlns:xsi";s:41:"http://www.w3.org/2001/XMLSchema-instance";s:18:"xsi:schemaLocation";s:153:"http://pear.php.net/dtd/tasks-1.0   http://pear.php.net/dtd/tasks-1.0.xsd   http://pear.php.net/dtd/package-2.0   http://pear.php.net/dtd/package-2.0.xsd";}s:4:"name";s:5:"mongo";s:7:"channel";s:12:"pecl.php.net";s:7:"summary";s:23:"MongoDB database driver";s:11:"description";s:86:"This package provides an interface for communicating with the MongoDB database in PHP.";s:4:"lead";a:3:{i:0;a:4:{s:4:"name";s:14:"Derick Rethans";s:4:"user";s:6:"derick";s:5:"email";s:14:"derick@php.net";s:6:"active";s:3:"yes";}i:1;a:4:{s:4:"name";s:16:"Hannes Magnusson";s:4:"user";s:5:"bjori";s:5:"email";s:13:"bjori@php.net";s:6:"active";s:3:"yes";}i:2;a:4:{s:4:"name";s:13:"Jeremy Mikola";s:4:"user";s:7:"jmikola";s:5:"email";s:15:"jmikola@php.net";s:6:"active";s:3:"yes";}}s:4:"date";s:10:"2014-09-16";s:4:"time";s:8:"13:10:39";s:7:"version";a:2:{s:7:"release";s:5:"1.5.7";s:3:"api";s:5:"1.5.7";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:42:"http://www.apache.org/licenses/LICENSE-2.0";}s:8:"_content";s:14:"Apache License";}s:5:"notes";s:35:"** Bug
    * Windows compile fixes.";s:8:"contents";a:1:{s:3:"dir";a:2:{s:7:"attribs";a:2:{s:14:"baseinstalldir";s:1:"/";s:4:"name";s:1:"/";}s:4:"file";a:118:{i:0;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:18:"contrib/php-json.c";s:14:"baseinstalldir";s:1:"/";}}i:1;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:18:"contrib/php-json.h";s:14:"baseinstalldir";s:1:"/";}}i:2;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:18:"api/wire_version.c";s:14:"baseinstalldir";s:1:"/";}}i:3;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:18:"api/wire_version.h";s:14:"baseinstalldir";s:1:"/";}}i:4;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:11:"api/batch.c";s:14:"baseinstalldir";s:1:"/";}}i:5;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:11:"api/batch.h";s:14:"baseinstalldir";s:1:"/";}}i:6;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:11:"api/write.c";s:14:"baseinstalldir";s:1:"/";}}i:7;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:11:"api/write.h";s:14:"baseinstalldir";s:1:"/";}}i:8;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:33:"exceptions/connection_exception.c";s:14:"baseinstalldir";s:1:"/";}}i:9;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:33:"exceptions/connection_exception.h";s:14:"baseinstalldir";s:1:"/";}}i:10;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:29:"exceptions/cursor_exception.c";s:14:"baseinstalldir";s:1:"/";}}i:11;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:29:"exceptions/cursor_exception.h";s:14:"baseinstalldir";s:1:"/";}}i:12;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:37:"exceptions/cursor_timeout_exception.c";s:14:"baseinstalldir";s:1:"/";}}i:13;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:37:"exceptions/cursor_timeout_exception.h";s:14:"baseinstalldir";s:1:"/";}}i:14;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:22:"exceptions/exception.c";s:14:"baseinstalldir";s:1:"/";}}i:15;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:22:"exceptions/exception.h";s:14:"baseinstalldir";s:1:"/";}}i:16;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:40:"exceptions/execution_timeout_exception.c";s:14:"baseinstalldir";s:1:"/";}}i:17;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:40:"exceptions/execution_timeout_exception.h";s:14:"baseinstalldir";s:1:"/";}}i:18;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:29:"exceptions/gridfs_exception.c";s:14:"baseinstalldir";s:1:"/";}}i:19;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:29:"exceptions/gridfs_exception.h";s:14:"baseinstalldir";s:1:"/";}}i:20;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:36:"exceptions/duplicate_key_exception.c";s:14:"baseinstalldir";s:1:"/";}}i:21;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:36:"exceptions/duplicate_key_exception.h";s:14:"baseinstalldir";s:1:"/";}}i:22;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:31:"exceptions/protocol_exception.c";s:14:"baseinstalldir";s:1:"/";}}i:23;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:31:"exceptions/protocol_exception.h";s:14:"baseinstalldir";s:1:"/";}}i:24;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:29:"exceptions/result_exception.c";s:14:"baseinstalldir";s:1:"/";}}i:25;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:29:"exceptions/result_exception.h";s:14:"baseinstalldir";s:1:"/";}}i:26;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:36:"exceptions/write_concern_exception.c";s:14:"baseinstalldir";s:1:"/";}}i:27;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:36:"exceptions/write_concern_exception.h";s:14:"baseinstalldir";s:1:"/";}}i:28;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:15:"gridfs/gridfs.c";s:14:"baseinstalldir";s:1:"/";}}i:29;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:15:"gridfs/gridfs.h";s:14:"baseinstalldir";s:1:"/";}}i:30;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:22:"gridfs/gridfs_cursor.c";s:14:"baseinstalldir";s:1:"/";}}i:31;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:22:"gridfs/gridfs_cursor.h";s:14:"baseinstalldir";s:1:"/";}}i:32;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:20:"gridfs/gridfs_file.c";s:14:"baseinstalldir";s:1:"/";}}i:33;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:20:"gridfs/gridfs_file.h";s:14:"baseinstalldir";s:1:"/";}}i:34;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:22:"gridfs/gridfs_stream.c";s:14:"baseinstalldir";s:1:"/";}}i:35;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:22:"gridfs/gridfs_stream.h";s:14:"baseinstalldir";s:1:"/";}}i:36;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:19:"mcon/bson_helpers.c";s:14:"baseinstalldir";s:1:"/";}}i:37;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:19:"mcon/bson_helpers.h";s:14:"baseinstalldir";s:1:"/";}}i:38;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:17:"mcon/collection.c";s:14:"baseinstalldir";s:1:"/";}}i:39;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:17:"mcon/collection.h";s:14:"baseinstalldir";s:1:"/";}}i:40;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:18:"mcon/connections.c";s:14:"baseinstalldir";s:1:"/";}}i:41;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:18:"mcon/connections.h";s:14:"baseinstalldir";s:1:"/";}}i:42;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:9:"mcon/io.c";s:14:"baseinstalldir";s:1:"/";}}i:43;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:9:"mcon/io.h";s:14:"baseinstalldir";s:1:"/";}}i:44;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:14:"mcon/manager.c";s:14:"baseinstalldir";s:1:"/";}}i:45;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:14:"mcon/manager.h";s:14:"baseinstalldir";s:1:"/";}}i:46;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:16:"mcon/mini_bson.c";s:14:"baseinstalldir";s:1:"/";}}i:47;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:16:"mcon/mini_bson.h";s:14:"baseinstalldir";s:1:"/";}}i:48;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:12:"mcon/parse.c";s:14:"baseinstalldir";s:1:"/";}}i:49;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:12:"mcon/parse.h";s:14:"baseinstalldir";s:1:"/";}}i:50;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:22:"mcon/read_preference.c";s:14:"baseinstalldir";s:1:"/";}}i:51;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:22:"mcon/read_preference.h";s:14:"baseinstalldir";s:1:"/";}}i:52;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:10:"mcon/str.c";s:14:"baseinstalldir";s:1:"/";}}i:53;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:10:"mcon/str.h";s:14:"baseinstalldir";s:1:"/";}}i:54;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:12:"mcon/types.h";s:14:"baseinstalldir";s:1:"/";}}i:55;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:12:"mcon/utils.c";s:14:"baseinstalldir";s:1:"/";}}i:56;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:12:"mcon/utils.h";s:14:"baseinstalldir";s:1:"/";}}i:57;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:18:"mcon/contrib/md5.c";s:14:"baseinstalldir";s:1:"/";}}i:58;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:18:"mcon/contrib/md5.h";s:14:"baseinstalldir";s:1:"/";}}i:59;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:22:"mcon/contrib/strndup.c";s:14:"baseinstalldir";s:1:"/";}}i:60;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:22:"mcon/contrib/strndup.h";s:14:"baseinstalldir";s:1:"/";}}i:61;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:16:"types/bin_data.c";s:14:"baseinstalldir";s:1:"/";}}i:62;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:16:"types/bin_data.h";s:14:"baseinstalldir";s:1:"/";}}i:63;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:12:"types/code.c";s:14:"baseinstalldir";s:1:"/";}}i:64;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:12:"types/code.h";s:14:"baseinstalldir";s:1:"/";}}i:65;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:12:"types/date.c";s:14:"baseinstalldir";s:1:"/";}}i:66;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:12:"types/date.h";s:14:"baseinstalldir";s:1:"/";}}i:67;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:14:"types/db_ref.c";s:14:"baseinstalldir";s:1:"/";}}i:68;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:14:"types/db_ref.h";s:14:"baseinstalldir";s:1:"/";}}i:69;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:10:"types/id.c";s:14:"baseinstalldir";s:1:"/";}}i:70;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:10:"types/id.h";s:14:"baseinstalldir";s:1:"/";}}i:71;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:13:"types/int32.c";s:14:"baseinstalldir";s:1:"/";}}i:72;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:13:"types/int32.h";s:14:"baseinstalldir";s:1:"/";}}i:73;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:13:"types/int64.c";s:14:"baseinstalldir";s:1:"/";}}i:74;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:13:"types/int64.h";s:14:"baseinstalldir";s:1:"/";}}i:75;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:13:"types/regex.c";s:14:"baseinstalldir";s:1:"/";}}i:76;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:13:"types/regex.h";s:14:"baseinstalldir";s:1:"/";}}i:77;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:17:"types/timestamp.c";s:14:"baseinstalldir";s:1:"/";}}i:78;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:17:"types/timestamp.h";s:14:"baseinstalldir";s:1:"/";}}i:79;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:13:"batch/write.c";s:14:"baseinstalldir";s:1:"/";}}i:80;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:13:"batch/write.h";s:14:"baseinstalldir";s:1:"/";}}i:81;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:14:"batch/insert.c";s:14:"baseinstalldir";s:1:"/";}}i:82;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:14:"batch/insert.h";s:14:"baseinstalldir";s:1:"/";}}i:83;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:14:"batch/update.c";s:14:"baseinstalldir";s:1:"/";}}i:84;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:14:"batch/update.h";s:14:"baseinstalldir";s:1:"/";}}i:85;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:14:"batch/delete.c";s:14:"baseinstalldir";s:1:"/";}}i:86;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:14:"batch/delete.h";s:14:"baseinstalldir";s:1:"/";}}i:87;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:21:"batch/write_private.h";s:14:"baseinstalldir";s:1:"/";}}i:88;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:10:"util/log.c";s:14:"baseinstalldir";s:1:"/";}}i:89;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:10:"util/log.h";s:14:"baseinstalldir";s:1:"/";}}i:90;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:11:"util/pool.c";s:14:"baseinstalldir";s:1:"/";}}i:91;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:11:"util/pool.h";s:14:"baseinstalldir";s:1:"/";}}i:92;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:9:"config.m4";s:14:"baseinstalldir";s:1:"/";}}i:93;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:10:"config.w32";s:14:"baseinstalldir";s:1:"/";}}i:94;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"doc";s:4:"name";s:9:"README.md";s:14:"baseinstalldir";s:1:"/";}}i:95;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"doc";s:4:"name";s:10:"LICENSE.md";s:14:"baseinstalldir";s:1:"/";}}i:96;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:6:"bson.c";s:14:"baseinstalldir";s:1:"/";}}i:97;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:6:"bson.h";s:14:"baseinstalldir";s:1:"/";}}i:98;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:12:"collection.c";s:14:"baseinstalldir";s:1:"/";}}i:99;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:12:"collection.h";s:14:"baseinstalldir";s:1:"/";}}i:100;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:16:"command_cursor.c";s:14:"baseinstalldir";s:1:"/";}}i:101;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:16:"command_cursor.h";s:14:"baseinstalldir";s:1:"/";}}i:102;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:8:"cursor.c";s:14:"baseinstalldir";s:1:"/";}}i:103;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:8:"cursor.h";s:14:"baseinstalldir";s:1:"/";}}i:104;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:15:"cursor_shared.c";s:14:"baseinstalldir";s:1:"/";}}i:105;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:15:"cursor_shared.h";s:14:"baseinstalldir";s:1:"/";}}i:106;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:4:"db.c";s:14:"baseinstalldir";s:1:"/";}}i:107;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:4:"db.h";s:14:"baseinstalldir";s:1:"/";}}i:108;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:11:"io_stream.c";s:14:"baseinstalldir";s:1:"/";}}i:109;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:11:"io_stream.h";s:14:"baseinstalldir";s:1:"/";}}i:110;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:12:"log_stream.c";s:14:"baseinstalldir";s:1:"/";}}i:111;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:12:"log_stream.h";s:14:"baseinstalldir";s:1:"/";}}i:112;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:7:"mongo.c";s:14:"baseinstalldir";s:1:"/";}}i:113;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:7:"mongo.h";s:14:"baseinstalldir";s:1:"/";}}i:114;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:13:"mongoclient.c";s:14:"baseinstalldir";s:1:"/";}}i:115;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:13:"mongoclient.h";s:14:"baseinstalldir";s:1:"/";}}i:116;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:11:"php_mongo.c";s:14:"baseinstalldir";s:1:"/";}}i:117;a:1:{s:7:"attribs";a:3:{s:4:"role";s:3:"src";s:4:"name";s:11:"php_mongo.h";s:14:"baseinstalldir";s:1:"/";}}}}}s:12:"dependencies";a:1:{s:8:"required";a:2:{s:3:"php";a:1:{s:3:"min";s:5:"5.2.6";}s:13:"pearinstaller";a:1:{s:3:"min";s:5:"1.4.3";}}}s:17:"providesextension";s:5:"mongo";s:13:"extsrcrelease";a:1:{s:15:"configureoption";a:1:{s:7:"attribs";a:3:{s:4:"name";s:15:"with-mongo-sasl";s:6:"prompt";s:66:"Build with Cyrus SASL (MongoDB Enterprise Authentication) support?";s:7:"default";s:2:"no";}}}s:9:"changelog";a:1:{s:7:"release";a:71:{i:0;a:6:{s:4:"date";s:10:"2014-09-16";s:4:"time";s:8:"13:10:39";s:7:"version";a:2:{s:7:"release";s:5:"1.5.6";s:3:"api";s:5:"1.5.6";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:42:"http://www.apache.org/licenses/LICENSE-2.0";}s:8:"_content";s:14:"Apache License";}s:5:"notes";s:892:"** Bug
    * [PHP-1155] - php_mongo_io_stream_read() should revert to default_socket_timeout if socketTimeoutMS was zero
    * [PHP-1156] - Use default and block indefinitely for zero and negative connect/socket timeouts, respectively
    * [PHP-1158] - Driver emits warnings after setting connectTimeoutMS
    * [PHP-1220] - Client doesn't find Primary after election

** Improvement
    * [PHP-1154] - Make connect/read timeouts for blocking and defaults consistent

** Documentation
    * [PHP-1157] - Fix documentation for MongoCursor::timeout() default
    * [PHP-1159] - Document that users may need to copy libsasl.dll to lib path for Windows installs
    * [PHP-1162] - Update documentation for MongoLog constants
    * [PHP-1167] - Clarify that $snapshot only prevents duplicates in documentation
    * [PHP-1216] - Clarify that RS connections to non-canonical hostnames are not kept";}i:1;a:6:{s:4:"date";s:10:"2014-06-17";s:4:"time";s:8:"10:25:39";s:7:"version";a:2:{s:7:"release";s:5:"1.5.4";s:3:"api";s:5:"1.5.4";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:42:"http://www.apache.org/licenses/LICENSE-2.0";}s:8:"_content";s:14:"Apache License";}s:5:"notes";s:234:"** Bug
    * [PHP-1111] - MongoClient constructor crashes on connection to slave 
    * [PHP-1118] - Aggregate cursor on non-existing collection throws weird error
    * [PHP-1120] - The mongo driver fails to build as static extension";}i:2;a:6:{s:4:"date";s:10:"2014-07-30";s:4:"time";s:8:"12:10:39";s:7:"version";a:2:{s:7:"release";s:5:"1.5.5";s:3:"api";s:5:"1.5.5";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:42:"http://www.apache.org/licenses/LICENSE-2.0";}s:8:"_content";s:14:"Apache License";}s:5:"notes";s:645:"** Bug
    * [PHP-722] - Segfault when passing null value to MongoCollection::find() and unclear other conditions are met, inaccurate error message
    * [PHP-1105] - long_as_object = 0 no effect
    * [PHP-1107] - Connections to server hangs when indexes are being created
    * [PHP-1131] - Journal option should set "j" field in GLE instead of "journal"

** Documentation
    * [PHP-840] - Document deprecated MongoClient properties
    * [PHP-1081] - MongoId $id property is not documented correctly
    * [PHP-1147] - Clean up GridFS insert/delete method documentation
    * [PHP-1148] - Add "ssl" connection option to MongoClient changelog";}i:3;a:6:{s:4:"date";s:10:"2014-06-05";s:4:"time";s:8:"12:21:05";s:7:"version";a:2:{s:7:"release";s:5:"1.5.3";s:3:"api";s:5:"1.5.3";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:42:"http://www.apache.org/licenses/LICENSE-2.0";}s:8:"_content";s:14:"Apache License";}s:5:"notes";s:879:"* [PHP-928] - The 'w' property is read-only
* [PHP-970] - Explain how to_index_string() creates names for ensureIndex() and deleteIndex()
* [PHP-1052] - Replace JSON encoding of stream notifications with standard PHP serialize encoding
* [PHP-1060] - "The '$id' property is read-only"
* [PHP-1096] - PHP crashes due to null pointer dereference on shutdown when JSON extension is not present
* [PHP-1099] - socketTimeoutMS=-1 doesn't work
* [PHP-1102] - php driver throws exception when connect string contains an unresolvable hostname
* [PHP-1104] - New Replica Set connections hang when secondaries are creating indexes during initialSync
* [PHP-1109] - Upsert should return _id instead of array of ids

** Task
* [PHP-1076] - Document deprecation notices for timeout and wtimeout options
* [PHP-1078] - Document wTimeoutMS, socketTimeoutMS, and maxTimeMS for ensure/createIndex";}i:4;a:6:{s:4:"date";s:10:"2014-05-06";s:4:"time";s:8:"12:44:05";s:7:"version";a:2:{s:7:"release";s:5:"1.5.2";s:3:"api";s:5:"1.5.2";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:42:"http://www.apache.org/licenses/LICENSE-2.0";}s:8:"_content";s:14:"Apache License";}s:5:"notes";s:1871:"** Bug
    * [PHP-922] - Read timed out after reading 0 bytes, waited for 0.000000 seconds
    * [PHP-978] - Standalone connection to arbiter fails
    * [PHP-1036] - Segmentation Fault when querying large collection and the working set is not loaded
    * [PHP-1042] - Document missing MongoClient constructor options
    * [PHP-1056] - Fix MongoCursor handling of projections with numeric field names 
    * [PHP-1059] - updatedExisting is always true when updating
    * [PHP-1065] - Mongo driver is crashing
    * [PHP-1071] - Create Index test segfaults
    * [PHP-1075] - close() with parallelCollectionScan() segfaults upon request shutdown
    * [PHP-1080] - MongoCursor::$timeout=-1 doesn't work anymore
    * [PHP-1083] - 2.6.1-rc0 requires $gt for OplogReplay
    * [PHP-1084] - collection->update($query, $document) crashes if $document is an object
    * [PHP-1085] - w=0 can return an unexpected exception on failure
    * [PHP-1086] - Inserting documents with WriteConcern during failover broken
    * [PHP-1087] - Travis build status incorrect in v1.5 branch
    * [PHP-1088] - Coverity analysis defect 10700: Explicit null dereferenced
    * [PHP-1090] - Coverity analysis defect 22173: Dereference null return value
    * [PHP-1095] - Min server version check should use GTE comparison

** Improvement
    * [PHP-758] - Document stream context callbacks
    * [PHP-1091] - Allow NumberLong numbers on 32-bit platforms if the number fits in the 32-bit int range
    * [PHP-1094] - 32bit platform improvements

** Task
    * [PHP-935] - Document SSL connections
    * [PHP-1023] - Document maxTimeMS option for findOne(), group(), aggregate(), and cursor
    * [PHP-1058] - Add Cyrus SASL to automated PECL builds
    * [PHP-1077] - Fix handling of timeout options for createIndexes command
    * [PHP-1082] - CommandCursor segfaults when server is closed";}i:5;a:6:{s:4:"date";s:10:"2014-04-04";s:4:"time";s:8:"13:40:05";s:7:"version";a:2:{s:7:"release";s:5:"1.5.1";s:3:"api";s:5:"1.5.1";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:42:"http://www.apache.org/licenses/LICENSE-2.0";}s:8:"_content";s:14:"Apache License";}s:5:"notes";s:46:"** Bug
    * [PHP-1053] - Windows build broken";}i:6;a:6:{s:4:"date";s:10:"2014-04-04";s:4:"time";s:8:"08:28:05";s:7:"version";a:2:{s:7:"release";s:5:"1.5.0";s:3:"api";s:5:"1.5.0";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:42:"http://www.apache.org/licenses/LICENSE-2.0";}s:8:"_content";s:14:"Apache License";}s:5:"notes";s:7070:"** Bug
    * [PHP-722] - Segfault when passing null value to MongoCollection::find() and unclear other conditions are met, inaccurate error message
    * [PHP-796] - Modifying MongoDate internal properties evilness
    * [PHP-813] - IS_SCALAR_*() doesn't account for resources
    * [PHP-815] - MongoCursor ctor doesn't validate the MongoClient object
    * [PHP-833] - Add the MongoClient::killCursor method to kill a cursor on the server on 64-bit platforms
    * [PHP-835] - Driver interprets 'err' property as MongoCursorException
    * [PHP-848] - Invalid read in master
    * [PHP-882] - mongo_connection_get_server_version memleaks
    * [PHP-883] - php_mongo_dbref_create() doesn't handle MongoId values
    * [PHP-888] - DBRef refactoring broke BC for $id parameter handling
    * [PHP-900] - Cannot switch from majority to lower WriteConcern
    * [PHP-902] - Segfault when unregistering broken server
    * [PHP-949] - ensureIndex() creates wrong names
    * [PHP-955] - Switch the default mongo.native_long to 1 for 64bit platforms
    * [PHP-981] - Empty document should not throw exception
    * [PHP-995] - JSON detection
    * [PHP-996] - Broken with cyrus-sals 2.1.23
    * [PHP-1010] - MongoCollection::commandCursor should not require batchSize option to be set manually
    * [PHP-1011] - MongoDB and MongoCollection do not inherit string write concerns
    * [PHP-1012] - MongoCollection doesn't respect its own write concern for GLE ops
    * [PHP-1013] - Read preferences are not respected with command cursors
    * [PHP-1019] - Empty Batch Insert should throw exception
    * [PHP-1027] - Support maxTimeMS and exceptions in MongoCollection::group()
    * [PHP-1034] - Ensure MongoCommandCursor implements Iterator interface properly
    * [PHP-1037] - add allowDiskUse:true to the top-level of an aggregate command
    * [PHP-1038] - Segfault in php_mongo_enforce_batch_size_on_command()
    * [PHP-1041] - Off-by-one error in MongoCommandCursor::key() index
    * [PHP-1046] - Command cursor doesn't check if cursor exists
    * [PHP-1047] - Index order can't be boolean
    * [PHP-1048] - Segfault during shutdown after mongodb failover
    * [PHP-1049] - MongoCollection::aggregateCursor batch size defaults should be: 101, 0 (server default)
    * [PHP-1050] - MongoCommandCursor->dead() changes

** Improvement
    * [PHP-578] - No need to call ismaster 2times
    * [PHP-705] - Throw exception when overflowing message size in OP_INSERT batches
    * [PHP-708] - WriteConcern failure exception should include the entire GLE document
    * [PHP-712] - findAndModify returns empty array when nothing is found
    * [PHP-774] - Deprecate the protected method MongoCollection::toIndexString
    * [PHP-778] - Deprecate static properties
    * [PHP-807] - Rewrite to_index_string to use smart_str and a real C function
    * [PHP-812] - Remove unused MongoDBRef::$refKey and MongoDBRef::$idKey
    * [PHP-837] - Handle cursor IDs for return with MongoCursor::info on 32bit platforms
    * [PHP-851] - Add MONGO_HAVE_* constants and make sure MINFO contains this too
    * [PHP-880] - New write operation method for insert, update, remove
    * [PHP-886] - Add support for secondaryAcceptableLatencyMS
    * [PHP-903] - Improve the Stream Notification API
    * [PHP-938] - please update description of 'fsync' write concern flag
    * [PHP-941] - Throw MongoConnectionException on stream failures
    * [PHP-942] - Throw MongoDuplicateKeyException on duplicate key errors
    * [PHP-971] - Remove mongo.native_long for 32bit platforms
    * [PHP-972] - Support parallelCollectionScan command
    * [PHP-990] - Implement Batch Write API
    * [PHP-998] - Include maxWriteBatchSize and maxMessageSizeBytes in connection info
    * [PHP-1021] - Support maxTimeMS option on MongoCollection::findOne()
    * [PHP-1026] - Include connection info in findAndModify exception messages
    * [PHP-1028] - Support $options arg in MongoCollection::aggregate()
    * [PHP-1039] - Use dropIndexes command instead of deleteIndexes

** New Feature
    * [PHP-819] - Add Mongo[DB|Collection]->[get|set]WriteConcern()
    * [PHP-831] - SASL Support (SASL Plain)
    * [PHP-832] - SASL Support (SASL Kerberos) 
    * [PHP-861] - Add maxTimeMS() method to MongoCursor to configure the maximum time a query can take
    * [PHP-868] - Method to check if string is a valid ObjectId
    * [PHP-873] - Support the MONGODB-X509 authentication mechanism
    * [PHP-875] - Add support for cursor for aggregation
    * [PHP-876] - Make the driver check for the server version upon connection
    * [PHP-923] - Drivers should only talk to servers with overlapping wire versions
    * [PHP-944] - Support $out aggregation pipeline operator
    * [PHP-951] - Provide API for getting latest server version or isMaster response in driver
    * [PHP-962] - Create constants for additional binary data subtypes
    * [PHP-965] - Documentation for MongoId::isValid()
    * [PHP-1031] - Implement MongoWriteBatch method to return current batch size
    * [PHP-1035] - Add third arg to MongoDB::command() to collect server hash by reference

** Task
    * [PHP-407] - MongoBinData should default to type 0 instead of 2
    * [PHP-657] - Add deprecation notice to MongoCursor::slaveOkay
    * [PHP-714] - Convenience macro for getting mongoclient*
    * [PHP-739] - Audit extension for deprecations of functionality to be removed in 1.5  
    * [PHP-786] - Sort out includes
    * [PHP-809] - Deprecate use of "safe" all over collection.c
    * [PHP-842] - Document core class [get|set]WriteConcern() methods
    * [PHP-844] - driver must authenticate before calling isMaster()
    * [PHP-845] - Ability to use different SPN on the driver for Kerberos Authentication
    * [PHP-914] - aggregation: need an explain facility
    * [PHP-960] - Use createIndexes command when available
    * [PHP-983] - Change nUpdated to nMatched in bulk api results
    * [PHP-987] - Use maxWriteBatchSize from ismaster for write command batch splitting.
    * [PHP-1006] - Document deprecation of MongoCollection::ensureIndex()
    * [PHP-1007] - Add MongoClient->[get|set]WriteConcern()
    * [PHP-1015] - Document MongoWriteBatch and related classes
    * [PHP-1016] - Document MongoCollection:createIndex()
    * [PHP-1022] - Create MongoCollection::aggregateCursor() method
    * [PHP-1030] - gridfs chunksize should be lowered to 255K
    * [PHP-1033] - Organize third-party code and license information
    * [PHP-1040] - MongoCommandCursor::key() should not return _id field

** Sub-task
    * [PHP-763] - Create prototypes for MongoClient and Mongo classes
    * [PHP-794] - Remove 'fd' property of MongoCursorException
    * [PHP-797] - Deprecate public properties
    * [PHP-798] - Rename "timeout" to "socketTimeoutMS" in $options
    * [PHP-804] - Deprecate Mongo::connectUtil
    * [PHP-818] - Deprecate "Mongo" in favour of MongoClient.
    * [PHP-824] - Deprecate the "wtimeout" option in crud operations for wTimeoutMS
    * [PHP-993] - Merge batch return values into one return value";}i:7;a:6:{s:4:"date";s:10:"2014-04-01";s:4:"time";s:8:"09:58:05";s:7:"version";a:2:{s:7:"release";s:8:"1.5.0RC2";s:3:"api";s:8:"1.5.0RC2";}s:9:"stability";a:2:{s:7:"release";s:4:"beta";s:3:"api";s:4:"beta";}s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:42:"http://www.apache.org/licenses/LICENSE-2.0";}s:8:"_content";s:14:"Apache License";}s:5:"notes";s:2245:"** Bug
    * [PHP-900] - Cannot switch from majority to lower WriteConcern
    * [PHP-1010] - MongoCollection::commandCursor should not require batchSize option to be set manually
    * [PHP-1011] - MongoDB and MongoCollection do not inherit string write concerns
    * [PHP-1012] - MongoCollection doesn't respect its own write concern for GLE ops
    * [PHP-1013] - Read preferences are not respected with command cursors
    * [PHP-1019] - Empty Batch Insert should throw exception
    * [PHP-1027] - Support maxTimeMS and exceptions in MongoCollection::group()
    * [PHP-1034] - Ensure MongoCommandCursor implements Iterator interface properly
    * [PHP-1037] - add allowDiskUse:true to the top-level of an aggregate command
    * [PHP-1038] - Segfault in php_mongo_enforce_batch_size_on_command()
    * [PHP-1041] - Off-by-one error in MongoCommandCursor::key() index

** Improvement
    * [PHP-778] - Deprecate static properties
    * [PHP-938] - please update description of 'fsync' write concern flag
    * [PHP-1021] - Support maxTimeMS option on MongoCollection::findOne()
    * [PHP-1026] - Include connection info in findAndModify exception messages
    * [PHP-1028] - Support $options arg in MongoCollection::aggregate()
    * [PHP-1039] - Use dropIndexes command instead of deleteIndexes

** New Feature
    * [PHP-1031] - Implement MongoWriteBatch method to return current batch size
    * [PHP-1035] - Add third arg to MongoDB::command() to collect server hash by reference

** Task
    * [PHP-739] - Audit extension for deprecations of functionality to be removed in 1.5  
    * [PHP-842] - Document core class [get|set]WriteConcern() methods
    * [PHP-914] - aggregation: need an explain facility
    * [PHP-1006] - Document deprecation of MongoCollection::ensureIndex()
    * [PHP-1007] - Add MongoClient->[get|set]WriteConcern()
    * [PHP-1015] - Document MongoWriteBatch and related classes
    * [PHP-1016] - Document MongoCollection:createIndex()
    * [PHP-1022] - Create MongoCollection::aggregateCursor() method
    * [PHP-1030] - gridfs chunksize should be lowered to 255K
    * [PHP-1033] - Organize third-party code and license information
    * [PHP-1040] - MongoCommandCursor::key() should not return _id field";}i:8;a:6:{s:4:"date";s:10:"2014-03-11";s:4:"time";s:8:"09:58:05";s:7:"version";a:2:{s:7:"release";s:8:"1.5.0RC1";s:3:"api";s:8:"1.5.0RC1";}s:9:"stability";a:2:{s:7:"release";s:4:"beta";s:3:"api";s:4:"beta";}s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:42:"http://www.apache.org/licenses/LICENSE-2.0";}s:8:"_content";s:14:"Apache License";}s:5:"notes";s:639:"** Bug
    * [PHP-995] - JSON detection
    * [PHP-996] - Broken with cyrus-sals 2.1.23
    * [PHP-999] - Inline mapReduce command ignores read preferences
    * [PHP-1000] - RP support for "mapReduce" command, not just "mapreduce"

** Improvement
    * [PHP-998] - Include maxWriteBatchSize and maxMessageSizeBytes in connection info

** Task
    * [PHP-407] - MongoBinData should default to type 0 instead of 2
    * [PHP-960] - Use createIndexes command when available
    * [PHP-987] - Use maxWriteBatchSize from ismaster for write command batch splitting.

** Sub-task
    * [PHP-993] - Merge batch return values into one return value";}i:9;a:6:{s:4:"date";s:10:"2014-02-25";s:4:"time";s:8:"10:58:05";s:7:"version";a:2:{s:7:"release";s:11:"1.5.0alpha1";s:3:"api";s:11:"1.5.0alpha1";}s:9:"stability";a:2:{s:7:"release";s:5:"alpha";s:3:"api";s:5:"alpha";}s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:42:"http://www.apache.org/licenses/LICENSE-2.0";}s:8:"_content";s:14:"Apache License";}s:5:"notes";s:4022:"** Bug
    * [PHP-722] - Segfault when passing null value to MongoCollection::find() and unclear other conditions are met, inaccurate error message
    * [PHP-796] - Modifying MongoDate internal properties evilness
    * [PHP-813] - IS_SCALAR_*() doesn't account for resources
    * [PHP-815] - MongoCursor ctor doesn't validate the MongoClient object
    * [PHP-833] - Add the MongoClient::killCursor method to kill a cursor on the server on 64-bit platforms
    * [PHP-835] - Driver interprets 'err' property as MongoCursorException
    * [PHP-848] - Invalid read in master
    * [PHP-882] - mongo_connection_get_server_version memleaks
    * [PHP-883] - php_mongo_dbref_create() doesn't handle MongoId values
    * [PHP-888] - DBRef refactoring broke BC for $id parameter handling
    * [PHP-902] - Segfault when unregistering broken server
    * [PHP-949] - ensureIndex() creates wrong names
    * [PHP-955] - Switch the default mongo.native_long to 1 for 64bit platforms
    * [PHP-981] - Empty document should not throw exception

** Improvement
    * [PHP-578] - No need to call ismaster 2times
    * [PHP-705] - Throw exception when overflowing message size in OP_INSERT batches
    * [PHP-708] - WriteConcern failure exception should include the entire GLE document
    * [PHP-712] - findAndModify returns empty array when nothing is found
    * [PHP-774] - Deprecate the protected method MongoCollection::toIndexString
    * [PHP-807] - Rewrite to_index_string to use smart_str and a real C function
    * [PHP-812] - Remove unused MongoDBRef::$refKey and MongoDBRef::$idKey
    * [PHP-837] - Handle cursor IDs for return with MongoCursor::info on 32bit platforms
    * [PHP-851] - Add MONGO_HAVE_* constants and make sure MINFO contains this too
    * [PHP-880] - New write operation method for insert, update, remove
    * [PHP-886] - Add support for secondaryAcceptableLatencyMS
    * [PHP-903] - Improve the Stream Notification API
    * [PHP-941] - Throw MongoConnectionException on stream failures
    * [PHP-942] - Throw MongoDuplicateKeyException on duplicate key errors
    * [PHP-971] - Remove mongo.native_long for 32bit platforms
    * [PHP-990] - Implement Batch Write API

** New Feature
    * [PHP-819] - Add Mongo[DB|Collection]->[get|set]WriteConcern()
    * [PHP-831] - SASL Support (SASL Plain)
    * [PHP-832] - SASL Support (SASL Kerberos)
    * [PHP-861] - Add maxTimeMS() method to MongoCursor to configure the maximum time a query can take
    * [PHP-868] - Method to check if string is a valid ObjectId
    * [PHP-873] - Support the MONGODB-X509 authentication mechanism
    * [PHP-875] - Add support for cursor for aggregation
    * [PHP-876] - Make the driver check for the server version upon connection
    * [PHP-923] - Drivers should only talk to servers with overlapping wire versions
    * [PHP-944] - Support $out aggregation pipeline operator
    * [PHP-951] - Provide API for getting latest server version or isMaster response in driver
    * [PHP-962] - Create constants for additional binary data subtypes
    * [PHP-965] - Documentation for MongoId::isValid()

** Task
    * [PHP-657] - Add deprecation notice to MongoCursor::slaveOkay
    * [PHP-714] - Convenience macro for getting mongoclient*
    * [PHP-786] - Sort out includes
    * [PHP-809] - Deprecate use of "safe" all over collection.c
    * [PHP-844] - driver must authenticate before calling isMaster()
    * [PHP-845] - Ability to use different SPN on the driver for Kerberos Authentication
    * [PHP-983] - Change nUpdated to nMatched in bulk api results

** Sub-task
    * [PHP-763] - Create prototypes for MongoClient and Mongo classes
    * [PHP-794] - Remove 'fd' property of MongoCursorException
    * [PHP-797] - Deprecate public properties
    * [PHP-798] - Rename "timeout" to "socketTimeoutMS" in $options
    * [PHP-804] - Deprecate Mongo::connectUtil
    * [PHP-818] - Deprecate "Mongo" in favour of MongoClient.
    * [PHP-824] - Deprecate the "wtimeout" option in crud operations for wTimeoutMS";}i:10;a:6:{s:4:"date";s:10:"2013-11-05";s:4:"time";s:8:"09:05:05";s:7:"version";a:2:{s:7:"release";s:5:"1.4.5";s:3:"api";s:5:"1.4.5";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:42:"http://www.apache.org/licenses/LICENSE-2.0";}s:8:"_content";s:14:"Apache License";}s:5:"notes";s:254:"** Bug
    * [PHP-915] - batchSize() can not be called after a cursor has been iterating contradicting documentation
    * [PHP-925] - Reading a GridFS file from a secondary server using PHP requires write access
    * [PHP-939] - Slow connection in 1.4+";}i:11;a:6:{s:4:"date";s:10:"2013-09-25";s:4:"time";s:8:"10:24:22";s:7:"version";a:2:{s:7:"release";s:5:"1.4.4";s:3:"api";s:5:"1.4.4";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:42:"http://www.apache.org/licenses/LICENSE-2.0";}s:8:"_content";s:14:"Apache License";}s:5:"notes";s:787:"** Bug
    * [PHP-773] - Fix the persistence issue with logging stream contexts
    * [PHP-874] - New Replica Set connections hang when secondaries are creating indexes during initialSync
    * [PHP-893] - Fix documentation of MongoCursor::$timeout default value
    * [PHP-894] - BSON decoding segfaults if string length prefix is zero
    * [PHP-896] - BSON decoding segfaults reading past buffer endpoint
    * [PHP-898] - Cursor exception should not print strerror() as int
    * [PHP-901] - Detect server state changes
    * [PHP-906] - Segmentation Fault - in mongo_deregister_callback_from_connection when calling MongoClient->close(true)
    * [PHP-907] - BSON decoding of DBPointer does not set MongoId::$id property
    * [PHP-912] - PHP driver should use SSLv23 instead of TLS";}i:12;a:6:{s:4:"date";s:10:"2013-08-15";s:4:"time";s:8:"10:59:22";s:7:"version";a:2:{s:7:"release";s:5:"1.4.3";s:3:"api";s:5:"1.4.3";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:42:"http://www.apache.org/licenses/LICENSE-2.0";}s:8:"_content";s:14:"Apache License";}s:5:"notes";s:529:"** Bug
    * [PHP-382] - When 'replicaSet' option is used, authentication calls are being sent to the arbiter server
    * [PHP-392] - Arbiter in the seed list acts wonky
    * [PHP-869] - ReadPreference.PrimaryPreferred + Tag sets should send to primary if available
    * [PHP-877] - auto gen _id clashes on heavy inserts
    * [PHP-885] - Segfault on request shutdown when using save()
    * [PHP-890] - PHP Driver crashes on shutdown

** Improvement
    * [PHP-423] - MongoDate support for 64-bit timestamps on 32-bit systems";}i:13;a:6:{s:4:"date";s:10:"2013-07-22";s:4:"time";s:8:"10:21:23";s:7:"version";a:2:{s:7:"release";s:5:"1.4.2";s:3:"api";s:5:"1.4.2";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:42:"http://www.apache.org/licenses/LICENSE-2.0";}s:8:"_content";s:14:"Apache License";}s:5:"notes";s:432:"** Bug
    * [PHP-706] - Busy loop when a file descriptors exceed 1024
    * [PHP-850] - Conditional jump on empty server name to MongoClient
    * [PHP-853] - MongoCollection::batchInsert() exceptions can obscure BSON encoding exceptions
    * [PHP-858] - Crash when extending Mongo and MongoClient classes and not calling its constructor
    * [PHP-872] - Driver should prevent \0 characters in keys, collection and database names";}i:14;a:6:{s:4:"date";s:10:"2013-06-03";s:4:"time";s:8:"10:21:23";s:7:"version";a:2:{s:7:"release";s:5:"1.4.1";s:3:"api";s:5:"1.4.1";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:42:"http://www.apache.org/licenses/LICENSE-2.0";}s:8:"_content";s:14:"Apache License";}s:5:"notes";s:830:"** Bug
    * [PHP-814] - Passing in invalid MongoDB to MongoDBRef::get() segfaults
    * [PHP-816] - MongoCursor doesn't validate the namespace
    * [PHP-827] - Segfault on connect when database name starts with an X
    * [PHP-829] - Crash when connecting to replicaSet without passive hosts
    * [PHP-846] - Connecting to Unix Domain sockets is impossible

** Improvement
    * [PHP-747] - Improve numeric check for write concern option
    * [PHP-755] - Support CursorNotFound query flag
    * [PHP-756] - Support QueryFailure query response flag

** Task
    * [PHP-551] - Update "writes" documentation to cover all WriteConcerns arguments (from the connection string) as well.
    * [PHP-836] - Fix more for-type tests after finding with hash_find
    * [PHP-839] - Look at inclusion of config-w32.h and config.h in package";}i:15;a:6:{s:4:"date";s:10:"2013-05-21";s:4:"time";s:8:"10:21:23";s:7:"version";a:2:{s:7:"release";s:5:"1.4.0";s:3:"api";s:5:"1.4.0";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:42:"http://www.apache.org/licenses/LICENSE-2.0";}s:8:"_content";s:14:"Apache License";}s:5:"notes";s:5411:"** Improvement
    * [PHP-303] - Support the autoIndexId option for createCollection
    * [PHP-316] - When using replica sets and setSlaveOkay queries slow if a secondary is down...
    * [PHP-371] - Replication connection string hangs for quite some time when a machine that is listed is physically down
    * [PHP-490] - "nolock" option in MongoDB::execute method
    * [PHP-537] - Update limits according to default (16MB) or server info (maxMessageSizeBytes)
    * [PHP-572] - Add support for "journal" and "fsync" connection string options
    * [PHP-610] - Remove the mongo.utf8 setting
    * [PHP-651] - Slow connection to the replica set with one member down
    * [PHP-686] - Constant attempt to reconnect to a down server takes too long
    * [PHP-744] - Support the oplog_replay query flag
    * [PHP-775] - MongoCursor->hint() can't hint on a index by name
    * [PHP-790] - MongoCollection write operation wtimeout option inconsistent with connection string wTimeoutMS option

** New Feature
    * [PHP-664] - Add support for SSL and certificate validation

** Bug
    * [PHP-296] - Many of the zend_hash_find calls for options etc do not check or convert correctly for datatype issues.
    * [PHP-447] - Inconsistent error for unsupported database commands on mongod and mongos
    * [PHP-508] - Change BSON ID generation to use random "increment"
    * [PHP-554] - MongoId should not get constructed when passing in an invalid ID.
    * [PHP-653] - is_master() failing with mongodb <= 1.8.3
    * [PHP-675] - Test for PHP-511 broken
    * [PHP-693] - MongoCursor timeout not used when reading data
    * [PHP-696] - mongo_io_wait_with_timeout() waits 10 seconds instead of one for "no socket timeout"
    * [PHP-698] - Segmentation Fault - in mongo_deregister_callback_from_connection when calling MongoClient->close()
    * [PHP-704] - Incorrect failure checks for stream reads
    * [PHP-707] - Replication with 1.8 does not work
    * [PHP-715] - Crash in PHP driver on Apache
    * [PHP-717] - (Almost) All tests leak and has a unconditional jump
    * [PHP-718] - ZTS Broken in master
    * [PHP-723] - Possibly invalid read in MongoCollection getter
    * [PHP-731] - Memory leak during failover
    * [PHP-732] - Improve error message during failover
    * [PHP-734] - Possible segfaults when error_message is not set
    * [PHP-735] - Queries/commands to mongos should inherit read preferences from MongoDB and MongoCollection objects
    * [PHP-736] - MongoClient connection fails if RP tags match nothing 
    * [PHP-737] - Missing RP tags parse error message using MongoClient options array
    * [PHP-741] - Passive replicaset members (priority=0) not used for secondary reads
    * [PHP-746] - The getBytes method may return random data in particular conditions.
    * [PHP-751] - When a secondary goes into recovery mode, we should disconnect from it
    * [PHP-759] - Write operations apply ReadPreferenceTags when finding primary
    * [PHP-770] - Missing error code for "field names must be strings" MongoException
    * [PHP-776] - MongoCollection::batchInsert() with empty options array segfaults
    * [PHP-779] - Cannot read from secondaries when connecting directly (standalone connection)
    * [PHP-781] - MongoCollection::count() should not leak, and throw exception instead of returning GLE document
    * [PHP-792] - Memory leak while reading an INT64 on a 32bit platform with native_long enabled
    * [PHP-795] - MongoCode segfaults when internal 'code' property is modified
    * [PHP-800] - Error codes for some errors in bson.c are re-used.

** Deprecated Functionality
    * [PHP-780] - Deprecate slaveOkay & timeout URI options
    * [PHP-793] - Add deprecation notice to non-array options for MongoDB::createCollection
    * [PHP-801] - Deprecate boolean options to MongoCollection::insert()
    * [PHP-802] - Deprecate boolean options to MongoCollection::ensureIndex()
    * [PHP-805] - Deprecate (for real) the "chunks" option in MongoGridFS::__construc

** Task
    * [PHP-314] - Improve connection string documentation/pooling
    * [PHP-437] - Update ZEND_MODULE_API_NO to use PHP_VERSION_ID to be more clear
    * [PHP-475] - Create functional phpt tests for read preference exceptions
    * [PHP-496] - Added a few examples to MongoDB::runCommand() for more examples
    * [PHP-542] - Put all exception classes into their own file(s)
    * [PHP-563] - Strongly advise users not to create immortal MongoCursors
    * [PHP-674] - Remove mention of OSX/Windows GitHub downloads from documentation 
    * [PHP-694] - Split out types and gridfs classes into their own files.
    * [PHP-695] - Remove mention of PHPUnit from documentation
    * [PHP-702] - DOC - Support the autoIndexId option for createCollection
    * [PHP-725] - Re-organise option parsing in mcon/parse.c
    * [PHP-738] - Add replica set tags to test suite
    * [PHP-745] - Add Replicaset Tags to sharding test suite
    * [PHP-748] - Add vim modelines
    * [PHP-749] - Improve fragile checks for max_message_size in tests
    * [PHP-767] - Create prototypes for GridFS classes
    * [PHP-768] - Create prototypes for MongoCollection class
    * [PHP-771] - Time expectations mongo.is_master_interval test are fragile
    * [PHP-788] - Document journal/fsync MongoClient connection options 
    * [PHP-789] - Document fsync, j, and wtimeout options for MongoCollection write operations";}i:16;a:6:{s:4:"date";s:10:"2013-05-10";s:4:"time";s:8:"13:45:11";s:7:"version";a:2:{s:7:"release";s:8:"1.4.0RC1";s:3:"api";s:8:"1.4.0RC1";}s:9:"stability";a:2:{s:7:"release";s:4:"beta";s:3:"api";s:4:"beta";}s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:42:"http://www.apache.org/licenses/LICENSE-2.0";}s:8:"_content";s:14:"Apache License";}s:5:"notes";s:1139:"** Bug
    * [PHP-776] - MongoCollection::batchInsert() with empty options array segfaults
    * [PHP-781] - MongoCollection::count() should not leak, and throw exception instead of returning GLE document
    * [PHP-792] - Memory leak while reading an INT64 on a 32bit platform with native_long enabled
    * [PHP-795] - MongoCode segfaults when internal 'code' property is modified
    * [PHP-800] - Error codes for some errors in bson.c are re-used.

** Improvement
    * [PHP-744] - Support the oplog_replay query flag
    * [PHP-775] - MongoCursor->hint() can't hint on a index by name

** Task
    * [PHP-475] - Create functional phpt tests for read preference exceptions
    * [PHP-780] - Deprecate slaveOkay & timeout URI options
    * [PHP-788] - Document journal/fsync MongoClient connection options 
    * [PHP-793] - Add deprecation notice to non-array options for MongoDB::createCollection
    * [PHP-801] - Deprecate boolean options to MongoCollection::insert()
    * [PHP-802] - Deprecate boolean options to MongoCollection::ensureIndex()
    * [PHP-805] - Deprecate (for real) the "chunks" option in MongoGridFS::__construct";}i:17;a:6:{s:4:"date";s:10:"2013-04-25";s:4:"time";s:8:"11:47:11";s:7:"version";a:2:{s:7:"release";s:10:"1.4.0beta1";s:3:"api";s:10:"1.4.0beta1";}s:9:"stability";a:2:{s:7:"release";s:4:"beta";s:3:"api";s:4:"beta";}s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:42:"http://www.apache.org/licenses/LICENSE-2.0";}s:8:"_content";s:14:"Apache License";}s:5:"notes";s:4135:"** Bug
    * [PHP-296] - Many of the zend_hash_find calls for options etc do not check or convert correctly for datatype issues.
    * [PHP-316] - When using replica sets and setSlaveOkay queries slow if a secondary is down...
    * [PHP-371] - Replication connection string hangs for quite some time when a machine that is listed is physically down
    * [PHP-447] - Inconsistent error for unsupported database commands on mongod and mongos
    * [PHP-508] - Change BSON ID generation to use random "increment"
    * [PHP-554] - MongoId should not get constructed when passing in an invalid ID.
    * [PHP-651] - Slow connection to the replica set with one member down
    * [PHP-653] - is_master() failing with mongodb <= 1.8.3
    * [PHP-664] - Add support for SSL and certificate validation
    * [PHP-675] - Test for PHP-511 broken
    * [PHP-686] - Constant attempt to reconnect to a down server takes too long
    * [PHP-693] - MongoCursor timeout not used when reading data
    * [PHP-696] - mongo_io_wait_with_timeout() waits 10 seconds instead of one for "no socket timeout"
    * [PHP-698] - Segmentation Fault - in mongo_deregister_callback_from_connection when calling MongoClient->close()
    * [PHP-704] - Incorrect failure checks for stream reads
    * [PHP-707] - Replication with 1.8 does not work
    * [PHP-715] - Crash in PHP driver on Apache
    * [PHP-717] - (Almost) All tests leak and has a unconditional jump
    * [PHP-718] - ZTS Broken in master
    * [PHP-723] - Possibly invalid read in MongoCollection getter
    * [PHP-731] - Memory leak during failover
    * [PHP-732] - Improve error message during failover
    * [PHP-734] - Possible segfaults when error_message is not set
    * [PHP-735] - Queries/commands to mongos should inherit read preferences from MongoDB and MongoCollection objects
    * [PHP-736] - MongoClient connection fails if RP tags match nothing 
    * [PHP-737] - Missing RP tags parse error message using MongoClient options array
    * [PHP-741] - Passive replicaset members (priority=0) not used for secondary reads
    * [PHP-746] - The getBytes method may return random data in particular conditions.
    * [PHP-748] - Add vim modelines
    * [PHP-751] - When a secondary goes into recovery mode, we should disconnect from it
    * [PHP-759] - Write operations apply ReadPreferenceTags when finding primary
    * [PHP-770] - Missing error code for "field names must be strings" MongoException
    * [PHP-779] - Cannot read from secondaries when connecting directly (standalone connection)

** Improvement
    * [PHP-437] - Update ZEND_MODULE_API_NO to use PHP_VERSION_ID to be more clear
    * [PHP-572] - Add support for "journal" and "fsync" connection string options
    * [PHP-702] - DOC - Support the autoIndexId option for createCollection
    * [PHP-738] - Add replica set tags to test suite
    * [PHP-745] - Add Replicaset Tags to sharding test suite
    * [PHP-749] - Improve fragile checks for max_message_size in tests
    * [PHP-771] - Time expectations mongo.is_master_interval test are fragile

** New Feature
    * [PHP-303] - Support the autoIndexId option for createCollection
    * [PHP-490] - "nolock" option in MongoDB::execute method
    * [PHP-716] - Allow cursor to report chosen RS member

** Task
    * [PHP-496] - Added a few examples to MongoDB::runCommand() for more examples
    * [PHP-506] - Ensure Mongo constructor casts passwords to strings
    * [PHP-537] - Update limits according to default (16MB) or server info (maxMessageSizeBytes)
    * [PHP-542] - Put all exception classes into their own file(s)
    * [PHP-563] - Strongly advise users not to create immortal MongoCursors
    * [PHP-610] - Remove the mongo.utf8 setting
    * [PHP-674] - Remove mention of OSX/Windows GitHub downloads from documentation 
    * [PHP-694] - Split out types and gridfs classes into their own files.
    * [PHP-695] - Remove mention of PHPUnit from documentation
    * [PHP-725] - Re-organise option parsing in mcon/parse.c

** Sub-task
    * [PHP-767] - Create prototypes for GridFS classes
    * [PHP-768] - Create prototypes for MongoCollection class";}i:18;a:6:{s:4:"date";s:10:"2013-03-26";s:4:"time";s:8:"09:37:52";s:7:"version";a:2:{s:7:"release";s:5:"1.3.6";s:3:"api";s:5:"1.3.6";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:42:"http://www.apache.org/licenses/LICENSE-2.0";}s:8:"_content";s:14:"Apache License";}s:5:"notes";s:72:"** Improvement
    * [PHP-535] - Run commands on Replication Secondaries";}i:19;a:6:{s:4:"date";s:10:"2013-03-15";s:4:"time";s:8:"11:28:32";s:7:"version";a:2:{s:7:"release";s:5:"1.3.5";s:3:"api";s:5:"1.3.5";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:42:"http://www.apache.org/licenses/LICENSE-2.0";}s:8:"_content";s:14:"Apache License";}s:5:"notes";s:72:"** Improvement
    * [PHP-665] - Add support for MongoDB 2.4 auth source";}i:20;a:6:{s:4:"date";s:10:"2013-01-31";s:4:"time";s:8:"11:55:32";s:7:"version";a:2:{s:7:"release";s:5:"1.3.4";s:3:"api";s:5:"1.3.4";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:42:"http://www.apache.org/licenses/LICENSE-2.0";}s:8:"_content";s:14:"Apache License";}s:5:"notes";s:2630:"** Bug
    * [PHP-355] - PHP 1.2/1.3 Driver does not honour connection 'timeout'
    * [PHP-356] - PHP 1.3.0dev does not honor connection timeout
    * [PHP-366] - PHP Mongo's driver has no effects on Mongo Cursor timeout 
    * [PHP-385] - GridFS::storeFile with a string argument for 2Gb files
    * [PHP-457] - Setting batchSize and sorting returns incorrect number of records
    * [PHP-491] - Forking and connection handling still fails
    * [PHP-539] - Exception when w - on MongoCollection - is set greater than 2
    * [PHP-585] - GridFS incorrectly reports w=1 as w=0
    * [PHP-586] - GridFS should only do one GLE
    * [PHP-592] - Unable to switch to new PRIMARY
    * [PHP-609] - MongoGridFS::put no returning MongoId despite inserting file 
    * [PHP-613] - sort out timeout vs wtimeout mess
    * [PHP-630] - Seg faults on OS X
    * [PHP-650] - Segmentation fault when using findAndModify()
    * [PHP-661] - GridFS memory leaks
    * [PHP-667] - Off-by-one error in BSON deserialization of pre-epoch dates
    * [PHP-668] - setReadPreference() should allow empty $tags array for primary mode
    * [PHP-670] - Remove misplaced MongoId in getIndexInfo() expected ouput docs
    * [PHP-672] - MongoGridFSFile::write() leaks memory
    * [PHP-673] - Failing tests on mongod 2.3
    * [PHP-676] - Collection level write concern overwritten by deprecated "safe" option
    * [PHP-679] - setReadPreference() should clear out existing tags if none are provided
    * [PHP-680] - mongo_read_preference_dtor() will segfault if invoked twice
    * [PHP-681] - setReadPreference() should not modify read preferences if an error occurs
    * [PHP-682] - Remove redundant MongoGridFSCursor::key() implementation
    * [PHP-683] - Add support for the connectTimeoutMS connection parameter
    * [PHP-687] - MongoDate usec not properly decoded on 32-bit platform
    * [PHP-688] - Default connect() timeout is 1000 _seconds_, not milliseconds
    * [PHP-690] - Percentage symbol is not escaped in error message about duplicate entries
    * [PHP-691] - Memory leak during master failover

** New Feature
    * [PHP-684] - Support socketTimeoutMs
    * [PHP-685] - wtimeout option is not supported per-query

** Task
    * [PHP-479] - Fix all compiler warnings
    * [PHP-658] - Add error codes for GridFSExceptions througout gridfs.c
    * [PHP-666] - Update read preference documentation
    * [PHP-669] - Document that setReadPreference() will raise a warning if tags are specified with primary mode
    * [PHP-671] - Document array return value for ensureIndex when using write preferences
    * [PHP-689] - Tiny test fixes";}i:21;a:6:{s:4:"date";s:10:"2013-01-16";s:4:"time";s:8:"14:42:32";s:7:"version";a:2:{s:7:"release";s:5:"1.3.3";s:3:"api";s:5:"1.3.3";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:42:"http://www.apache.org/licenses/LICENSE-2.0";}s:8:"_content";s:14:"Apache License";}s:5:"notes";s:1502:"** Bug
    * [PHP-375] - GridFS segfaults when there are more chunks than expected
    * [PHP-603] - MongoGridFS::storeUpload() stores multiple files with same $metadata 
    * [PHP-617] - Use real error codes for MongoConnectionException on ctor failure
    * [PHP-621] - GridFS test tests/generic/bug00320.phpt has a double free issue
    * [PHP-627] - MongoConnection::aggregate() helper breaks on single pipeline operator argument
    * [PHP-635] - Passing a collection as second argument to MongoCursor::__construct() turns it into a string
    * [PHP-636] - MongoConnectionException when Mongo server restarted
    * [PHP-637] - Deal with negative timestamps in MongoDate
    * [PHP-638] - Read preference get/set methods are not consistent
    * [PHP-639] - MongoCursor::slaveOkay() has no effect in 1.3.2
    * [PHP-644] - mongo.ping_interval and mongo.is_master_interval is unused
    * [PHP-647] - isMaster defaults non-master, non-arbiter connections to secondary
    * [PHP-656] - Add host, port and node type to the MongoCursor::info() return value.

** Improvement
    * [PHP-383] - Insufficient documentation about the driver-generated document _id passing technique
    * [PHP-483] - Implement MongoCursor::setReadPreference()
    * [PHP-620] - Update PHP documentation regarding the "n" value that is returned on write acknowledged operations

** Task
    * [PHP-387] - Add examples to GridFS storeBytes, storeFile  and storeUpload functions
    * [PHP-479] - Fix all compiler warnings";}i:22;a:6:{s:4:"date";s:10:"2012-12-18";s:4:"time";s:8:"10:54:32";s:7:"version";a:2:{s:7:"release";s:5:"1.3.2";s:3:"api";s:5:"1.3.2";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:42:"http://www.apache.org/licenses/LICENSE-2.0";}s:8:"_content";s:14:"Apache License";}s:5:"notes";s:1204:"** Bug
    * [PHP-308] - Incorrect method declaration
    * [PHP-418] - Use descending date order for changelog entries
    * [PHP-612] - Impossible to provide a list of tagsets to the readPreferenceTags options
    * [PHP-623] - Segmentation fault (11) 
    * [PHP-625] - the windows 1.30+ dll MongoCollection findandmodify method will throw a excption which not on linux platform
    * [PHP-629] - Missing support for passing the username/password in the $options array
    * [PHP-631] - One replica set, but two different db/user/passwords
    * [PHP-632] - MongoDB::authenticate() no longer attempts to authenticate, and doesn't return anything either
    * [PHP-633] - findAndModify sometimes throws exception on success
    * [PHP-634] - Mongo PHP driver v1.3.1/1.3.2RC1 fail to connect to mongoDB 1.6.3
    * [PHP-640] - The secondaryPreferred read preference always considers the primary node too.
    * [PHP-641] - MongoLog::setModule/setLevel don't reset for each request

** Improvement
    * [PHP-317] - slaveOk option not documented in Mongo.__construct()
    * [PHP-529] - Document that MongoCollection::save() may set _id
    * [PHP-626] - Implement Read Preferences support with sharding.";}i:23;a:6:{s:4:"date";s:10:"2012-12-07";s:4:"time";s:8:"17:47:32";s:7:"version";a:2:{s:7:"release";s:8:"1.3.2RC1";s:3:"api";s:5:"1.3.2";}s:9:"stability";a:2:{s:7:"release";s:4:"beta";s:3:"api";s:4:"beta";}s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:42:"http://www.apache.org/licenses/LICENSE-2.0";}s:8:"_content";s:14:"Apache License";}s:5:"notes";s:905:"** Bug
    * [PHP-308] - Incorrect method declaration
    * [PHP-418] - Use descending date order for changelog entries
    * [PHP-612] - Impossible to provide a list of tagsets to the readPreferenceTags options
    * [PHP-625] - the windows 1.30+ dll MongoCollection findandmodify method will throw a excption which not on linux platform
    * [PHP-629] - Missing support for passing the username/password in the $options array
    * [PHP-631] - One replica set, but two different db/user/passwords
    * [PHP-632] - MongoDB::authenticate() no longer attempts to authenticate, and doesn't return anything either
    * [PHP-633] - findAndModify sometimes throws exception on success

** Improvement
    * [PHP-317] - slaveOk option not documented in Mongo.__construct()
    * [PHP-529] - Document that MongoCollection::save() may set _id
    * [PHP-626] - Implement Read Preferences support with sharding.";}i:24;a:6:{s:4:"date";s:10:"2012-12-04";s:4:"time";s:8:"16:00:32";s:7:"version";a:2:{s:7:"release";s:5:"1.3.1";s:3:"api";s:5:"1.3.1";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:42:"http://www.apache.org/licenses/LICENSE-2.0";}s:8:"_content";s:14:"Apache License";}s:5:"notes";s:1840:"** Bug
    * [PHP-564] - Segfault occurs on some of the queries
    * [PHP-580] - Segfault while running phpunit
    * [PHP-583] - Replace slave language in MongoClient::getHosts() documentation with read preferences
    * [PHP-584] - Update and remove options have reversed keys in the description
    * [PHP-590] - Segfaults in Mongo PHP driver 1.3RC3
    * [PHP-594] - Review the install guide
    * [PHP-595] - Restructure manual
    * [PHP-596] - mongo.allow_persistent doesn't exist anymore
    * [PHP-597] - Remove mongo.no_id
    * [PHP-598] - Incorrect constant values for MongoClient::RP_*
    * [PHP-599] - Update Changelog with 1.3. changes
    * [PHP-600] - Document MongoClient::getConnections()
    * [PHP-601] - Document WriteConcerns
    * [PHP-602] - No longer possible to get field information from $cursor->info()
    * [PHP-605] - Change in behaviour for return value of unsafe writes 
    * [PHP-611] - Segfault when no candidate servers found
    * [PHP-616] - MongoGridFS::get() only accepts MongoId arguments
    * [PHP-618] - PHP Driver failure on OSX
    * [PHP-619] - Connection failure 
    * [PHP-622] - MINKEY is not deserialized properly when reading back from MongoD (on 32bit platforms)

** Improvement
    * [PHP-561] - Handle empty database name better

** Task
    * [PHP-544] - Update any documentation and tutorials for w=1 default and MongoClient usage
    * [PHP-558] - Document Mongo::getConnections()
    * [PHP-566] - Update setSlaveOkay documention to reflect deprecation correctly, and point to setReadPreference/connection strings
    * [PHP-567] - Update "queries" documentation at http://www.php.net/manual/en/mongo.queries.php to show the new read preferences
    * [PHP-588] - Update versions.xml in documentation
    * [PHP-589] - Rename master/slave to primary/secondary in documentation";}i:25;a:6:{s:4:"date";s:10:"2012-11-27";s:4:"time";s:8:"16:00:32";s:7:"version";a:2:{s:7:"release";s:5:"1.3.0";s:3:"api";s:5:"1.3.0";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:42:"http://www.apache.org/licenses/LICENSE-2.0";}s:8:"_content";s:14:"Apache License";}s:5:"notes";s:476:"** Bug
    * [PHP-576] - mongo.is_master_interval unused
    * [PHP-577] - mongo.ping_interval unused
    * [PHP-590] - Segfaults in Mongo PHP driver 1.3RC3

** Improvement
    * [PHP-587] - Change readPreference constants to be strings

** Task
    * [PHP-545] - Update presentations for write=1 default and MongoClient
    * [PHP-575] - Handle email to library owners regarding w=1 by default
    * [PHP-591] - Check whether all MLOG modules and levels are correctly applied";}i:26;a:6:{s:4:"date";s:10:"2012-11-20";s:4:"time";s:8:"13:22:32";s:7:"version";a:2:{s:7:"release";s:8:"1.3.0RC3";s:3:"api";s:8:"1.3.0RC3";}s:9:"stability";a:2:{s:7:"release";s:4:"beta";s:3:"api";s:4:"beta";}s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:42:"http://www.apache.org/licenses/LICENSE-2.0";}s:8:"_content";s:14:"Apache License";}s:5:"notes";s:518:"** Bug
    * [PHP-543] - mongo::connect() should return a bool value
    * [PHP-568] - The driver crashes after having copied a server definition to resolve authenticated connections
    * [PHP-574] - Problems with auth-switch and wrong credentials

** Improvement
    * [PHP-569] - Add support for w=0 and make sure append_getlasterror sets the correct flags

** New Feature
    * [PHP-557] - Implement w=0/w=1 as specific values for writeConcerns.

** Task
    * [PHP-565] - Add license headers to the files in mcon/";}i:27;a:6:{s:4:"date";s:10:"2012-11-12";s:4:"time";s:8:"11:00:32";s:7:"version";a:2:{s:7:"release";s:8:"1.3.0RC2";s:3:"api";s:8:"1.3.0RC2";}s:9:"stability";a:2:{s:7:"release";s:4:"beta";s:3:"api";s:4:"beta";}s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:42:"http://www.apache.org/licenses/LICENSE-2.0";}s:8:"_content";s:14:"Apache License";}s:5:"notes";s:585:"** Bug
    * [PHP-377] - Uncaught exception 'MongoCursorException' with message 'couldn't send query: ' from PHP
    * [PHP-559] - The wrong connection is sometimes picked when there are two connections open
    * [PHP-334] - Close connection with ReplicaSet

** Improvement
    * [PHP-171] - It'd be nice if mongo was playing nicely with pcntl php extension

** Task
    * [PHP-491] - Forking and connection handling still fails
    * [PHP-552] - Document connection string options
    * [PHP-553] - Make 1.3.x work with PHP 5.2.x
    * [PHP-562] - Document changes to Mongo::close().";}i:28;a:6:{s:4:"date";s:10:"2012-11-05";s:4:"time";s:8:"10:00:32";s:7:"version";a:2:{s:7:"release";s:8:"1.3.0RC1";s:3:"api";s:8:"1.3.0RC1";}s:9:"stability";a:2:{s:7:"release";s:4:"beta";s:3:"api";s:4:"beta";}s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:42:"http://www.apache.org/licenses/LICENSE-2.0";}s:8:"_content";s:14:"Apache License";}s:5:"notes";s:5603:"This is the first release candidate of the 1.3 series. The 1.3 series are
a major improvement with a completely rewritten connection handling backend. It has been
rewritten to form a new improved framework for handling connections. On top of
this new framework, new functionality is also implemented to provide read
preference support that comes with MongoDB 2.2. The new framework no longer has
the concept of a connection pool, but instead make sure there is only one
connect per node/db/username.

New major features in this release to support the MongoDB 2.2 release:

- Support for the aggregation framework through the aggregate() helper.
- Support for read preferences and read preference tags (See:
  http://docs.mongodb.org/manual/applications/replication/#replica-set-read-preference)
- Support for connections to multiple mongos nodes.

The whole list of resolved tickets (since 1.3.0beta2) follows:

** Bug
    * [PHP-202] - Too many open files
    * [PHP-285] - Cursor not found sometimes when slaveOkay in replica set
    * [PHP-315] - Random "unauthorized db" messages
    * [PHP-321] - Lazy loading of connections doesn't work with Replica Sets
    * [PHP-347] - MongoPool not working as expected when using php-fpm / cgi - a pool seems to be created per each child process
    * [PHP-350] - couldn't send query:
    * [PHP-364] - Stale connection in connection pool after restarting MongoDB server
    * [PHP-373] - Overriding batchInsert
    * [PHP-411] - Mongo says it is connected.. when it isn't. (when connecting to replicaset)
    * [PHP-424] - cannot determine master when slave(s) are down
    * [PHP-426] - Connection pool not paying attention to authentication when using replicaSet=true
    * [PHP-464] - Re-implement ->connected
    * [PHP-468] - Undefined behavior calling MongoGridFSFile::write() without a filename
    * [PHP-471] - Update documentation for MongoGridFSCursor::key() returning ObjectId instead of filename
    * [PHP-480] - Throw an error when not all members of the seed lists are in the same replicaset
    * [PHP-481] - setSlaveOkay / read preferences don't set slaveOkay flag correctly.
    * [PHP-482] - Aggregate() method leaks
    * [PHP-484] - Authenticating against normal db doesn't work
    * [PHP-485] - Update (and other methods) in safemode crash under certain conditions.
    * [PHP-486] - GridFS cleanup routines remove existing files
    * [PHP-487] - Connect to replicaset member in standalone mode
    * [PHP-488] - GridFS failures no longer throw MongoGridFSException
    * [PHP-489] - is_master() crashes for standalone servers
    * [PHP-499] - Re-order changelogs in documentation
    * [PHP-500] - MongoCollection insert, update and remove no longer return booleans
    * [PHP-502] - w can pick up garbage memory
    * [PHP-504] - Build error on FreeBSD (missing sys/socket.h)
    * [PHP-507] - Chunks are not removed completely when using the justOne option with MongoGridFS::remove
    * [PHP-510] - Memory leak in GridFS
    * [PHP-511] - Setting slaveOkay on MongoDB doesn't get passed properly to MongoCollection
    * [PHP-512] - RS handover is not handled correctly
    * [PHP-515] - Re-implement ->close()
    * [PHP-518] - Segmentation Fault with php-1.2.12
    * [PHP-521] - Build failures with PHP 5.2 and 5.4.
    * [PHP-528] - MongoLog::getCallback() segfaults if no callback was set.
    * [PHP-533] - Callback map for destroying cursors
    * [PHP-548] - Make the w property support string

** Improvement
    * [PHP-176] - Ability to choose which slaves to (not) read from
    * [PHP-218] - Add driver standard connection URI options
    * [PHP-292] - Mention MongoPool::setSize makes connection creation block if no connections available
    * [PHP-298] - Support safe write default through the connection string
    * [PHP-459] - MongoCollection::update doc should have a note about bug #PHP-50
    * [PHP-492] - Implement a method to return all opened connections
    * [PHP-501] - Add Unix domain socket support back into the driver
    * [PHP-516] - Document sparse and expireAfterSeconds index options
    * [PHP-522] - Support w, and wtimeout in connection string
    * [PHP-526] - Create new exception to be thrown for runtime errors in command helpers
    * [PHP-532] - Return full result document from command wrappers

** Question
    * [PHP-271] - MongoCursorException - Couldn't get response header
    * [PHP-274] - Connection pooling a replica shutdon

** Task
    * [PHP-412] - Connecting to replicaset with authentication without providing any credentials..
    * [PHP-414] - Revise MongoLog documentation
    * [PHP-460] - Add docs mention of connecting to a sharded cluster / mongos
    * [PHP-476] - Add documentation for the Aggregate Framework
    * [PHP-477] - Add documentation for read preferences
    * [PHP-478] - Compile and test on Windows
    * [PHP-479] - Fix all compiler warnings
    * [PHP-493] - Make aggregate to return the full command document, and not just the "result" field.
    * [PHP-494] - Document MongoCollection::findAndModify()
    * [PHP-495] - Make findAndModify() to return the full command document, and not just the "value" field.
    * [PHP-497] - Make authentication documentation more explicit
    * [PHP-498] - Check default database for authentication in 1.3.x
    * [PHP-505] - Document MongoLog::setCallback
    * [PHP-519] - Document un-deprecation of get/setSlaveOkay() for 1.2.12
    * [PHP-520] - Remove MongoDB::authenticate() example from connection documentation
    * [PHP-531] - Restore MongoPool class/methods as no-ops with deprecation warnings";}i:29;a:6:{s:4:"date";s:10:"2012-08-16";s:4:"time";s:8:"13:33:32";s:7:"version";a:2:{s:7:"release";s:10:"1.3.0beta2";s:3:"api";s:10:"1.3.0beta2";}s:9:"stability";a:2:{s:7:"release";s:4:"beta";s:3:"api";s:4:"beta";}s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:42:"http://www.apache.org/licenses/LICENSE-2.0";}s:8:"_content";s:14:"Apache License";}s:5:"notes";s:2512:"This is a new major release, which has a rewritten connection handling
backend. It has been rewritten to form a new improved framework for
handling connections. On top of this new framework, new functionality is
also implemented to provide read preference support that comes with
MongoDB 2.2. The new framework no longer has the concept of a connection
pool, but instead make sure there is only one connect per
node/db/username.

We also have introduced some deprecation notices for features and methods that
are going to disappear in version 2 of the driver, which we plan to release
before the end of the year.

New major features in this release to support the MongoDB 2.2 release:

- Support for the aggregation framework through the aggregate() helper.
- Support for read preferences and read preference tags (See:
  http://docs.mongodb.org/manual/applications/replication/#replica-set-read-preference)

Known issues (to be addressed before 1.3.0):

- Authentication has not been implemented it, so this release will only work
  for installations without authentication enabled.
- Support for connections to multiple mongos nodes is not implemented yet.
- It has not been tested on anything but Linux.

The rest of the standard changelog:

** Bug
    * [PHP-293] - listCollections 
    * [PHP-300] - execute crashes with array() as argument
    * [PHP-354] - CLONE - "couldn't send query: Broken pipe" when using forked processes in 1.2.9
    * [PHP-373] - Overriding batchInsert
    * [PHP-429] - MongoDB::selectCollection() causes Segmentation fault
    * [PHP-433] - GridFS safe option overwritten
    * [PHP-436] - MongGridFS::storeUpload() breaks on HTML5 multiple file upload
    * [PHP-445] - Cannot use mongo.default_host with Mongo constructor options
    * [PHP-446] - Uncaught exception 'MongoCursorException' with message 'couldn't send query: ' when find()ing items on an empty collection
    * [PHP-454] - Memory leak when many inserts
    * Note: More might have been fixed, but those issues need to be verified
      first.

** Improvement
    * [PHP-270] - ext/mongo classes should return meaningful results from Reflection API
    * [PHP-389] - Support setting query flags (opts)
    * [PHP-403] - bson_encode and bson_decode should trigger warnings for non-document BSON objects

** New Feature
    * [PHP-79] - GridFS stream wrapper
    * [PHP-117] - Implement findAndModify
    * [PHP-280] - Allow MongoLog to log to Pear Log module

** Question
    * [PHP-333] - MongoGridFSCursor::key";}i:30;a:6:{s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:7:"version";a:2:{s:7:"release";s:6:"1.2.12";s:3:"api";s:6:"1.2.12";}s:4:"date";s:10:"2012-07-24";s:4:"time";s:8:"10:51:00";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:42:"http://www.apache.org/licenses/LICENSE-2.0";}s:8:"_content";s:14:"Apache License";}s:5:"notes";s:350:"** 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"";}i:31;a:4:{s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:7:"version";a:2:{s:7:"release";s:6:"1.2.11";s:3:"api";s:6:"1.2.11";}s:4:"date";s:10:"2012-07-19";s:5:"notes";s:1955:"** 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";}i:32;a:4:{s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:7:"version";a:2:{s:7:"release";s:6:"1.2.10";s:3:"api";s:6:"1.2.10";}s:4:"date";s:10:"2012-04-06";s:5:"notes";s:938:"** 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";}i:33;a:4:{s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:7:"version";a:2:{s:7:"release";s:5:"1.2.9";s:3:"api";s:5:"1.2.9";}s:4:"date";s:10:"2012-02-23";s:5:"notes";s:84:"BUG FIXES

* ZTS compile fixes
* Re-package due to bug in PEAR/PECL packaging system";}i:34;a:4:{s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:7:"version";a:2:{s:7:"release";s:5:"1.2.8";s:3:"api";s:5:"1.2.8";}s:4:"date";s:10:"2012-02-22";s:5:"notes";s:552:"BUG FIXES

* PHP-306 - MongoID::__set_state does not work
* PHP-307 - getHosts() not working with 1.2.7
* PHP-311 - Apache httpd segfault with PHP mongo 1.2.7
* PHP-312 - Seg fault with curl POST + mongo replicaset close
* PHP-313 - Kill cursor can be called on a different connection than the one the cursor was created on
* PHP-319 - Issues when the the driver tests for other connections to close if it find a "bad connection".
* PHP-320 - GridFS doesn't check for correct insertion of file-meta-document
* PHP-325 - mongo-php-driver abort with SEGV";}i:35;a:4:{s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:7:"version";a:2:{s:7:"release";s:5:"1.2.7";s:3:"api";s:5:"1.2.7";}s:4:"date";s:10:"2012-01-05";s:5:"notes";s:606:"BUG FIXES

* PHP-204: ClusteredCursor::query not throwing an Exception
* PHP-262: Added persistent replicaSet container
* PHP-277: Remove cursor from list on cursor reset
* PHP-279: Make accessing connected property quiet
* PHP-286: Try ping on another connection when one fails
* PHP-300: Fixed segfault when execute() is given array() as argument.
* Make mongoLog settings thread safe.
* Fixed memory leaks
* Fixed issues with connection pooling

NEW FEATURES

* PHP-233: Added the continueOnError flag to batch_insert().
* PHP-268: Add slave buckets
* PHP-272: Randomly choose slaves from a given bucket";}i:36;a:4:{s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:7:"version";a:2:{s:7:"release";s:5:"1.2.6";s:3:"api";s:5:"1.2.6";}s:4:"date";s:10:"2011-09-30";s:5:"notes";s:63:"BUG FIXES

* Patched connection closing code (Carlos Rodriguez)";}i:37;a:4:{s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:7:"version";a:2:{s:7:"release";s:5:"1.2.5";s:3:"api";s:5:"1.2.5";}s:4:"date";s:10:"2011-09-15";s:5:"notes";s:475:"ENHANCEMENTS

* Add connection information to cursor exceptions, see
MongoCursorException::getHost.

* Allow metadata to be sent using MongoGridFS::storeUpload.

* Connections are now fork-safe.

* Removed username/password from connection URI parse exception message.

* Slight optimization of receiving database responses.

BUG FIXES

* Fixed replica set master determination with authentication enabled (which
would cause "invalid command" errors and segmentation faults).";}i:38;a:4:{s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:7:"version";a:2:{s:7:"release";s:5:"1.2.4";s:3:"api";s:5:"1.2.4";}s:4:"date";s:10:"2011-08-23";s:5:"notes";s:284:"ENHANCEMENTS

* Added MongoLog::SERVER logging.

BUG FIXES

* Fixed compile for OS X.

* Fixed segfault with authentication on.

* Fixed "_isSelf not found" error.

* Allow non-replica-set connections to reconnect.

* Do not sleep for 0ms before initial query attempt (Hiroaki Kubota)";}i:39;a:4:{s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:7:"version";a:2:{s:7:"release";s:5:"1.2.3";s:3:"api";s:5:"1.2.3";}s:4:"date";s:10:"2011-08-15";s:5:"notes";s:800:"ENHANCEMENTS

* Now compatible with PHP 5.4.

* Added MongoPool class for pool-related functionality:
- MongoPool::info() for pool information (equivalent to Mongo::poolDebug())
- MongoPool::setSize() to set max pool size (equivalent to Mongo::setPoolSize())
- MongoPool::getSize() to get max pool size (equivalent to Mongo::getPoolSize())

* Added MongoLog class for logging. Logging defaults to off, but log level
and what should be logged (e.g., io activity or replica set status) can be
tuned.

* Creating new instances of MongoId is faster.

BUG FIXES

* New connections created for replica sets now propegate custom timeouts set
on the original connection.

* Fix for replica set authentication. Connecting to a replica set with
"mongodb://user:pass@host" syntax would lose authentication info.";}i:40;a:4:{s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:7:"version";a:2:{s:7:"release";s:5:"1.2.2";s:3:"api";s:5:"1.2.2";}s:4:"date";s:10:"2011-07-21";s:5:"notes";s:261:"Retry queries when safe to do so (minimizing exceptions on failover).
Block for "timeout" milliseconds when a connection pool is empty.
Fix a segfault affecting authentication to a single server.
Fix a segfault affecting deserialization of data larger than 4MB.";}i:41;a:4:{s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:7:"version";a:2:{s:7:"release";s:5:"1.2.1";s:3:"api";s:5:"1.2.1";}s:4:"date";s:10:"2011-07-07";s:5:"notes";s:172:"More aggressive connection pool cleanup.
Fix replicaSet => false regression (1.2.0 would use a replica set connection
if replicaSet=>false was specified).
OS X Lion compile";}i:42;a:4:{s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:7:"version";a:2:{s:7:"release";s:5:"1.2.0";s:3:"api";s:5:"1.2.0";}s:4:"date";s:10:"2011-06-30";s:5:"notes";s:115:"Uses nearest slave for reads with replica set connections.
Connection pooling
Autodetection of max BSON object size";}i:43;a:4:{s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:7:"version";a:2:{s:7:"release";s:5:"1.1.4";s:3:"api";s:5:"1.1.4";}s:4:"date";s:10:"2011-02-07";s:5:"notes";s:219:"Fix MongoTimestamp serialization
Throw exception when an empty collection name is given
Be more paranoid about recv errors
Automatically reset query state after running explain()
Hack around some mongos command oddities";}i:44;a:4:{s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:7:"version";a:2:{s:7:"release";s:5:"1.1.3";s:3:"api";s:5:"1.1.3";}s:4:"date";s:10:"2011-01-06";s:5:"notes";s:43:"Fixed non-persistent connection regression.";}i:45;a:4:{s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:7:"version";a:2:{s:7:"release";s:5:"1.1.2";s:3:"api";s:5:"1.1.2";}s:4:"date";s:10:"2011-01-05";s:5:"notes";s:21:"Fixed PECL packaging.";}i:46;a:4:{s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:7:"version";a:2:{s:7:"release";s:5:"1.1.1";s:3:"api";s:5:"1.1.1";}s:4:"date";s:10:"2011-01-05";s:5:"notes";s:202:"Fixed replica set persistent connection bug (PHP-184).
Make logging build use PHP logs.
Eliminate sharedFixture from test suite (PHP-180).
Made MongoTimestamp handle 64-bit integers correctly (PHP-179).";}i:47;a:4:{s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:7:"version";a:2:{s:7:"release";s:5:"1.1.0";s:3:"api";s:5:"1.1.0";}s:4:"date";s:10:"2010-12-08";s:5:"notes";s:474:"Replica set reads can be distributed to slaves.  This can be done by calling
setSlaveOkay on a connection, database, or collection.  You can see the slave
that will be used with Mongo::getSlave and see/refresh the set status with
Mongo::getHosts.You can now see the server used for a query with
MongoCursor::info.
Added mongo.no_id php.ini option.
Better exception is thrown when the database is corrupt.
Fixed MongoDB::createCollection parameter parsing on 64-bit machines.";}i:48;a:4:{s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:7:"version";a:2:{s:7:"release";s:6:"1.0.11";s:3:"api";s:6:"1.0.11";}s:4:"date";s:9:"2010-11-5";s:5:"notes";s:330:"Better replica set connection error handling
Added MongoCursor::batchSize()
Added mongo.allow_empty_keys option
Added unique codes for all MongoExceptions and MongoCursorExceptions
Added MongoId::getPID() and MongoId::getInc() methods
Added $id field to MongoId so that json_encode turns it into {$id:...}
Fixed cursor timeout bug";}i:49;a:4:{s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:7:"version";a:2:{s:7:"release";s:6:"1.0.10";s:3:"api";s:6:"1.0.10";}s:4:"date";s:10:"2010-09-29";s:5:"notes";s:197:"Make reconnection more aggressive
Fix cursor killing bug
Exception codes match database error codes
Fixed bindata types on 64-bit systems
Added query state and cursor id fields to MongoCursor::info";}i:50;a:4:{s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:7:"version";a:2:{s:7:"release";s:5:"1.0.9";s:3:"api";s:5:"1.0.9";}s:4:"date";s:10:"2010-08-06";s:5:"notes";s:258:"Added 64-bit integer handling: see docs MongoInt32, MongoInt64, and ini
options (Derick Rethans)
Replica set support
Added support for domain sockets
w and fsync options are customizable per operation
Added MongoCollection::ASCENDING and DESCENDING constants";}i:51;a:4:{s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:7:"version";a:2:{s:7:"release";s:5:"1.0.8";s:3:"api";s:5:"1.0.8";}s:4:"date";s:10:"2010-06-28";s:5:"notes";s:446:"Added w and wtimeout.  GridFS: added get, put, and delete methods, index
checks on all methods, added fields param to GridFS::findOne.  Fixed some
error messages (authentication and BSON deserialization) and handling (for
large messages and field names passed as integers).  Fixed a couple of double
frees and an incorrect cursor boundry condition.  Added MongoId::__set_state
and MongoId::getHostname (to see the hostname hashed for unique ids).";}i:52;a:4:{s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:7:"version";a:2:{s:7:"release";s:5:"1.0.7";s:3:"api";s:5:"1.0.7";}s:4:"date";s:10:"2010-04-28";s:5:"notes";s:384:"The bug fix release!  A zillion bugfixes and the new static
MongoCursor::$timeout property for setting a default timeout for requests.
Bug fixes include count error handling, fixing double frees with BSON errors
and ensureIndex, a mutex fix for FreeBSD, catching socket connection errors
(William Volkman), database commands propagate exceptions, and cursor killing
is more efficient.";}i:53;a:4:{s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:7:"version";a:2:{s:7:"release";s:5:"1.0.6";s:3:"api";s:5:"1.0.6";}s:4:"date";s:10:"2010-03-24";s:5:"notes";s:142:"Allow MongoCollection::ensureIndex to create 2D indexes.
Added MongoCursor::fields().
Fixed for big endian machines.
Removed debug statements.";}i:54;a:4:{s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:7:"version";a:2:{s:7:"release";s:5:"1.0.5";s:3:"api";s:5:"1.0.5";}s:4:"date";s:10:"2010-03-16";s:5:"notes";s:459:"Mutex fixes (especially on Windows) and improvements (failures throw exceptions).
New Cursor::info() function, which gives the query, fields, namespace, limit, and
skip (by Cesar Rodas)
Added safe option for remove, update, batch, and gridfs insert methods.
Added keyf option for MongoCollection::group: pass a MongoCode instance as the
grouping key to use keyf.
Added comparison handlers for MongoId, allowing you to use, for example, in_array
with MongoIds.";}i:55;a:4:{s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:7:"version";a:2:{s:7:"release";s:5:"1.0.4";s:3:"api";s:5:"1.0.4";}s:4:"date";s:10:"2010-02-25";s:5:"notes";s:432:"Authenticate with any DB (not just admin) on login: "mongodb://username:password@host/db"
Connection timeout option, see doc for Mongo::__construct
Throws exception for non-UTF8 strings
Added Mongo::listDBs function
Added MongoCursor::addOption for $min and $max queries
Tailable cursors fixed
MongoDate segfault fix
NEW - a bunch of mutex/threading stuff... if this doesn't work with your OS's
threading library, please file a bug!";}i:56;a:4:{s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:7:"version";a:2:{s:7:"release";s:5:"1.0.3";s:3:"api";s:5:"1.0.3";}s:4:"date";s:10:"2010-01-07";s:5:"notes";s:56:"Fix Apache segfault
Cursor timeout
Faster array encoding";}i:57;a:4:{s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:7:"version";a:2:{s:7:"release";s:5:"1.0.2";s:3:"api";s:5:"1.0.2";}s:4:"date";s:10:"2009-12-17";s:5:"notes";s:164:"Better Mongo::__construct parameters
Getters for Mongo, MongoDB, and MongoCollection
MongoId::getTimestamp
MongoCollection::ensureIndex takes dropDups and safe opts";}i:58;a:4:{s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:7:"version";a:2:{s:7:"release";s:5:"1.0.1";s:3:"api";s:5:"1.0.1";}s:4:"date";s:10:"2009-11-19";s:5:"notes";s:242:"Big-endian support
MongoCollection::update can affect multiple documents
MongoCursor::count uses limit and skip, optionally
MongoDBRef supports $db
MongoMinKey and MongoMax Key
Cursor::immortal
Constants for binary types
MongoDB::authenticate";}i:59;a:4:{s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:7:"version";a:2:{s:7:"release";s:5:"1.0.0";s:3:"api";s:5:"1.0.0";}s:4:"date";s:10:"2009-09-29";s:5:"notes";s:82:"Safe insert
Configurable special character
Error methods are on MongoDB, not Mongo";}i:60;a:4:{s:9:"stability";a:2:{s:7:"release";s:4:"beta";s:3:"api";s:4:"beta";}s:7:"version";a:2:{s:7:"release";s:5:"0.9.5";s:3:"api";s:5:"0.9.5";}s:4:"date";s:10:"2009-08-20";s:5:"notes";s:138:"Unbreak backwards compatibility
Arrays are saved as arrays only if they have ascending numeric indices, otherwise they're saved as objects";}i:61;a:4:{s:9:"stability";a:2:{s:7:"release";s:4:"beta";s:3:"api";s:4:"beta";}s:7:"version";a:2:{s:7:"release";s:5:"0.9.4";s:3:"api";s:5:"0.9.4";}s:4:"date";s:10:"2009-08-18";s:5:"notes";s:190:"Objects can be stored/retrieved
MongoCursor - errors throws exceptions, added snapshot() and $slaveOkay
MongoCollection::listCollections() returns collections
Long decoding support
Bug fixes";}i:62;a:4:{s:9:"stability";a:2:{s:7:"release";s:4:"beta";s:3:"api";s:4:"beta";}s:7:"version";a:2:{s:7:"release";s:5:"0.9.3";s:3:"api";s:5:"0.9.3";}s:4:"date";s:10:"2009-07-10";s:5:"notes";s:149:"added slaveOkay(), tailable(), and logReplay() to MongoCursor
empty array() defaults to array type, added MongoEmptyObj
MongoId serialize/unserialize";}i:63;a:4:{s:9:"stability";a:2:{s:7:"release";s:4:"beta";s:3:"api";s:4:"beta";}s:7:"version";a:2:{s:7:"release";s:5:"0.9.2";s:3:"api";s:5:"0.9.2";}s:4:"date";s:10:"2009-06-17";s:5:"notes";s:53:"Optimizations, bug fixes
Windows build
5.1 compatible";}i:64;a:4:{s:9:"stability";a:2:{s:7:"release";s:5:"alpha";s:3:"api";s:5:"alpha";}s:7:"version";a:2:{s:7:"release";s:5:"0.9.1";s:3:"api";s:5:"0.9.1";}s:4:"date";s:10:"2009-05-28";s:5:"notes";s:43:"Code cleanup
Speed improvement
Windows work";}i:65;a:4:{s:9:"stability";a:2:{s:7:"release";s:5:"alpha";s:3:"api";s:5:"alpha";}s:7:"version";a:2:{s:7:"release";s:5:"0.9.0";s:3:"api";s:5:"0.9.0";}s:4:"date";s:10:"2009-05-19";s:5:"notes";s:28:"Added classes
5.3 compatible";}i:66;a:4:{s:9:"stability";a:2:{s:7:"release";s:5:"alpha";s:3:"api";s:5:"alpha";}s:7:"version";a:2:{s:7:"release";s:5:"0.8.4";s:3:"api";s:5:"0.8.4";}s:4:"date";s:10:"2009-04-09";s:5:"notes";s:31:"Removed all config dependencies";}i:67;a:4:{s:9:"stability";a:2:{s:7:"release";s:5:"alpha";s:3:"api";s:5:"alpha";}s:7:"version";a:2:{s:7:"release";s:5:"0.8.3";s:3:"api";s:5:"0.8.2";}s:4:"date";s:10:"2009-03-17";s:5:"notes";s:74:"Added Code type
Improved config
Paired connections
Fixed some memory leaks";}i:68;a:4:{s:9:"stability";a:2:{s:7:"release";s:5:"alpha";s:3:"api";s:5:"alpha";}s:7:"version";a:2:{s:7:"release";s:5:"0.8.2";s:3:"api";s:5:"0.8.1";}s:4:"date";s:10:"2009-03-09";s:5:"notes";s:69:"Reorganized source tree
Better config
API improvements
OID string fix";}i:69;a:4:{s:9:"stability";a:2:{s:7:"release";s:5:"alpha";s:3:"api";s:5:"alpha";}s:7:"version";a:2:{s:7:"release";s:5:"0.8.1";s:3:"api";s:5:"0.8.1";}s:4:"date";s:10:"2009-03-04";s:5:"notes";s:112:"Persistent connections
Better authentication
MongoId, MongoDate, MongoRegex, and MongoBinData types
Batch insert";}i:70;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"0.8.0";s:3:"api";s:5:"0.8.0";}s:9:"stability";a:2:{s:7:"release";s:5:"alpha";s:3:"api";s:5:"alpha";}s:4:"date";s:10:"2009-02-24";s:7:"license";s:14:"Apache License";s:5:"notes";s:70:"Initial release.
       Basic connection and interaction capabilities.";}}}s:8:"filelist";a:2:{s:9:"README.md";a:5:{s:4:"role";s:3:"doc";s:4:"name";s:9:"README.md";s:14:"baseinstalldir";s:1:"/";s:6:"md5sum";s:32:"8f5732289567810ad560da8d7e621f3e";s:12:"installed_as";s:41:"/usr/share/doc/php5-mongo/mongo/README.md";}s:10:"LICENSE.md";a:5:{s:4:"role";s:3:"doc";s:4:"name";s:10:"LICENSE.md";s:14:"baseinstalldir";s:1:"/";s:6:"md5sum";s:32:"7a72bd883ad60cce34eec16129bf207d";s:12:"installed_as";s:42:"/usr/share/doc/php5-mongo/mongo/LICENSE.md";}}s:12:"_lastversion";N;s:7:"dirtree";a:1:{s:31:"/usr/share/doc/php5-mongo/mongo";b:1;}s:3:"old";a:7:{s:7:"version";s:5:"1.5.7";s:12:"release_date";s:10:"2014-09-16";s:13:"release_state";s:6:"stable";s:15:"release_license";s:14:"Apache License";s:13:"release_notes";s:35:"** Bug
    * Windows compile fixes.";s:12:"release_deps";a:2:{i:0;a:4:{s:4:"type";s:3:"php";s:3:"rel";s:2:"ge";s:7:"version";s:5:"5.2.6";s:8:"optional";s:2:"no";}i:1;a:6:{s:4:"type";s:3:"pkg";s:7:"channel";s:12:"pear.php.net";s:4:"name";s:4:"PEAR";s:3:"rel";s:2:"ge";s:7:"version";s:5:"1.4.3";s:8:"optional";s:2:"no";}}s:11:"maintainers";a:3:{i:0;a:5:{s:4:"name";s:14:"Derick Rethans";s:5:"email";s:14:"derick@php.net";s:6:"active";s:3:"yes";s:6:"handle";s:6:"derick";s:4:"role";s:4:"lead";}i:1;a:5:{s:4:"name";s:16:"Hannes Magnusson";s:5:"email";s:13:"bjori@php.net";s:6:"active";s:3:"yes";s:6:"handle";s:5:"bjori";s:4:"role";s:4:"lead";}i:2;a:5:{s:4:"name";s:13:"Jeremy Mikola";s:5:"email";s:15:"jmikola@php.net";s:6:"active";s:3:"yes";s:6:"handle";s:7:"jmikola";s:4:"role";s:4:"lead";}}}s:10:"xsdversion";s:3:"2.0";s:13:"_lastmodified";i:1412886672;}