Schlagwort: php

  • Paper Stack 1.2.2 released

    I’ve just released Paper Stack v.1.2.2 featuring some minor upgrades from previous version and a brand new built-in „check for updates“-function!
    Check it out at SourceForge.net!

    Cheers!

  • scheduled features for myXMLsql 1.3.1

    myXMLsql 1.3.1 will feature:

    • improved select-syntax (SELECT field1, field2, fieldx FROM table – will lead to an error with 1.3 and earlier versions)
    • improved performance (especially functions that are used more often will be handled first in loops)
    • overall improved SQL syntax support (common SQL syntax should at least not lead to errors)
    • INSERT INTO will treat integer as integer (e.g. INSERT INTO table (field) VALUES (1) will work)

    later versions will feature:

    • implementation of LIMIT BY
    • implementation of REPLACE
    • myxmlsql_connect() with password feature
    • manual enable/disable of built-in error reporting
  • scheduled features for myXMLsql 1.2.4

    * new function myxmlsql_set_auto_increment($val, $table)
    # requires myxmlsql_connect()
    # allows to manually set the table’s global auto_increment value

    * new function myxmlsql_affected_rows($result)
    # as you know it from MySql

    * new syntax included: ORDER BY
    # ORDER BY xy ASC/DESC has been added and will work as expected

    * syntax improvement
    # WHERE 1 is now optional
    # if there’s no WHERE x=y or WHERE 1 the script will automatically interpret WHERE 1

    plus some further performance and syntax improvements

    // UPDATE: progress 75%
    // UPDATE 31.1.10: progress 90%
  • myXMLsql 1.2.3 released

    So, alle bekannten Bugs sind mit Version 1.2.3 von myXMLsql behoben.

    myXMLsql
    myXMLsql

    Nun sollten auch Umlaute und Sonderzeichen problemlos verwendet werden können. Ich empfehle Seiten mit UTF-8 zu kodieren; bin mir nicht sicher ob es mit ISO 8859-1 auch problemlos läuft.

    Die neue Version findet ihr wie immer auf http://sourceforge.net/projects/myxmlsql/.

    Cheers!

  • myXMLsql Version 1.2.2 released

    Auf http://sourceforge.net/projects/myxmlsql/ findest du die neuste Version (1.2.2) von myXMLsql.

    Es wurden einige ziemlich dämliche Fehler behoben. Schau einfach mal in die Release Notes.

  • myXMLsql Version 1.2b komplett

    Die Version 1.2b der XML-Datenbank für php myXMLsql ist fertig und auf http://sourceforge.net/projects/myxmlsql/ veröffentlicht.

    Der .zip Datei liegen erstmals auch einige erst Dokumentationsdateien bei.

    Für ausführlichere Informationen bzgl. der Änderungen gegenüber Version 1.1b schau bitte in die CHANGELOG.txt.

    Cheers!