[PHP-DEV] close CVS account

2002-04-04 Thread Chris Newbill
Please close my CVS account cnewbill and unsubscribe me from php-bugs, I’ve already unsubscribed from php-dev.   -Chris

RE: [PHP-DEV] RFC: Small changes in CODING_STANDARD

2002-03-18 Thread Chris Newbill
Except is should be side-effect, not side of effect. :) -Chris -Original Message- From: Yasuo Ohgaki [mailto:[EMAIL PROTECTED]] Sent: Monday, March 18, 2002 1:23 AM To: Zeev Suraski Cc: [EMAIL PROTECTED] Subject: Re: [PHP-DEV] RFC: Small changes in CODING_STANDARD Zeev Suraski wrote: >

RE: [PHP-DEV] New Module

2002-03-04 Thread Chris Newbill
PHP already has mcrypt support so doing this in userland wouldn't be much of a challenge at all. See pear.php.net. -Chris -Original Message- From: Keyser Soze [mailto:[EMAIL PROTECTED]] Sent: Monday, March 04, 2002 5:58 PM To: PHP-DEV Subject: [PHP-DEV] New Module Hi all, I have de

RE: [PHP-DEV] Parsing File Names

2002-02-28 Thread Chris Newbill
This is really the wrong list for this. PHP-DEV is about developing PHP, not developing WITH PHP. BUT since I like your username 'phpmonkey' here's how ya'd do it. (untested of course, but the general idea) :) -Chris -Original Message- From: Jason Dubya [mailto:[EMAIL PROTECTED]] Sen

[PHP-DEV] Take a "close" look at this article

2002-02-28 Thread Chris Newbill
http://news.com.com/2100-1001-847092.html   Look at the author’s last name, sounds familiar doesn’t it? J   (Yes, this is about PHP)   -Chris

RE: [PHP-DEV] Newbie help w/ dynamic variables

2002-02-14 Thread Chris Newbill
Why not make an alias for php-general called php-support/php-dev-support?  Maybe people would be more inclined to go there before php-dev.   And I already replied to this person.   -Chris   -Original Message- From: Honey House Designs [mailto:[EMAIL PROTECTED]] Sent: Thursda

RE: [PHP-DEV] FWD: possible bug in date() function

2002-02-10 Thread Chris Newbill
Ehh...from manual n - month without leading zeros; i.e. "1" to "12" So yeah it would print 2th. Cause today is the 10"th". -Chris -Original Message- From: Yasuo Ohgaki [mailto:[EMAIL PROTECTED]] Sent: Sunday, February 10, 2002 12:47 PM To: [EMAIL PROTECTED] Subject: [PHP-DEV] FWD: po

RE: [PHP-DEV] Advanced Search Changes

