RE: [PHP-DEV] foreach

2002-04-25 Thread Rose, Billy
I feel like an idiot, I overlooked the *_fetch__array(). It's been a long week... Billy Rose [EMAIL PROTECTED] > -Original Message- > From: Gabriel Ricard [mailto:[EMAIL PROTECTED]] > Sent: Thursday, April 25, 2002 11:53 AM > To: Rose, Billy > Cc: [EMAIL PROTECTED]

[PHP-DEV] foreach

2002-04-25 Thread Rose, Billy
Environment: Apache 2.0.35 PHP 4.2.0RC2 FreeTDS used in place of Sybase libraries to connect to MS SQL 2000 RedHat Linux 7.1 PII 233 Problem: Using foreach retrieves a duplicate of each database column. Code tested: Test \n"); while ($row = sybase_fetch_array($result)) { pri

RE: [PHP-DEV] PHP 4.2.0 Release Announcement

2002-04-23 Thread Rose, Billy
Aaron Bannert [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, April 23, 2002 10:16 AM > To: Rose, Billy > Cc: PHP Developers Mailing List > Subject: Re: [PHP-DEV] PHP 4.2.0 Release Announcement > > > On Tue, Apr 23, 2002 at 06:20:18AM -0500, Rose, Billy wrote: > > I have Apache

RE: [PHP-DEV] PHP 4.2.0 Release Announcement

2002-04-23 Thread Rose, Billy
Correction, 2.0.35 (typo) Billy Rose [EMAIL PROTECTED] > -Original Message- > From: Rose, Billy [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, April 23, 2002 6:20 AM > To: 'Rasmus Lerdorf'; Brian Foddy > Cc: PHP Developers Mailing List > Subject: RE:

RE: [PHP-DEV] PHP 4.2.0 Release Announcement

2002-04-23 Thread Rose, Billy
I have Apache 2.0.25 with PHP 4.2.0RC2 running in production now. Been running since it was released. Billy Rose [EMAIL PROTECTED] > -Original Message- > From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, April 23, 2002 5:06 AM > To: Brian Foddy > Cc: PHP Developers Mailin

RE: [PHP-DEV] The PHP Platform

2002-04-15 Thread Rose, Billy
Have you buried your head into the source code to see how it works? If not, I suggest looking at what they have done before making the statement over performance. There is nothing I have seen that suggests they are implementing slowness (on purpose, by mistake, or for lack of time). These guys _kn

RE: [PHP-DEV] zend questions and bug #15333

2002-04-09 Thread Rose, Billy
L PROTECTED]] > Sent: Tuesday, April 09, 2002 2:05 PM > To: Rose, Billy; Php-Dev List > Subject: RE: [PHP-DEV] zend questions and bug #15333 > > > zend_strndup is a php implementation. It does not use the > strndup function > available through MS's library. The problem

RE: [PHP-DEV] zend questions and bug #15333

2002-04-09 Thread Rose, Billy
Forgot to mention, the algorithm in the MS lib is what is faulty. It overruns the buffer at times. Billy Rose [EMAIL PROTECTED] > -Original Message- > From: Joseph Tate [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, April 09, 2002 1:41 PM > To: Php-Dev List > Subject: [PHP-DEV] zend questi

RE: [PHP-DEV] zend questions and bug #15333

2002-04-09 Thread Rose, Billy
Is this using the Microsoft libraries? If so, I have encountered similar string function problems while creating an NT service. In the MS libs, strings are handled as 32 bit integers with any odd bytes masked off at the end of the string. The rep counter increments 4 times per iteration until odd

RE: [PHP-DEV] Supporting Apache 2 with PHP 4.2.0

2002-04-09 Thread Rose, Billy
PHP-DEV-Apache2 mailing list? Billy Rose [EMAIL PROTECTED] > -Original Message- > From: Stig S. Bakken [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, April 09, 2002 11:14 AM > To: James Cox > Cc: Stig S. Bakken; Jani Taskinen; Derick Rethans; PHP > Quality Assurance > TeamMailing List; PH

RE: [PHP-DEV] Re: [PHP-QA] Supporting Apache 2 with PHP 4.2.0

2002-04-09 Thread Rose, Billy
Which client library are you using? Billy Rose [EMAIL PROTECTED] -Original Message- From: Stanislav Malyshev [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 09, 2002 9:20 AM To: Rose, Billy Cc: PHP Developers Mailing List Subject: RE: [PHP-DEV] Re: [PHP-QA] Supporting Apache 2 with PHP

RE: [PHP-DEV] Re: [PHP-QA] Supporting Apache 2 with PHP 4.2.0

2002-04-09 Thread Rose, Billy
Which mysql functions are causing the segfault? I currently have PHP 4.2.0RC2 + Apache 2.0.35 running on my test machine and PHP 4.1.2 + Apache 2.0.32 running on a production machine with 1.3.22 on it in case things go sour. Billy Rose [EMAIL PROTECTED] -Original Message- From: Stanisla

[PHP-DEV] diff for 4.2.0RC2 to compile against Apache 2.0.35-dev

2002-04-08 Thread Rose, Billy
Here's a context diff of changes needed to compile against Apache 2.0.35-dev (or newer I assume). Billy Rose *** php-4.2.0RC2/sapi/apache2filter/sapi_apache2.c Thu Mar 14 04:57:00 2002 --- ../php-4.2.0RC2/sapi/apache2filter/sapi_apache2.c Mon Apr 8 09:21:46 2002 *** *** 55,64

Re: [PHP-DEV] multiselects and arrays

2001-05-10 Thread Rose, Billy
You can iterate through document..elements if you need to access them. Changing the bracket notation would not be needed. "Colin" <[EMAIL PROTECTED]> wrote in message news:<9dec79$aa9$[EMAIL PROTECTED]>... > > Example: > > I have a page with multiselect, which name is SEL1 > > (I cannot use squar