[PHP-DEV] PHP 4.0 Bug #7237 Updated: PHP Isapi Filter fails after some consecutive uses

2001-03-07 Thread fjortiz
ID: 7237 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: IIS related Description: PHP Isapi Filter fails after some consecutive uses First: I didn't write the comment [2001-03-06 04:51:50] so I'd like an explanation please. Who has written anything using my name? Now with the bug:

Re: [PHP-DEV] Re: [PHP-QA] ctype function (re?)naming

2001-03-07 Thread Hellekin O. Wolf
At 23:48 06/03/2001 -0700, Zak Greant wrote: Andi wrote: [snip] Yep. Let's start doing some damage. bzip2 is a very good victim. bzclose - bz_close bzcompress - bz_compress bzdecompress - bz_decompress bzerrno - bz_errno bzerror - bz_error bzerrstr - bz_errstr bzflush

Re: [PHP-DEV] Function dl()

2001-03-07 Thread Zeev Suraski
Regardless of the request itself, it'd be much better if you loaded the .so/.dll in php.ini, instead of in every script. Loading it using dl() in every script is extremely inefficient. Zeev At 20:19 6/3/2001, Andrew Lawrence wrote: I'm not a member of this list so please CC any replies to me

[PHP-DEV] PHP 4.0 Bug #9594 Updated: Call to unsupported or undefined function pg_connect() in...

2001-03-07 Thread sasha
ID: 9594 Updated by: sasha Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: PostgreSQL related Assigned To: Comments: Apparently, there is no postgres extension in the php that runs your script. Recompile/reinstall or ask your sysadmin to do this. Check the output of

[PHP-DEV] PHP 4.0 Bug #9594 Updated: Call to unsupported or undefined function pg_connect() in...

2001-03-07 Thread sasha
ID: 9594 Updated by: sasha Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: PostgreSQL related Assigned To: Comments: Apparently, there is no postgres extension in the php that runs your script. Recompile/reinstall or ask your sysadmin to do this. Check the output of phpinfo() to make

[PHP-DEV] Re: [PHP-GTK] Re: [PHP-DEV] Function dl()

2001-03-07 Thread Andrew Lawrence
On Wednesday 07 March 2001 05:20, Zeev Suraski wrote: Regardless of the request itself, it'd be much better if you loaded the .so/.dll in php.ini, instead of in every script. Loading it using dl() in every script is extremely inefficient. Andrei Zmievski can probably explain this better than

[PHP-DEV] Re: [PHP-GTK] Re: [PHP-DEV] Function dl()

2001-03-07 Thread Zeev Suraski
At 12:41 7/3/2001, Andrew Lawrence wrote: On Wednesday 07 March 2001 05:20, Zeev Suraski wrote: Regardless of the request itself, it'd be much better if you loaded the .so/.dll in php.ini, instead of in every script. Loading it using dl() in every script is extremely inefficient. Andrei

[PHP-DEV] PHP 4.0 Bug #9600: PHP chashing on IRIX

2001-03-07 Thread mats_gustavsson
From: [EMAIL PROTECTED] Operating system: IRIX 6.5 PHP version: 4.0.4pl1 PHP Bug Type: Reproduceable crash Bug description: PHP chashing on IRIX I sucessfully install php-3.0.18 togeter with apache_1.3.17 When doing the same with php-4.0.4pl1 PHP crash. When tracining it

[PHP-DEV] PHP as ISAPI module crashes but...

2001-03-07 Thread Paco Ortiz
Hi: I've discovered something very interesting: perhaps you already know that using PHP + IIS in ISAPI mode is not recommended, because of the: "PHP has encountered an Access Violation at 73342C83" and so errors. So CGI use is recommended. But I have found that this happens whenever

Re: [PHP-DEV] PHP as ISAPI module crashes but...

2001-03-07 Thread Phil Driscoll
I'm a keen as you are for the PHP ISAPI module to work reliably, but before we start sorting out the extension modules, we need to sort out the core itself. For me (on my NT4/IIS4/SP6 setup), php 'straight out of the box' falls over with server 500 errors on the simplest of scripts - even with

[PHP-DEV] PHP 4.0 Bug #9227 Updated: php module crashes without content-type header.

2001-03-07 Thread wmartino
ID: 9227 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Reproduceable crash Description: php module crashes without content-type header. Here is my php.ini file: max_execution_time = 300 include_path="." zend_extension="/usr/local/Zend/ZendDebugger.so" I

