Just another webdesign blog…
Posts tagged php
Suhosin’s suhosin.perdir directive
Apr 27th
In some recent development work, I ran into a brick wall with Suhosin. I have both the patch and extension installed on all of my dev boxes on all PHP versions I test with. I found the need to change a configuration directive, but I did not want to change that value in the suhosin server configuration, I wanted to change it via either .htaccess or PHP’s ‘user.ini’ file. More >
Custom sitemap entries with SMF and Sitemap
Oct 24th
After many people asking for the mod to support other types of mods, I’ve finally implemented the ability for mod authors to plug-in to Sitemap with their own sitemap type items.
More >
Custom action handling with SMF and SimpleSEF
Oct 15th
After many people asking for the mod to support other types of mods, I’ve finally implemented the ability for mod authors to plug-in to SimpleSEF with their own custom URLs for their mods. It is simple and easy to do for any action in SMF (even stock actions, if you want to create custom URLs for those too).
More >
PHP, XML and XSLT in a framework
Jun 22nd
I haven’t yet quite found an XML/XSLT processing framework to really handle the extensibility and versatility I needed for my framework, I had to do some research on what already existed to see how I could use the ideas I’ve found to put together something that really worked for me.
More >