[PHP-DEV] PHP 4.0 Bug #9008: define()-ed values as assoc array keys don't work

2001-01-30 Thread colin
From: [EMAIL PROTECTED] Operating system: RH 7.0 PHP version: 4.0 Latest CVS (30/01/2001) PHP Bug Type: Class/Object related Bug description: define()-ed values as assoc array keys don't work Take this script: "hello" ); } $x = new test_class;

[PHP-DEV] PHP 4.0 Bug #9008 Updated: define()-ed values as assoc array keys don't work

2001-02-01 Thread colin
ID: 9008 User Update by: [EMAIL PROTECTED] Status: Duplicate Bug Type: Class/Object related Description: define()-ed values as assoc array keys don't work D'oh! Thanks. Previous Comments: --- [2001-01-31 15:46:45] [EMAIL

[PHP-DEV] PHP 4.0 Bug #9082: getpeername() causes seg fault

2001-02-02 Thread colin
addr, my script segfaults. i.e., this works: and this doesn't: - Colin -- Edit Bug report at: http://bugs.php.net/?id=9082&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAI

[PHP-DEV] PHP 4.0 Bug #9241: segfault/core dump using libmcrypt 2.4.9

2001-02-13 Thread colin
_execute_scripts (type=8, file_count=3) at zend.c:743 #6 0x8066dbc in php_execute_script (primary_file=0xba80) at main.c:1166 #7 0x8064f79 in main (argc=2, argv=0xbaf4) at cgi_main.c:736 - Colin -- Edit Bug report at: http://bugs.php.net/?id=9241&edit=1 -- PHP Development Mailin

[PHP-DEV] PHP 4.0 Bug #9341: "php -l file.php" seg faults, dumps core

2001-02-19 Thread colin
/configure \ --with-mysql=/usr/local \ --disable-pear \ --enable-track-vars \ --disable-debug \ --disable-magic-quotes \ --enable-ftp \ --with-gettext \ --with-xml \ --with-dom \ --enable-wddx \ --with-curl \ --with-pgsql \ --with-zlib \ --enable-versioning \ --enable-sockets \ --with-openssl \ --with-sn

[PHP-DEV] PHP 4.0 Bug #9241 Updated: segfault/core dump using libmcrypt 2.4.9

2001-02-23 Thread colin
ID: 9241 User Update by: [EMAIL PROTECTED] Status: Assigned Bug Type: mcrypt related Description: segfault/core dump using libmcrypt 2.4.9 The PHP script? It's right at the top of the bug report. Previous Comments: --- [20

[PHP-DEV] Bug #11035: make fails

2001-05-22 Thread colin
7; make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/sources/php4/ext' make: *** [all-recursive] Error 1 - Colin P.S. Also, it now appears you need libtool >= 1.4 ... the docs on cvs.php.net should be changed, I suppose. -- Edit Bug report at: http://b

[PHP-DEV] Bug #10348 Updated: php -l (lint) disabled?

2001-06-18 Thread colin
.6rc2. Take this script with the missing semi-colon: x.php Then, "php -l x.php" outputs nothing, but "php x.php" returns the expected: X-Powered-By: PHP/4.0.6RC2 Content-type: text/html Parse error: parse error in x.p

[PHP-DEV] Bug #12018: curl_exec() kills script

2001-07-10 Thread colin
the 2 segfaults in the Apache log. Let me know what other info I can give to help track down the problem. - Colin -- Edit bug report at: http://bugs.php.net/?id=12018&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For

[PHP-DEV] Bug #12018 Updated: curl_exec() kills script

2001-07-15 Thread colin
curl_easy_getinfo(ch->cp, option, &get_header); if (get_header && ch->handlers->write->method == PHP_CURL_RETURN) { ... - Colin Previous Comments: [2001-07-10 11:49:33] [EMA

[PHP-DEV] PHP 4.0 Bug #10145: strtime("") result?

2001-04-03 Thread colin
From: [EMAIL PROTECTED] Operating system: RH 7.0 PHP version: 4.0 Latest CVS (03/04/2001) PHP Bug Type: Date/time related Bug description: strtime("") result? strtotime("") returns the timestamp for midnight on the current date. I suppose if you think about it a bit, it mak

[PHP-DEV] PHP 4.0 Bug #10172: get_class() doesn't return lowercase for DomX objects

2001-04-04 Thread colin
isn't the case for DomText, DomDocument, etc. objects. In these cases, get_class() returns the StudyCaps version of the object name. - Colin -- Edit Bug report at: http://bugs.php.net/?id=10172&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-ma

[PHP-DEV] PHP 4.0 Bug #9241 Updated: segfault/core dump using libmcrypt 2.4.9

2001-04-10 Thread colin
ID: 9241 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: mcrypt related Description: segfault/core dump using libmcrypt 2.4.9 Lastest CVS seems to have fixed this ... thanks! Previous Comments: --

[PHP-DEV] Bug #10348: php -l (lint) disabled?

2001-04-16 Thread colin
hould remove it from the list of "php -h" options. - Colin -- Edit Bug report at: http://bugs.php.net/?id=10348&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To

[PHP-DEV] PHP 4.0 Bug #10423 Updated: HTTP_ENV_VARS is bigger, overwrites session vars

2001-04-20 Thread colin
so HTTP_ENV_VARS is not set, nor are the respective global vars. - Colin Previous Comments: --- [2001-04-20 11:42:23] [EMAIL PROTECTED] After updating my CVS version of PHP, a dump of HTTP_ENV_VARS showed several new e

[PHP-DEV] Bug #10461: error compiling (in php_ini.c)

2001-04-23 Thread colin
directory `/usr/local/sources/php4/main' make: *** [all-recursive] Error 1 - Colin -- Edit Bug report at: http://bugs.php.net/?id=10461&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [E

[PHP-DEV] Bug #10463: ini_restore() doesn't restore to php.ini settings

2001-04-23 Thread colin
ne above is what is in my php.ini file. The docs say it should "restore a given configuration option to its original value." Shouldn't that be the setting in the php.ini file? - Colin -- Edit Bug report at: http://bugs.php.net/?id=10463&edit=1 -- PHP Development Maili

Re: [PHP-DEV] multiselects and arrays

2001-05-10 Thread Colin
> Example: > I have a page with multiselect, which name is SEL1 > (I cannot use square brackets because I need to use a JavaScript on the > page, so, it's not allowed in variable names to contain [ ] ). Sure it is allowed: http://ca.php.net/FAQ.php#7.14 - Colin -- PHP De

[PHP-DEV] Bug #10423: HTTP_ENV_VARS is bigger, overwrites session vars

2001-04-20 Thread colin
ate variables in the global scope. - Colin -- Edit Bug report at: http://bugs.php.net/?id=10423&edit=1 -- 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]

[PHP-DEV] Bug #10172 Updated: get_class() doesn't return lowercase for DomX objects

2001-11-22 Thread colin
get_class() function to be consistent, regardless of whether the class is user-defined or extention-defined. Any reason why this shouldn't be consistent? - Colin Previous Comments: [2001-11-21 19:35:55] [EMAIL PROT

[PHP-DEV] Bug #10172 Updated: get_class() doesn't return lowercase for DomX objects

2001-11-22 Thread colin
7 +468,10 @@ } ce = Z_OBJCE_PP(arg); - RETURN_STRINGL(ce->name, ce->name_length, 1); + lcname = estrndup(ce->name, ce->name_length); + zend_str_tolower(lcname, ce->name_length); + + RETURN_STRINGL(lcname, ce->name_length, 1); } /* }}

[PHP-DEV] PHP 4.0 Bug #8839: Blowfish encryption not "correct"

2001-01-22 Thread colin
4.x script that emulates Perl keys. However, it still gives the "wrong" answer for one test case. - Colin -- Edit Bug report at: http://bugs.php.net/?id=8839&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additi

[PHP-DEV] PHP 4.0 Bug #8922: @xmldoc(...) doesn't quite suppress errors

2001-01-26 Thread colin
t;invalid xml\n"; } ?> If you run it from the shell, the parser spits a bunch of messages out to STDOUT. It would be nice if these could be repressed and/or captured easily by the script somehow (in $php_err_msg or something). - Colin -- Edit Bug report at: http://bugs.php.net/?id

[PHP-DEV] Bug #12690: array_unique under windows does not work as it does under linux

2001-08-10 Thread colin
From: [EMAIL PROTECTED] Operating system: Windows 2000 PHP version: 4.0.6 PHP Bug Type: Arrays related Bug description: array_unique under windows does not work as it does under linux in linux, the following array would be UNCHANGED after being put through array_unique. But

[PHP-DEV] Bug #12795: php-4.0.7RC1: make error

2001-08-16 Thread colin
From: [EMAIL PROTECTED] Operating system: rh 7.2 PHP version: 4.0.6 PHP Bug Type: Compile Failure Bug description: php-4.0.7RC1: make error ./configure \ --with-mysql=/usr/local \ --disable-pear \ --enable-track-vars \ --enable-debug \ --disable-magic-quotes \ --enable

[PHP-DEV] Bug #13163: Problems with including from within included files

2001-09-05 Thread colin
From: [EMAIL PROTECTED] Operating system: PHP version: 4.0.6 PHP Bug Type: Class/Object related Bug description: Problems with including from within included files There definately seems to be some issues with including or requiring files from within other files that have b

[PHP-DEV] Bug #13165: Definate problem with classes and included files

2001-09-05 Thread colin
From: [EMAIL PROTECTED] Operating system: RedHat 7.1 PHP version: 4.0.6 PHP Bug Type: Class/Object related Bug description: Definate problem with classes and included files There is *definately* a problem in PHP 4.0.6 with classes, inheritance, and included/required files.

[PHP-DEV] Bug #13165 Updated: Definate problem with classes and included files

2001-09-10 Thread colin
ID: 13165 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Class/Object related Operating System: RedHat 7.1 PHP Version: 4.0.6 New Comment: Just wondering if there has been any progress on this report? Thanks. Previous Comments: -

[PHP-DEV] Re: Bug #12690 Updated: array_unique under windows does not work as it does under linux

2001-09-15 Thread colin
then why does this work in version 4.0.4 ? Bug Database wrote: >ID: 12690 >Updated by: jeroen >Reported By: [EMAIL PROTECTED] >Old Status: Open >Status: Bogus >Bug Type: Arrays related >Operating System: Windows 2000 >PHP Version: 4.0.6 >New Comment: > >Array_unique isn't supposed to handle mu

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard config.m4 css.c css.h info.c /main php_ini.c /sapi/aolserver aolserver.c /sapi/apache php_apache.c

2002-09-23 Thread Colin Viebrock
uld be text-only or plain, unformatted, uncoloured tables. - Colin -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard config.m4 css.ccss.h info.c /main php_ini.c /sapi/aolserver aolserver.c /sapi/apachephp_apache.c

2002-09-24 Thread Colin Viebrock
> It obviously is not compatible with current browsers as it > is really ugly in IE and NS. It looks pretty much identical to the way it did before in MSIE 5+ and NS 6+ and Mozilla. It only looks "ugly" (i.e. not as nice as before) in NS 4.x, a broswer that almost no one uses anymore. >

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard config.m4 css.ccss.h info.c /main php_ini.c /sapi/aolserver aolserver.c /sapi/apachephp_apache.c

2002-09-24 Thread Colin Viebrock
> Just out of curiosity, what was the size before/after? Right now, it reduces the size to about 75% of the original. But a few minor changes could drop that easily to 50%. - Colin -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] autoconf version

2002-09-26 Thread Colin Viebrock
Does 2.53 contain buggy cache code and is downgrading my version of autoconf really the appropriate solution? Or was the cache issue solved in a later version, and the buildconf message needs to be updated? - Colin -- PHP Development Mailing List <http://www.php.net/> To unsubscr

[PHP-DEV] Re: phpinfo() output

2002-09-27 Thread Colin Viebrock
d Extension: 20020903 > Okay, I'll look into this. - Colin -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] auto_prepend/append: does the PHP engine cache the

2002-10-07 Thread Colin Viebrock
http://domains.canadacomputes.com/ If I could set up PWEE with something like this: ... etc ... Is this possible in PWEE right now? If not, would you consider adding support for it? - Colin -- PHP Development Mailing

[PHP-DEV] Re: phpinfo() problems

2002-10-08 Thread Colin Viebrock
Would this problem be solved if the META tag that defines the character set is hard-coded to use US-ASCII or ISO-8859-1, instead of going through the process it does now to try and determine a charset? - Colin Yasuo Ohgaki wrote: > First problem, CSS should not contain specific font >

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard css.c

2002-10-08 Thread Colin Viebrock
font defs. > What's more problematic in the css code below, is the 75% default on td/th. > > If you nest that, the inner td, is 75% of 75% of the body. But there is no nesting of tables in phpinfo()'s output. - Colin -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard css.c

2002-10-08 Thread Colin Viebrock
up in other data. These need to be encoded *somehow* if the page is to be XHTML compatible, and I'm not about to implement utf8_encode() in C. :) I don't know what the solution to this is. My instinct is to ask "why don't we just hardcode the pages to use US-ASCII, or ISO-

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard css.c

2002-10-08 Thread Colin Viebrock
all? > If you are not certain how to make phpinfo() work under most > environment, I can help. If you can make it work under most environment *and* look good (i.e. as much like it used to, sans-serif fonts and all), then great! CVS is a wonderful thing. :) - Colin -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard css.c

2002-10-08 Thread Colin Viebrock
come in ("ISO-2022-JP") renders the HTML entities correctly, but fails on the un-encoded character. I really think the best solution (not perfect, but best) is to specify some fonts so the pages look nice, and hard code in the ISO-8859-1 font. - Colin -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Plan for PHP 5.0

2002-10-16 Thread Colin Viebrock
> If someone gives me an account on an OSX box (or even better, puts an > OSX box into my mailbox! ;-) I will make it work. Don't know how useful/useable this is, but Sourceforge's compile farm includes a box with OSX (10.1). - Colin -- PHP Development Mailing List <http

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard info.c

2002-10-18 Thread Colin Viebrock
part of the info in the Japanese characters, and all the rest of the page looks fine. i.e.: http://devel.easydns.com/~cmv/.info.php?var=%E6%97%A5%E6%9C%AC%E8%AA%9E This is under Moz 1.2 on my machine. - Colin -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard info.c

2002-10-18 Thread Colin Viebrock
such as é and Ä (which show up on the credits page), don't work under all charsets/encodings. I will test it again, with the charset declaration back in, but I'm relying on people with non-Western browsers and charsets for some feedback on how the choice of charset affects the rendering of

[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]"&

Re: [PHP-DEV] Re: What have you done to your website!!! ???

2001-03-08 Thread Colin Viebrock
point sizes. Does that make things look better for Jani, and still look ok for Andrei? - Colin -- 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-

Re: [PHP-DEV] Re: What have you done to your website!!! ???

2001-03-08 Thread Colin Viebrock
adable font, IMO. If you don't have Arial, shouldn't your browser go to the next font in the list (i.e. Helvetica)? I can't find your first email ... did you mention what browser/platform this is on? - Colin -- PHP Development Mailing List <http://www.php.net/> To unsubsc

[PHP-DEV] Session-based authentication and Netscape 6 problems

2001-03-07 Thread Colin Viebrock
e redirecting is too big, then Netscape 6.x seems to receive all the data but not refresh the browser window to display the new data. This is more of a NS6/Mozilla bug than anything else. Just thought it might affect anyone here using session-based authentication. -- Colin Viebrock Co-Founder,

[PHP-DEV] Re: ICAP/MCAL

2002-01-08 Thread Colin Viebrock
libmcal is now at http://sourceforge.net/projects/libmcal/ - Colin "Georg Richter" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hello all, > > Obviously MCAL is the follower of ICAP. The icap library isn't more >

Re: [PHP-DEV] 4.0.6RC2

2001-05-21 Thread Colin Viebrock
wee bit annoyed if all the code I rewrote for the 4.0.5 "version" of the DOMXML functions needs to be rewritten to go back to the 4.0.4 version. :( FWIW, I've been using the 4.0.5 and CVS version flawlessly" no core dumps, segfaults or other weirdness. - Colin -- PHP Develop

Re: [PHP-DEV] 4.0.6RC2

2001-05-21 Thread Colin Viebrock
> No, we'll revert it to 4.0.5 version, not 4.0.4. Is this the version that includes the "complete rewrite of the DOMXML module"? Basically, which will work now: $rootname = $XML_TREE->root->name; or $rootname = {$XML_TREE->children[1]}->tagname; ? Pleas

Re: [PHP-DEV] 4.0.6RC2

2001-05-21 Thread Colin Viebrock
> Can you please check 4.0.6RC1? (http://www.php.net/~andi/php-4.0.6RC1.tar.gz) Getting make errors with CURL (which I never got before): ... curl.c: In function `php_minit_curl': curl.c:175: `CURLOPT_FILETIME' undeclared (first use in this function) curl.c:175: (Each undeclared identifier is re

Re: [PHP-DEV] 4.0.6RC2

2001-05-21 Thread Colin Viebrock
ke my scripts all seem to work without any changes, so I guess I'm okay with whatever DOMXML version is in 4.0.6RC1. :) - Colin -- 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]

[PHP-DEV] bug/dev

2001-06-19 Thread Colin Viebrock
ld like to be a part of the dev list without having to sift through 300+ bug reports a day. Just a thought. - Colin -- 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 admini

Re: [PHP-DEV] 4.0.6RC4 out.

2001-06-20 Thread Colin Viebrock
h-curl \ --with-pgsql \ --with-zlib \ --enable-versioning \ --enable-sockets \ --with-openssl \ --with-snmp \ --with-readline \ --with-mcrypt - Colin -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL P

[PHP-DEV] php -l still broke (bug #10348)

2001-06-20 Thread Colin Viebrock
text/html Parse error: parse error in x.php on line 4 [cmv@sunniva Reg]$ - Colin -- 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] php -l still broke (bug #10348)

2001-06-21 Thread Colin Viebrock
ars \ --disable-debug \ --disable-magic-quotes \ --enable-ftp \ --with-gettext \ --with-xml \ --with-dom \ --enable-wddx \ --with-curl \ --with-pgsql \ --with-zlib \ --enable-versioning \ --enable-sockets \ --with-openssl \ --with-snmp \ --with-readline \ --with-mcrypt - Colin -- PHP Developme

Re: [PHP-DEV] DOM/XML in 4.0.7

2001-06-27 Thread Colin Viebrock
0.6 version, that's fine. However, I've heard various reports of major memory leaks in it. I'd rather have a leak-free version with a new syntax than a leaky version with the old syntax. Whichever makes more sense is fine with me. - Colin -- PHP Development Mailing List <h

Re: [PHP-DEV] news.php.net is back.

2001-07-04 Thread Colin Viebrock
www/news.php.net/nntp.inc:14) in /usr/local/www/news.php.net/group.php on line 19 .. and then the XML data. Can we build this into the main website somehow (a link, I suppose, and interface integration)? - Colin -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail:

Re: [PHP-DEV] CVS Account Request

2001-07-10 Thread Colin Viebrock
> Full name: Chris Roman > Email: [EMAIL PROTECTED] > ID:rmn96 > Purpose: To report my bug Try http://bugs.php.net/ You don't need a cvs account to report bugs. - Colin -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail

[PHP-DEV] Fw: ezmlm warning

2001-07-12 Thread Colin Viebrock
I don't know who is in charge of the new mail server, but I'm getting a lot of bounce messages from the server. Here is a copy of the latest (btw, that IP at the end is pb1.pair.com - 216.92.131.4) - Colin > --- Below this line is a copy of the bounce message I received. &g

Re: [PHP-DEV] curl problem

2001-07-16 Thread Colin Viebrock
ready: bug #12018 Sterling has been fixing some other cURL stuff, but he's told me (offlist) that he can't look at this problem until next week. Hopefully someone else can stand up and take a quick look. - Colin -- PHP Development Mailing List <http://www.php.net/> To unsubscri

[PHP-DEV] mail() and windows

2001-07-18 Thread colin mcdonald
is working. Is it a lower level than the code in php (ie win sockets)? thanks and hope I can help! colin -- 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] Reworking DOMXML

2001-07-19 Thread Colin Viebrock
> I prefer style #1 as well -- it preserves backward compatability and > is consistent with the libxml2 docs. Plus, it is then similar to other PHP functions that use an "object" or "handle" as the first argument (e.g. mysql_, fopen, fwrite, curl, etc.). - Colin -

[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] 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:

[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 <http://www.php.net/&

[PHP-DEV] DOMXML rewrite

2001-04-04 Thread Colin Viebrock
he ->root property anymore. Am I right? Do I need to use $tree->children->0->name now, or will you add $tree->root back in? -- Colin Viebrock Co-Founder, easyDNS Technologies Inc. http://www.easyDNS.com/ -- PHP Development Mailing List <http://www.php.net/> To unsubs

[PHP-DEV] Disable sessions?

2001-04-10 Thread Colin Viebrock
_handler = none -- Colin Viebrock Co-Founder, easyDNS Technologies Inc. http://www.easyDNS.com/ -- 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] always building cgi...

2001-04-12 Thread Colin Viebrock
module is for the website and the CGI is for cron scripts, inetd daemons, etc.. I am very much in favour of a way to compile both at once. - Colin -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAI

[PHP-DEV] 4.0.5 and mcrypt

2001-04-16 Thread Colin Viebrock
Just curious whether the work Derick has been doing to fix the mcrypt functions is going to make it into 4.0.5? It was mcrypt and sockets that we were waiting on, right? And the sockets stuff is confirmed now, right? -- Colin Viebrock Co-Founder, easyDNS Technologies Inc. http

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 / TODO-4.1.txt

2001-04-16 Thread Colin Viebrock
Not all Perl modules are in CPAN. Or for starting their own PEAR-ish repository ... PHP Library of Unlisted Modules = PLUM ;) So no matter what some non-intuitiveness will eventually creep in. I just think that'll be a by-product of PHP becoming so popular. - Colin -- PHP Development Ma

Re: [PHP-DEV] Bug #10423: HTTP_ENV_VARS is bigger, overwrites session vars

2001-04-20 Thread Colin Viebrock
wrapper function/class over all these HTTP_*_VARS > arrays to validate stuff ;) I can't face wading through 4 megs of code to switch to using HTTP_POST_VARS all the time. :) What kind of a wrapper function/class are you suggesting? > So this is not a bug, and you might want to close it.

[PHP-DEV] hebrew error messages?

2001-04-24 Thread Colin Viebrock
Parse error: parse error, expecting `T_PAAMAYIM_NEKUDOTAYIM' or `'('' in /path/to/file.php on line 246 Zeev/Andi ... ? :) - Colin -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

[PHP-DEV] distributions in /phpweb

2001-04-29 Thread Colin Viebrock
edit some of the layout files. :) - Colin -- 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]

