Thursday March 18, 2004
02:59 AM
Ahhhhh PHP you evil dog...
Been quite busy lately using PHP--a mortal sin, but a necessary sin. Gotta get paid. In using it more and more however, I've become sincerely agitated over an increasing number of things:
- If I have to write ereg_* for a regular expression one more time I'm going to barf.
- All of the templating solutions are slow. Yeah, I know about caching the page, but I want more speed!
- Can you say CPAN? The PHP version of cpan is googling for code... sad.
-
<? ... what the hell is \<?... - I even miss the giant CGI.pm module...
What I need is a to be able to write Perl code and it's translated into php by some sort of fancy shmancy translator. Ah, a dream come true. Be glad you're hacking it in Perl.
Perl in HTML in PHP (Score:2)
Re:Perl in HTML in PHP (Score:1)
I am going to continue to look at this just because i find it interesting. Thanks for the heads up on this, much appreciated.
Re:Perl in HTML in PHP (Score:2)
If you need your site to be ultra fast, why the heck use PHP? Try PLP or if you can your own PerlHandler.
PHP and state of sin. (Score:1)
I tried to talk the operator of a dot-org that wanted dynamic content and templates to install slashcode and some other Perl templatey stuff, but he was already using PHP for his Photo Gallery and other projects, alas. With the built-in MYSQL hookds it's not half bad, and it's *almost* Perl ... for what it's good for, we shouldn't need ereg_whatever_match very often. *sigh*.
The website is PHP fronting MYSQL for dynamic content. Currently updates are still manual SQL, eventually we mi
Bill
# I had a sig when sigs were cool
use Sig;
Re:PHP and state of sin. (Score:1)
*sigh* back to the php world...
Bless me father for I too have sinned (Score:1)
SO far it's all coming together rather well, but like someone else here said, if I have to write preg_match* or ereg_match* one more damn time, I swear to god I'm gonna kill -9
*sigh* why the hell does it have to be so similar to perl? I'd be fine if it were widely different. and the slight differences are a major PITA.
co