[PHP-DEV] Bug #12197 Updated: sesssion handling problems

2001-07-16 Thread jimw
ID: 12197 Updated by: jimw Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Session related Operating System: linux PHP Version: 4.0.4 New Comment: not enough info on this one, either. Previous Comments: -

[PHP-DEV] Bug #12196 Updated: sesssion handling problems

2001-07-16 Thread jimw
ID: 12196 Updated by: jimw Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Session related Operating System: linux PHP Version: 4.0.4 New Comment: not enough info. Previous Comments: [2001-07-17 01:

Re: [PHP-DEV] passing variables from forms to the same page repetatively

2001-07-16 Thread Zak Greant
Hi Tim, This list is for discussing the development of the PHP language, rather than discussing developing with the PHP language. Please try the PHP General mailing list ([EMAIL PROTECTED]) --zak - Original Message - From: "Tim Olsen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent:

[PHP-DEV] passing variables from forms to the same page repetatively

2001-07-16 Thread Tim Olsen
People, I have 4 forms in four seperate html pages included directly (no links to includes) in the same .php file, i have it so all the form actions is php.self, so when each form is submitted it goes on to display the next form in line, using if and else statements, of course. I want to be abl

[PHP-DEV] Bug #8135 Updated: FTP_FPUT can't use a HTTP Filepointer

2001-07-16 Thread jason
ID: 8135 Updated by: jason Reported By: [EMAIL PROTECTED] Old Status: Assigned Status: Closed Bug Type: FTP related Operating System: Linux 7.0 PHP Version: 4.0.3pl1 Assigned To: [EMAIL PROTECTED] New Comment: Feature added in CVS -Jason Previous Comments:

[PHP-DEV] Bug #12197: sesssion handling problems

2001-07-16 Thread rooprem
From: [EMAIL PROTECTED] Operating system: linux PHP version: 4.0.4 PHP Bug Type: Session related Bug description: sesssion handling problems unable to achieve effiecient session handling -- Edit bug report at: http://bugs.php.net/?id=12197&edit=1 -- PHP Development Mail

[PHP-DEV] Bug #12196: sesssion handling problems

2001-07-16 Thread rooprem
From: [EMAIL PROTECTED] Operating system: linux PHP version: 4.0.4 PHP Bug Type: Session related Bug description: sesssion handling problems unable to achieve effiecient session handling -- Edit bug report at: http://bugs.php.net/?id=12196&edit=1 -- PHP Development Mail

[PHP-DEV] Bug #12195: TSRM

2001-07-16 Thread ml
From: [EMAIL PROTECTED] Operating system: FreeBSD 4.3-RELEASE PHP version: 4.0.6 PHP Bug Type: Compile Failure Bug description: TSRM this is ./configure line that i used './configure' '--with-apxs=/usr/local/apache/bin/apxs' '--with-mysql=/usr/local/mysql/' '--with-imap'

[PHP-DEV] Bug #12166 Updated: SQL_CUR_DEFAULT constant not defined in php_odbc.dll

2001-07-16 Thread jlim
ID: 12166 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Closed Status: Open Bug Type: ODBC related Operating System: Windows ME PHP Version: 4.0.6 New Comment: Hi Kowalsky If you check in microsoft's sqlext.h you will see that SQL_CUR_DEFAULT is set to SQL_

Re: [PHP-DEV] RE: Bug #12183 Updated: ISSET

2001-07-16 Thread Zak Greant
Alex wrote: > No this script doesn't. But on BSD works !isset better :). > For my work with ISS and sometimes PWS(just testing). > Thnx :o) Hi Alex, I don't understand this message very well. Could you rephrase it? :) Also, do you have a script that reproduces the error you

[PHP-DEV] Bug #12176 Updated: eregi_replace() doesn't work properly with Russian charset

