This uses just one expression (and that is a fast preg_ insteat of ereg) for
both, mailto: and http: links (and news:, too):
$text =
preg_replace('#(^|[^\"=]{1})(http://|ftp://|mailto:|news:)([^\s<>]+)([\s\n<>
]|$)#sm',"\\1\\2\\3\\4",$text);
ciao,
matt
--
s o m e o n GmbH
Community Software
Hi!
I think the configure command is -enable-ircg, but as far as i know, it
won'T work with apache but only with thttpd. Take a look at
http://php.net/~sas/
good luck,
Matt
> -Original Message-
> From: Brian C. Doyle [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, July 03, 2001 5:26 PM
> T
> -Original Message-
> From: Steven Haryanto [mailto:[EMAIL PROTECTED]]
>
>
> I have a requirement like this:
>
> - the php script should be runnable by httpd user only.
> - the php script will include other files.
> - the php script should run as the user.
> - the user must not be able
Hi!
Could anybody explain to me what the error Fatal error: out of dynamic
memory in yy_create_buffer() in Unknown on line 0 means, and how i should
deal with it?
Thanks in advance,
Matt
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additiona
> -Original Message-
> From: Lindsay Adams [mailto:[EMAIL PROTECTED]]
>
> No, your problem is most likely that you didn't do anything with
> the telnet
> negotiation phase.
[..]
That doesn't sound very encouraging :-(
Anyway, I got that idea of splitting an application into a codebase
Hi!
I'm trying to speed up a big application by splitting it into a codebase
acting as a server and the actual scripts communicating with the server
using sockets.
I got the server working, at least it works when I send a request via
telnet. When I try to let a script act as the client I get no
6 matches
Mail list logo