Menu

Version 1.00, codename: WIKI

2011-06-09
2014-10-24
  • Andrea Rimicci

    Andrea Rimicci - 2011-06-09

    Next version will be 1.00, and you will found implemented all needed functions to be able to port a project like Wiki (by Wikimedia) from mysql to mssql, just changing all the mysql calls found into that project sources.
    That will be a major upgrade of this project, and there is no set date for release. As usual, donations are welcome to let me allocate more time here and to let me know there is someone out there who will think this project deserve some attention.
    Thanks in advance! Andrea

     
  • Andrea Rimicci

    Andrea Rimicci - 2011-10-07

    Before reach 1.00, some changes will be done:

    numbering system

    the project will adopt the most used standard of 4 groups of numbers, aa.bb.cc.dd, in this way:
    aa  will change only when something major happens, as example, but not limited to, the reach of a milestone
    bb will change when something new is added
    cc will change on bugfix
    dd is used only for internal, untested, releases, given out to get feedback from community before being committed. If you want use the project code in production environments, please always use aa.bb.cc.00 versions.

    more minor releases

    Before 1.00.00.00, will be coming out some releases, to let you test all the functions that will be added to reach the major version milestone

     
  • Andrea Rimicci

    Andrea Rimicci - 2011-10-20

    version 00.07 entered testing phase right now.
    Here the changelog:

    - BUGFIX: function sql_insert_blob now returns the correct bool type (it was QRI type)
    - NEW: implemented function: bool sql_update_blob (string $table,string $where,string $blobcol,string $blobfilename,PLI $pli)
    - NEW: implemented function: array sql_get_client_info(void)
    - NEW: implemented function: bool sql_data_seek($qri, PLI $pli, int $offset)
    - NEW: implemented function: int sql_errno(PLI $pli)
    - NEW: implemented function: string sql_escape_string(string $val,PLI $pli)
    - NEW: implemented function: string sql_escape_binary (string $val , PLI $pli)
    - NEW: implemented function: object sql_fetch_object(resource $qri,PLI $pli)
    - OTHER: file phpcomdb-function-reference.txt, added types info in function declarations (arguments and return types)
    - OTHER: PHPCOMDB sets the supported PHP version from PHP 5.3.8 and greater
    - OTHER: PHPCOMDB sets the supported MySQL database version from MySQL 4.1.0 and greater
    - OTHER: PHPCOMDB sets the supported Microsoft SQL Server database version from SQL Server 6 and greater

     
  • Andrea Rimicci

    Andrea Rimicci - 2014-10-24

    Hello all, this note to let you know the Wiki (by Wikimedia) port from mysql to mssql cannot be done.

    The project uses mysql in a too much tied way, even dealing with mysql internals that cannot be ported to a generic interface.

    As long as I don't have the time to rewrite most of the Wikimedia's Wiki source, another mysql-operated project will be chosen as concept target for the 1.0 version.

     

Log in to post a comment.