2002-02-07 Thread Chris Newbill
Looking at the source it seems this is already done to an extent, but I’d still like to make these changes if it’s okay.   -Chris   -Original Message- From: Chris Newbill [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 07, 2002 10:29 PM To: [EMAIL PROTECTED] Subject: [PHP

[PHP-DEV] Advanced Search Changes

2002-02-07 Thread Chris Newbill
Would anybody object to me making changes to the Advanced Bug Search page?   One of the things I want to do is make some of the drop downs multi-selects, so for example on Status I could look for Open, Analyzed, AND Assigned Bugs all in one shot instead of doing multiple searches or selec

RE: [PHP-DEV] Bug #12475 Updated: the variable $PHP_SELF is not set.

2002-01-14 Thread Chris Newbill
Before closing this lobbin see if [EMAIL PROTECTED] can try the CVS. Speaking of which how is the new bug system going to handle this? Do they honestly expect everyone who gives feedback and isn't the original poster to subscribe to PHP-DEV or is it mailing everyone involved with the ticket (NON-

RE: [PHP-DEV] new bug viewing/editing form

2002-01-06 Thread Chris Newbill
Just a nit-picky thing but maybe you should have the year with all of the dates. -Chris -Original Message- From: Jim Winstead [mailto:[EMAIL PROTECTED]] Sent: Sunday, January 06, 2002 1:13 PM To: [EMAIL PROTECTED] Subject: [PHP-DEV] new bug viewing/editing form as threatened after i im

RE: [PHP-DEV] Re: Bug #14653 Updated: Internet Explorer for Macintosh receives bad HTTP header info from PHP Header()

2001-12-22 Thread Chris Newbill
http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.14 This would be a good document to look over for possible workarounds. You should also try http://support.microsoft.com/ and see if they have a KB issue on it. -Chris -Original Message- From: Fred B [mailto:[EMAIL PROTECTED]

RE: [PHP-DEV] CVS Account Request: 101973

2001-12-13 Thread Chris Newbill
Aren't we all :) But that's certainly no reason to give you CVS access. -Chris -Original Message- From: Fred Koopmann [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 13, 2001 4:37 PM To: [EMAIL PROTECTED] Subject: [PHP-DEV] CVS Account Request: 101973 Hello! I am working with com

RE: [PHP-DEV] multiple inheritance ext

2001-12-08 Thread Chris Newbill
Yeah, Yeah I jumped the gun...but you know you wanna include it :) -Chris -Original Message- From: Zeev Suraski [mailto:[EMAIL PROTECTED]] Sent: Saturday, December 08, 2001 5:16 PM To: Chris Newbill Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: [PHP-DEV] multiple inheritance

RE: [PHP-DEV] multiple inheritance ext

2001-12-07 Thread Chris Newbill
Zend Engine 2 will have multiple-inheritance among other nice toys. No I don't know when it will be part of PHP) There is a mailing list for the engine, I just don't remember what it is. -Chris -Original Message- From: Matthew J Gray [mailto:[EMAIL PROTECTED]] Sent: Friday, December 07

RE: [PHP-DEV] RE: [Zend Engine 2] ZE2 comments 2

2001-12-07 Thread Chris Newbill
>>What is as great as sex is of course multiple inheritance and object >>dereferencing. My God man! I develop for a living and I wouldn't go that far! ;) -Chris -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EM

RE: [PHP-DEV] Help displaying an image stoed in a MySQL database

2001-12-06 Thread Chris Newbill
Hehe I love questions like these. This is the wrong list for these types of questions; you want [EMAIL PROTECTED] This list is about developing PHP not developing WITH PHP. Anyways, short answer is in an HTML document when the browser comes to an IMG tag it makes another HTTP request to the ser

RE: [PHP-DEV] strange crash

2001-11-20 Thread Chris Newbill
work. Guess extract() doesn't like the recursion of $GLOBALS?? -Chris -Original Message- From: Derick Rethans [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 21, 2001 12:30 AM To: Chris Newbill Cc: [EMAIL PROTECTED] Subject: Re: [PHP-DEV] strange crash On Wed, 21 Nov 2001, Chris New

RE: [PHP-DEV] strange crash

2001-11-20 Thread Chris Newbill
('"','"',$string);       print $string; }   The entire function has to be commented out; only commenting out part of it still allows it to crash.   -Chris -Original Message- From: Chris Newbill [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 21, 2001

[PHP-DEV] strange crash

2001-11-20 Thread Chris Newbill
I CANNOT GET IT TO CRASH WITH –enable-debug!   Program received signal SIGSEGV, Segmentation fault. 0x080f43bc in zend_hash_copy () at eval.c:41 41  eval.c: No such file or directory.     in eval.c   Log info from –enable-debug --- array.

RE: [PHP-DEV] Doubt in Script to Upload

2001-11-20 Thread Chris Newbill
This list is not for people developing WITH PHP it is for people developing PHP itself.   The list you want is [EMAIL PROTECTED].   -Chris   -Original Message- From: Kannan Soundararajan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 20, 2001 10:38 PM To: [EMAIL PROTECTE

[PHP-DEV] Windows Compiler Options

2001-11-20 Thread Chris Newbill
Not sure if people are aware of this, but Borland is offering their C++ compiler for free. (not the IDE) http://www.borland.com/bcppbuilder/freecompiler/   For those people who do not have an insanely expensive copy of Visual C++ (or don’t use Cygwin) maybe the build process should suppo

RE: [PHP-DEV] Re: [PHP-QA] 4.1.0 Final RC

2001-11-19 Thread Chris Newbill
But Thursday is TURKEY DAY!!! :) -Chris -Original Message- From: James Moore [mailto:[EMAIL PROTECTED]] Sent: Monday, November 19, 2001 4:06 PM To: [EMAIL PROTECTED]; Zeev Suraski Cc: [EMAIL PROTECTED] Subject: [PHP-DEV] Re: [PHP-QA] 4.1.0 Final RC > www.php.net/~zeev/php-4.1.0RC3.

[PHP-DEV] empty("0") issue

2001-11-18 Thread Chris Newbill
What ever came of this issue?  I’m running into a lot of instances lately where this is very annoying.  I’ll check the archives latter just thought I’d ask.   -Chris

RE: [PHP-DEV] md5sum() patch

2001-11-15 Thread Chris Newbill
Nahh I think md5_file() isn't very good. However, overloading md5() doesn't really seem like a good idea either. md5sum() is pretty appropriate, anybody who is going to use this function is probably going to be familiar with the md5sum program. Plus md5sum() is fewer keystrokes. ;) -Chris ---

RE: [PHP-DEV] Random Row From Database

2001-11-10 Thread Chris Newbill
PHP-Dev is not the list for these questions. You should read the MySQL manual. (assuming your using MySQL) Your query should be SELECT * FROM TABLENAME ORDER BY RAND() LIMIT 1 -Chris -Original Message- From: HEW Staff [mailto:[EMAIL PROTECTED]] Sent: Saturday, November 10, 2001 9:19 P

RE: [PHP-DEV] class xxx extends a_class_from_the_include_path - problem

2001-11-10 Thread Chris Newbill
Works just fine with 4.2.0-dev. However I can verify it on 4.0.6, so I'm guessing this problem was fixed. -Chris -Original Message- From: Wolfram Kriesing [mailto:[EMAIL PROTECTED]] Sent: Saturday, November 10, 2001 11:25 AM To: list; list Subject: [PHP-DEV] class xxx extends a_class_f

RE: [PHP-DEV] ftp_connect()???

2001-11-02 Thread Chris Newbill
No. He means when compiling PHP you must run 'configure'. [me@somehost /php-source]# ./configure --enable-ftp -Chris -Original Message- From: JIM [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 01, 2001 2:02 PM To: [EMAIL PROTECTED] Subject: Re: [PHP-DEV] ftp_connect()??? are you

RE: [PHP-DEV] array_init() opinions?

2001-10-22 Thread Chris Newbill
Why not move the syntax to this? array_init( array/mixed indexes, mixed value[, int num]) So then I could do $a = array_init(array("key1", "key2", "key3"), "apple"); or $a = array_init(5, "apple", 6); -Chris -Original Message- From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]] Sent: Mo

