Re: [PHP-DEV] Possibility of moving bugs to another list?

2001-10-02 Thread Chris Gardner

You got it.  I'm right there with you.  This group get roughly 150 to 200
messages a day. About half of those are Bugzilla messages.  I think we could
severely imporve the readablity of this group if we seperated the bugs to a
PHP-Bugs group.  I'm sure most of use wouldn't mind have to two seperate
group, because at least then we could tell what we were looking at quickly.


Chris Gardner
Book Systems, Inc.
[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]




Re: [PHP-DEV] Possibility of moving bugs to another list?

2001-10-02 Thread Chris Gardner



Well, I do have an email filter applied. I do 
see your point about the discussions being severely related, but if you seperate 
the two with an email filter anyways, then you're seperating the 
converastions. If you seperate the group, the conversation about bug could 
continue on the bug forum, but the general developer threads could get a lot 
less weakened by other things. Anyways, I'll quite complaining about this 
now.

Chris GardnerBook Systems, Inc.[EMAIL PROTECTED]


Re: [PHP-DEV] Possibility of moving bugs to another list?

2001-10-02 Thread Chris Gardner

I have to agree with you on this one.  I WOULD subscribe to the bug list,
and i do read the bugs that catch my eye, but most of the time I get bogged
down with bug that fall well out of the scope of this forum, and are in
areas that i don't have much knowledge.  I think the seperated forums would
make the discussions a bit more manageable.

You have a great point that with the cvs access though.  I think have cvs
access should REQUIRE you to be a member of the PHP-Bugs list.  If you have
access, you get the bug reports.  It should be hand and hand with that
responsibily.


Chris Gardner
Book Systems, Inc.
[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] win32 problem with timezones

2001-09-12 Thread Chris Gardner

ok guys.  i know i left a message simular to this before, but i have a lot
more info on it now, and i'm getting nowhere.  i'm on win2k win vc++ 6.
trying to use cygwin to compile in gcc.  used the vcvars32.bat to configure
my path beforehand.  here's the problem.

i go to compile and get an error on standard/datetime.c  it's complaining
about thier being no unary operators for timezone.  after some digging, i
found that i'm not using the extern time_t timezone; from the #if block
above.  instead, it's looking at the struct defination from the #include
sys/time.h.  this struct doesn't have the unary operators for them, so i
blow up.  i've tried casting the timezone to a long, but gcc laughed at me.

anybody got a suggestion or two on this one?


Chris Gardner
Book Systems, Inc.
[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] EXT_SKEL for Win32

2001-08-22 Thread Chris Gardner

i was noticing a slight problem with the whole EXT_SKEL shell script.  it
works great for getting a new package up and running, but only if your'
doing all your using basically the gcc compiler.  well, i've been trying to
create an extension library for php, and i am mainly using visual c++ 6 sp 3
on win2k.  i can run the EXT_SKEL in my cygwin prompt, and it makes the
files, fixes the build scripts, and the configure options, etc.  but, it
doesn't fix the win32 projects to add the new library.  has anyone else
looked at this, or thied to look at this?

if nobody else has burned this bridge before, let me know, i'll come up with
something you guys can use.


Chris Gardner
Book Systems, Inc.
[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]




Re: [PHP-DEV] [[PHP-DEV] script type=... support (fwd)]

2001-08-16 Thread Chris Gardner

actually, i think both TYPE and LANGUAGE are required for validation
purposes.  it really needs to support

SCRIPT LANGUAGE=php TYPE=application/x-httpd-php

but, as cynic put it best, i think it's a wonderful idea, but i don't know
if i count . . . .


Chris Gardner
Book Systems, Inc.
[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] problem with gcc datetime

2001-08-15 Thread Chris Gardner

i'm getting a rather wierd problem here.  i'm trying a standard make of the
php source (actually of the php-4.0.6 source.)  i keep getting this compile
error on the datetime.c file.  i've also gone to cvs and grabbed the latest
datetime.c and gotten the same results.  is anyone else getting something
simular.  this is on a win2k box with cygwin.

i also included an version of gcc at the bottom if it any help . . .


-

gcc  -I. -I//e/php-4.0.6/ext/standard -I//e/php-4.0.6/main -I//e/php-4.0.6 -
I//e
/php-4.0.6/Zend -I//e/php-4.0.6/ext/mysql/libmysql -I//e/php-4.0.6/ext/xml/e
xpat
/xmltok -I//e/php-4.0.6/ext/xml/expat/xmlparse -I//e/php-4.0.6/TSRM  -DSUPPO
RT_U
TF8 -DXML_BYTE_ORDER=12 -g -O2  -c datetime.c  touch datetime.lo
datetime.c: In function `php_mktime':
datetime.c:188: wrong type argument to unary minus
datetime.c: In function `php_date':
datetime.c:442: invalid operands to binary /
datetime.c:442: invalid operands to binary %
datetime.c:450: wrong type argument to unary minus
datetime.c:450: wrong type argument to unary minus
datetime.c:503: invalid operands to binary /
datetime.c:504: invalid operands to binary %
datetime.c: In function `php_if_checkdate':
datetime.c:693: too many arguments to function `is_numeric_string'
make[3]: *** [datetime.lo] Error 1
make[3]: Leaving directory `//e/php-4.0.6/ext/standard'

$ gcc --version
2.95.3-5


-

Chris Gardner
Book Systems, Inc.
[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]