2001-07-16 Thread vlad
ID: 12176 Updated by: vlad Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Unknown/Other Function Operating System: Windows 2000 PHP Version: 4.0.6 New Comment: I do not think that eregi_replace() works with cp-1251 charset, or any other Russian charset for that matter (

[PHP-DEV] Bug #11990 Updated: defined constants getting corrupted

2001-07-16 Thread blalor
ID: 11990 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Status: Open Bug Type: Scripting Engine problem Operating System: RedHat Linux 6.2 Old PHP Version: 4.0.5 PHP Version: 4.0.5, 4.0.6 New Comment: I've spent a better part of the last week trying to dig into th

[PHP-DEV] More on the corrupted defines

2001-07-16 Thread Brian Lalor
I've coaxed some more debugging info out of PHP with the attached patch. A brief synopsis, for those of you just tuning in, is that I'm finding some of my defined constants are getting corrupted, returning garbage when they're used in a script. I've spent a better part of the last week trying to

[PHP-DEV] Bug #12194: Php_open_temporary_file.c doesn't handle trailing slash on path.

2001-07-16 Thread jonesd
From: [EMAIL PROTECTED] Operating system: all PHP version: 4.0.6 PHP Bug Type: PHP options/info functions Bug description: Php_open_temporary_file.c doesn't handle trailing slash on path. In file php_open_temporary_file.c, the code test for the existence of a trailing slash

Re: [PHP-DEV] curl problem

2001-07-16 Thread Stanislav Malyshev
CV>> I reported this already: bug #12018 CV>> CV>> Sterling has been fixing some other cURL stuff, but he's told me (offlist) CV>> that he can't look at this problem until next week. Hopefully someone else CV>> can stand up and take a quick look. Seems that I know what is the problem - header ha

[PHP-DEV] Bug #12193 Updated: nested loops using each don't work

2001-07-16 Thread zeev
ID: 12193 Updated by: zeev Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Arrays related Operating System: windows PHP Version: 4.0.6 New Comment: list() = each() is not a loop. each() is a simple function, that returns a key,value pair, and advances the internal array

[PHP-DEV] Bug #12193: nested loops using each don't work

2001-07-16 Thread adresse
From: [EMAIL PROTECTED] Operating system: windows PHP version: 4.0.6 PHP Bug Type: Arrays related Bug description: nested loops using each don't work when tho loops using each are nested, the outer while loop stops after the first iteration. For instance, the output of th

[PHP-DEV] Bug #12188 Updated: Object with Sessiona

2001-07-16 Thread cmv
ID: 12188 Updated by: cmv Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Unknown/Other Function Operating System: PHP Version: 4.0.6 New Comment: This works perfectly for me. If I keep reloading that page I get: a Object ( [a] => 1 ) a Object ( [a] => 2 ) a Object ( [a] =>

[PHP-DEV] Bug #12188 Updated: Object with Sessiona

2001-07-16 Thread wedro
ID: 12188 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Unknown/Other Function Operating System: PHP Version: 4.0.6 New Comment: Fatal error: The script tried to execute a method or access a property of an incomplete object. Please ensure that the

[PHP-DEV] RE: Bug #12183 Updated: ISSET

2001-07-16 Thread LeaseWeb - de Groot
No this script doesn't. But on BSD works !isset better :). For my work with ISS and sometimes PWS(just testing). Thnx :o) Alex -Oorspronkelijk bericht- Van: Bug Database [mailto:[EMAIL PROTECTED]] Verzonden: maandag 16 juli 2001 17:34 Aan: [EMAIL PROTECTED] Onderwerp: Bug #12183 Updated:

[PHP-DEV] XSLT Processing ...

2001-07-16 Thread Jascha Wetzel
Greetings ! If you need some XSLT Processing other than sablotron, i have a xalan and (gnome) libxslt extension in progress: http://www.nttslab.de/php_xalan/ http://www.nttslab.de/php_gxslt/ Both seem to work sort of stable with 4.0.6. I hope I soon get adjusting them to Sterling Hughes' XSLT AP

[PHP-DEV] Bug #12192: case insensitivity for in_array

2001-07-16 Thread clownfighter
From: [EMAIL PROTECTED] Operating system: PHP version: 4.0.4pl1 PHP Bug Type: Feature/Change Request Bug description: case insensitivity for in_array Of course assuming the values were strings. This could also be useful in array_search. -- Edit bug report at: http://bugs.

Re: [PHP-DEV] curl problem

2001-07-16 Thread Colin Viebrock
> Seems like recent cURL module always outputs the header to STDOUT, even if > the curl_setopt ($c, CURLOPT_HEADER, 0) was called. I do not know if it's > cURL library or PHP cURL module problem, but obviously it is going to > break a lot of scripts this way. I reported this already: bug #12018

[PHP-DEV] Bug #12157 Updated: copying a single quote from MS word causes form variable to disappear.

2001-07-16 Thread eschmitt
ID: 12157 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Scripting Engine problem Operating System: red hat linux 6.1 PHP Version: 4.0.6 New Comment: when the Content is: radio button is Plain Text the phase variable will be lost. When it is set as HTML

[PHP-DEV] Bug #12148 Updated: mysql ERROR: Update Query Failed problem with 4.0.6

2001-07-16 Thread david
ID: 12148 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: MySQL related Operating System: Solaris x86 Old PHP Version: 4.0.6 & 4.0.5 & latest dev as of 7/16/2001 PHP Version: 4.0.6 & 4.0.5 New Comment: Here is how I got things to work. I did this with the

[PHP-DEV] Bug #9673 Updated: Relative paths in require(), require_once(), include(), include_once()

2001-07-16 Thread zeev
ID: 9673 Updated by: zeev Reported By: [EMAIL PROTECTED] Old Status: Analyzed Status: Closed Bug Type: Scripting Engine problem Operating System: RedHat Linux 7.0 PHP Version: 4.0.1pl2 New Comment: include() (and the other functions in its family) will now also look in the current executing file

[PHP-DEV] Bug #10287 Updated: php parser error

2001-07-16 Thread zeev
ID: 10287 Updated by: zeev Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Scripting Engine problem Operating System: win nt + linux (debian) PHP Version: 4.0.4pl1 New Comment: This crash is fixed. Note, however, that it still doesn't behave in the way you seem to expec

[PHP-DEV] Bug #12191: Certificate Environment Variables missing with ISAPI

2001-07-16 Thread e9025902
From: [EMAIL PROTECTED] Operating system: Win2K PHP version: 4.0.6 PHP Bug Type: IIS related Bug description: Certificate Environment Variables missing with ISAPI I am using the PHP 4.0.2 ISAPI-Modul with IIS 5.0 on Win2K which set the certificate environment variables (e.

[PHP-DEV] Bug #12188 Updated: Object with Sessiona

2001-07-16 Thread hholzgra
ID: 12188 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Unknown/Other Function Operating System: PHP Version: 4.0.6 New Comment: ... and the problem is ... ? Previous Comments:

[PHP-DEV] Bug #12148 Updated: mysql ERROR: Update Query Failed problem with 4.0.6

2001-07-16 Thread david
ID: 12148 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: MySQL related Operating System: Solaris x86 Old PHP Version: 4.0.6 & 4.0.5 PHP Version: 4.0.6 & 4.0.5 & latest dev as of 7/16/2001 New Comment: using MySQL version 3.23.39 Previous Comments: --

[PHP-DEV] Bug #12183 Updated: ISSET

2001-07-16 Thread zak
ID: 12183 Updated by: zak Reported By: [EMAIL PROTECTED] Status: Open Bug Type: PWS related Operating System: WIN32 (98) PHP Version: 4.0.5 New Comment: Please provide more information - a script snippet would be a good place to start. :) Also, does the following script generate any errors?

[PHP-DEV] Extension creation help

2001-07-16 Thread BREGERAS Olivier
Hi I devel. a PHP extension. I need global variable. So I define them between the 2 macro : ZEND_BEGIN_MODULE_GLOBALS and ZEND_END_MODULE_GLOBALS. I uncomment ZEND_DECLARE_MODULE_GLOBALS. I put this code in the ZEND_RINIT_FUNCTION : { MODELIXE_LS_FETCH(); MODELIXE_G(premier)=NUL

[PHP-DEV] Bug #11684 Updated: Header() causes PHP to hang

2001-07-16 Thread cheald45
ID: 11684 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Scripting Engine problem Operating System: Windows 2000/IIS4 PHP Version: 4.0.5 New Comment: Double checked my config, yes, it's IIS 5. It may just be a combonation of factors on my end - it is IIS

[PHP-DEV] Bug #12188: Object with Sessiona

2001-07-16 Thread wedro
From: [EMAIL PROTECTED] Operating system: PHP version: 4.0.6 PHP Bug Type: Unknown/Other Function Bug description: Object with Sessiona class A { var $a; function add(){ $this->a++; } } session_register('a'); if (!is_obj

[PHP-DEV] Bug #12187 Updated: character like é or è are converted to e

2001-07-16 Thread hholzgra
ID: 12187 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: OCI8 related Operating System: Linux Redhat PHP Version: 4.0.6 New Comment: this is not a php problem but is almost certainly related to your environment settings, especialy things like $NLS_

[PHP-DEV] Bug #11326 Updated: Troubles with nested include()'s (bug #9673 revisited)

2001-07-16 Thread zeev
ID: 11326 Updated by: zeev Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Scripting Engine problem Operating System: Debian GNU/Linux PHP Version: 4.0.5 New Comment: >From now on (CVS/4.0.7), include() will also look in the directory of the currently >executing file. T

[PHP-DEV] Bug #12187: character like é or è are converted to e

2001-07-16 Thread f . labanvoye
From: [EMAIL PROTECTED] Operating system: Linux Redhat PHP version: 4.0.6 PHP Bug Type: OCI8 related Bug description: character like é or è are converted to e When i use php (all version) with oci8 version 8.1.7 on linux, all character like éèàù etc, are converted. scrip

[PHP-DEV] curl problem

2001-07-16 Thread Stanislav Malyshev
Seems like recent cURL module always outputs the header to STDOUT, even if the curl_setopt ($c, CURLOPT_HEADER, 0) was called. I do not know if it's cURL library or PHP cURL module problem, but obviously it is going to break a lot of scripts this way. -- Stanislav Malyshev, Zend Products Enginee

[PHP-DEV] Bug #12186: Dynamic Library support not available

2001-07-16 Thread kevin . cao
From: [EMAIL PROTECTED] Operating system: HP-UX 11.00 PHP version: 4.0.4pl1 PHP Bug Type: Dynamic loading Bug description: Dynamic Library support not available Hi, I have some problems to get php, java and apache working together. the error I get is: PHP Warning: Cann

[PHP-DEV] Bug #11511 Updated: _array_init and other functions are inlined

2001-07-16 Thread zeev
ID: 11511 Updated by: zeev Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Scripting Engine problem Operating System: IRIX 6.5.11 PHP Version: 4.0.5 New Comment: The inline issue has been fixed in the CVS. Previous Comments: --

Re: [PHP-DEV] Bug #10721 Updated: odd output in create_function()

2001-07-16 Thread Zeev Suraski
Sorry for the 2nd typo - Jeroen :) At 17:09 16/7/2001, [EMAIL PROTECTED] wrote: >ID: 10721 >Updated by: zeev >Reported By: [EMAIL PROTECTED] >Old Status: Assigned >Status: Closed >Bug Type: Scripting Engine problem >Operating System: GNU/Linux >PHP Version: 4.0.6 >Assigned To: jeroen >New Comme

[PHP-DEV] Bug #10721 Updated: odd output in create_function()

2001-07-16 Thread zeev
ID: 10721 Updated by: zeev Reported By: [EMAIL PROTECTED] Old Status: Assigned Status: Closed Bug Type: Scripting Engine problem Operating System: GNU/Linux PHP Version: 4.0.6 Assigned To: jeroen New Comment: This odd character is quite intentional, and is there in order to ensure that any funct

[PHP-DEV] Bug #11911 Updated: Speed Problem

2001-07-16 Thread kalowsky
ID: 11911 Updated by: kalowsky Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: ODBC related Operating System: Linux RedHat 7.1 PHP Version: 4.0.6 New Comment: marking as open, since the user last replied Previous Comments: --

Re: [PHP-DEV] Crash in php_fopen_with_path

2001-07-16 Thread Zeev Suraski
I fixed this crash in the CVS. Thanks! At 15:12 16/7/2001, Joey Smith wrote: >I'm not sure what I've done to cause this...I ran "../php -f Config.php" >from "/pear". I have an old PEAR install under >/usr/local/lib/php, and my include path is ".:/usr/local/lib/php". > >Here's the back trace. >#0

[PHP-DEV] Bug #12166 Updated: SQL_CUR_DEFAULT constant not defined in php_odbc.dll

2001-07-16 Thread kalowsky
ID: 12166 Updated by: kalowsky Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: ODBC related Operating System: Windows ME PHP Version: 4.0.6 New Comment: this is supposed to be defined by your ODBC driver, not by PHP... after all, how is PHP to know what your DB's default

[PHP-DEV] Bug #12065 Updated: "libgd was not built with TrueType font support" problem

2001-07-16 Thread rip
ID: 12065 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: GD related Operating System: FreeBSD 4.3 PHP Version: 4.0.6 Old Assigned To: wez Assigned To: New Comment: Re I am now using : Apache 1.3.20 PHP 4.0.6 + the GD patch fr

[PHP-DEV] Crash in php_fopen_with_path

2001-07-16 Thread Joey Smith
I'm not sure what I've done to cause this...I ran "../php -f Config.php" from "/pear". I have an old PEAR install under /usr/local/lib/php, and my include path is ".:/usr/local/lib/php". Here's the back trace. #0 0x40369567 in memcpy (dstpp=0x8505bb9, srcpp=0x8505a64, len=4294967295) at ../sysde

[PHP-DEV] Bug #12157 Updated: copying a single quote from MS word causes form variable to disappear.

2001-07-16 Thread zeev
ID: 12157 Updated by: zeev Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Scripting Engine problem Operating System: red hat linux 6.1 PHP Version: 4.0.6 New Comment: Do you have a big script (but self-contained) that causes this problem? Without some kind of a reproducing script, we can

[PHP-DEV] Bug #11684 Updated: Header() causes PHP to hang

2001-07-16 Thread zeev
ID: 11684 Updated by: zeev Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Scripting Engine problem Operating System: Windows 2000/IIS4 PHP Version: 4.0.5 New Comment: Is anybody else able to reproduce this? I'm not. BTW, I assume you're using IIS 5... Previous Comments: --

Re: [PHP-DEV] Re: Restructuring the PHP Group

2001-07-16 Thread Zeev Suraski
It's not a dead issue, James is still on vacation (I think). He'll draft something up when he comes back. Zeev At 11:57 16/7/2001, Joey Smith wrote: >Is this a dead issue, or were we ever going to finish this? Is James >still gone on vacation? > >On Tue, 10 Jul 2001, Zeev Suraski wrote the fol

[PHP-DEV] Bug #10467 Updated: static array doesn't evaluate defined keys

2001-07-16 Thread zeev
ID: 10467 Updated by: zeev Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Scripting Engine problem Operating System: Solaris PHP Version: 4.0.4pl1 New Comment: This is now fixed in CVS, and will be a part of 4.0.7. Thanks for the reproducing script! Previous Comments:

[PHP-DEV] Bug #10235 Updated: Segfault on domxml_root()

2001-07-16 Thread joey
ID: 10235 Updated by: joey Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: DOM XML related Operating System: Debian Linux 2.2 i386 PHP Version: 4.0 Latest CVS (08/04/2001) New Comment: Fixed in CVS. Previous Comments: -

[PHP-DEV] Bug #12152 Updated: php_oci8.dll couldn't be loaded

2001-07-16 Thread derick
ID: 12152 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: OCI8 related Operating System: Wndows NT PHP Version: 4.0.4 New Comment: This is not a support forum, please ask support questions on the [EMAIL PROTECTED] mailinglist. Derick Previous Commen

[PHP-DEV] Bug #12161 Updated: The date() function

2001-07-16 Thread joey
ID: 12161 Updated by: joey Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Unknown/Other Function Operating System: Windows 98 PHP Version: 4.0.6 New Comment: This is not a PHP bug, it is a bug in your code, related to the use of preg_replace. Example: printdate("ddd"

[PHP-DEV] Bug #11911 Updated: Speed Problem

2001-07-16 Thread aubrey
ID: 11911 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: ODBC related Operating System: Linux RedHat 7.1 PHP Version: 4.0.6 New Comment: OK - I have recompiled with --with-iodbc and it is the same i.e. Very slow under linux. Previous Comments: --

[PHP-DEV] Bug #12184: PHP has encountered an Access Violation at 0129E68A

2001-07-16 Thread webmaster
From: [EMAIL PROTECTED] Operating system: Windows 2000 Server PHP version: 4.0.6 PHP Bug Type: IIS related Bug description: PHP has encountered an Access Violation at 0129E68A I'm following this step " Under 'Home Directory', click on the 'Configuration' button. Add a new

[PHP-DEV] Re: Restructuring the PHP Group

2001-07-16 Thread Joey Smith
Is this a dead issue, or were we ever going to finish this? Is James still gone on vacation? On Tue, 10 Jul 2001, Zeev Suraski wrote the following to Joey Smith : > At 03:22 10/7/2001, Joey Smith wrote: > >Has it ever been considered that it may be time to restructure the PHP > >Group, if nothin

[PHP-DEV] Bug #12183: ISSET

2001-07-16 Thread degroot
From: [EMAIL PROTECTED] Operating system: WIN32 (98) PHP version: 4.0.5 PHP Bug Type: PWS related Bug description: ISSET If i use if(!isset($some_var)) then he stil gives undefined variabele $some_var on line .. from C:\internet\wwwroot\.. -- Edit bug report at: http://

[PHP-DEV] Bug #10372 Updated: php addslashes() the entire page

2001-07-16 Thread hiryuu
ID: 10372 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Closed Status: Duplicate Bug Type: Scripting Engine problem Operating System: Apache 1.3.14 / Debian 2.2 PHP Version: 4.0.4 New Comment: This bug continues, but further tracking has traced it to file() addslas