[PHP-DEV] array_merge() and objects

2001-10-05 Thread Chris Newbill
array_merge() doesn't work if there are objects in your array. Here is a small test case. one = $one; $this->two = &$two; } } $x = 6; $a = new test(1, &$x); $b = new test(2, &$x); $c = new test(3, &$x); $aa = array($a, $b, $c); $d = new test(4, &$x); $e = new test(5, &$x); $f = new

RE: [PHP-DEV] include() like functionality for strings

2001-10-02 Thread Chris Newbill
Chris Newbill; PHP DEV Subject: RE: [PHP-DEV] include() like functionality for strings I must have misunderstood you. Weren't you asking for an eval() which starts PHP in HTML mode instead of PHP code mode? Andi At 06:06 PM 10/1/2001 -0600, Chris Newbill wrote: >Why would we have to pa

RE: [PHP-DEV] include() like functionality for strings

2001-10-01 Thread Chris Newbill
nt: Monday, October 01, 2001 5:55 PM To: Chris Newbill; PHP DEV Subject: Re: [PHP-DEV] include() like functionality for strings There is no problem in getting it to work but the question is if we can do it in a nice way. How would eval() know if it's evaling something which should start in a PHP

[PHP-DEV] include() like functionality for strings

2001-10-01 Thread Chris Newbill
Not sure what discussion has been done on this subject before, but here it goes. I wan't to be able to use a function that does the same thing as include, except instead of passing a file name I pass the actual string to be processed. This differs from eval() because the string may be all HTML.