[PHP-DEV] Re: Bug #10145 Updated: strtime("") result?

2001-04-29 Thread Colin Viebrock
> I added an error of level E_NOTICE for this. Thanks. - Colin -- 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] 4.0.6

2001-04-30 Thread Colin Viebrock
"mbstring" (or "mb_string"). If this handles any multi-byte character strings and Unicode, then it's going to be used for a lot more than Japanese strings. Hopefully, this will save me from porting String::Unicode into PHP. :) - Colin -- PHP Development Mailing List <

[PHP-DEV] Re: [PHP-CVS] Re: 4.0.4?

2001-05-03 Thread Colin Viebrock
The "phpweb" tree should just contain the site files. "distributions" tree should contain all the downloads (including those big .chm files, please). I don't have a collection of all the old distributions, nor the CVS karma to do this, so ... can someone else set this up?

Re: [PHP-DEV] CVS Account Request

2001-05-03 Thread Colin Viebrock
> Full name: Virsago Vahniir > Email: [EMAIL PROTECTED] > ID: Taros > Purpose: Personal Webpage Hehehe ... - Colin -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] T

[PHP-DEV] Re: [PHP-CVS] Re: 4.0.4?

2001-05-03 Thread Colin Viebrock
t-and-earlier versions should be kept *somewhere* and available. We don't need CVS to do it (since no one is going to modify them), and we certainly don't need to clog up all the mirror sites with them. Is that what you're saying Jim? - Colin [p.s. I'm moving this discuss

