Hi everyone,
I've recently (for once in my life!) succesfully compiled PHP4.2.0 using
the following configure command-line:
'./configure' '--prefix=/usr' '--with-config-file-path=/etc'
'--disable-debug' '--enable-pic' '--enable-inline-optimization'
'--with-apxs=/usr/sbin/apxs' '--with-exec-dir
Replacing a constant string by another constant string works easily with
str_replace (http://www.php.net/str_replace). More advanced replacements
(with dynamic parts for example) can be replace using Regular
expressions (look that up in the Manual, it's quite complex).
Could give an example of
2 matches
Mail list logo