PEAR Stable Finally Released 16
joestump98 writes "PEAR, the CPAN equivelent for PHP, has finally been released as stable on UNIX platforms (not including Darwin). Combined with the release of PHP 4.3 this should help make PHP a more robust language."
Re:And crash says mozilla (Score:1)
Re:And crash says mozilla (Score:1)
Re:And crash says mozilla (Score:5, Insightful)
Windows PHP and PEAR (Score:3, Interesting)
4.2.3's version's PEAR, whilst not 1.0, still worked very nicely (under 4.3.0) with the test code I've been working on. Wonder if this was an oversight or if there's a real reason for it
Is this at all useful? (Score:2, Interesting)
Re:Is this at all useful? (Score:1, Informative)
Re:Is this at all useful? (Score:2, Insightful)
Re:Is this at all useful? (Score:1)
Re:Is this at all useful? (Score:1)
The database abstraction things that I've seen posted everywhere seem to be far more complex than they really need to be - or maybe I simply don't have a use for their complexity - I have a roughly 100 or so line PHP file that has several functions for referring to any SQL capable database, and to make it work with a different database software (re: mSQL vs. mySQL vs. pgSQL), just change three or so lines at the top of the file, and that changes the functions that are called, and it works with the new database, provided that the SQL is compatible. (yes, I know SQL is supposed to be a standard, but if you've ever migrated from mSQL to mySQL, you know that's not the case)
Error reporting? Is there something wrong with the built in error reporting?
Maybe I'm strange, but the documentation off the link for this story looks like a mess.
Re:IN SOVIET RUSSIA... (Score:1)
Log in first? (Score:2)