[PHP-DEV] Bug #6336 Updated: setting include_path breaks top index.php

2001-05-13 Thread sbergmann
ID: 6336 Updated by: sbergmann Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Documentation problem Operating system: PHP Version: 4.0 Latest CVS (24/08/2000) Assigned To: jmoore Comments: Can we close this bug? Shall we change php.ini-dist? Previous Comments:

[PHP-DEV] php_domxml.c

2001-05-13 Thread Sebastian Bergmann
What's the reason for #if defined(LIBXML_XPATH_ENABLED) /* PHP_FE(xpath_new_context, NULL) PHP_FE(xpath_eval, NULL) PHP_FE(xpath_eval_expression, NULL) */ #endif #if defined(LIBXML_XPTR_ENABLED) /* PHP_FE(xptr_new_context, NULL) PHP_FE(xptr_eval, NULL)

Re: [PHP-DEV] php_domxml.c

2001-05-13 Thread Sebastian Bergmann
Alexander Bokovoy wrote: Only reason I can imagine is that that part isn't finished yet. Okay, but it must have been working some weeks ago, since Ulf surely has tested his class. -- sebastian bergmann[EMAIL PROTECTED]

[PHP-DEV] Bug #10837 Updated: The rand function doesn't work

2001-05-13 Thread derick
ID: 10837 Updated by: derick Reported By: [EMAIL PROTECTED] Status: Open Bug Type: *Function Specific Operating system: PHP Version: 4.0.5 Assigned To: Comments: Works for me on Linux: [derick@aarde seti]$ php -q ?php echo rand(1,50)-1; echo \n; ? 27 Did you use srand to seed the

[PHP-DEV] Bug #10837 Updated: The rand function doesn't work

2001-05-13 Thread derick
ID: 10837 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: *Function Specific Operating system: PHP Version: 4.0.5 Assigned To: Comments: Status: Feedback Previous Comments:

Re: [PHP-DEV] PHP modules ... ?

2001-05-13 Thread derick
On Sun, 13 May 2001, Harcharan Singh wrote: Dear frenz, I want to use functions in PHP in such a way that all functions will be kept in a central location : funcs.php like perl's .pm module. Then use this file and call whichever funtion I want by including this file. How can I do this ?

[PHP-DEV] Bug #10838 Updated: wierd problem concatenating global string vars

2001-05-13 Thread derick
ID: 10838 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Unknown/Other Function Operating system: PHP Version: 4.0.5 Assigned To: Comments: This works fine for me, with Apache/1.3.12, php 4.0.3pl1 on Linux, can you set-up the script that you can

Re: [PHP-DEV] call_user_*()

2001-05-13 Thread Wez Furlong
On 2001-05-13 06:36:33, Sterling Hughes [EMAIL PROTECTED] wrote: Stefan Livieratos wrote: Well, I thought that the function call_user_func_array() is supposed to be called this way. What good is it anyway? I suggest 'call_user_func_array' should be removed as it is not needed and also

[PHP-DEV] Bug #8029 Updated: Session loses variables, zero length session file

2001-05-13 Thread derick
ID: 8029 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Suspended Status: Closed Bug Type: *Session related Operating system: PHP Version: 4.0.3pl1 Assigned To: Comments: Hello, does this still happen with the latest release (4.0.5). If yes, please reopen this report.

[PHP-DEV] Bug #8253 Updated: Cookies/Sessions under MacOS

2001-05-13 Thread derick
ID: 8253 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Suspended Status: Closed Bug Type: *Session related Operating system: PHP Version: 4.0.3pl1 Assigned To: Comments: As Sascha said, not a bug in PHP, so closing this report. Previous Comments:

[PHP-DEV] Bug #6260 Updated: xor operator not working correctly

2001-05-13 Thread derick
ID: 6260 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Suspended Status: Closed Bug Type: Scripting Engine problem Operating system: PHP Version: 4.0.1pl2 Assigned To: Comments: This is not a bug in PHP, so closing. Previous Comments:

[PHP-DEV] Bug #7755 Updated: bitwise and misbehaving with 0xffffff00

