Posted on April 30, 2008, 23:02, by dsp, under
PHP.
Have you ever asked yourself how you can give PHP something back? Well for sure you can just start coding and help to improve PHP by doing bugfixes, or implementing new extensions. Maybe you don’t know C much, or maybe you don’t know how to start. So here is a great way to help …
Johannes finally imported the PHP CVS repository into one big GIT repository. This makes working with branches in the PHP repository much easier and you have not to mess around with git-submodules. Thanks a lot for that job.
A few month ago Johannes Schlüter and I started discussing about GIT and other decentralized version control systems. During our exploration of GIT we thought about importing the PHP CVS tree into git. A few weeks later and a lot of wasted cpu time, we finally managed to provide an inofficial GIT mirror of …
In the upcoming PHP 5.3+, the getopt() function will finally be available on Windows systems. Furthermore getopt() will support longopts on every system. To support this feature we moved the generic getopt function used by the PHP cli/cgi interpreter itself to main/ and recode getopt() to use this function.
Thanks for Jani to review and …
Posted on September 26, 2007, 19:57, by dsp, under
PHP.
if (true === ($this->_itemid > 0))
Due to some requests, I’m going to develop a PHP5 version if HTML_Template_IT. Therefore I need your feedback. Drop me a few lines (dsp AT php DOT net) what do you like about HTML_Template_IT, what you dislike. And for sure, write me your ideas about the upcoming version. What do you want to see …
Thorsten Rinne, developer of phpMyFAQ, is now part a developer of HTML_Template_IT.
Thorsten joined me to prepare a new PHP5 Strict compatible version of IT. I’m looking forward to work with him and start preparing a slightly modified API and requesting for comments, hopefully this month.
Eight Months after releasing version 1.2.1 of HTML_Template_IT we finally reached the 100 000 downloads. With approx. 12 000 downloads per month HTML_Template_IT is by far the most popular template engine from the PHP Extension and Application Repository. It’s just rock solid, fast and simple.
A new version will be released in June 2007.
One of my favorite hobbies might be writing stuff using random numbers (well at least what programmers call a random number, it’s not 100% random).
So I can add some additional random generated images:
.
At the moment it requires a lot of calculating, but it’s just a concept, nothing special. The script spends most of the …
I was looking for an iTunes Remote Control to control my iTunes thats running on my Mac from my Linux desktop. As I don’t find a nice solution on sourceforge.org (In fact there are several projects target on that issue, but no release and often there was just an initial commit) I wrote a …