RE: [PHP-DEV] Benedicte Bakken born

2001-09-30 Thread Chris Newbill
Until they audit you and make you pay all the money back because you did not look for work. :( -Chris -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Sunday, September 30, 2001 12:19 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE

RE: [PHP-DEV] Benedicte Bakken born

2001-09-30 Thread Chris Newbill
>>["Thies C. Arntzen" <[EMAIL PROTECTED]>] >> On Sat, Sep 29, 2001 at 06:00:24AM +0200, Stig Sæther Bakken >> wrote: >> > Hi guys, >> > >> > I'm proud to announce that our second daughter, Benedicte, was born >> > tonight 2001-09-29 at 0300 MEST. Technical data: 3380 grams, 50 >> > centimeters, 4

[PHP-DEV] round() Fubar

2001-09-10 Thread Chris Newbill
Produces [cnewbill@storm cnewbill]$ php -q t.php Discounted price = 7.665 float(7.665) float(7.66) Rounded Price = 7.66 Working example of round = 7.67 [cnewbill@storm cnewbill]$ php -v 4.0.6 Which is wrong, it should be 7.67. If I don't do the multiplication and simply send round 7.665 it wo

[PHP-DEV] Quick Question for Win32

2001-08-16 Thread Chris Newbill
Is there a way to connect to a serial port in PHP on Win32? TIA, -Chris -- PHP Development Mailing List 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] Am I still subscribed

2001-07-23 Thread Chris Newbill
Not that it may be the same thing, but I had my server setup for ORBS RBL and somehow the lists.php.net server got on that list. I'm not even sure if ORBS is active. -Chris -Original Message- From: Andy [mailto:[EMAIL PROTECTED]] Sent: Monday, 23 July, 2001 3:31 PM To: [EMAIL PROTECTED]

[PHP-DEV] parent/super??

2001-07-20 Thread Chris Newbill
st be nice to have every now and then. -Chris Chris Newbill [EMAIL PROTECTED] -- 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] Is the list dead again?

2001-07-15 Thread Chris Newbill
Last message I got was on July 13 @ 11am MST. -Chris Chris Newbill[EMAIL PROTECTED]  

RE: [PHP-DEV] What does this error mean?

2001-06-30 Thread Chris Newbill
It is the wrong place, you want php-general. But the error is straight forward, you do NOT have permissions to write to that file. With that said have your system administrator make sure the user that the web server runs as has write access to the directory in which you are attempting to store y

RE: [PHP-DEV] Support Apache 1.3.6 or not?

2001-06-26 Thread Chris Newbill
I say don't support them, to an extent; you don't want to force everyone to have the latest and greatest. A few older versions should work; maybe back to 1.3.12 or 15. Anyone who runs a flawed product is asking for trouble, look at all the NT/2K IIS machines :) A lot of hosting companies are st

RE: [PHP-DEV] Bug #11611 Updated: nl2br() outputting invalid tags

2001-06-22 Thread Chris Newbill
How about a big warning on the bug creation page telling the to RTFM and make sure their bug doesn't already exist. I've seen this one at least 10 times. But they are end users, they never listen. -Chris -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday

RE: [PHP-DEV] problem ??? 1 is not a valid PostgreSQL link resource

2001-06-21 Thread Chris Newbill
php-dev is for people who develop PHP not develop _with_ PHP. The list you want is php-general. And this error simply means one of two things. 1) You did not connect to the Postgresql server properly. 2) Your query failed for some reason You do not need to recompile the source as you obviously

[PHP-DEV] Cannot edit user notes

2001-06-19 Thread Chris Newbill
the pop up window closes right away when trying to edit user notes. Someone wrote "fuckdir" as their comment on http://www.php.net/manual/en/class.dir.php and I tried to remove it, but no luck. -Chris -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECT

RE: [PHP-DEV] Cannot "view source" via IE browser

2001-05-20 Thread Chris Newbill
This is the incorrect list. This is for people developing the PHP language not developing with PHP. This is most likely your script and since you have not provided nearly enough details about how exactly you are trying to accomplish this there isn't much help we can give. http://www.yahoo.com";

[PHP-DEV] References/copies??

