[PHP] Fatal error: out of dynamic memory in yy_create_buffer() in Unknown on line 0

2001-05-17 Thread Matthias Winkelmann
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

RE: [PHP] hosting "closed" web application for multiple users

2001-05-19 Thread Matthias Winkelmann
> -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

[PHP] sockets

2001-04-09 Thread Matthias Winkelmann
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

RE: [PHP] sockets

2001-04-09 Thread Matthias Winkelmann
> -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

RE: [PHP] IRC Gateway Functions

2001-07-03 Thread Matthias Winkelmann
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

RE: [PHP] Re: url to link

2001-07-28 Thread Matthias Winkelmann
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