Re: [PHP-DEV] 4.1 & Declaration Case Persistance

2001-05-03 Thread Colin Viebrock
: getOriginalDeclaredName('foo_class');// returns 'Foo_Class'; ... which I don't have a problem with, I suppose. Then again, I don't write the Zend code. :) I don't follow how having the full case of the original declaration would help you. - Colin -

Re: [PHP-DEV] 4.1 & Declaration Case Persistance

2001-05-04 Thread Colin Viebrock
assed, in which case it's just returned as is. You wouldn't need a bigger nor an additional hash table, AFAICT, and only what I imagine is relatively minor code changes to the get_class(), etc. functions. - Colin -- PHP Development Mailing List <http://www.php.net/> To unsubsc

Re: [PHP-DEV] 4.1 & Declaration Case Persistance

2001-05-04 Thread Colin Viebrock
like StrReplace() and MySQL_Fetch_Row(), which will seriously cause problems on non-case-sensitive installs ... unless all variations of PHP functions are reserved. - Colin -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comma

Re: [PHP-DEV] multiselects and arrays

2001-05-10 Thread Colin Viebrock
intf("\$t[%s] = urldecode(\"%s\");", join('][',$s2), urlencode($v) ); } } } } eval($temp); $$var = $t; if ($global_function)

Re: [PHP-DEV] issues about domxml in 4.0.6

