i am listed as one of the ten members of the php group.
most of the php source code says it is copyright “the php group”
(except for the zend engine stuff). the much-debated
contributor license agreement for PDO2 involves the php
group.
could i assign whatever rights (and responsibilities) my
membership in the php group represents to someone else? how much
should i try to get for it? i mean, if mysql was worth $1
billion....
i am still disappointed that a way of evolving the membership of
the php group was never established.
… or, “Making Event Attendance Count”
Late last year, I gave a keynote at paired Finnish conferences MindTrek and OpenMind. While the events were well worth attending, afterwards I spent a few bleak hours thinking about the actual costs of my attendance. If I had left Canada just for these events (which, thankfully, I didn’t) then a naive estimation of costs would have been something like this:
- ~20 000 km of air travel (Vancouver to Frankfurt, Frankfurt to Helsinki. Return.)
- ~7 000+ CAD of costs (flights, hotels, taxis, meals, time) (borne by a combination of eZ Systems, the Mozilla Foundation and the …
PHP is a nice programming language for web
applications with a large number of databases supported.
PDO is one of many database access
abstractions trying to unify the way PHP talks to databases.
Unlike most of these, PDO is written in C and not in PHP.
Wez Furlong wants to improve PDO "Version 2". In particular he and others want
to produce an open spec that can be used by anybody
including database vendors to code against, add unit testing for
the spec and the drivers that claim to support it and improve
metadata handling for PDO.
…
A number of people have emailed me wondering why I haven't blogged about the Sun/MySQL deal. Well, I'm still working out my thoughts on that, so I'll leave it to another day. Besides, haven't there been enough blog posts about it already?!
As a PHP community member and a person who has been participating on MySQL's behalf in the much-maligned PDOv2 working group, there is a more important and pressing topic of conversation that I'd like to comment on. Namely, the recent events surrounding the publication of the FAQ about PDOv2. There are many different topics being bandied around the PHP community schoolyard — some on-topic, some wildly off-topic and tangential. These are the issues I think represent what the majority of conversations have been about:
- …
How To Install MySQL 4.1 And PHP4 On Debian Etch
MySQL 4 and PHP 4 are quite old, but you might have PHP applications on your server that require PHP4 and MySQL 4. The problem is that Debian Etch comes with MySQL 5 only, and its PHP4 packages depend on MySQL 5 and don't work with MySQL 4. This guide shows how you can install MySQL 4.1 on Debian Etch along with PHP4 packages that work with MySQL 4.1.
How To Install MySQL 4.1 And PHP4 On Debian Etch
MySQL 4 and PHP 4 are quite old, but you might have PHP applications on your server that require PHP4 and MySQL 4. The problem is that Debian Etch comes with MySQL 5 only, and its PHP4 packages depend on MySQL 5 and don't work with MySQL 4. This guide shows how you can install MySQL 4.1 on Debian Etch along with PHP4 packages that work with MySQL 4.1.
This morning, Sun Microsystems announced plans to acquire MySQL AB.
After all the industry speculation about MySQL being a “hot 2008 IPO”, this probably takes most of us by surprise — users, community members, customers, partners, and employees. And for all of these stakeholders, it may take some time to digest what this means. Depending on one’s relationship to MySQL, the immediate reaction upon hearing the news may be a mixture of various feelings, including excitement, pride, disbelief and satisfaction, but also anxiety.
Being part of the group planning this announcement for the last few weeks, I have had the fortune to contemplate the …
[Read more]
I’ve just tried to run PHP with MySQL on my Leopard and the first
problem: “Can’t connect to local MySQL server through socket
‘/var/mysql/mysql.sock’”
I’ve just changed php.ini to:
mysql.default_socket = /tmp/mysql.sock
The same situation with mysqli settings - be default it is not
set so you should update it to the real path.
And it works!
One of my first tasks in my new position as Senior Programmer at mybanker.dk is to evaluate and/or create a CMS framework for upcoming versions of the several websites that we present to the world.
After evaluating the first many available frameworks and CMS systems out there. this entry, found on Planet PHP somehow seems to strike a cord or two…
Yes, old news, but woohoo, big news. The Happy New Year is kicking off nicely. All the best for 2008!