PHP


PHP01 May 2007 03:35 pm

Over the past month, I have really wanted to help out with the PHP project. Because I don’t know the internals very well, and I am fairly familiar with XML/XSL, I decided to help out with their documentation team. I have been looking at their TODO list, and noticed they have about 802 undocumented functions. I went down the list and found several posix_* functions that were undocumented. I started to document a few of them, and sent a patch in for review, and if they thought it would be helpful, I could document the rest. Well, they really loved the first few and gave me a little bit of feedback on them. From there, I documented the rest of the posix_* functions, and added examples where appropriate. I sent this patch in about a week ago. A couple of days ago, Philip sent in a message to the internals group asking to get me a CVS account with full karma. Needless to say, I was pretty psyced about this!

Guess what? This morning, I received the following message:

Your CVS account (ljbuesch) was created.

You should be able to log into the CVS server within the hour, and
your ljbuesch[ at my new address ]php.net forward to [my school address] should
be active within the next 24 hours.

Welcome to the PHP development team! If you encounter any problems
with your CVS account, feel free to send us a note at group@php.net.

All I have to say is… WEWT!!!

I have been pretty busy with finals to help out much this weekend, but after Friday, I should be able to help out a lot more.

Howto and PHP22 Apr 2007 06:59 pm

Background

I am wanting to become involved in PHP a bit more, and in doing so will require me to run multiple versions of PHP. The first idea that came to mind is setting up multiple installations on one of my home machines. Since I don’t want to have a full development setup on my laptop (poor little guy isn’t powerful enough), I decided to install multiple installations on my shared hosting at dreamhost.com.
Continue Reading »

Development and PHP16 Apr 2007 06:05 am

In PHP, many times people ask about single quotes vs double quotes, and you see benchmarks all the time that try and show you the differences. It has always made me wonder why this is, and I have finally found out because Sara Golemon, a core contributer for PHP, had a post written about string opcodes, and how they are generated.

Continue Reading »

« Previous Page