[PHP-DEV] PHP 4.0 Bug #9265: passing preg_split a limit parameter of 0 supresses all matches

2001-02-14 Thread chuck
From: [EMAIL PROTECTED] Operating system: Linux 2.2 PHP version: 4.0 Latest CVS (14/02/2001) PHP Bug Type: PCRE related Bug description: passing preg_split a limit parameter of 0 supresses all matches Somewhere in the last few weeks, preg_split changed so that specifiying a

[PHP-DEV] Bug #12668: unexpected behavior of preg_replace

2001-08-08 Thread chuck
From: [EMAIL PROTECTED] Operating system: FreeBSD 4.0 PHP version: 4.0.6 PHP Bug Type: PCRE related Bug description: unexpected behavior of preg_replace Simple problem - the script: ?php echo preg_replace(/'/e, \$0\, '); // that's double-quote, slash, single-quote,

[PHP-DEV] Bug #12668 Updated: unexpected behavior of preg_replace

2001-08-09 Thread chuck
, Chuck Previous Comments: [2001-08-09 09:19:18] [EMAIL PROTECTED] of course I meant addslashes() [2001-08-09 09:18:47] [EMAIL PROTECTED] how about

Re: [PHP-DEV] Timezone offset differences

2001-01-17 Thread Chuck Hagenbuch
be made consistent, and the date() documentation updated to tell exactly which way we've made it consistent. :) For the record, I reported a similar problem on win32 a while ago, though it was with date('r') (rfc822 date), but showed the same thing - wrong sign for the timezone offset. -chuck

[PHP-DEV] Re: [PHP-PEAR] Merging PHPLIB into PEAR

2001-01-18 Thread Chuck Hagenbuch
, or even a month. But what will be, will be. -chuck -- Charles Hagenbuch, [EMAIL PROTECTED] Entropy. It's what's for dinner. -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list

[PHP-DEV] Re: [PHP-PEAR] something I noticed re:licenses.

2001-01-19 Thread Chuck Hagenbuch
horse to ride. -chuck -- Charles Hagenbuch, [EMAIL PROTECTED] Entropy. It's what's for dinner. -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL

Re: [PHP-DEV] IMAP and the mail_parameters

2001-02-15 Thread Chuck Hagenbuch
want a hand with any of this, feel free to let me know. -chuck -- Charles Hagenbuch, [EMAIL PROTECTED] "We have no fuel on board, plus or minus 8 kilograms." -A NASA scientist -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additiona

[PHP-DEV] Re: PHP 4.0 Bug #7706 Updated: HTML PHP documents return Documentcontains no data

2001-03-06 Thread Chuck Bearden
On 6 Mar 2001, Bug Database wrote: ID: 7706 Updated by: stas Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Old-Bug Type: Scripting Engine problem Bug Type: Apache related Assigned To: Comments: You probably have some version incompatibility or build problem

[PHP-DEV] frontbase always on in configure?

2001-03-13 Thread Chuck Hagenbuch
FrontBase in well know installation directories ... from configure. Any ideas? -chuck -- Charles Hagenbuch, [EMAIL PROTECTED] "Live, from Washington, where the doctors were telling us what they did, and did not, do with Vice President Cheney." -Dan Rather -- PHP Development Mailing

Re: [PHP-DEV] POP3 functions

2001-03-27 Thread Chuck Hagenbuch
Quoting Eric [EMAIL PROTECTED]: Is it possible to submit functions for addition to php? I have some functions which I've added to my local copy of: ext/imap/php_imap.c and prototypes in ext/imap/php_imap.h Yup, this is where to send them... -chuck -- Charles Hagenbuch, [EMAIL PROTECTED

Re: [PHP-DEV] RE: ; arg seperator

2001-04-04 Thread Chuck Hagenbuch
ave access to the php.ini parameters. It's certainly something to keep in mind. -chuck -- Charles Hagenbuch, [EMAIL PROTECTED] Number of U.S. nuclear bombs lost in accidents and never recovered: 11 -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: [PHP-DEV] RE: ; arg seperator

2001-04-05 Thread Chuck Hagenbuch
Quoting Hartmut Holzgraefe [EMAIL PROTECTED]: arg_separator.output should default to 'nbsp;'. nbsp; ??? i guess it will break lots ;) maybe we should amp; instead? Wow. Yeah, I'm really tired this morning. amp; is what I meant, of course... Thanks, Hartmut. :) -chuck -- Charles

Re: [PHP-DEV] Request for new feature: $HTTP_SESSION_VARS when register_globals = on

