Ulf Wendel

2009/10/16
by admin
Comments Off on PHP: 150 performance tuning screws for mysqlnd

PHP: 150 performance tuning screws for mysqlnd

Yes, 150 means we added some 30 performance statistics to the MySQL native driver for PHP (mysqlnd) since monday. The new statistics are explained in three words: counting COM_* commands. COM_* commands refers to the command packets of the MySQL … Continue reading

2009/10/13
by admin
Comments Off on Warum ich ext/mysql mag…

Warum ich ext/mysql mag…

Es gibt drei Extensions mit deren Hilfe ein PHP-Skript auf einen MySQL Server zugreifen kann: ext/mysql, ext/mysqli und PDO_MYSQL. Alle drei sind geeignet, um die Entwicklungsgeschichte von PHP und MySQL Revue passieren zu lassen, alle drei sind geeignet, um Kopfschütteln … Continue reading

2009/10/13
by admin
Comments Off on Frisch aus der Mailbox – http://www.phpblogstars.de/

Frisch aus der Mailbox – http://www.phpblogstars.de/

Ohne Kommentar, da zu neu für mich. Urteilt selbst was Gabriele, die sich auch in der PHP UG München engagiert, auf die Beine stellt: http://www.phpblogstars.de/ – Alle deutschsprachigen PHPBlogs an einer Stelle

2009/09/14
by admin
Comments Off on PHP Unconference 2009 – ist perfekt langweilig?

PHP Unconference 2009 – ist perfekt langweilig?

"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 … Continue reading

2009/09/11
by admin
Comments Off on The big POINTS in life

The big POINTS in life

How 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 … Continue reading

2009/09/10
by admin
Comments Off on MySQL Connector for OpenOffice.org is GA

MySQL Connector for OpenOffice.org is GA

The 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 … Continue reading

2009/09/07
by admin
Comments Off on Connector/C++: 1.1.0 uses Boost

Connector/C++: 1.1.0 uses Boost

Andrey 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. … Continue reading