[PHP-DEV] Bug #10766: date function "S" qualifier doesn't work and is inconsistent

2001-05-09 Thread bmonro
From: [EMAIL PROTECTED] Operating system: solaris PHP version: 4.0.4 PHP Bug Type: Date/time related Bug description: date function "S" qualifier doesn't work and is inconsistent -- Edit Bug report at: http://bugs.php.net/?id=10766&edit=1 -- PHP Development Mailing L

[PHP-DEV] Bug #10766 Updated: date function "S" qualifier doesn't work and is inconsistent

2001-05-09 Thread derick
ID: 10766 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Date/time related Operating system: PHP Version: 4.0.4 Assigned To: Comments: Please provide more information and post a short script the shows your problem. Previous Comments: -

Re: [PHP-DEV] Bug #10758 Updated: php_curl.dll won't load, even if in WinNT\system32 folder

2001-05-09 Thread Daniel Beulshausen
At 19:51 09.05.2001 +, [EMAIL PROTECTED] wrote: >ID: 10758 >User Update by: [EMAIL PROTECTED] >Status: Bogus >Bug Type: IIS related >Operating system: WinNT 4.0 >PHP Version: 4.0.4pl1 >Description: php_curl.dll won't load, even if in WinNT\system32 folder > >Possible Solution: > >To use the ph

[PHP-DEV] Bug #10767: CDATA sections not type'd or content'd

2001-05-09 Thread gregory
From: [EMAIL PROTECTED] Operating system: Linux RH 6.2 PHP version: 4.0.5 PHP Bug Type: DOM XML related Bug description: CDATA sections not type'd or content'd well, using the dom and libxml 2.3.8 (and libxml 1 was required in 4.0.4pl1 too) it (getting CDATA content) worke

[PHP-DEV] Bug #10768: undefined symbol: output_globals

2001-05-09 Thread jacobc
From: [EMAIL PROTECTED] Operating system: Debian 2.2r2 on Alpha platform PHP version: 4.0.5 PHP Bug Type: Dynamic loading Bug description: undefined symbol: output_globals [output] Syntax error on line 208 of /usr/local/apache/conf/httpd.conf: Cannot load /usr/local/apache/l

[PHP-DEV] Bug #10768 Updated: undefined symbol: output_globals

2001-05-09 Thread sniper
ID: 10768 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: Dynamic loading Operating system: PHP Version: 4.0.5 Assigned To: Comments: Please try this cmd: './configure --help'. You should be using the INSTALL paths of the external resources. i.e. -

[PHP-DEV] Bug #10769: sendmail_port does not work

2001-05-09 Thread mlabrot
From: [EMAIL PROTECTED] Operating system: Win32 PHP version: 4.0.5 PHP Bug Type: Mail related Bug description: sendmail_port does not work The sendmail_port INI variable has been left out of the PHP_INI var registration block. SMTP mail is forced to use port 25 in win32.

[PHP-DEV] Bug #10770: . (concatenation) preceeds mathematical operations in order of execution

2001-05-09 Thread vitaliyf
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.5 PHP Bug Type: Feature/Change Request Bug description: . (concatenation) preceeds mathematical operations in order of execution will output: -2 world ("hello " . $i is evaluated into "hello 10", then 2 i

[PHP-DEV] Bug #10771: Segmentation Fault

2001-05-09 Thread hackie
From: [EMAIL PROTECTED] Operating system: Linux 2.4.4-ac6 i686 SMP (glibc-2.2.2) PHP version: 4.0.4pl1 PHP Bug Type: Reproducible crash Bug description: Segmentation Fault 'nuff said -- Edit Bug report at: http://bugs.php.net/?id=10771&edit=1 -- PHP Development Mail

[PHP-DEV] Bug #10772: destroy_op_array

2001-05-09 Thread phplist
From: [EMAIL PROTECTED] Operating system: Win2000 Server SP1 PHP version: 4.0 Latest CVS (2001-05-09) PHP Bug Type: Class/Object related Bug description: destroy_op_array This happens everytime I try to instanciate a class. Got last 4.0.6 from php4win.de, also happens with o

[PHP-DEV] Bug #10773: C Compiler cannot create executables

2001-05-09 Thread keller_matthew
From: [EMAIL PROTECTED] Operating system: Sun Solaris 8 PHP version: 4.0.5 PHP Bug Type: *Install and Config Bug description: C Compiler cannot create executables I am entering the following script for configure ./configure --with-nsapi=/opt/server/netscape/server --with-oci

[PHP-DEV] Bug #10772 Updated: destroy_op_array

2001-05-09 Thread phplist
ID: 10772 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Class/Object related Operating system: Win2000 Server SP1 PHP Version: 4.0 Latest CVS (2001-05-09) Description: destroy_op_array Actually, this only happens if I set a variable, inside a class, to a new class (of itself, or anoth

[PHP-DEV] Bug #10771 Updated: Segmentation Fault

2001-05-09 Thread sniper
ID: 10771 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Reproducible crash Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: Can't reproduce with latest CVS. If this happens with PHP 4.0.5 too, reopen. --Jani Previous Comments: -

[PHP-DEV] Bug #10772 Updated: destroy_op_array

2001-05-09 Thread sniper
ID: 10772 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Class/Object related Operating system: PHP Version: 4.0 Latest CVS (2001-05-09) Assigned To: Comments: Add a short script which can be used to reproduce this into this bug report. --Jani

[PHP-DEV] Bug #10773 Updated: C Compiler cannot create executables

2001-05-09 Thread sniper
ID: 10773 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: *Install and Config Operating system: PHP Version: 4.0.5 Assigned To: Comments: Are you using GCC ? If not, get it. As this problem is with your compiler, not in PHP. And it's problem with

[PHP-DEV] Bug #10770 Updated: . (concatenation) preceeds mathematical operations in order of execution

2001-05-09 Thread sniper
ID: 10770 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Feature/Change Request Operating system: PHP Version: 4.0.5 Assigned To: Comments: http://www.php.net/manual/en/language.operators.precedence.php . and - are equal. Use ()'s to override it.

[PHP-DEV] Bug #10772 Updated: destroy_op_array

2001-05-09 Thread phplist
ID: 10772 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: Class/Object related Operating system: Win2000 Server SP1 PHP Version: 4.0 Latest CVS (2001-05-09) Description: destroy_op_array Whoa. Sorry for this. Actually all the problems went away when I deleted all f

Re: [PHP-DEV] Bug #10751: When ever I submit the japanese sjis charset string $B%=%U%H%&%'%"(B from the client side

2001-05-09 Thread Yasuo Ohgaki
You are not supposed to use SJIS. Try UTF-8 or EUC-JP -- Yasuo Ohgaki <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > From: [EMAIL PROTECTED] > Operating system: Red Hat Linux 6.2 > PHP version: 4.0.5 > PHP Bug Type: Scripting Engine probl

[PHP-DEV] Bug #10742 Updated: iconv failure

2001-05-09 Thread dnl
ID: 10742 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Compile Failure Operating system: redhat7.1 PHP Version: 4.0.5 Description: iconv failure filename is iconv/config.m4 Previous Comments: --- [2001-05-09 14:

[PHP-DEV] Bug #10742 Updated: iconv failure

2001-05-09 Thread dnl
ID: 10742 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Compile Failure Operating system: redhat7.1 PHP Version: 4.0.5 Description: iconv failure filename is config.m4, if use error source,you cannot make iconv for php4.05. please use right replace error. error begin row 30. Prev

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

2001-05-09 Thread Harald Radi
looking forward to getting php case sensitive i'm just wondering that function names are exported mixed case in the com extension. e.g. there's a COM_load() and a com_set(), is there a special reason for this (zeev) ? another question: according to the CODING_STANDARDS file every function should b

[PHP-DEV] Bug #10774: SWF complill error

2001-05-09 Thread webmaster
From: [EMAIL PROTECTED] Operating system: Red Hat Linux 6.2 PHP version: 4.0.4pl1 PHP Bug Type: SWF related Bug description: SWF complill error I have attempted to compille php 4.0.4pl1 and 4.0.5 using files that I downloaded from "http://reality.sgi.com/grafica/flash/"; an

Re: [PHP-DEV] unbuffered mysql_db_query for 4.0.6?

2001-05-09 Thread Andi Gutmans
At 04:03 PM 5/9/2001 -0400, Jon Parise wrote: >On Wed, May 09, 2001 at 08:28:55PM +0200, Jani Taskinen wrote: > > > Remove. Actually..should that mysql_db_query() be deprecated too? > > Starting 4.0.6 with warning? > >That sounds like a good move to me (provided it's just a warning >for now). It

[PHP-DEV] Bug #10775: Apache process in loop after allocation of first session

2001-05-09 Thread peter
From: [EMAIL PROTECTED] Operating system: NT 4.0 SP6a PHP version: 4.0.5 PHP Bug Type: *Session related Bug description: Apache process in loop after allocation of first session Using Apache 1.3.19, PHP 4.0.5, MySQL from April download. The web site has worked with several

Re: [PHP-DEV] unbuffered mysql_db_query for 4.0.6?

2001-05-09 Thread Jani Taskinen
On Thu, 10 May 2001, Andi Gutmans wrote: >At 04:03 PM 5/9/2001 -0400, Jon Parise wrote: >>On Wed, May 09, 2001 at 08:28:55PM +0200, Jani Taskinen wrote: >> >> > Remove. Actually..should that mysql_db_query() be deprecated too? >> > Starting 4.0.6 with warning? >> >>That sounds like a good move to

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

2001-05-09 Thread Jani Taskinen
On Thu, 10 May 2001, Harald Radi wrote: >looking forward to getting php case sensitive i'm just wondering that Me too. >function names are exported mixed case in the com extension. >e.g. there's a COM_load() and a com_set(), is there a special reason for >this (zeev) ? This is just because som

Re: [PHP-DEV] documentation

2001-05-09 Thread Stig Sæther Bakken
["Harald Radi" <[EMAIL PROTECTED]>] > hi, > > how should classes be documented ? since they are not really a function they > only have a return value together with new and seems > to be illogical. > is there also a way to document members and attributes ? > is there a list of tags that are avail

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

2001-05-09 Thread Sterling Hughes
On Thu, 10 May 2001, Jani Taskinen wrote: > On Thu, 10 May 2001, Harald Radi wrote: > > >looking forward to getting php case sensitive i'm just wondering that > > Me too. > > >function names are exported mixed case in the com extension. > >e.g. there's a COM_load() and a com_set(), is there a spe

[PHP-DEV] Bug #10774 Updated: SWF complill error

2001-05-09 Thread sniper
ID: 10774 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: SWF related Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: Use MING instead. It's much better and it's been still developed. It seems like the libswf is pretty much dead projec

Re: [PHP-DEV] Bug #10774: SWF complill error

2001-05-09 Thread Jani Taskinen
Sterling? Time to nuke swf extension? That site of libswf has been updated last time 1999..? --Jani On 10 May 2001 [EMAIL PROTECTED] wrote: >From: [EMAIL PROTECTED] >Operating system: Red Hat Linux 6.2 >PHP version: 4.0.4pl1 >PHP Bug Type: SWF related >Bug description: S

Re: [PHP-DEV] Bug #10774 Updated: SWF complill error

2001-05-09 Thread Sterling Hughes
On 10 May 2001 [EMAIL PROTECTED] wrote: > ID: 10774 > Updated by: sniper > Reported By: [EMAIL PROTECTED] > Old-Status: Open > Status: Closed > Bug Type: SWF related > Operating system: > PHP Version: 4.0.4pl1 > Assigned To: > Comments: > > Use MING instead. It's much better and it's been still >

Re: [PHP-DEV] Bug #10774: SWF complill error

2001-05-09 Thread Sterling Hughes
On Thu, 10 May 2001, Jani Taskinen wrote: > > Sterling? Time to nuke swf extension? > That site of libswf has been updated last time 1999..? > > --Jani > No... Many people (surprisingly :) still use and rely on the libswf extension. I've still had (within the last month or two) like 40 message

Re: [PHP-DEV] Bug #9816 Updated: FATAL: emalloc(): Unable to allocate

2001-05-09 Thread Nolan Andres
*sigh*...Still fails in 4.0.5...thanks just the same. Let me know if there's anything else I can do... tested on: Windows 2000 Server, SP1 PHP4.0.5 CGI IIS5 Access97, called using odbc_exec query: "SELECT LastName & ', ' & FirstName AS pName FROM Borrowers" error: FATAL: emalloc(): Unable to

Re: [PHP-DEV] Bug #10774: SWF complill error

2001-05-09 Thread Jani Taskinen
Ok. Any ideas how to "not force them because that is evil" but softly suggest them to not use libswf but ming instead? Warning into configure? A note about it being deprecated into configure help? --Jani On Wed, 9 May 2001, Sterling Hughes wrote: >On Thu, 10 May 2001, Jani Taskinen wrote: >

Re: [PHP-DEV] Bug #10774: SWF complill error

2001-05-09 Thread Sterling Hughes
On Thu, 10 May 2001, Jani Taskinen wrote: > > Ok. Any ideas how to "not force them because that is evil" > but softly suggest them to not use libswf but ming instead? > > Warning into configure? A note about it being deprecated into > configure help? > I'd say a manual note and a message for the

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

2001-05-09 Thread Jani Taskinen
On Wed, 9 May 2001, Sterling Hughes wrote: >On Thu, 10 May 2001, Jani Taskinen wrote: >> This is just because some developers don't like to follow the guidelines. >> As, I quote, "it woulnd't be fun anymore" or "you can't force anyone". > >Hrrmmm.. Which guidelines would those be? And no, you ca

[PHP-DEV] Bug #10776: Externally set LDFLAGS not exported by configure

2001-05-09 Thread d . begley
From: [EMAIL PROTECTED] Operating system: Solaris 7 PHP version: 4.0.5 PHP Bug Type: Compile Problem Bug description: Externally set LDFLAGS not exported by configure If you set CC, CFLAGS and LDFLAGS prior to running configure, CC and CFLAGS will be used by and exported thr

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

2001-05-09 Thread Sterling Hughes
On Thu, 10 May 2001, Jani Taskinen wrote: > On Wed, 9 May 2001, Sterling Hughes wrote: > > >On Thu, 10 May 2001, Jani Taskinen wrote: > >> This is just because some developers don't like to follow the guidelines. > >> As, I quote, "it woulnd't be fun anymore" or "you can't force anyone". > > > >H

[PHP-DEV] Bug #10777: Missing libraries for Netscape LDAP SDK

2001-05-09 Thread d . begley
From: [EMAIL PROTECTED] Operating system: Solaris 7 PHP version: 4.0.5 PHP Bug Type: LDAP related Bug description: Missing libraries for Netscape LDAP SDK ext/ldap/config.m4 looks for and adds the library required for the Netscape LDAP SDK (such as ldapssl41); the script al

<    1   2