2001-04-06 Thread Chuck Hagenbuch
(and session_get_var, for symmetry) functions to set and access session variables regardless of scope? -chuck -- Charles Hagenbuch, [EMAIL PROTECTED] Number of U.S. nuclear bombs lost in accidents and never recovered: 11 -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL

[PHP-DEV] Re: [PEAR-DEV] Re: [PHP-DEV] RE: [PEAR-DEV] Re: [PHP-DEV] Re: [PEAR-DEV] --with-pear[=DIR] patch

2001-04-09 Thread Chuck Hagenbuch
, we're going to need it installed on machines by default. Making people build php twice in order to use PEAR is going to kill user acceptance. -chuck -- Charles Hagenbuch, [EMAIL PROTECTED] Number of U.S. nuclear bombs lost in accidents and never recovered: 11 -- PHP Development Mailing List

Re: [PHP-DEV] request

2001-04-17 Thread Chuck Hagenbuch
l against it because of the complexity that it adds and the misuse that it encourages. I'd rather see interfaces (and namespaces! - though that's not a solution for the same problem). -chuck -- Charles Hagenbuch, [EMAIL PROTECTED] Taurus: You will receive an urgent transmission from the Martian gover

Re: [PHP-DEV] Suggestion for in_array

2001-04-20 Thread Chuck Hagenbuch
. -chuck -- Charles Hagenbuch, [EMAIL PROTECTED] Taurus: You will receive an urgent transmission from the Martian government informing you that Mars does not, in fact, need women, so please stop sending them. -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED

Re: [PHP-DEV] request

2001-04-20 Thread Chuck Hagenbuch
behavior if "the first encountered definition" changed under any circumstances. I'd vote for making any name conflicts an error. -chuck -- Charles Hagenbuch, [EMAIL PROTECTED] Taurus: You will receive an urgent transmission from the Martian government informing you that Mars does not, in

Re: [PHP-DEV] request

2001-04-21 Thread Chuck Hagenbuch
fected how classes were ordered changed, if the classes were renamed, if the class definitions changed... -chuck -- Charles Hagenbuch, [EMAIL PROTECTED] Taurus: You will receive an urgent transmission from the Martian government informing you that Mars does not, in fact, need women, so please st

Re: [PHP-DEV] Imap SSL support (Bug #10330)

2001-05-02 Thread Chuck Hagenbuch
is reported only once php_imap.c:450: for each function it appears in.) This code branch should only be triggered if HAVE_IMAP_SSL is defined, which should only happen if you configure php --with-imap-ssl. If you're doing so, it's assumed that you've built c-client with SSL support. -chuck -- Charles

Re: [PHP-DEV] mailparse extension

2001-05-03 Thread Chuck Hagenbuch
Quoting Wez Furlong [EMAIL PROTECTED]: I would like to put my mailparse (As seen on zend.com weekly summary) extension into CVS; shall I just check it into php4/ext? I'd certainly be interested in it. Are there any external library dependancies? -chuck -- Hockey means never having to say

Re: [PHP-DEV] Classes function names

2001-05-04 Thread Chuck Hagenbuch
was confused as to where it was and where it wasn't. Having it actually be that way would be great. -chuck -- It takes 170 decibels to rupture the human eardrum. Less, if Celine Dion is singing. -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [PHP-DEV] 4.1 Declaration Case Persistance

2001-05-04 Thread Chuck Hagenbuch
Quoting Colin Viebrock [EMAIL PROTECTED]: One problem with case sensitivity (perhaps) is that it may make some scripts non-portable. That's a problem with it being an option, yes. I'd vote for just making php case sensitive, period. -chuck -- must... find... acorns... *thud* -- PHP

[PHP-DEV] __FILE__ constant

2001-05-04 Thread Chuck Hagenbuch
what might have done it, but it's a pain to look through histories without a cvsweb interface, and I didn't see anything obvious. It's probably something small, but it's severely breaking some of my code. Could a Zend guru take a look at it? Thanks, -chuck -- ...and remember: elmo is _not_

Re: [PHP-DEV] RE: [PHP-QA] RE: [PHP-DEV] Re: [PHP-QA] Modifications to Windows Readme file

2001-05-10 Thread Chuck Hagenbuch
servers just fine, and almost all of the functions work with all three. -chuck -- Charles Hagenbuch, [EMAIL PROTECTED] When you can't even start, it's time to stop - Jason -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: [PHP-DEV] imap_open -- stream error

