[PHP-DEV] Bug #2220 Updated: dynamic module memory leaks cause SIGSEGV

2001-05-13 Thread j
ID: 2220 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Dynamic loading Operating system: Linux PHP Version: 4.0 Latest CVS (02/09/1999) Description: dynamic module memory leaks cause SIGSEGV i'm not involved in PHP development anymore. i can test it for you in a we

[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 php -a -e /home/httpd/html/p1000-ui/index.php3 Intera

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

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

[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 working

[PHP-DEV] Bug #10842: FAQ section 8.1 should mention 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 syntax Section 8.1 of the FAQ linked from php.net talks about using HTML forms to create arrays in

[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 To unsubscribe, e-mail: [EMAIL PROTECTED] For

[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 wi

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? >> >

[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 number

[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: My develop evironment: Win2k Srv + PHP4 + Apache -- PHP

[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 t

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 > >session_start(); > session_register('foo'); > $foo = 'bar'; > ?> > >

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 yoursel

[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 It does not crash on the first request of a session, but on any consecutive request to that file. -- sebastian bergmann[EMAIL PROTECTED]

[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] 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

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 trh

[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 t

[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 php4_

AW: AW: [PHP-DEV] arrays

2001-05-13 Thread Harald Radi
> Why do you need it? Nobody ever needed it until now. i just want to fix #7691: unable to pass an array to COM object. i don't think that anything outside php does expect an associative arrays, and i still don't know how to handle these, but at least i have to distinguish between them. and it's

Re: AW: [PHP-DEV] arrays

2001-05-13 Thread Sascha Schumann
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 serializer in the session module would benefit from it as

Re: AW: [PHP-DEV] arrays

2001-05-13 Thread Zeev Suraski
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... Zeev At 19:40 13/5/2001, Harald Radi wrote: >thanks, but wouldn't it desireable to have such a flag ? it wouldn't

AW: [PHP-DEV] arrays

2001-05-13 Thread Harald Radi
thanks, but wouldn't it desireable to have such a flag ? it wouldn't be a big effort, would it ? > -Ursprungliche Nachricht- > Von: Andrei Zmievski [mailto:[EMAIL PROTECTED]] > Gesendet: Sonntag, 13. Mai 2001 18:34 > An: Harald Radi; [EMAIL PROTECTED] > Betreff: Re: [PHP-DEV] arrays > > >

Re: [PHP-DEV] arrays

2001-05-13 Thread Andrei Zmievski
At 06:01 PM 5/13/01 +0200, Harald Radi wrote: >hi, > >is there a simple way to determine if a pval of type IS_ARRAY contains >non-interger indices (associative array) ? >something like a flag in the pval structure that indicates that add_assoc_* >was called on it. Nope, you pretty much have to wa

[PHP-DEV] arrays

2001-05-13 Thread Harald Radi
hi, is there a simple way to determine if a pval of type IS_ARRAY contains non-interger indices (associative array) ? something like a flag in the pval structure that indicates that add_assoc_* was called on it. -harald -- PHP Development Mailing List To unsubscribe, e-m

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

2001-05-13 Thread Dennis Gearon
This is really weird, IT WORKS, now! I went around and around with this before! I used the exact same code and it performed the way I described. I had actually highlighted the code and pasted it into the email. Sorry to bug you guys. The location is http://64.177.230.204/public/bug10838.php --

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 th

[PHP-DEV] Bug #9327 Updated: Request to php.exe generates two Failure Audit Object Access errors in NT log

2001-05-13 Thread graf
ID: 9327 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Sockets related Operating system: Win NT4.0 sp6 PHP Version: 4.0.4pl1 Description: Request to php.exe generates two Failure Audit Object Access errors in NT log This problem persists in php 4.0.5 Seems the

[PHP-DEV] Bug #10839: Crashes (critical on W2k)

2001-05-13 Thread hmd
From: [EMAIL PROTECTED] Operating system: Windows PHP version: 4.0.5 PHP Bug Type: Reproducible crash Bug description: Crashes (critical on W2k) Hm, just I've upgraded to 4.0.5 on both my win9x and win2k server. Win2k IIS 5.0 server crashes when these HTTP headers have to b

[PHP-DEV] Bug #9076 Updated: GregorianToJD function returns incorrect values

2001-05-13 Thread jmoore
ID: 9076 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old-Status: Assigned Status: Closed Bug Type: Calendar related Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: I cant reproduce this at all.. The following script: Gives this output.. D:\cvs\php4\Release_TSDbg>p

[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: --- [2001-05

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_a

[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: --

[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 #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 #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. rega

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

[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 d

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 #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: ---

[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 27 Did you use srand to seed the random number generator? (www.php.net/s

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] htt

Re: [PHP-DEV] php_domxml.c

2001-05-13 Thread Alexander Bokovoy
On Sun, May 13, 2001 at 10:09:25AM +0200, Sebastian Bergmann wrote: > 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_

[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] Latest CVS on Linux

2001-05-13 Thread Sascha Schumann
> I have a similar problem with the latest CVS (few minutes ago). When I run > the configure script, it spills out this following message: I suggest reading the email titled "Libtool installations". - Sascha Experience IRCG http://schumann.cx/