2001-05-13 Thread derick
ID: 7755 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Suspended Status: Closed Bug Type: Math related Operating system: PHP Version: 4.0.3pl1 Assigned To: Comments: This is not a bug, so closing. Previous Comments:

Re: [PHP-DEV] call_user_*()

2001-05-13 Thread Stefan Livieratos
Sterling Hughes [EMAIL PROTECTED] schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Whereas, replacing the call_user_func above with the following: call_user_func($name, array($param1)); Well, I thought that the function call_user_func_array() is supposed to

[PHP-DEV] Bug #10836 Updated: German translation of chop()

2001-05-13 Thread j-f
ID: 10836 User Update by: [EMAIL PROTECTED] Status: Closed Bug Type: Documentation problem Operating system: W2K PHP Version: 4.0.5 Description: German translation of chop() Verbose please... Previous Comments: ---

Re: [PHP-DEV] call_user_*()

2001-05-13 Thread Sterling Hughes
Stefan Livieratos wrote: Sterling Hughes [EMAIL PROTECTED] schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Whereas, replacing the call_user_func above with the following: call_user_func($name, array($param1)); Well, I thought that the function

[PHP-DEV] Bug #10840: asp_tags = On is ignored, if apache is started with the php4_module

2001-05-13 Thread kzi
From: [EMAIL PROTECTED] Operating system: win 98 PHP version: 4.0.5 PHP Bug Type: Scripting Engine problem Bug description: asp_tags = On is ignored, if apache is started with the php4_module asp_tags = on in php.ini is ignored when apache is started with LoadModule

[PHP-DEV] Bug #10838 Updated: wierd problem concatenating global string vars

2001-05-13 Thread derick
ID: 10838 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: Unknown/Other Function Operating system: PHP Version: 4.0.5 Assigned To: Comments: user reports: This is really weird, IT WORKS, now! I went around and around with this before! I used

Re: AW: [PHP-DEV] arrays

2001-05-13 Thread derick
On Sun, 13 May 2001, Zeev Suraski wrote: Why do you need it? Nobody ever needed it until now. It'll slightly slow down each and every hash update all over PHP, so unless it's really necessary, we should do without it... The SRM extension would benefit from it too, we now need to loop

[PHP-DEV] Bug #10574 Updated: Gets stuck on explode() when delimiter is not in the string

2001-05-13 Thread xyztheweb
ID: 10574 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Arrays related Operating system: WIN NT4 PHP Version: 4.0.5 Description: Gets stuck on explode() when delimiter is not in the string You are right this is no bug on explode(). The problem is if you explode

[PHP-DEV] Bug #10574 Updated: Gets stuck on explode() when delimiter is not in the string

2001-05-13 Thread derick
ID: 10574 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Arrays related Operating system: PHP Version: 4.0.5 Assigned To: Comments: User says it's not a bug in PHP Previous Comments:

[PHP-DEV] ext/session broken in latest CVS?

2001-05-13 Thread Sebastian Bergmann
Hey there, the latest CVS (built as CGI) crashes on Win32 with the following simple script ?php session_start(); session_register('foo'); $foo = 'bar'; ? It does not crash on the first request of a session, but on any consecutive request to that file. --

Re: [PHP-DEV] Bug #10836 Updated: German translation of chop()

2001-05-13 Thread eschmid+sic
On Sun, May 13, 2001 at 11:34:10AM -, [EMAIL PROTECTED] wrote: ID: 10836 User Update by: [EMAIL PROTECTED] Status: Closed Bug Type: Documentation problem Operating system: W2K PHP Version: 4.0.5 Description: German translation of chop() Verbose please... Please look yourself who

Re: [PHP-DEV] ext/session broken in latest CVS?

2001-05-13 Thread derick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sun, 13 May 2001, Sebastian Bergmann wrote: Hey there, the latest CVS (built as CGI) crashes on Win32 with the following simple script ?php session_start(); session_register('foo'); $foo = 'bar'; ? It

[PHP-DEV] Bug #10790 Updated: Cannot redeclare function/class from included file