2001-07-10 Thread Chuck Hagenbuch
example given at http://www.php.net/manual/en/function.imap-open.php. You're missing the /pop3 in the server string. -chuck -- Charles Hagenbuch, [EMAIL PROTECTED] Some fallen angels have their good reasons. -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL

Re: [PHP-DEV] Chora installed

2001-07-26 Thread Chuck Hagenbuch
an entry in for cvsusers in the cvsroots.php config file, it will automatically expand committer's full names and email addresses. Got that up, also. -chuck -- Charles Hagenbuch, [EMAIL PROTECTED] Some fallen angels have their good reasons. -- PHP Development Mailing List http://www.php.net

Re: [PHP-DEV] Security techniques

2001-07-29 Thread Chuck Hagenbuch
, and probably some other servers, but it doesn't work with Netscape Enterprise Server - it's not officially part of the spec, afaik. -chuck -- Charles Hagenbuch, [EMAIL PROTECTED] Some fallen angels have their good reasons. -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail

Re: [PHP-DEV] Security techniques

2001-07-29 Thread Chuck Hagenbuch
with it. And it certainly is useful. :) -chuck -- Charles Hagenbuch, [EMAIL PROTECTED] Some fallen angels have their good reasons. -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list

Re: [PHP-DEV] [patch] IMAP setacl command...

2001-08-07 Thread Chuck Hagenbuch
where we can download it - the list strips non text attachments and attachments over a certain size. -chuck -- Charles Hagenbuch, [EMAIL PROTECTED] Some fallen angels have their good reasons. -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED

Re: [PHP-DEV] Chora

2001-08-08 Thread Chuck Hagenbuch
Quoting Cynic [EMAIL PROTECTED]: I have submitted a patch to the chora list. you'll be able to get the latest revision in HEAD with e. g. http://cvs.php.net/co.php/php4/NEWS That link will now work. -chuck -- Charles Hagenbuch, [EMAIL PROTECTED] Some fallen angels have their good reasons

[PHP-DEV] Re: [PATCH] ext/imap (imap_search)

2001-08-16 Thread Chuck Hagenbuch
Quoting Rob Siemborski [EMAIL PROTECTED]: The addition of a tail pointer to the list fixes this problem. I also made the free function non-recursive, which is somthing that could probabally be applied to most of the list-freeing functions in php_imap.c Cool. It's committed. -chuck

[PHP-DEV] Re: pmap_page_protect: wired mapping for 677a000 not removed

2001-08-22 Thread Chuck Silvers
(which it probably will if it's eg. /usr), the corrupted data would be flushed from the cache. is this problem reproducible? if so, I'll see if I can trigger it on my machine this weekend. -Chuck On Sun, Aug 19, 2001 at 10:27:33PM -0700, Caffeinate The World wrote: # uname -a NetBSD ns01 1.5W

Re: [PHP-DEV] API Thoughts?

2001-08-26 Thread Chuck Hagenbuch
conventions, which would make this: $tree = new ADT_Tree_AVL(); ... or something similar. Also, you could easily have a factory method: $tree = ADT::factory('tree_avl'); or: $tree = ADT_Tree::factory('avl'); -chuck -- Charles Hagenbuch, [EMAIL PROTECTED] Some fallen angels have their good

Re: [PHP-DEV] API Thoughts?

2001-08-27 Thread Chuck Hagenbuch
. then you could do something like: ?php require_once('ADT/Queue.php'); $sounds = new Queue; [snip] If you make that $sounds = new ADT_Queue(); ... then I'm happy. (pet peeve: require_once and friends are statements. You don't need the parentheses.) -chuck -- Charles

Re: [PHP-DEV] [PATCH] ext/gettext adding *ngettext functions

2001-08-27 Thread Chuck Hagenbuch
Quoting Walter Franzini [EMAIL PROTECTED]: I have added to ext/gettext the wrapper needed to support *ngettext functions, you can find the patch below. Committed, thanks! -chuck -- Charles Hagenbuch, [EMAIL PROTECTED] Some fallen angels have their good reasons. -- PHP Development Mailing

Re: [PHP-DEV] MFH'ing PEAR changes

2001-08-28 Thread Chuck Hagenbuch
pretty much everything before release... -chuck -- Charles Hagenbuch, [EMAIL PROTECTED] Some fallen angels have their good reasons. -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list

Re: [PHP-DEV] Woah

2001-09-07 Thread Chuck Hagenbuch
you just wrap strings in _() instead of having gettext() all over the place. -chuck -- Charles Hagenbuch, [EMAIL PROTECTED] Some fallen angels have their good reasons. -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: [PHP-DEV] Woah