Re: [PHP-DEV] PHP as ISAPI module crashes but...

2001-03-07 Thread Paco Ortiz
Hi: 3/7/01 11:33:18 AM, "Phil Driscoll" [EMAIL PROTECTED] wrote: I'm a keen as you are for the PHP ISAPI module to work reliably, but before we start sorting out the extension modules, we need to sort out the core itself. For me (on my NT4/IIS4/SP6 setup), php 'straight out of the box' falls

[PHP-DEV] PHP 4.0 Bug #9273 Updated: feature request: pg_cancel()

2001-03-07 Thread sasha
ID: 9273 Updated by: sasha Reported By: [EMAIL PROTECTED] Status: Open Bug Type: PostgreSQL related Assigned To: Comments: Good point, but the implementation is not so straightforward. Note that the registered shutdown function is called the next time your script tries to output some data.

Re: [PHP-DEV] PHP as ISAPI module crashes but...

2001-03-07 Thread Phil Driscoll
Paco wrote: are you trying with 4.0.4pl1? Try, please. I had the same problems with previous Yes, I've been using 4.0.4pl1 since day '0', and it 'reliably' goes wrong for me. Are you using NT4 or W2K? Cheers -- Phil Driscoll Dial Solutions +44 (0)113 294 5112 http://www.dialsolutions.com

[PHP-DEV] PHP 4.0 Bug #9601: MySQL connects to wrong database

2001-03-07 Thread gkopp
From: [EMAIL PROTECTED] Operating system: Linux 6.2 PHP version: 4.0.4pl1 PHP Bug Type: MySQL related Bug description: MySQL connects to wrong database MySQL: 3.22.32-beta Apache: 1.3.14 MySQL is connecting to the wrong database: I have two databases: ceres ceres_test

[PHP-DEV] Re: [PHP-GTK] Re: [PHP-DEV] Function dl()

2001-03-07 Thread Andrei Zmievski
On Wed, 07 Mar 2001, Andrew Lawrence wrote: Andrei Zmievski can probably explain this better than I can, but loading the library through php.ini is not desirable or possible I believe. That was a bug, it's been fixed now. -Andrei * If it ain't broken, it doesn't have enough features yet. *

Re: [PHP-DEV] PHP as ISAPI module crashes but...

2001-03-07 Thread Paco Ortiz
Hi: Yes, I've been using 4.0.4pl1 since day '0', and it 'reliably' goes wrong for me. Are you using NT4 or W2K? I'm using NT4, SP6 and IIS 4. I have the MSSQL 2000 client libraries installed (MDAC 2.6) but I can't think they have any influence (the db API used by php_mssql is backwards

[PHP-DEV] CVS Account Request

2001-03-07 Thread CVS Account Request
Full name: Adrian Zandberg Email: [EMAIL PROTECTED] ID: adrianz Purpose: PHP-GTK (Polish translation of DOCs) -- 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,

Re: [PHP-DEV] Re: [PHP-QA] ctype function (re?)naming

2001-03-07 Thread Andi Gutmans
At 11:07 AM 3/7/2001 +0100, Hellekin O. Wolf wrote: At 23:48 06/03/2001 -0700, Zak Greant wrote: Andi wrote: [snip] Yep. Let's start doing some damage. bzip2 is a very good victim. bzclose - bz_close bzcompress - bz_compress bzdecompress - bz_decompress bzerrno - bz_errno bzerror

[PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] ctype function (re?)naming

2001-03-07 Thread Hellekin O. Wolf
At 17:22 07/03/2001 +0200, Andi Gutmans wrote: *** What is the difference between error ad errstr ? Maybe errstr should be changed to errmsg ? (Did I say that elsewhere ? ;-) As the file extension is .bz2, maybe the prefix should be bz2_ as well (it's an algorithm, not a version right ?) How

[PHP-DEV] CVS Account Request

2001-03-07 Thread CVS Account Request
Full name: Iuri Fiedoruk Email: [EMAIL PROTECTED] ID: protoman Purpose: translating php-gtk docs to brazilian portuguese -- 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

[PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] ctype function (re?)naming

2001-03-07 Thread Andi Gutmans
At 04:34 PM 3/7/2001 +0100, Hellekin O. Wolf wrote: At 17:22 07/03/2001 +0200, Andi Gutmans wrote: *** What is the difference between error ad errstr ? Maybe errstr should be changed to errmsg ? (Did I say that elsewhere ? ;-) As the file extension is .bz2, maybe the prefix should be bz2_ as

[PHP-DEV] PHP 4.0 Bug #9601 Updated: MySQL connects to wrong database

2001-03-07 Thread cnewbill
ID: 9601 Updated by: cnewbill Reported By: [EMAIL PROTECTED] Status: Open Bug Type: MySQL related Assigned To: Comments: Couple stupid questions. 1) When you compiled PHP, did you just use --with-mysql instead of --with-mysql=/path/to/mysql? 2) Does the mysql command line tool connect?

