Archiv für den Monat September, 2009
PHP Unconference 2009 - ist perfekt langweilig?
Monday, September 14th, 2009"Sie organisieren das hobbymäßig?" erkundigt sich ungläubig die Organisation einer im gleichen Gebäude stattfindenden Konferenz. Nicht ohne Stolz und völlig zu Recht macht die Frage die Runde. Die Runde besteht aus 220 Teilnehmern der PHP Unconference 2009 (Hamburg, 12.-13.09) deren untenstehenden Rückmeldungen und Kommentare das Erstaunen erklären (weitere Fotos).
Die PHP-Anwendergruppe Hamburg übertrifft mit der […]
The big POINTS in life
Friday, September 11th, 2009How large can a column of the data type POINT be: 10 bytes, 100 bytes, 1k, 10k? No… think Enterprise! PHP will allocate 4GB of RAM if you use the Prepared Statements of ext/mysqli and the MySQL Client Library (AKA libmysql) to fetch a POINT column. Of course, the MySQL native driver for PHP (mysqlnd) […]
MySQL Connector for OpenOffice.org is GA
Thursday, September 10th, 2009The first production version of the MySQL Connector for OpenOffice.org has been released. You can download it from http://extensions.services.openoffice.org/project/mysql_connector. The driver is implemented as an OpenOffice.org extension and thus it is very easy to install. The driver can be used in OpenOffice.org 3.1.1 and the upcoming OpenOffice.org 3.2 to connect to MySQL 5.1 or […]
Connector/C++: 1.1.0 uses Boost
Monday, September 7th, 2009Andrey mentioned it long ago: MySQL Connector/C++ 1.1.0 makes use of some Boost components. The change impacts those who compile the MySQL driver for C++ from source. You need to have Boost 1.34.0 or newer installed on your build system. Users of a binary distribution do not need to take any action. Boost is […]
Connector/C++: 1.1.0 offers run-time dynamic linking of libmysql
Friday, September 4th, 2009From 1.1.0 on, Connector/C++ can optionally use run-time dynamic linking to access the MySQL Client Library (AKA libmysql). If you make use of this new feature, it will not only change the application binary interface (ABI) but also has some impact on your client applications. The new expert setting is not enabled by default. […]