2001-09-07 Thread Chuck Hagenbuch
Quoting Zeev Suraski [EMAIL PROTECTED]: So I heard, but it's extremely un-PHPish and obscure. It also makes gettext useable. It's documented, for what it's worth: http://www.php.net/manual/en/function.gettext.php -chuck -- Charles Hagenbuch, [EMAIL PROTECTED] Some fallen angels have

Re: [PHP-DEV] Woah

2001-09-07 Thread Chuck Hagenbuch
it to. -chuck -- Charles Hagenbuch, [EMAIL PROTECTED] Some fallen angels have their good reasons. -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP-DEV] Woah

2001-09-07 Thread Chuck Hagenbuch
Quoting Zeev Suraski [EMAIL PROTECTED]: There's no mention of _() in that page, by the way. Only gettext(). You may use an underscore character as an alias to this function. It could be clearer, certainly. But it's there. -chuck -- Charles Hagenbuch, [EMAIL PROTECTED] Some fallen angels

Re: [PHP-DEV] Woah

2001-09-07 Thread Chuck Hagenbuch
kind of scale? -chuck -- Charles Hagenbuch, [EMAIL PROTECTED] Some fallen angels have their good reasons. -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail

Re: [PHP-DEV] Woah

2001-09-07 Thread Chuck Hagenbuch
they get entrenched. Also, I asked if the people bashing it had used gettext just because I'd imagine that people who had used a feature would have a better idea on whether or not it is obscure or useful. -chuck -- Charles Hagenbuch, [EMAIL PROTECTED] Some fallen angels have their good reasons

Re: [PHP-DEV] Woah

2001-09-07 Thread Chuck Hagenbuch
Quoting Cristopher Daniluk [EMAIL PROTECTED]: But I think the point is this function has no business in the core language. It's not in the core language. It's in the gettext extension. -chuck -- I have pointy little boobs! - Jason -- PHP Development Mailing List http://www.php.net

RE: [PHP-DEV] Woah

2001-09-08 Thread Chuck Hagenbuch
to the greater work that the typical PHP script does. What authority do you have to make this statement? Rasmus posted numbers. Where are yours? -chuck -- Charles Hagenbuch, [EMAIL PROTECTED] Some fallen angels have their good reasons. -- PHP Development Mailing List http://www.php.net

Re: [PHP-DEV] Woah

2001-09-08 Thread Chuck Hagenbuch
been there for years and being in heavy use in some people's code. -chuck -- Charles Hagenbuch, [EMAIL PROTECTED] Some fallen angels have their good reasons. -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: [PHP-DEV] Woah

2001-09-10 Thread Chuck Hagenbuch
... (yes, Wez, I know this wasn't your top choice) -chuck -- Charles Hagenbuch, [EMAIL PROTECTED] Some fallen angels have their good reasons. -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact

Re: [PHP-DEV] Woah

2001-09-10 Thread Chuck Hagenbuch
don't always want to print the internationalized string. -chuck -- Charles Hagenbuch, [EMAIL PROTECTED] Some fallen angels have their good reasons. -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

[PHP-DEV] delete (was: Re: [PHP-DEV] Woah)

2001-09-10 Thread Chuck Hagenbuch
in the namespace in any capacity whatsoever. :) -chuck -- Charles Hagenbuch, [EMAIL PROTECTED] Some fallen angels have their good reasons. -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact

Re: [PHP-DEV] Woah

2001-09-10 Thread Chuck Hagenbuch
_() after there is a user- space alias_function() call which can create a new name for a PHP function). I would be even happier if calling alias_function('gettext', '_') would simply do nothing if _() already pointed to gettext(), but I won't quibble about the function_exists() check. -chuck

Re: [PHP-DEV] Re: [Zend Engine 2] Re: [PHP-DEV] namespaces ambiguity

2001-09-30 Thread Chuck Hagenbuch
Quoting Zeev Suraski [EMAIL PROTECTED]: :: is taken, but why not do it the C++ way? It also uses :: for both classes and namespaces. +1 on that. -chuck -- Because of your melodic nature, the moonlight never misses an appointment. - fortune cookie -- PHP Development Mailing List http

Re: [PHP-DEV] Re: [Zend Engine 2] Re: [PHP-DEV] Re: [Zend Engine 2] Re: [PHP-DEV] Re: [Zend Engine 2] Re: [PHP-DEV] Re: [Zend Engine 2] namespaces ambiguity