[PHP-DEV] Re: PHP 4.0 Bug #9601 Updated: MySQL connects to wrong database

2001-03-07 Thread gkopp
I just used --with-mysql AND ERROR 1045: Access denied for user: 'ceresdb@localhost' (Using password: YES) When executing the mysql command from a bash shell. Greg Bug Database [EMAIL PROTECTED] on 03/07/2001 10:45:31 AM To: Greg Kopp/IdeaStar cc: Subject: PHP 4.0 Bug #9601

[PHP-DEV] CVS Account Request

2001-03-07 Thread CVS Account Request
Full name: Adrian Zandberg Email: [EMAIL PROTECTED] ID: adrianz Purpose: PHP-GTK (Polish translation of DOCs) -- 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,

[PHP-DEV] PHP 4.0 Bug #9601 Updated: MySQL connects to wrong database

2001-03-07 Thread cnewbill
ID: 9601 Updated by: cnewbill Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: MySQL related Assigned To: Comments: Please use the bug system when replying. Thanx. Well it looks like you don't have the Grant Tables setup properly OR you didn't flush them after

[PHP-DEV] PHP 4.0 Bug #9601 Updated: MySQL connects to wrong database

2001-03-07 Thread cnewbill
ID: 9601 Updated by: cnewbill Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: MySQL related Assigned To: Comments: USER NOTES FROM EMAIL: I just used --with-mysql AND ERROR 1045: Access denied for user: 'ceresdb@localhost' (Using password: YES) When executing the mysql

[PHP-DEV] CVS Account Request

2001-03-07 Thread CVS Account Request
Full name: Bob Kelly Email: [EMAIL PROTECTED] ID: bkelly Purpose: Extending PEAR -- 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] To the PHP developpers / DOMXML (Update and delete??)

2001-03-07 Thread Dominique Paquin
Greetings PHP Developpers. I am not a PHP developper but i need to have an important question answered before i commit myself to write a PHP based parser for delete and update of content in xml files. I am presently making a web based application that will be able to add nodes as well as update

[PHP-DEV] PHP 4.0 Bug #9602 Updated: Unable to compile with NSAPI support, implicit declaration of finite function

2001-03-07 Thread jalonso
ID: 9602 User Update by: [EMAIL PROTECTED] Old-Status: Open Status: Duplicate Bug Type: Compile Failure Description: Unable to compile with NSAPI support, implicit declaration of finite function It's OK... I read the #9599 bug report and download the snapshot. All OK. Sorry... and

[PHP-DEV] PHP 4.0 Bug #9571 Updated: Undefined symbols in apache build using PHP 4.0.4pl1

2001-03-07 Thread jcb
ID: 9571 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Apache related Description: Undefined symbols in apache build using PHP 4.0.4pl1 Many thanks, that did it. 4.0.5 Dev built with: ./configure --with-mysql=/export/db/mysql

[PHP-DEV] PHP 4.0 Bug #9601 Updated: MySQL connects to wrong database

2001-03-07 Thread gkopp
ID: 9601 User Update by: [EMAIL PROTECTED] Status: Closed Bug Type: MySQL related Description: MySQL connects to wrong database The grant tables are fine. Perhaps we misunderstood ourselves. If I use "mysql" to connect to the live database using a user name and password that is in the grant

[PHP-DEV] PHP 4.0 Bug #9603:

2001-03-07 Thread daniel . hennetier
From: [EMAIL PROTECTED] Operating system: aix PHP version: 4.0.4pl1 PHP Bug Type: *Install and Config Bug description: -- Edit Bug report at: http://bugs.php.net/?id=9603edit=1 -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL

[PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] ctype function (re?)naming