2001-05-16 Thread Colin Viebrock
And that 4.0.5 will just have it's own "syntax"? I've already updated all my scripts to the new syntax, assuming it was the way of the future. Don't tell me we are back-pedalling now! - Colin -- PHP Development Mailing List <http://www.php.net/> To unsubscribe,

[PHP-DEV] http://www.php.net/license/

2001-11-14 Thread Colin Viebrock
I suppose the text here needs to be revamped in light of the Zend license change. - Colin -- 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:

[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] 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

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 <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mai

Re: [PHP-DEV] Bug #10172 Updated: get_class() doesn't return lowercase for DomX objects

2001-11-22 Thread Colin Viebrock
not to be > changed at all. No idea why there was every introduced > lowercases Except, that would entail making function names and class names case-sensitive, which they aren't now. That is much more of a major change to the language (with huge compatability issues)

[PHP-DEV] xmlrpc extension in 4.1.0

2001-12-10 Thread Colin Viebrock
Any docs on using this extension? - Colin -- 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] xmlrpc extension in 4.1.0

2001-12-11 Thread Colin Viebrock
"Zak Greant" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > On December 10, 2001 03:42 pm, Colin Viebrock wrote: > > Any docs on using this extension? > > Hey Colin, > > There is an article on Zend - > htt

