Parameter parsing errors

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Done
    • Priority: Major - P3
    • None
    • Affects Version/s: 1.1.2
    • Component/s: None
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      bjori@infant  ~/Sources/php/php-src   master  php ./scripts/dev/check_parameters.php ~/Sources/phongo | grep -v phongo_zpp
      
      /home/bjori/Sources/phongo/src/BSON/Binary.c [62] Binary::__construct : type: expected 'zend_long*' but got 'long*' [3]
      /home/bjori/Sources/phongo/src/BSON/Timestamp.c [61] Timestamp::__construct : increment: expected 'zend_long*' but got 'long*' [1]
      /home/bjori/Sources/phongo/src/BSON/Timestamp.c [61] Timestamp::__construct : timestamp: expected 'zend_long*' but got 'long*' [2]
      /home/bjori/Sources/phongo/src/BSON/UTCDateTime.c [64] UTCDateTime::__construct : milliseconds: expected 'zend_long*' but got 'long*' [1]
      /home/bjori/Sources/phongo/src/BSON/UTCDateTime.c [69] UTCDateTime::__construct : s_milliseconds_len: expected 'size_t*' but got 'int*' [2]
      /home/bjori/Sources/phongo/src/MongoDB/ReadPreference.c [63] ReadPreference::__construct : mode: expected 'zend_long*' but got 'long*' [1]
      /home/bjori/Sources/phongo/src/MongoDB/WriteConcern.c [63] WriteConcern::__construct : wtimeout: expected 'zend_long*' but got 'long*' [2]
      /home/bjori/Sources/phongo/src/MongoDB/WriteConcern.c [63] WriteConcern::__construct : optional var not initialized: journal [3]
      

      These should likely be looked at.

            Assignee:
            Jeremy Mikola
            Reporter:
            Hannes Magnusson (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: