[PHP-DEV] Bug #13174 Updated: SIGABRT when starting iPlanet

2001-09-16 Thread aki . hakkila
ID: 13174 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: iPlanet related Operating System: Solaris 2.6 PHP Version: 4.0.6 New Comment: : php4-200109062235 seems to work. Still getting funny error messages when requesting : non-exista

[PHP-DEV] Bug #13333 Updated: ant, beatle?

2001-09-16 Thread sniper
ID: 1 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Closed Status: Bogus Bug Type: Unknown/Other Function Operating System: PHP Version: 4.0.6 Previous Comments: [2001-09-16 23:12:20] [EMAIL PROTECTED]

[PHP-DEV] Bug #13334 Updated: undefined function: mssql_pconnect()

2001-09-16 Thread sniper
ID: 13334 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Unknown/Other Function Operating System: Windows NT/2000 PHP Version: 4.0.6 Edit this bug report at http://bugs.php.net/?id=13334&edit=1 -- PHP Development Mailing List T

[PHP-DEV] Bug #13334: undefined function: mssql_pconnect()

2001-09-16 Thread tech1
From: [EMAIL PROTECTED] Operating system: Windows NT/2000 PHP version: 4.0.6 PHP Bug Type: Unknown/Other Function Bug description: undefined function: mssql_pconnect() -- Edit bug report at: http://bugs.php.net/?id=13334&edit=1 -- PHP Development Mailing List

[PHP-DEV] Bug #13333 Updated: ant, beatle?

2001-09-16 Thread swm
ID: 1 Updated by: swm Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Unknown/Other Function Operating System: PHP Version: 4.0.6 New Comment: Such information will be useful for the 'PHP In Zoology Working Committee.' Otherwise, it is completely useless to us. Pre

[PHP-DEV] Bug #13333: ant, beatle?

2001-09-16 Thread daddygordy
From: [EMAIL PROTECTED] Operating system: PHP version: 4.0.6 PHP Bug Type: Unknown/Other Function Bug description: ant, beatle? Color - black. 3 segemented body. 1/2 to 2+ inches long. Tail segment starts off round goes flat, when alarmed two white stingers protrude. hea

[PHP-DEV] Bug #13328 Updated: Won't compile with mm-1.1.3

2001-09-16 Thread norny
ID: 13328 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Bogus Bug Type: Compile Failure Operating System: Linux 2.4.9 PHP Version: 4.0CVS-2001-09-16 New Comment: I compiled mm with --disable-shared at the suggestion of the mod_ssl INSTALL doc. "

[PHP-DEV] Bug #13328 Updated: Won't compile with mm-1.1.3

2001-09-16 Thread sniper
ID: 13328 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Bogus Status: Feedback Bug Type: Compile Failure Operating System: Linux 2.4.9 PHP Version: 4.0CVS-2001-09-16 New Comment: It was marked as bogus since you were doing it wrong and thus asking support question here. And becau

[PHP-DEV] Bug #13328 Updated: Won't compile with mm-1.1.3

2001-09-16 Thread norny
ID: 13328 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Compile Failure Operating System: Linux 2.4.9 PHP Version: 4.0CVS-2001-09-16 New Comment: I don't think this is bogus. My mm configuration: Compiled and installed mm library: cd mm-1.1.3 ./co

[PHP-DEV] Rand...

2001-09-16 Thread Jeroen van Wolffelaar
Hi all, There has been a bit of discussion about rand(). I really appreciate that, though I would have preferred if it was held BEFORE the changes I (tried to) make. Okay, back to business. By special request, as short as possible: (I assume you've read the latest proposal, if not, go to http:/

[PHP-DEV] Bug #13332: PWS not configured correctly using php406-installer

2001-09-16 Thread kathuw
From: [EMAIL PROTECTED] Operating system: Windows 98 PHP version: 4.0.6 PHP Bug Type: PWS related Bug description: PWS not configured correctly using php406-installer I'll cut to the chase, to save manually setting up PHP 4.0.6 on my windows 98 box, I downloaded the php406-i

Re: [PHP-DEV] Versioning (resent AGAIN due to lack of replies)

2001-09-16 Thread Stig Bakken
On Mon, 17 Sep 2001, Stig Bakken wrote: > On Sun, 16 Sep 2001, Sander Steffann wrote: > > > Hi, > > > > > PHP_VERSION_NUM > > > > +1 from me too. > > > > > Example: > > > GD_EXT_VERSION = 30201 > > > > Very big +1 on this one (or something similar). What also would be useful is > > a built-i

Re: [PHP-DEV] Versioning (resent AGAIN due to lack of replies)

2001-09-16 Thread Stig Bakken
On Sun, 16 Sep 2001, Sander Steffann wrote: > Hi, > > > PHP_VERSION_NUM > > +1 from me too. > > > Example: > > GD_EXT_VERSION = 30201 > > Very big +1 on this one (or something similar). What also would be useful is > a built-in way to determine optional parts of extensions, like something to

Re: [PHP-DEV] fwd: buildconf troubles

2001-09-16 Thread Hartmut Holzgraefe
same problem on two SuSE 7.0 boxes here this week while an older one running SuSE 6.3 and a manually updated libtool 1.4 did work fine (same version numbers of auto* on both of them) on one of the boxes everything worked fine again after commenting out the DLOPEN_SELF stuff in Zend/Zend.m4 while

Re: [PHP-DEV] fwd: buildconf troubles

2001-09-16 Thread Hartmut Holzgraefe
i had the same effect last week on two SuSE 7.0 systems while a 6.3 with manualy updated libtool worked fine (all with the same autoconf and automake versions) on one of the boxes it helped to comment out the DLOPEN_SELF stuff in Zend/Zend.m4, but the other one is still giving me undefined macro

[PHP-DEV] Re: array_sum() needed but not available in < 4.0.4 versions..

2001-09-16 Thread Jeroen van Wolffelaar
> How can I add the function array_sum() to "older" php core installations? Grep though the current source with 'array_sum', and add the three things that come up to your 4.0.3-source: a proto in a .h-file, a PHP_FE entry, and the PHP_FUNCTION itself. It should work... but why not simply upgrade?

[PHP-DEV] array_sum() needed but not available in < 4.0.4 versions..

2001-09-16 Thread devTeam
How can I add the function array_sum() to "older" php core installations? I have to deal with PHP Version 4.0.3pl1 and according to the php.net doc its available from 4.0.4.. Please answer at: [EMAIL PROTECTED] Txs! -- PHP Development Mailing List To unsubscribe, e-m

[PHP-DEV] fwd: buildconf troubles

2001-09-16 Thread Doug MacEachern
still stuck on this with current cvs, anybody else seeing this? >From [EMAIL PROTECTED] Thu Aug 30 09:47:20 2001 -0700 Status: X-Status: X-Keywords: Date: Thu, 30 Aug 2001 09:47:20 -0700 (PDT) From: Doug MacEachern <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: buildconf troubles Message-ID

[PHP-DEV] Bug #13325 Updated: php_printer.dll causes Access violation in php4ts.dll

2001-09-16 Thread ryan
ID: 13325 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Reproducible crash Operating System: Windows 2000, SP2, all updates PHP Version: 4.0CVS-2001-09-15 New Comment: Sorry, the file it errors in is NOT printer.c, it is zend_alloc.c Previous Comments:

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/dbplus dbplus.c php_dbplus.c

2001-09-16 Thread Hartmut Holzgraefe
Andi Gutmans wrote: > Best if you use php_strtok_r() as it's thread safe. strtok() is not > thread-safe on all systems. yes, but trying to mimic the design flaw from the Perl interface to db++ that allowed to pass a domain list as a whitespace separated string instead of an array was a bad decis

Re: [PHP-DEV] Versioning (resent AGAIN due to lack of replies)

2001-09-16 Thread Sander Steffann
Hi, > PHP_VERSION_NUM +1 from me too. > Example: > GD_EXT_VERSION = 30201 Very big +1 on this one (or something similar). What also would be useful is a built-in way to determine optional parts of extensions, like something to check if GD supports GIF/PNG/etc. This way, you can check the versi

[PHP-DEV] Bug #13331 Updated: bad results of "getdate()" function

2001-09-16 Thread derick
ID: 13331 Updated by: derick Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Date/time related Operating System: win2k PHP Version: 4.0.6 New Comment: You just discovered daylight savings time... Derick Previous Comments:

[PHP-DEV] Bug #13328 Updated: Won't compile with mm-1.1.3

2001-09-16 Thread sniper
ID: 13328 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Compile Failure Operating System: Linux 2.4.9 PHP Version: 4.0CVS-2001-09-16 New Comment: please ask support questions on the mailing lists: http://www.php.net/support.php Previous Comments:

[PHP-DEV] Bug #13331 Updated: bad results of "getdate()" function

2001-09-16 Thread hholzgra
ID: 13331 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Date/time related Operating System: win2k PHP Version: 4.0.6 New Comment: ever heard of daylight saving time? :) Previous Comments: -

Re: [PHP-DEV] Versioning (resent AGAIN due to lack of replies)

2001-09-16 Thread derick
Hello, hrm, I swear I saw this before... but I say again that I think this is a very good idea, this weill make BC much less probably, for example, I still remember the probs with the DOMXML extension... +2 Derick On Sun, 16 Sep 2001, Jani Taskinen wrote: > v.m.b = v * 1 + m * 100 + b >

Re: [PHP-DEV] Versioning (resent AGAIN due to lack of replies)

2001-09-16 Thread Sterling Hughes
On Sun, 16 Sep 2001, Jani Taskinen wrote: > > I was thinking of PEAR too, don't worry. :) > But the versioning scheme/rules for PHP must be strict. > > Consider following: > > We have a numeric version constant: > > PHP_VERSION_NUM > > the value for this is calculated with this simple formula: >

[PHP-DEV] Bug #13331: bad results of "getdate()" function

2001-09-16 Thread miran
From: [EMAIL PROTECTED] Operating system: win2k PHP version: 4.0.6 PHP Bug Type: Date/time related Bug description: bad results of "getdate()" function Hi, I found some bug in function getdate() - it returns bad results - from two different times (1035680400 and 103567680

[PHP-DEV] zend_language_scanner.c:2747: parameter names (without types) in function declaration

2001-09-16 Thread Jon Parise
Can someone with more clue investigate the following warning? I get it from a clean build of the current HEAD trees under FreeBSD 4.4-RC. /bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../main -DUSE_EXPAT -I../TSRM -g -O2 -prefer-pic -c zend_language_scanner.c zend

[PHP-DEV] Re: Bug #13327 Updated: VIRUS IN PHP.EXE (v4.0.6)

2001-09-16 Thread Jair Moraes dos Santos
Thank you. I noticed that 3 minutes ago, that virus renames the .EXE to .EX$ and create a .EXE program to infect system. I noticed it in 4 files .ZIP at least. It happens (on my PC) in .EXE files inside .ZIP archives. The solution is just delete the .EXE and rename .EX$ to .EXE again. I'm sorry

[PHP-DEV] Bug #13330 Updated: Will not Compile so called Inlines of Code,

2001-09-16 Thread derick
ID: 13330 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Scripting Engine problem Operating System: WIN2K PHP Version: 4.0.6 New Comment: It should echo out "sample time()" and it does that on both win2k, win 98 and Linux for me. No bug. Previous Com

[PHP-DEV] Bug #13330: Will not Compile so called Inlines of Code,

2001-09-16 Thread pudrik
From: [EMAIL PROTECTED] Operating system: WIN2K PHP version: 4.0.6 PHP Bug Type: Scripting Engine problem Bug description: Will not Compile so called Inlines of Code, for example... try the following under linux and under windows.. the win version will not work! in

[PHP-DEV] Bug #13327 Updated: VIRUS IN PHP.EXE (v4.0.6)

2001-09-16 Thread derick
ID: 13327 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Unknown/Other Function Operating System: WIN95 PHP Version: 4.0.6 New Comment: There is no virus in this file (just checked with latest updates). Your system must be infected. Derick Previous

[PHP-DEV] Bug #13329 Updated: Spelling mistake: define CURLOPT_BINARYTRANSER without letter F

2001-09-16 Thread derick
ID: 13329 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: cURL related Operating System: any PHP Version: 4.0.6 New Comment: Already fixed in CVS Previous Comments: [2001-09-16 0

[PHP-DEV] Bug #13329: Spelling mistake: define CURLOPT_BINARYTRANSER without letter F

2001-09-16 Thread dq
From: [EMAIL PROTECTED] Operating system: any PHP version: 4.0.6 PHP Bug Type: cURL related Bug description: Spelling mistake: define CURLOPT_BINARYTRANSER without letter F In source file curl.c, line 157 in PHP version 4.0.6 there's a spelling mistake. A define with the na

[PHP-DEV] Bug #13328: Won't compile with mm-1.1.3

2001-09-16 Thread norny
From: [EMAIL PROTECTED] Operating system: Linux 2.4.9 PHP version: 4.0CVS-2001-09-16 PHP Bug Type: Compile Failure Bug description: Won't compile with mm-1.1.3 I know this bug report sucks because it doesn't have error output, but php 4.0.7RC2 won't compile for me with --wit

[PHP-DEV] Bug #13312 Updated: cant connect to a odbc source

2001-09-16 Thread kalowsky
ID: 13312 Updated by: kalowsky Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: ODBC related Operating System: Windows2000 server PHP Version: 4.0.6 Previous Comments: [2001-09-15 04:04:27] [EMAIL P

[PHP-DEV] Bug #13327: VIRUS IN PHP.EXE (v4.0.6)

2001-09-16 Thread jairsan
From: [EMAIL PROTECTED] Operating system: WIN95 PHP version: 4.0.6 PHP Bug Type: Unknown/Other Function Bug description: VIRUS IN PHP.EXE (v4.0.6) Hi! I downloaded the PHP 4.0.6 and the file PHP.EXE inside the compressed file php-4.0.6-Win32.zip is infected with the virus W9

[PHP-DEV] Bug #13278 Updated: enhancement for ldap_start_tls function

2001-09-16 Thread venaas
ID: 13278 Updated by: venaas Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: LDAP related Operating System: Solaris 7 PHP Version: 4.0.6 Old Assigned To: Assigned To: venaas New Comment: We need the function, but we can't force v3, and we can't use ldap_init() for eve