On 4/10/07, J. Meijer <[EMAIL PROTECTED]> wrote: > 1. Do this in anything you are developing: > > error_reporting(E_ALL); # let PHP help you
Good advice.. Another way to do this would be to set it in the php.ini on your development server. ... You have a development server, right? You might try setting E_STRICT as well... > Now getting to the regex part. Seems like you have to preg_quote() Oooh.. shiny... :) Now why can't there be a nice pointer on the php.net function page for preg_replace that indicates this specific function.. It's not even listed in the See Also section! Nothing in the comments either.. *sigh* > /jm -- Jason 'XenoPhage' Frisvold [EMAIL PROTECTED] http://blog.godshell.com _______________________________________________ pmwiki-devel mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-devel