2001-05-05 Thread Chris Newbill
;testie->error."\n"; print "T::error $t->error\n"; ?> // with the & A::error GoodBye 123 T::error GoodBye 123 // Without the & A::error Hello 123 T::error GoodBye 123 I suppose this is intended behavior and my laziness is getting the better of me? Chris Newbil

RE: [PHP-DEV] Classes & function names

2001-05-04 Thread Chris Newbill
On Fri, 4 May 2001, Zeev Suraski wrote: >IMHO, in a compatibility breaking upgrade, we should look into defaulting >to case sensitivity, while allowing case insensitivity as a non-default option. +1 from me too. -Chris -- PHP Development Mailing List To unsubscribe, e-m

[PHP-DEV] A safemode like eval for non-safemode operation?

2001-04-20 Thread Chris Newbill
r PHP code. Any thoughts? Thanks, Chris Newbill OneWest.net Inc., Programmer/Analyst 406.449.8056 [EMAIL PROTECTED] /* Windows crashed. I am the Blue Screen of Death. No one hears your screams. */ -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAI

RE: [PHP-DEV] Bug #10355: PHP-DEV Mailing list is flaky

2001-04-16 Thread Chris Newbill
I will probably start using that as well, thanks, but the list should still operate properly don't you think? -Chris -Original Message- From: Joe Brown [mailto:[EMAIL PROTECTED]] Sent: Monday, 16 April, 2001 7-51 pM To: [EMAIL PROTECTED] Subject: Re: [PHP-DEV] Bug #10355: PHP-DEV Mailing

[PHP-DEV] Question about PEAR DB (mysql)

2001-04-14 Thread Chris Newbill
work. Is there some magical and mysterious reason this is so? Chris Newbill OneWest.net Inc., Programmer/Analyst 406.449.8056 [EMAIL PROTECTED] /* Windows crashed. I am the Blue Screen of Death. No one hears your screams. */ -- PHP Development Mailing List <http://www.php.net/> To uns

RE: [PHP-DEV] CVS mailling list screwy

2001-04-13 Thread Chris Newbill
I also had trouble earlier this week with PHP-DEV, my subscription just disappeared. Maybe there is a problem and it should be looked into my the list(s) maintainers? -Chris -Original Message- From: Wez Furlong [mailto:[EMAIL PROTECTED]] Sent: Friday, 13 April, 2001 6-25 aM To: php-dev

[PHP-DEV] Is the mail server down?

2001-04-11 Thread Chris Newbill
Haven't received a bug or anything in last 24 hours??? Thanks, Chris Newbill OneWest.net Inc., Programmer/Analyst 406.449.8056 [EMAIL PROTECTED] /* Windows crashed. I am the Blue Screen of Death. No one hears your screams. */ -- PHP Development Mailing List <http://www.php.

RE: [PHP-DEV] Would anybody find this useful besides me?

2001-04-09 Thread Chris Newbill
se 'X': $r.=strtoupper($ev); $ei++; $fi++; break; case 'x': $r.=$ev; $ei++; $fi++; break; default: if ($ev==$fv){ $r.=$fv; $ei++; $fi++; } else { $r.=$fv; $fi++; break; } } } return $r; } &

[PHP-DEV] Would anybody find this useful besides me?

