Getting phpDocumentor to work
Posted about 1 year ago
So I ran into a few issues today while trying to setup phpDocumentor to run on a project we have at work. Most of these are related to gentoo specific setup issues.
- memory_limit restrictions in the new versions of pear. I had to modify the pear scripts to remove the manual memory_limit settings that were being set to allow pear to install applications.
- Missing the tokenizer extension for php causes the phpDocumentor code to run with a slower parsing mode that can use HUGE amounts of memory (Over 2gigs worth).
- Older versions of phpDocumentor also have a memory_limit issue in that they define an arbitrary small memory_limit that does not work well with larger code bases. Updating to phpDocumentor 1.4.0 provides a new config option in the phpDocumentor.ini file that can be set to customize the memory_limit. Unfortunately Gentoo doesn’t have a stable ebuild for anything newer than phpDocumentor 1.3.0-rc5 which then lead me to needing to setup my own portage overlay for the various items.
How to disable form auto complete
Posted about 1 year ago
In Firefox and supposedly IE you can disable the autocomplete features for a form element by adding in the attribute autoComplete="off" to any input/textarea tag.
Oh and it looks like I will be heading to OSCON 2007 this year!! Yay!
Pretty much how my weekend has been
Posted about 1 year ago
07:23PM <SubStack> serfbot: Forms, buttons, and text boxes lay strewn about in
tangled masses on the floor. In the corner, there lay a solitary web
designer clutching a usb mouse and rocking gently with unblinking
eyes.
07:23PM <serfbot> No that won't be there in a week.
Steve Jackson games
Posted about 1 year ago
If you know who Steve Jackson is then your probably familiar with games like Munchkin or [Ninja Burger], but what I didn’t realize is that they also publish GURPS as well. One module that caught my eye because it would probably appeal to Julee is Bunnies & Burrows .
1 week down 2 to go
Posted about 1 year ago
Finally through the first week of this trip to Minneapolis. So far things have been going fairly well and the new project X is making progress.
Hank has been working on some sexy migration action for PHP. He has also hooked in the generators to work with migrations and all that. Next step is trying to wrestle with the monstrous database schema and make it into something more manageable for the project.
Oh I might also try and fly down to Phoenix this next weekend to hang out with everyone. Thats if I ever hear back from them if something is going to be happening that weekend.