[PHP-DEV] Re: Weird PHP Problem

2002-11-27 Thread colin mcdonald
Try Looking at this parameter in the php.ini: ; Valid range 0 - 2147483647. Default = 4096. mssql.textlimit = 65536 ; Valid range 0 - 2147483647. Default = 4096. mssql.textsize = 65536 colin "Becky Gruebmeyer" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... >

Re: [PHP-DEV] php module calling php code

2001-11-19 Thread colin mcdonald
you where close: call_user_method() colin Zak Greant wrote: > IIAGR, you should be able to find an example in call_user_func() -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTEC

[PHP-DEV] php module calling php code

2001-11-19 Thread colin mcdonald
hp script as if it was defined in the php script. thanks, colin -- Colin McDonald - [EMAIL PROTECTED] home: http://nexus.carleton.ca/~colin/ public key: http://nexus.carleton.ca/~colin/pubkey.asc fingerprint: http://nexus.carleton.ca/~colin/fingerprint.asc -- PHP Development Ma

[PHP-DEV] compiled modules VS. code in php

2001-11-19 Thread colin mcdonald
ed by every request in the application, reads many files and does a lot of string parsing. thanks, colin -- Colin McDonald - [EMAIL PROTECTED] home: http://nexus.carleton.ca/~colin/ public key: http://nexus.carleton.ca/~colin/pubkey.asc fingerprint: http://nexus.carleton.ca/~

[PHP-DEV] Re: troubles compiling ext/mcrypt/ on windows

2001-08-16 Thread colin mcdonald
crazy, colin http://nexus.carleton.ca/~colin/ ==== Colin McDonald wrote: > Hi there, > > (I'm cc'ing you sascha because you seem to be the author of this area of > mcrypt, I apologize if you are not and/or a

[PHP-DEV] troubles compiling ext/mcrypt/ on windows

2001-08-14 Thread colin mcdonald
Hi there, (I'm cc'ing you sascha because you seem to be the author of this area of mcrypt, I apologize if you are not and/or are bothered by this) I downloaded the source for php-4.0.6 today and attempted to compile mcrypt functionality into a windows version of php. I opened ext/mcrypt/mcryp

[PHP-DEV] Sockets

2001-07-25 Thread colin mcdonald
Hey, I appologize ahead of time if this is the wrong forum for this question. Are the php socket functions still as experimental as indicated in the manual? Are they stable on windows and standard distros of linux? tia, colin -- PHP Development Mailing List To unsubs

[PHP-DEV] Re: URL rewriter outputs a spurious " /"

2001-07-19 Thread colin mcdonald
I'm not sure what the url rewriter does, but I know XHTML and XML requires a trailing slash in tag that have no end tags (like img, input, etc) something like this is valid: maybe that is what this code is writing? my 2c, colin [EMAIL PROTECTED] wrote: > From: [EMAIL PROTECTE

[PHP-DEV] Re: Bug #12264: PATH_INFO and PATH_TRANSLATED not being correctly set

2001-07-19 Thread colin mcdonald
just to confirm, I'm using php 4.0.6 with IIS as an ISAPI module and I get this error when using this url: url: ev.php/hello/world Warning: Failed opening 'c:\inetpub\wwwroot\EV30\ev.php\hello\world' for inclusion (include_path='.') in Unknown on line 0 [EMAIL PROTECTED] wrote: > From:

[PHP-DEV] mail() and windows

2001-07-18 Thread colin mcdonald
hi there, I've been reading about (and experiencing) the problems with sending mail on windows. Question: Are there any plans in the near future to clean/rewrite this code? I keep seeing the comment that "mail() badly needs a rewrite on windows". Question(s): If there are no plans in the