2001-10-01 Thread Chuck Hagenbuch
with this? We already have static class methods; having static class variables and static class-specific constants seems like a logical extension of this to me, and it gives you a class-is-a-namespace concept which seems very workable to me... -chuck -- Charles Hagenbuch, [EMAIL PROTECTED

Re: [PHP-DEV] RE: [Zend Engine 2] Re: [PHP-DEV] Re: [Zend Engine 2] Re: [PHP-DEV] Re: [Zend Engine 2] Re: [PHP-DEV] Re: [Zend Engine 2] Re: [PHP-DEV] Re: [Zend Engine 2] namespaces ambiguity

2001-10-01 Thread Chuck Hagenbuch
. -chuck -- Charles Hagenbuch, [EMAIL PROTECTED] Some fallen angels have their good reasons. -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL

[PHP-DEV] RE: [Zend Engine 2] Re: [PHP-DEV] RE: [Zend Engine 2] Re: [PHP-DEV] Re: [Zend Engine 2] Re: [PHP-DEV] Re: [Zend Engine 2] Re: [PHP-DEV] Re: [Zend Engine 2] Re: [PHP-DEV] Re: [Zend Engine 2] namespaces ambiguity

2001-10-01 Thread Chuck Hagenbuch
Quoting Harald Radi [EMAIL PROTECTED]: And we need namespaces for constants, also. why ? class Foo { final $BAR = blah; } I'm sorry, I haven't been following all of this - is 'final' a keyword that will be available (and enforced) in ze2? -chuck -- Charles

Re: [PHP-DEV] ?php= ? sytanx again

2001-11-08 Thread Chuck Hagenbuch
end up on the fence. -chuck -- Charles Hagenbuch, [EMAIL PROTECTED] What was and what may be, lie, like children whose faces we cannot see, in the arms of silence. All we ever have is here, now. - Ursula K. Le Guin -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL

Re: [PHP-DEV] cvs.php.net: CHORA problem

2001-12-12 Thread Chuck Hagenbuch
Quoting Yasuo Ohgaki [EMAIL PROTECTED]: CHORA's download feature is broken somewhat... If I download source file, it is gzipped! (it can be other format also... I guess) Works fine for me. What client are you using? -chuck -- Charles Hagenbuch, [EMAIL PROTECTED] What was and what may

Re: [PHP-DEV] cvs.php.net: CHORA problem

2001-12-13 Thread Chuck Hagenbuch
doesn't know it isn't just a gzip file - except that the Content-Type is correct; gzip is just in the Content-Encoding. So Mozilla is broken. You should probably file a bug report. -chuck -- Charles Hagenbuch, [EMAIL PROTECTED] What was and what may be, lie, like children whose faces we cannot

Re: [PHP-DEV] cvs.php.net: CHORA problem

2001-12-13 Thread Chuck Hagenbuch
Quoting Chuck Hagenbuch [EMAIL PROTECTED]: Quoting Yasuo Ohgaki [EMAIL PROTECTED]: I guess your browser does not support gzip encoding. Well, you guess wrong. Try to avoid jumping to conclusions which you have no basis for, except that it makes things someone else's fault. I meant

Re: [PHP-DEV] Re: Case sensitivity: Conclusion(?)

2002-02-08 Thread Chuck Hagenbuch
who are otherwise consistent by making them check for a different classname than they are using (the lowercase version). That is _very_ unintuitive. -chuck -- Charles Hagenbuch, [EMAIL PROTECTED] What was and what may be, lie, like children whose faces we cannot see, in the arms of silence. All

[PHP-DEV] Odd array problems

2002-08-02 Thread Chuck Hagenbuch
in /var/www/array.php on line 11 But the var_dump() clearly shows that there _are_ elements 0 and 2 in the array. What am I missing, or is something still off with the array code? -chuck -- hello, I'm a giant cheese, and I'm here to give you a therapeutic massage -- PHP Development Mailing

Re: [PHP-DEV] Odd array problems

2002-08-02 Thread Chuck Hagenbuch
Quoting Brad LaFountain [EMAIL PROTECTED]: Should be fixed. I swear there better not be anything else wrong with that code chage :) I know alot more how the engine handles arrays now :) Confirming that things seem to work as expected now. -chuck -- Charles Hagenbuch, [EMAIL PROTECTED

[PHP-DEV] odbc setting boneheadedness? (odbc.defaultlrl)

2002-08-12 Thread Chuck Hagenbuch
the odbc.defaultlrl setting pretty quickly, but my first try was to set it to 0 - which, I assumed, would mean no limit (like mssql.textsize). However, it appears that the comment really does _mean_ passthru there. So, is there any way to set it to a no limit value? -chuck -- Charles Hagenbuch, [EMAIL