2001-03-07 Thread Zak Greant
Andi wrote: At 04:34 PM 3/7/2001 +0100, Hellekin O. Wolf wrote: At 17:22 07/03/2001 +0200, Andi Gutmans wrote: *** What is the difference between error ad errstr ? bzerror returns an array containing the error string and error number. Maybe errstr should be changed to errmsg ? (Did I say

[PHP-DEV] 4.0.5 Release Candidate

2001-03-07 Thread André Langhorst
Is there any reason to retard the 4.0.5 Release Candidate 1 ? We should branch anytime soon. Are there any outstanding commits (zeev mentioned zend sos guys want to commit sth)? If not we could start this weekend, maybe at the beginning of the next week...? Please shout if you still have open

[PHP-DEV] CVS Account Request

2001-03-07 Thread CVS Account Request
Full name: Iuri Fiedoruk Email: [EMAIL PROTECTED] ID: protoman Purpose: translating php-gtk docs to brazilian portuguese -- 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

[PHP-DEV] PHP 4.0 Bug #9603 Updated:

2001-03-07 Thread eschmid
ID: 9603 Updated by: eschmid Reported By: [EMAIL PROTECTED] Status: Open Bug Type: *Install and Config Assigned To: Comments: Please read the Dos and Don'ts. Previous Comments: --- [2001-03-07 12:16:27] [EMAIL PROTECTED]

[PHP-DEV] PHP 4.0 Bug #9601 Updated: MySQL connects to wrong database

2001-03-07 Thread cnewbill
ID: 9601 Updated by: cnewbill Reported By: [EMAIL PROTECTED] Old-Status: Closed Status: Feedback Bug Type: MySQL related Assigned To: Comments: Okay. Can anybody else comment on this? All the machines I use have newer versions of both MySQL and PHP. They also work for this situation.

[PHP-DEV] PHP 4.0 Bug #9603 Updated:

2001-03-07 Thread eschmid
ID: 9603 Updated by: eschmid Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: *Install and Config Assigned To: Comments: Forgotten to close. Previous Comments: --- [2001-03-07 12:58:14] [EMAIL

[PHP-DEV] PHP 4.0 Bug #9603 Updated: please include one browscap.ini

2001-03-07 Thread andre
ID: 9603 Updated by: andre Reported By: [EMAIL PROTECTED] Old-Status: Closed Status: Bogus Bug Type: *Install and Config Assigned To: Comments: bogus Previous Comments: --- [2001-03-07 12:59:31] [EMAIL PROTECTED]

[PHP-DEV] PHP 4.0 Zend API

2001-03-07 Thread Viktors Krebss
PHP 4.0.4pl1 OS Linux SuSe 7.0 Hi, I am building my custom php extension. For the windows platform it went fine, but I still have a problems on Linux. As a matter of fact a can not test even examples given on www.zend.com/apidoc/examples.tar.gz There is two ways described in

[PHP-DEV] PHP 4.0 Bug #9605: There is no file: sqlcli1.h.

2001-03-07 Thread Arkadiusz . Baraniecki
From: [EMAIL PROTECTED] Operating system: Linux RedHat 6.2, kernel 2.2.14, i686 PHP version: 4.0.4pl1 PHP Bug Type: Compile Failure Bug description: There is no file: sqlcli1.h. Configuration: -with-apache=../apache_1.3.12 --enable-sigchild --enable-track-vars --with-xml

Re: [PHP-DEV] 4.0.5 Release Candidate

2001-03-07 Thread Alexander Feldman
On Wed, 7 Mar 2001, [ISO-8859-1] André Langhorst wrote: Is there any reason to retard the 4.0.5 Release Candidate 1 ? We should branch anytime soon. Are there any outstanding commits (zeev mentioned zend sos guys want to commit sth)? If not we could start this weekend, maybe at the

[PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] ctype function (re?)naming

2001-03-07 Thread Andi Gutmans
At 10:20 AM 3/7/2001 -0700, Zak Greant wrote: Andi wrote: At 04:34 PM 3/7/2001 +0100, Hellekin O. Wolf wrote: At 17:22 07/03/2001 +0200, Andi Gutmans wrote: *** What is the difference between error ad errstr ? bzerror returns an array containing the error string and error number.

[PHP-DEV] PHP 4.0 Bug #9605 Updated: There is no file: sqlcli1.h.

2001-03-07 Thread sniper
ID: 9605 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Compile Failure Assigned To: Comments: Where is your DB2 installed? Have you tried adding the install base directory ? ie. --with-ibm-db2=/db2/install/base ?? --Jani Previous Comments:

RE: [PHP-DEV] PHP 4.0 Bug #9261: odbc to an oracle 'view' fails

2001-03-07 Thread Stephen Schadt
Andreas, Andrew Hill wrote: Hi, This error indicates that there is no index/primary key in a result set that the driver is attempting to read into a cursor. Adding a primary key to the table will fix this, or passing a different cursor type in will fix this - keyset driven cursors

[PHP-DEV] usleep(1) in ext/standard/uniqid.c

2001-03-07 Thread Sylvain Fétiveau
Hi ! I'm not a developer but a simple PHP user and I've found that the PHP function uniqid() is very slow when using only 1 parameter (i.e. without the additional "combined LCG" entropy). It takes about 20ms, and with the LCG option, which should slow down the function, only 35us.

[PHP-DEV] Plans for Apache Portable Runtime?

2001-03-07 Thread Nadir Amra
Just wondering if there are any plans for the use of the APR in PHP? I would think it would make the code cleaner and more portable. -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact

[PHP-DEV] PHP 4.0 Bug #9607: missing quick ref button

2001-03-07 Thread renota
From: [EMAIL PROTECTED] Operating system: PHP version: 4.0.4pl1 PHP Bug Type: Documentation problem Bug description: missing "quick ref" button I noticed that on the new and improved web site you took off the "quck ref" button. I must say that i really miss this. I used

[PHP-DEV] PHP 4.0 Bug #9608: JVM instantly crashes with ext/java

2001-03-07 Thread ben
From: [EMAIL PROTECTED] Operating system: RH LInux 7.0 / i386 PHP version: 4.0 Latest CVS (07/03/2001) PHP Bug Type: Reproduceable crash Bug description: JVM instantly crashes with ext/java With the jver.php test script, I get the following output: [ben@home php-java]$

[PHP-DEV] PHP 4.0 Bug #9609: imap_getsubscribed core dumps if there are no subscribed folders

2001-03-07 Thread brad
From: [EMAIL PROTECTED] Operating system: Redhat Linux 6.2 EE PHP version: 4.0.4pl1 PHP Bug Type: Reproduceable crash Bug description: imap_getsubscribed core dumps if there are no subscribed folders The imap_getsubscribed on my setup will core dump if there are no

[PHP-DEV] Bug #9610: Dead link

2001-03-07 Thread aa
From: [EMAIL PROTECTED] Operating system: PHP version: 3.0 Latest CVS (07/03/2001) PHP Bug Type: Other Bug description: Dead link The link to download php3 has broken -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For

[PHP-DEV] PHP 4.0 Bug #9611: organization of function reference section of manual

2001-03-07 Thread john
From: [EMAIL PROTECTED] Operating system: linux PHP version: 4.0.4pl1 PHP Bug Type: Feature/Change Request Bug description: organization of function reference section of manual hi.. great new look on the site. request for section 4 the "function reference" section of the

[PHP-DEV] PHP 4.0 Bug #9614: libxml 2.3.x series does not work. Config doesn't check for this.

2001-03-07 Thread ktohg
From: [EMAIL PROTECTED] Operating system: Linux 2.2.18 (Slack 7.1) PHP version: 4.0.4pl1 PHP Bug Type: *Install and Config Bug description: libxml 2.3.x series does not work. Config doesn't check for this. When you run configure --with-dom it only checks that you have the

[PHP-DEV] zend_ticks crash and question

2001-03-07 Thread André Langhorst
a) This code crashes with current releases on phpapache+win32 (not cgi), linux untested... ?php function test($foo) {} register_tick_function('test',$foo); declare(ticks=3) { ;; } ? b) I think I am still getting something wrong... ticks are _not_ for simulating "background processing"

[PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] ctype function (re?)naming

2001-03-07 Thread Zak Greant
Andi Gutmans wrote: bzerror returns an array containing the error string and error number. Maybe it should be error_info() then? nerk? error seems sufficient to me... Maybe errstr should be changed to errmsg ? (Did I say that elsewhere ? ;-) As the file extension is .bz2, maybe the

[PHP-DEV] Session-based authentication and Netscape 6 problems

2001-03-07 Thread Colin Viebrock
Apologies in advance for the cross posting, but I imagine this issue affects several users here. I'm not on the general PHP mailing list, so please cc me off-list if you have any comments. So ... I just spent the last 2 days tracking down a bug in my own authentication class. Since my class