2001-05-13 Thread christian . huff
ID: 10790 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Scripting Engine problem Operating system: Win2k,IIS5 PHP Version: 4.0.5 Description: Cannot redeclare function/class from included file Shall I post my configuration files? Just in case it might help with the reconstruction of

[PHP-DEV] Question about form

2001-05-13 Thread ÕŕF
hi, In php3, you can use $xxx to get the value the the xxx's value in the html form which has the name xxx on matter what the submit method is; in php4, I get nothing through this method, here is the part of the source code: form method=get action=?php echo $PHP_SELF; ? target=_self

[PHP-DEV] Bug #10841: Only last(?) of multiple mysql_pconnect() connections get reused

2001-05-13 Thread Thomas . Lamy
From: [EMAIL PROTECTED] Operating system: Linux 2.2.19 PHP version: 4.0.4 PHP Bug Type: MySQL related Bug description: Only last(?) of multiple mysql_pconnect() connections get reused After doing multiple (say 3) mysql_pconnect() from within one page, as suspected the

Re: [PHP-DEV] Update of bundled packages

2001-05-13 Thread Michael Widenius
Hi! Andi == Andi Gutmans [EMAIL PROTECTED] writes: Andi At 08:24 PM 5/12/2001 +0200, Sebastian Bergmann wrote: Alexander Bokovoy wrote: Another issue is the bundled mysql client library. phpinfo() currently shows 3.23.32 as its API version. Is this up-to-date? Latest version is

[PHP-DEV] Bug #8722 Updated: non blocking sockets reading doesn't work on WIN32

2001-05-13 Thread jmoore
ID: 8722 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old-Status: Assigned Status: Closed Bug Type: Sockets related Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: This appears to be fixed in latest CVS. (I cant reproduce this with or without your patch). Please try this

[PHP-DEV] GD 2 support planned?

2001-05-13 Thread Al Maw
This doesn't strike me as a particularly difficult job, and would be most beneficial as it has much better support for truecolour images and handles resampling. Is anyone working on this? -- Al -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For

[PHP-DEV] Bug #10842: FAQ section 8.1 should mention input name=array[key] syntax

2001-05-13 Thread tim
From: [EMAIL PROTECTED] Operating system: N/A PHP version: 4.0.5 PHP Bug Type: Documentation problem Bug description: FAQ section 8.1 should mention lt;input name=array[key]gt; syntax Section 8.1 of the FAQ linked from php.net talks about using HTML forms to create arrays

[PHP-DEV] Bug #10843: Function creates new array but does not reset pointer

2001-05-13 Thread peter
From: [EMAIL PROTECTED] Operating system: NT 4.0 sp6 PHP version: 4.0.5 PHP Bug Type: ODBC related Bug description: Function creates new array but does not reset pointer I tried odbc_fetch_into() in the enclosed loop. I had to inset the reset($array) to get the loop

Re: [PHP-DEV] GD 2 support planned?

2001-05-13 Thread Sterling Hughes
Al Maw wrote: This doesn't strike me as a particularly difficult job, and would be most beneficial as it has much better support for truecolour images and handles resampling. Is anyone working on this? Its already been updated :))) -Sterling -- PHP Development Mailing List

Re: [PHP-DEV] GD 2 support planned?

2001-05-13 Thread Wez Furlong
On 2001-05-14 01:04:24, Al Maw [EMAIL PROTECTED] wrote: This doesn't strike me as a particularly difficult job, and would be most beneficial as it has much better support for truecolour images and handles resampling. Is anyone working on this? I implemented this a couple of weeks ago in CVS.

[PHP-DEV] Bug #10844: OCI8 segmentation fault

2001-05-13 Thread ziembor-php
From: [EMAIL PROTECTED] Operating system: Linux builder2 2.2.19-3.trust.zmb #12 SMP Mon Apr 9 12:24:26 CEST 2001 i686 unknown PHP version: 4.0.5 PHP Bug Type: Reproducible crash Bug description: OCI8 segmentation fault cite php -a -e /home/httpd/html/p1000-ui/index.php3