Re: [PHP-DEV] xmlrpc extension in 4.1.0

2001-12-11 Thread Colin Viebrock
gt; Heh. That's what I get for sending a link without reading the > content. :) S'ok! Actually, that bug report is for something in PEAR, not the XML-RPC extention. The bug I *really* meant is at: http://www.geocrawler.com/lists/3/SourceForge/10636/0/7291199/ - Colin

[PHP-DEV] news.php.net seems to be down

2001-12-12 Thread Colin Viebrock
I can't get to it either through the web, or through NNTP. - Colin -- 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]

[PHP-DEV] XMLRPC Bug

2001-12-17 Thread Colin Viebrock
, but want to be fairly sure it works first. :) - Colin -- 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] XMLRPC Bug

2001-12-17 Thread Colin Viebrock
useable, if you never send an unindexed array to a method function. But when you do, it returns unexpected values. - Colin -- 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] DOMXML documentation

2001-01-24 Thread Colin Viebrock
Is there any way to convince someone to write more extensive documentation on the DOMXML functions? -- Colin Viebrock Co-Founder, easyDNS Technologies http://www.easyDNS.com/ -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For addi

RE: [PHP-DEV] DOMXML documentation

2001-01-24 Thread Colin Viebrock
using the DOMXML functions to generate XML documents. > http://www.dynamicwebpages.de/05.tutorials.php?tutorialID=222 Wish I spoke German ... :) > http://www.circle.ch/projects/?cat_id=2&art_id=5 Very handy, thank you! -- Colin Viebrock Co-Founder, easyDNS Technologies http://www.e

RE: [PHP-DEV] DOMXML documentation

2001-01-24 Thread Colin Viebrock
> On Wed, Jan 24, 2001 at 01:00:02PM -0500, Colin Viebrock wrote: > > Is there any way to convince someone to write more extensive > documentation > > on the DOMXML functions? > Try to convince me :-) > > I'll see what I can do. Well, I'm not asking much :)

RE: [PHP-DEV] DOMXML documentation

2001-01-24 Thread Colin Viebrock
Two specific questions that maybe you or someone can answer: When building an XML document: a) how do I set the encoding and standalone attributes of the document? b) how can I specify the DOCTYPE? i.e., how do I add this line to the resulting XML: Thanks -- Colin

[PHP-DEV] phpinfo output

2001-07-30 Thread Colin Viebrock
Anyone else here notice that the additional information "blocks" for modules compiled into PHP is pretty much sorted in reverse alphabetically order? Just wondering if we could switch it to forward alpha order, if possible. And why zlib seems to come up in the wrong location. - Colin

  1   2   >