2001-04-09 Thread Chris Newbill
So I could $str = mprint("(XXX) XXX.", "4064498056", "X"); print $str; and would get (406) 449.8056 Chris Newbill OneWest.net Inc., Programmer/Analyst 406.449.8056 [EMAIL PROTECTED] /* Windows crashed. I am the Blue Screen of Death. No one hears your screams.

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

2001-04-05 Thread Chris Newbill
+1 -Chris -Original Message- From: Alexander Feldman [mailto:[EMAIL PROTECTED]] Sent: Thursday, 05 April, 2001 1-44 pM To: Carsten Gehling Cc: [EMAIL PROTECTED] Subject: Re: [PHP-DEV] Request for new feature: $HTTP_SESSION_VARS when register_globals = on This makes sense. The behaviour

RE: [PHP-DEV] PHP 4.0 Bug #10169 Updated:

2001-04-04 Thread Chris Newbill
There are plenty of sinister and devious acts that can be done to those that choose to defy our tranquility. (too wordy) **cough** perl -e 'for ($i=0; $i<$BIG_NUMBER; $i++) { `mail [EMAIL PROTECTED] < really_big_file`; }' **cough** :) -Chris -Original Message- From: [EMAIL PROTECTED]

RE: [PHP-DEV] PHP 4.0 Bug #10149 Updated: array_pop reorders array keys

2001-04-03 Thread Chris Newbill
I reopened 5226. Don't need two tickets for the same problem. -Chris -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 03 April, 2001 11-36 pM To: [EMAIL PROTECTED] Subject: [PHP-DEV] PHP 4.0 Bug #10149 Updated: array_pop reorders array keys ID: 1014

RE: [PHP-DEV] PHP 4.0 Bug #9999: php.exe doesnt start

2001-03-27 Thread Chris Newbill
MSI is a microsoft installer file. It's their "new" installation format. You can grab it from here. http://www.microsoft.com/msdownload/platformsdk/instmsi.htm Then run the .msi file after installation. Chris -Original Message- From: wolle [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 27

RE: [PHP-DEV] Bug #1705 Updated: easter_date() and easter_days()

2001-03-21 Thread Chris Newbill
First, you must meet these requirements.   PHP 3>= 3.0.9, PHP 4 >= 4.0RC2 PHP was compiled with '--enable-calendar'.   Chris -Original Message-From: Pierre François [mailto:[EMAIL PROTECTED]]Sent: Wednesday, 21 March, 2001 9-05 aMTo: [EMAIL PROTECTED]Subject: Re: [PHP-DEV] Bug

RE: [PHP-DEV] PHP parser behavior.

2001-03-20 Thread Chris Newbill
As far as I know this is expected behavior. Multiple dimensional arrays will cause a parse error no matter how you do them if encapsulated inside a string. You would have to concatenate the values like so. $str = "This is a test, the value is " . $array["field"][0] . ". I repeat this is a test."

RE: [PHP-DEV] Re: PHP 4.0 Bug #9849 Updated: Square boxes?

2001-03-19 Thread Chris Newbill
Those square boxes are shown when IE cannot find the character in the particular font/language set. If you enable "Install on demand" it will usually prompt you to download the language pack for whatever language you are trying to view. -Chris > -Original Message- > From: [EMAIL PROTECT

RE: [PHP-DEV] feature request

2001-03-19 Thread Chris Newbill
ficient or even used for that matter. Although I might consider using it like if (isSet($a, $b) && is_int($a, $b)). -Chris > -Original Message- > From: Phil Driscoll [mailto:[EMAIL PROTECTED]] > Sent: Monday, 19 March, 2001 2-11 pM > To: Chris Newbill; Zeev Suraski;

RE: [PHP-DEV] feature request

2001-03-19 Thread Chris Newbill
> From: Andi Gutmans [mailto:[EMAIL PROTECTED]] > Sent: Monday, 19 March, 2001 1-12 pM > To: Jason Greene; Phil Driscoll; Chris Newbill; Zeev Suraski > Cc: PHP DEV > Subject: Re: [PHP-DEV] feature request > > > Ugh, that's exactly what I didn't want to get into. If yo

RE: [PHP-DEV] feature request

2001-03-19 Thread Chris Newbill
19 March, 2001 7-04 aM > To: Phil Driscoll > Cc: Chris Newbill; Andi Gutmans; PHP DEV > Subject: Re: [PHP-DEV] feature request > > > Phil is right. The only thing that may be both useful and > practical would > be isset() on multiple variables, returning either true or false

RE: [PHP-DEV] feature request

2001-03-18 Thread Chris Newbill
do this. I'll look into it. But I also need to > think about how much sense it makes :) > Today you're asking for isset(...,...,...). Tomorrow you will ask to know > which one was not set if it failed. > So I hope what youreally want is only the first. > > Andi > >

RE: [PHP-DEV] feature request

2001-03-18 Thread Chris Newbill
This would not be a bad idea IMHO and I would use it for some things. The functionality would be inclusive not exclusive. So isset($var1, $var2, $var3) would only return true if $var1, $var2, and $var3 are set and false otherwise. So If I had a form passing $name, $email, $phone: example #1 if

RE: [PHP-DEV] %20 IE vs Netscape, insert into location problem

2001-03-04 Thread Chris Newbill
http://www.php.net/manual/en/function.urlencode.php -Chris )> -Original Message- )> From: Trevor Garrett [mailto:[EMAIL PROTECTED]] )> Sent: Sunday, 04 March, 2001 6-41 pM )> To: [EMAIL PROTECTED] )> Subject: [PHP-DEV] %20 IE vs Netscape, insert into location problem )> )> )> I have a

RE: [PHP-DEV] Cocoon + PHP

2001-02-25 Thread Chris Newbill
Message- )> From: Chris Newbill [mailto:[EMAIL PROTECTED]] )> Sent: Sunday, 25 February, 2001 7-06 pM )> To: PHP DEV )> Subject: [PHP-DEV] Cocoon + PHP )> )> )> I haven't looked into it extensively yet, thought I'd post it to )> the list to )> see what other pe

[PHP-DEV] Cocoon + PHP

2001-02-25 Thread Chris Newbill
e your XML documents and processed as such? I'd really like to start using the Cocoon framework it would make allot of things I do easier, but I heavily rely on PHP as well. Thanks for any advice/direction, Chris Newbill OneWest.net Inc., Programmer/Analyst 406.449.8056 [EMAIL PROTECT

RE: [PHP-DEV] Bug in date()?

2001-02-21 Thread Chris Newbill
The code written like so is ok: ".date(" H:i:s"); echo $datum; ?> Something as simple as this will cause the segfault. Seems that anything placed _after_ "r", anything that will get turned into a date-time format causes a crash. Im using 4.0.4pl, this does not happen with the CVS snapshot I

RE: [PHP-DEV] Time for 4.0.5?

2001-02-19 Thread Chris Newbill
I'm not sure what all has been suggested, so sorry if this has been already. Why not just make a simple form and avoid clutter completely? (ie all the links) Could allow them to choose source/binary, os, PHP version, compression format, etc. Chris Newbill Zeev Suraski wrote: > Abo

RE: [PHP-DEV] FW: [PHP-CVS] cvs: php4 /ext/midgard ...SNIP...

2001-02-12 Thread Chris Newbill
I was wondering that same thing myself. Actually it was more like WTF, but that's not exactly politically correct. Chris -Original Message- From: James Moore [mailto:[EMAIL PROTECTED]] Thought this should really be brought up on Dev list rather than CVS list but personally I dont think

RE: [PHP-DEV] NSAPI Modifications for iPlanet/NES 4.1

2001-02-09 Thread Chris Newbill
If you think you are going to be making more changes then you should probably get CVS access. http://bugs.php.net/cvs-php.php Otherwise post the patch to the list, the maintainer will review it. (eventually) Chris Newbill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: [PHP-DEV] wrong implementation of isset()?

2001-02-06 Thread Chris Newbill
null, adjective: having no value IMHO, isset() should be left as is. Either way if you are looking for a null value you will have to use '== NULL' or is_null(). if (isset($a) && is_null($a)) if (isset($a)) if (is_null($a)) etc... The only possible situation I can think(right now) of wher

RE: [PHP-DEV] PHP 4.0 Bug #9134: configure: error: Invalid Apache directory - unable to find httpd.h under /usr/

2001-02-06 Thread Chris Newbill
Path simply means the directory in which the file resides. Remove the httpd.h from the --with-apache option and try again. Chris -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 06, 2001 12:10 PM To: [EMAIL PROTECTED] Subject: [PHP-DEV] PHP 4

RE: [PHP-DEV] PHP 4.0 Bug #9127: submitting a boolean to an attribute seems to fail

2001-02-06 Thread Chris Newbill
I talked to Hans, off the list, and it is something with his code. Sample code I sent him works just fine. I have no karma or anything for the bug system, maybe I should ask for this. Anyways, this is a bogus report. Thanks, Chris Newbill -Original Message- From: [EMAIL PROTECTED

RE: [PHP-DEV] security issue

2001-02-02 Thread Chris Newbill
A good start would be to make sure the user your web server is running as cannot read the shadow file. Also that the permissions are set properly. Chris -Original Message- From: Lou Spironello [mailto:[EMAIL PROTECTED]] Sent: Friday, February 02, 2001 2:17 PM To: [EMAIL PROTECTED] Subje

RE: [PHP-DEV] nested functions

2001-02-02 Thread Chris Newbill
Ditto, poor design IMHO. -Original Message- From: Marten Gustafsson [mailto:[EMAIL PROTECTED]] Sent: Friday, February 02, 2001 7:40 AM To: PHP DEV Subject: RE: [PHP-DEV] nested functions Is there a need for nested funcitons? I don?t think so. -Marten. Icq# 38863127 -Original M

RE: [PHP-DEV] Re: [PHP-QA] Changes in bug system..

2001-02-01 Thread Chris Newbill
I simply setup an alias that executes a perl wrapper. myalias:"|/path/to/wrapper.pl params" The perl wrapper then processes the email and inserts or updates existing ticket in the database. It is very reliable, we handle a moderate amount of support traffic this way. Chris -Origin

[PHP-DEV] Sorry another test

2001-01-26 Thread Chris Newbill
I think it may have been my custom mail filters, trying once again to see if that is the case.   Thanks for your patience, Chris NewbillOneWest.net Inc.,Programmer/Analyst406.449.8056[EMAIL PROTECTED] /*"...Microsoft Windows users are now covered under the Americans with Disabilities Act."

[PHP-DEV] Test

2001-01-26 Thread Chris Newbill
I haven't received list mail for two days, just testing. Chris NewbillOneWest.net Inc.,Programmer/Analyst406.449.8056[EMAIL PROTECTED]  

Re: [PHP-DEV] Shouldn't copy() preserve file permissions?

2001-01-15 Thread Chris Newbill
This is the system at work you will have to use copy & chmod/chown. If I understand it correctly the creat() C function takes the permissions given (0777 in PHP's case) and subtracts the umask value from it. So as root on my system my umask is 0022, which means I will end up with 0777 - 0022 wh

Re: [PHP-DEV] set_error_handler() not handling E_ERROR

2001-01-14 Thread Chris Newbill
From: "Zeev Suraski" <[EMAIL PROTECTED]> > At 08:14 14/1/2001, Chris Newbill wrote: > >What would be the cons of having these type of errors simply causing > >E_USER_ERROR instead of E_ERROR? That way they would be trapable and I > >don't think it would

Fw: [PHP-DEV] PHP 4.0 Bug #8696: make doesn't make, stuck on file location

2001-01-14 Thread Chris Newbill
Oops forgot to CC the list. Haven't heard back from Grant yet, but this has fixed a lot of RedHat quirks with compiling other programs such as procmail, sendmail, and openssh. Never had this problem with PHP though. Chris - Original Message - From: "Chris Newbill" &l

Re: [PHP-DEV] set_error_handler() not handling E_ERROR

2001-01-13 Thread Chris Newbill
ave a custom error handler. Changed the zend_execute.c file to E_USER_ERROR on undefined functions and method calls on non-object, PHP works fine and doesn't core. Chris Newbill > Okay, guess I'll have to wait for those changes then. Maybe included in > 4.0.5?? =) > &

Re: [PHP-DEV] set_error_handler() not handling E_ERROR

2001-01-13 Thread Chris Newbill
Okay, guess I'll have to wait for those changes then. Maybe included in 4.0.5?? =) Thanks, Chris Newbill - Original Message - From: "Rasmus Lerdorf" <[EMAIL PROTECTED]> To: "Chris Newbill" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Satu

[PHP-DEV] set_error_handler() not handling E_ERROR

2001-01-13 Thread Chris Newbill
function, but E_ERROR is not. Thanks, Chris Newbill -- 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: PHP 4.0 Bug #8282 Updated: Is there a function for this?

2001-01-10 Thread Chris Newbill
> ID: 8282 > Updated by: david > Reported By: [EMAIL PROTECTED] > Status: Open > Bug Type: Feature/Change Request > Assigned To: > Comments: > > so why don't you have your own I do, just wondering what the possibility of getting that functionality added is, thus the 'Request'. I did not think th