Re: [PHP-DEV] PHP 4.0 Bug #9766: IRCG trouble

2001-03-16 Thread Adam Dickmeiss
OK, see http://www.php.net/bugs.php?id=9766&edit=1 Thx On Thu, Mar 15, 2001 at 08:30:52PM +0100, Sascha Schumann wrote: > Hi, > > > Program received signal SIGSEGV, Segmentation fault. > > 0x80ef6e5 in irc_cmd_RPL_NAMREPLY (conn=0x8189bb0, msg=0x401f591c) > > at irc_dispatcher.c:181 > >

[PHP-DEV] PHP 4.0 Bug #8661 Updated: a copy of the internal array elements is sometimes not made

2001-03-16 Thread lgordon
ID: 8661 User Update by: [EMAIL PROTECTED] Status: Analyzed Bug Type: Scripting Engine problem Description: a copy of the internal array elements is sometimes not made I don't agree with this. The zend engine only does a shallow copy in this particular instance, and it is a bug. If the array i

Re: [PHP-DEV] PHP 4.0 Bug #9766: IRCG trouble

2001-03-16 Thread Sascha Schumann
On Fri, 16 Mar 2001, Adam Dickmeiss wrote: > OK, see http://www.php.net/bugs.php?id=9766&edit=1 Thanks. In order to exclude bugs in the compiler/C library, can you please give this version a try? http://schumann.cx/ircg/ircg-2.1-x86-linux.tar.gz You can replace your thttpd

[PHP-DEV] PHP 4.0 Bug #9779: error_reporting() settings ate not respected when custom error handler is set

2001-03-16 Thread kot
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.4pl1 PHP Bug Type: Scripting Engine problem Bug description: error_reporting() settings ate not respected when custom error handler is set If a custom error handler is set (using set_error_handler()), error_re

[PHP-DEV] PHP 4.0 Bug #9780: realpath doesn't return trailing slash

2001-03-16 Thread fabiankessler
From: [EMAIL PROTECTED] Operating system: winnt 4.0 PHP version: 4.0.4 PHP Bug Type: Directory function related Bug description: realpath doesn't return trailing slash echo dirname(realpath("f:/dir 790/asdf/")); this prints out "f:\dir 790" and when you do dirname() on this

[PHP-DEV] PHP 4.0 Bug #9781: sig 11

2001-03-16 Thread teo
From: [EMAIL PROTECTED] Operating system: SuSE 7.0 PHP version: 4.0.4pl1 PHP Bug Type: Output Control Bug description: sig 11 Sorry for the terse note but I am in the stress of finishing a project and have no time to produce a reproducing script. The code it's too complicat

[PHP-DEV] PHP 4.0 Bug #9778 Updated: error when compiling with gd

2001-03-16 Thread sniper
ID: 9778 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Compile Problem Assigned To: Comments: Check what config.log has to say when it checks for gdImageColorResolve in libgd as it seems it does have it but the configure doesn't get it for some r

[PHP-DEV] PHP 4.0 Bug #9782: Warning: Undefined variable: HTTP_POST_VARS

2001-03-16 Thread john
From: [EMAIL PROTECTED] Operating system: Windows 98 PHP version: 4.0.4pl1 PHP Bug Type: Strings related Bug description: Warning: Undefined variable: HTTP_POST_VARS The number of inputs from my form varies so I have distinguished them using a counter that increments for ea

[PHP-DEV] PHP 4.0 Bug #9769 Updated: Compile faliure --with-nsapi

2001-03-16 Thread sniper
ID: 9769 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Compile Problem Assigned To: Comments: I guess you're trying to compile with Sun CC? Could you please try compiling it with GCC instead? --Jani Previous Comments: --

[PHP-DEV] PHP 4.0 Bug #9782 Updated: Warning: Undefined variable: HTTP_POST_VARS

2001-03-16 Thread sniper
ID: 9782 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Strings related Assigned To: Comments: It would be easier to find what is wrong with your example if it would have been complete. Try these in your script: print_r($HTTP_POST_VARS); print

[PHP-DEV] PHP 4.0 Bug #9783: dirname()

2001-03-16 Thread fabiankessler
From: [EMAIL PROTECTED] Operating system: winnt 4.0 PHP version: 4.0.4 PHP Bug Type: Filesystem function related Bug description: dirname() echo dirname("c:/fuck/abc/"); prints out c:/fuck -- Edit Bug report at: http://bugs.php.net/?id=9783&edit=1 -- PHP Development

[PHP-DEV] RE: PHP 4.0 Bug #9782 Updated: Warning: Undefined variable: HTTP_POST_VARS

2001-03-16 Thread John Stoops
My PHP page: Start New Quote Start New Quote Company Name Please select or enter new company name below ".odbc_result($result, "CompanyName").""; while ($row = odbc_fetch_row ($result)) {

[PHP-DEV] PHP 4.0 Bug #9782 Updated: Warning: Undefined variable: HTTP_POST_VARS

2001-03-16 Thread torben
ID: 9782 Updated by: torben Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Bogus Bug Type: Strings related Assigned To: Comments: As it says at the end of the mails you get from the Bug Database: ATTENTION! Do NOT reply to this email! To reply, use the web interface found at

[PHP-DEV] PHP 4.0 Bug #9784: png_get_error_ptr

2001-03-16 Thread akram
From: [EMAIL PROTECTED] Operating system: Linux 2.2.14 PHP version: 4.0.2 PHP Bug Type: *Install and Config Bug description: png_get_error_ptr I use Apache 1.3.14 and PHP3.08 succesfully, but I m trying to upgrade tou 4.0.2 enabling versionning and track vars... PHP4 comp

[PHP-DEV] PHP 4.0 Bug #9784 Updated: png_get_error_ptr

2001-03-16 Thread sniper
ID: 9784 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: *Install and Config Assigned To: Comments: You propably have some old gd.h somewhere in your system which is found when configuring. Also, you're using quite old version of PHP. Upgrade first

[PHP-DEV] Re: PHP 4.0 Bug #9784 Updated: png_get_error_ptr

2001-03-16 Thread BEN AÏSSI Akram
First, sorry for chaiging E mail, I am  [EMAIL PROTECTED], you can reply every where you want Reply: I also used the PHP 4.0.4pl1 and it does the same ... so about the gd.h, it uses the brand new one, I also compiled gd again, because I was thinking that the error was frome there, but I think tha

[PHP-DEV] PHP 4.0 Bug #9762 Updated: compiling fails with ZTS and imap (imap2000) support enabled

2001-03-16 Thread sniper
ID: 9762 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Analyzed Status: Closed Bug Type: Compile Failure Assigned To: Comments: Fixed in CVS. --Jani Previous Comments: --- [2001-03-15 09:52:18] [EMAIL

[PHP-DEV] PHP 4.0 Bug #8612 Updated: Incorrect retrieval of data

2001-03-16 Thread kalowsky
ID: 8612 Updated by: kalowsky Reported By: [EMAIL PROTECTED] Status: Open Bug Type: ODBC related Assigned To: Comments: No user feedback, considered fixed in current. If untrue, please reopen the bug... Previous Comments:

[PHP-DEV] PHP 4.0 Bug #8612 Updated: Incorrect retrieval of data

2001-03-16 Thread kalowsky
ID: 8612 Updated by: kalowsky Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: ODBC related Assigned To: Comments: No user feedback, considered fixed in current. If untrue, please reopen the bug... Previous Comments: -

[PHP-DEV] PHP 4.0 Bug #7653 Updated: openlink - query error

2001-03-16 Thread kalowsky
ID: 7653 Updated by: kalowsky Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: ODBC related Assigned To: Comments: No user feedback, considered fixed in latests releases/cvs. If untrue, please reopen and update bug... Previous Comments:

[PHP-DEV] PHP 4.0 Bug #6901 Updated: odbc_columns

2001-03-16 Thread kalowsky
ID: 6901 Updated by: kalowsky Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Analyzed Bug Type: ODBC related Assigned To: kalowsky Comments: This bug is very similar in nature to #6275, but not the same. It seems the SQLBindColumn option is not happy with some of the MSAccess stuff.

[PHP-DEV] PHP 4.0 Bug #8053 Updated: PGSQL doesn't detects on FBSD4

2001-03-16 Thread kalowsky
ID: 8053 Updated by: kalowsky Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: PostgreSQL related Assigned To: Comments: I'm unable to reproduce this locally, if you could please provide some more information, or try a newer version and see if this continues. As far

[PHP-DEV] PHP 4.0 Bug #9773 Updated: Configure hangs

2001-03-16 Thread keith
ID: 9773 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: *Configuration Issues Description: Configure hangs After running 'gcc -v' I get this, Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/specs gcc version egcs-2.91.66 19990314/Linux (egcs-1

Re: [PHP-DEV] PHP 4.0 Bug #9766: IRCG trouble

2001-03-16 Thread Adam Dickmeiss
Hi, the good thing is that the binary works! I am, however, still unable to produce a binary myself that doesn' crash. I've tried to upgrade to glibc 2.1.2 from 2.1.1. I've also tried to recompile the whole thing on a Redhat 7.1 beta (Fisher) with kernel 2.4.2-ac3 and glibc 2.2.1-3 installed and

[PHP-DEV] PHP 4.0 Bug #9775 Updated: libmcrypt-2.4.9 causes random segmentation faults

2001-03-16 Thread derick
ID: 9775 Updated by: derick Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Reproduceable crash Assigned To: derick Comments: Those memleaks can in no way crash php too. It seems to me that the key is not freed. I'll check this part out. Previous Comments:

[PHP-DEV] PHP 4.0 Bug #9785: Stopping apache (1.3.14) service (with PHP) crashes and Dr. Watson appears

2001-03-16 Thread agmartin
From: [EMAIL PROTECTED] Operating system: Win2K PHP version: 4.0.4pl1 PHP Bug Type: Apache related Bug description: Stopping apache (1.3.14) service (with PHP) crashes and Dr. Watson appears Hi. I've got installed the following: * Windows NT 5.0 build 2195, a.k.a. Win 200

[PHP-DEV] PHP 4.0 Bug #9775 Updated: libmcrypt-2.4.9 causes random segmentation faults

2001-03-16 Thread derick
ID: 9775 Updated by: derick Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Reproduceable crash Assigned To: Comments: These memleaks where indeed caused by not freeing the key. Fix is pending until I have access to CVS again. Previous Comments: --

[PHP-DEV] PHP 4.0 Bug #9786: Predefined variable HTTP_ENCODING should be HTTP_ACCEPT_ENCODING

2001-03-16 Thread renze
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.4pl1 PHP Bug Type: Documentation problem Bug description: Predefined variable HTTP_ENCODING should be HTTP_ACCEPT_ENCODING An error in the documentation. The chapter about predefined variables mentions a varia

[PHP-DEV] PHP 4.0 Bug #9787: redirecting php-cgi stderr does not affect php://stderr

2001-03-16 Thread g . giunta
From: [EMAIL PROTECTED] Operating system: SCO Openserver5 (Any UNIX?) PHP version: 4.0.4pl1 PHP Bug Type: Filesystem function related Bug description: redirecting php-cgi stderr does not affect php://stderr Redirecting php-cgi stderr when invoking a php script from the comma

[PHP-DEV] PHP 4.0 Bug #9788: configure extionsions fails on --with-crack=/usr/lib

2001-03-16 Thread lbergman
From: [EMAIL PROTECTED] Operating system: RH 7.0 -all updates -kernel 2.2.17-14 PHP version: 4.0 Latest CVS (16/03/2001) PHP Bug Type: PHP options/info functions Bug description: configure extionsions fails on --with-crack=/usr/lib cvs php4-200103151345 -

[PHP-DEV] PHP 4.0 Bug #9789: Running mcrypt functions causes segmentation faults

2001-03-16 Thread eten
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.4pl1 PHP Bug Type: mcrypt related Bug description: Running mcrypt functions causes segmentation faults We are using PHP as an Apache module, and are using mcrypt functions in our scripts, and we get segmentat

Re: [PHP-DEV] PHP 4.0 Bug #9766: IRCG trouble

2001-03-16 Thread Sascha Schumann
Hi Adam, > the good thing is that the binary works! I am, however, still > unable to produce a binary myself that doesn' crash. > I've tried to upgrade to glibc 2.1.2 from 2.1.1. I've also tried > to recompile the whole thing on a Redhat 7.1 beta (Fisher) with kernel > 2.4.2-ac3 and glibc 2.2

[PHP-DEV] PHP 4.0 Bug #9790: File left in temp dir after POST

2001-03-16 Thread richard
From: [EMAIL PROTECTED] Operating system: Solaris 2.6 PHP version: 4.0.3 PHP Bug Type: Filesystem function related Bug description: File left in temp dir after POST If the user specifies a file which exists on the local machine, all well and good (the file is p

[PHP-DEV] PHP 4.0 Bug #9791: Stored Procedures

2001-03-16 Thread antohi_cornel
From: [EMAIL PROTECTED] Operating system: Win2000 PHP version: 4.0.2 PHP Bug Type: MSSQL related Bug description: Stored Procedures Hi, I can't work with a stored procedures that returns a value ! The stored procedures that don't returns anything works fine! But if i have a

[PHP-DEV] PHP 4.0 Bug #9790 Updated: File left in temp dir after POST

2001-03-16 Thread sniper
ID: 9790 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Filesystem function related Assigned To: Comments: Fixed in PHP 4.0.4pl1. --Jani Previous Comments: --- [2001-03-16

[PHP-DEV] PHP 4.0 Bug #9773 Updated: Configure hangs

2001-03-16 Thread keith
ID: 9773 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: *Configuration Issues Description: Configure hangs Here is the complete config.log file: This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure

[PHP-DEV] PHP 4.0 Bug #9786 Updated: Predefined variable HTTP_ENCODING should be HTTP_ACCEPT_ENCODING

2001-03-16 Thread sniper
ID: 9786 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Documentation problem Assigned To: Comments: Fixed in CVS. Thank you for noticing this! --Jani Previous Comments: ---

[PHP-DEV] PHP 4.0 Bug #9792: website bug

2001-03-16 Thread eshepard
From: [EMAIL PROTECTED] Operating system: PHP version: 4.0.4pl1 PHP Bug Type: *General Issues Bug description: website bug This is an issue with the documentation area of the website. On IE 5.5 on Win2k, the "lookup" box in the manual area is miniscule. I think your "smal

[PHP-DEV] PHP 4.0 Bug #9793: ldap_mod_add with bad params cause Segfault

2001-03-16 Thread ondrej
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.4pl1 PHP Bug Type: LDAP related Bug description: ldap_mod_add with bad params cause Segfault This cause SegFault: ldap_mod_add($param, $dn, Array("mail" => Array("1" => "[EMAIL PROTECTED]"))); This one works

[PHP-DEV] PHP 4.0 Bug #9792 Updated: website bug

2001-03-16 Thread sniper
ID: 9792 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: *General Issues Assigned To: Comments: Please send this kind of reports to [EMAIL PROTECTED] as this bug system is meant for reporting bugs in PHP the language. --Jani Previous Comments: -

[PHP-DEV] PHP 4.0 Bug #9794: array_keys resets the array pointer and can not be used when looping

2001-03-16 Thread danbeck
From: [EMAIL PROTECTED] Operating system: linux 2.2.16 PHP version: 4.0.4pl1 PHP Bug Type: Scripting Engine problem Bug description: array_keys resets the array pointer and can not be used when looping The following code is broken: $arr = array("a", "b", "c"); foreach ($arr

Re: [PHP-DEV] PHP 4.0 Bug #9794: array_keys resets the array pointer and can not be used when looping

2001-03-16 Thread Andrei Zmievski
I'll fix this problem soon. It's even in the TODO. On Fri, 16 Mar 2001, [EMAIL PROTECTED] wrote: > From: [EMAIL PROTECTED] > Operating system: linux 2.2.16 > PHP version: 4.0.4pl1 > PHP Bug Type: Scripting Engine problem > Bug description: array_keys resets the array pointer

Re: [PHP-DEV] PHP 4.0 Bug #9794: array_keys resets the array pointer and can not be used when looping

2001-03-16 Thread Daniel Beckham
Awesome. Are you planning to just fix the array_keys function, or will there be a change as to how the array functions work with the array pointers? Thanks, Daniel Beckham - Original Message - From: "Andrei Zmievski" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> S

Re: [PHP-DEV] PHP 4.0 Bug #9794: array_keys resets the array pointer and can not be used when looping

2001-03-16 Thread Andrei Zmievski
On Fri, 16 Mar 2001, Daniel Beckham wrote: > Awesome. Are you planning to just fix the array_keys function, or will > there be a change as to how the array functions work with the array > pointers? It'll be on a case-by-case basis. Some functions do need to move the pointers. -Andrei It is com

[PHP-DEV] PHP 4.0 Bug #9794 Updated: array_keys resets the array pointer and can not be used when looping

2001-03-16 Thread sniper
ID: 9794 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Assigned Bug Type: Scripting Engine problem Assigned To: andrei Comments: I'll fix this problem soon. It's even in the TODO. (on behalf of Andrei..so that he doesn't forget this.. :) --Jani Previous Comme

Re: [PHP-DEV] PHP 4.0 Bug #9794 Updated: array_keys resets the array pointer and can not be used when looping

2001-03-16 Thread Andrei Zmievski
Working on it right now, in fact.. On Fri, 16 Mar 2001, [EMAIL PROTECTED] wrote: > ID: 9794 > Updated by: sniper > Reported By: [EMAIL PROTECTED] > Old-Status: Open > Status: Assigned > Bug Type: Scripting Engine problem > Assigned To: andrei > Comments: > > I'll fix this problem soon. It's even

[PHP-DEV] PHP 4.0 Bug #9795: sk.php.net

2001-03-16 Thread bobes
From: [EMAIL PROTECTED] Operating system: PHP version: 4.0.4pl1 PHP Bug Type: Unknown/Other Function Bug description: sk.php.net can't access http://sk.php.net... -- Edit Bug report at: http://bugs.php.net/?id=9795&edit=1 -- PHP Development Mailing List

Re: [PHP-DEV] PHP 4.0 Bug #9794: array_keys resets the array pointer and can not be used when looping

2001-03-16 Thread Stig Venaas
On Fri, Mar 16, 2001 at 11:21:39AM -0600, Andrei Zmievski wrote: > On Fri, 16 Mar 2001, Daniel Beckham wrote: > > Awesome. Are you planning to just fix the array_keys function, or will > > there be a change as to how the array functions work with the array > > pointers? > > It'll be on a case-by

[PHP-DEV] PHP 4.0 Bug #9796: RAW datatype not handled in Ora_GetColumn

2001-03-16 Thread kursat
From: [EMAIL PROTECTED] Operating system: Digital Unix Oracle 7.3.4 PHP version: 4.0.4pl1 PHP Bug Type: Oracle related Bug description: RAW datatype not handled in Ora_GetColumn Hi, I suppose, if this problem is not specific to my installation instance, there is a bug in O

[PHP-DEV] PHP 4.0 Bug #9778 Updated: error when compiling with gd

2001-03-16 Thread pof
ID: 9778 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Compile Problem Description: error when compiling with gd Here is the error from config.log: configure:16597: checking for gdImageColorResolve in -lgd configure:16616: gcc -o conftest -g -O2 -DLINUX=2 -DTARG

[PHP-DEV] PHP 4.0 Bug #9793 Updated: ldap_mod_add with bad params cause Segfault

2001-03-16 Thread sniper
ID: 9793 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: LDAP related Assigned To: Comments: I can't reproduce this. Which ldap library are you using? OpenLdap? And version? I tried with openldap 2.0.7 and it just gave an error on that first exampl

[PHP-DEV] PHP 4.0 Bug #9795 Updated: sk.php.net

2001-03-16 Thread sniper
ID: 9795 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: Unknown/Other Function Assigned To: Comments: [EMAIL PROTECTED] Previous Comments: --- [2001-03-16 12:49:56] [EMAIL PROT

[PHP-DEV] PHP 4.0 Bug #9778 Updated: error when compiling with gd

2001-03-16 Thread sniper
ID: 9778 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Compile Problem Assigned To: Comments: 1. Delete config.cache 2. Remove those /lib parts from the configure options. 3. After configure, 'make clean ; make ; make install' --Jani Previous

RE: [PHP-DEV] PHP 4.0 Bug #9778 Updated: error when compiling with gd

2001-03-16 Thread Mike Robinson
> > Any ideas of what's the problem? Leave the '/lib' part off the dir-path for some of the items in the configure line: --with-xpm-dir=/usr/X11R6/lib Try --with-xpm-dir=/usr/X11R6 .mike -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For ad

RE: [PHP-DEV] PHP 4.0 Bug #9778 Updated: error when compiling with gd

2001-03-16 Thread Mike Robinson
Man you are FAST! :> > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: March 16, 2001 1:56 PM > To: [EMAIL PROTECTED] > Subject: [PHP-DEV] PHP 4.0 Bug #9778 Updated: error when compiling with > gd > > > ID: 9778 > Updated by: sniper > Reported By: [EMAIL

[PHP-DEV] PHP 4.0 Bug #3783 Updated: versioning + mysql impossible !

2001-03-16 Thread hholzgra
ID: 3783 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Status: Analyzed Bug Type: Dynamic loading Assigned To: Comments: by the way: its usually sufficient to compile only php3 with versioning to get bot php3 and 4 modules loaded Previous Comments: --

Re: [PHP-DEV] Re: [PHP-QA] QA: chunked output buffering does notwork on win32 + internal function output callbacks

2001-03-16 Thread Joey Smith
Which means there'll need to be another RC. So we'll also be able to test the IMAP-2000 stuff someone was asking about... On Fri, 16 Mar 2001, Andi Gutmans wrote the following to André Langhorst,...: > This is extremely reproducible. Definitely a show stopper until Zeev fixes > this one. > > A

[PHP-DEV] PHP 4.0 Bug #9794 Updated: array_keys resets the array pointer and can not be used when looping

2001-03-16 Thread andrei
ID: 9794 Updated by: andrei Reported By: [EMAIL PROTECTED] Old-Status: Assigned Status: Closed Bug Type: Scripting Engine problem Assigned To: andrei Comments: This problem has been fixed in CVS for all relevant array functions. Previous Comments:

[PHP-DEV] PHP 4.0 Bug #5993 Updated: numeric fields with field len > 10 are chopped

2001-03-16 Thread hholzgra
ID: 5993 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Status: Analyzed Bug Type: dBase related Assigned To: Comments: this also seems to do funny things to HTTP_SERVER_VARS['argv'] Previous Comments: --- [2000-09-29

Re: [PHP-DEV] PHP 4.0 Bug #9794: array_keys resets the array pointer and can not be used when looping

2001-03-16 Thread Andrei Zmievski
On Fri, 16 Mar 2001, Stig Venaas wrote: > It seems like this is a common problem, I think perhaps most of the > PHP code (the C code) could be made cleaner if the Zend API separated > pointers from the array structure. So that one could create a pointer > and pass it as an argument to Zend hash fu

[PHP-DEV] PHP 4.0 Bug #9797: pgp.exe generates exception when running script

2001-03-16 Thread bradleygibson
From: [EMAIL PROTECTED] Operating system: Win2K and *nix PHP version: 4.0.4pl1 PHP Bug Type: Reproduceable crash Bug description: pgp.exe generates exception when running script Please let me know if I've done something wrong, but here's what happens: If I run wcltest1.pht

[PHP-DEV] PHP 4.0 Bug #9690 Updated: crazy docs

2001-03-16 Thread hholzgra
ID: 9690 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Documentation problem Assigned To: Comments: brasilian translation is at the very beginning, see for example http://zugeschaut-und-mitgebaut.de/php/statistics.html for current translation sta

[PHP-DEV] PHP 4.0 Bug #9560 Updated: Lack of 'boolean' and 'resource' (in translations)

2001-03-16 Thread hholzgra
ID: 9560 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Documentation problem Assigned To: Comments: no need to push anyone (it won't help anyway ;) what about lending a hand yourself? Previous Comments: -

[PHP-DEV] PHP 4.0 Bug #9675 Updated: Translation error in German translation for functions strpos()

2001-03-16 Thread hholzgra
ID: 9675 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Documentation problem Assigned To: Comments: Previous Comments: --- [2001-03-10 21:28:06] [EMAIL PROTECTED] There is a

[PHP-DEV] PHP 4.0 Bug #9675 Updated: Translation error in German translation for functions strpos()

2001-03-16 Thread hholzgra
ID: 9675 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Documentation problem Assigned To: Comments: fixed in CVS Previous Comments: --- [2001-03-10 21:28:06] [EMAIL PROTECTED] There is an err

[PHP-DEV] PHP 4.0 Bug #9566 Updated: error with switch() control structure syntax error reporting

2001-03-16 Thread hholzgra
ID: 9566 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Reproduceable crash Assigned To: Comments: for me 4.0.4pl1 gives a parse error on teh '"a:"' line Previous Comments:

[PHP-DEV] PHP 4.0 Bug #9540 Updated: Dumping html files to error log

2001-03-16 Thread hholzgra
ID: 9540 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Reproduceable crash Assigned To: Comments: fixed in CVS Previous Comments: --- [2001-03-03 18:10:00] [EMAIL PROTECTED]

[PHP-DEV] PHP 4.0 Bug #8540 Updated: --enable-versioning and dynamic php extensions won't work on Solaris

2001-03-16 Thread hholzgra
ID: 8540 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Dynamic loading Assigned To: Comments: 1. this does not happen on linux, but on solaris 2. it should be enough to compile just the php 3 module with versioning so that dynamic loading in

[PHP-DEV] PHP 4.0 Bug #8540 Updated: --enable-versioning and dynamic php extensions won't work on Solaris

2001-03-16 Thread hholzgra
ID: 8540 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: Dynamic loading Assigned To: Comments: looks like i was talking to myself :) Previous Comments: --- [2001-03-16 16:

[PHP-DEV] PHP 4.0 Bug #8942 Updated: memory leak

2001-03-16 Thread sniper
ID: 8942 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: mcrypt related Assigned To: Comments: No feedback. Reopen if propblem still exists with latest CVS snapshot from http://snaps.php.net/ --Jani Previous Comments: ---

[PHP-DEV] PHP 4.0 Bug #8925 Updated: pattern ~ can't detected

2001-03-16 Thread sniper
ID: 8925 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: *Regular Expressions Assigned To: Comments: Works for me. No feedback. --Jani Previous Comments: --- [2001-01-26

[PHP-DEV] PHP 4.0 Bug #8884 Updated: gethostbyaddr returns a 15 chars string IP when an error occurs

2001-03-16 Thread sniper
ID: 8884 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: Network related Assigned To: Comments: Works for me (4.0.5-dev) and no feedback. --Jani Previous Comments: --- [

[PHP-DEV] PHP 4.0 Bug #8877 Updated: symbol not defined (used by ucd-snmp)

2001-03-16 Thread sniper
ID: 8877 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: Compile Problem Assigned To: Comments: No feedback. --Jani Previous Comments: --- [2001-01-24 20:09:35] [EMAIL

[PHP-DEV] PHP 4.0 Bug #8864 Updated: Context menu app launching useless with apache module

2001-03-16 Thread sniper
ID: 8864 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: Apache related Assigned To: Comments: Not enough info, no feedback -> closed. --Jani Previous Comments: --- [200

[PHP-DEV] PHP 4.0 Bug #8608 Updated: shm_write causes segfault

2001-03-16 Thread sniper
ID: 8608 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: Semaphore related Assigned To: Comments: Works for me (4.0.5-dev) and no feedback -> closed. --Jani Previous Comments: --

[PHP-DEV] PHP 4.0 Bug #8594 Updated: dbase_get_record_with_names disconnect HTTP con

2001-03-16 Thread sniper
ID: 8594 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Old-Bug Type: Scripting Engine problem Bug Type: dBase related Assigned To: Comments: No feedback, not enough info -> closed. --Jani Previous Comments: ---

[PHP-DEV] PHP 4.0 Bug #8878 Updated: symbol not defined (load php4-module)

2001-03-16 Thread sniper
ID: 8878 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: Apache related Assigned To: Comments: No feedback. --Jani Previous Comments: --- [2001-01-26 02:27:10] [EMAIL P

[PHP-DEV] PHP 4.0 Bug #9113 Updated: Apache will not restart

2001-03-16 Thread sniper
ID: 9113 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: Apache related Assigned To: Comments: No feedback, not enough info. --Jani Previous Comments: --- [2001-02-14 12

[PHP-DEV] PHP 4.0 Bug #9103 Updated: error starting apache 3.1.17 on Addmodule mod_php4.c

2001-03-16 Thread sniper
ID: 9103 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: Reproduceable crash Assigned To: Comments: No feedback. --Jani Previous Comments: --- [2001-02-14 12:49:07] [EM

[PHP-DEV] PHP 4.0 Bug #9082 Updated: getpeername() causes seg fault

2001-03-16 Thread sniper
ID: 9082 Updated by: sniper Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Sockets related Assigned To: Comments: Is this fixed or not? --Jani Previous Comments: --- [2001-02-03 02:17:58] [EMAIL PROTECTED]

[PHP-DEV] PHP 4.0 Bug #9051 Updated: $variable = () crashes the server

2001-03-16 Thread sniper
ID: 9051 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: Reproduceable crash Assigned To: Comments: No feedback. And doesn't crash for me. (gives a parse error) --Jani Previous Comments:

[PHP-DEV] PHP 4.0 Bug #9021 Updated: Couldn't get apache started. No bugs shown, nothing in the logs.

2001-03-16 Thread sniper
ID: 9021 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: Apache related Assigned To: Comments: No feedback. Check www.php.net/oci8 for more info. --Jani Previous Comments: --

[PHP-DEV] PHP 4.0 Bug #8997 Updated: Bad data from html forms

2001-03-16 Thread sniper
ID: 8997 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: HTTP related Assigned To: Comments: No feedback and works for me. --Jani Previous Comments: --- [2001-02-04 12:4

[PHP-DEV] PHP 4.0 Bug #8981 Updated: Apache fails to load PHP module

2001-03-16 Thread sniper
ID: 8981 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: Dynamic loading Assigned To: Comments: No feedback and should be fixed. --Jani Previous Comments: --- [2001-01-2

[PHP-DEV] PHP 4.0 Bug #8973 Updated: In php3 it works, in php4 goes on file permission denied..installation problem?

2001-03-16 Thread sniper
ID: 8973 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: Filesystem function related Assigned To: Comments: No feedback and most likely user error. --Jani Previous Comments:

[PHP-DEV] PHP 4.0 Bug #8968 Updated: Apache Fails to start with php

2001-03-16 Thread sniper
ID: 8968 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: Apache related Assigned To: Comments: No feedback, works for me. --Jani Previous Comments: --- [2001-01-28 18:05

[PHP-DEV] PHP 4.0 Bug #8951 Updated: php_mysql_do_connect -> parameter host modified when using port or socket

2001-03-16 Thread sniper
ID: 8951 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: MySQL related Assigned To: Comments: No feedback, works for me just fine. --Jani Previous Comments: --- [2001-01

[PHP-DEV] PHP 4.0 Bug #8944 Updated: php.exe crashes for no apparent reason...

2001-03-16 Thread sniper
ID: 8944 Updated by: sniper Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Reproduceable crash Assigned To: Comments: No feedback. --Jani Previous Comments: --- [2001-01-29 05:12:37] [EMAIL PROTECTED] Does

[PHP-DEV] PHP 4.0 Bug #8944 Updated: php.exe crashes for no apparent reason...

2001-03-16 Thread sniper
ID: 8944 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: Reproduceable crash Assigned To: Comments: Previous Comments: --- [2001-01-29 05:12:37] [EMAIL PROTECTED] Does this

[PHP-DEV] PHP 4.0 Bug #9310 Updated: apache segfault with simple php script (using mysql)

2001-03-16 Thread sniper
ID: 9310 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: Reproduceable crash Assigned To: Comments: No feedback. Not enough info. --Jani Previous Comments: --- [2001-02

[PHP-DEV] PHP 4.0 Bug #8945 Updated: include, require, et al.

2001-03-16 Thread sniper
ID: 8945 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: Performance problem Assigned To: Comments: No feedback. --Jani Previous Comments: --- [2001-02-17 13:09:27] [EMA

[PHP-DEV] PHP 4.0 Bug #9798: Non-select statements always return false

2001-03-16 Thread jhurshman
From: [EMAIL PROTECTED] Operating system: Win NT 4.0 PHP version: 4.0.4pl1 PHP Bug Type: MSSQL related Bug description: Non-select statements always return false The output is "no", even though the update has actually occurred. This did not happen with 4.0.3pl1. It began

[PHP-DEV] PHP 4.0 Bug #9147 Updated: bugs in post using multipart/form-data

2001-03-16 Thread sniper
ID: 9147 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: Unknown/Other Function Assigned To: Comments: No feedback, works for me with latest CVS. --Jani Previous Comments: --

[PHP-DEV] PHP 4.0 Bug #9184 Updated: compile failure w/ apache/ snmp

2001-03-16 Thread sniper
ID: 9184 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: Apache related Assigned To: Comments: No feedback. Considered fixed. --Jani Previous Comments: --- [2001-02-15 1

[PHP-DEV] PHP 4.0 Bug #9166 Updated: upload_tmp_dir not recognized

2001-03-16 Thread sniper
ID: 9166 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: PHP options/info functions Assigned To: Comments: No feedback, works for me just fine. (4.0.5-dev) --Jani Previous Comments:

[PHP-DEV] PHP 4.0 Bug #9188 Updated: it seems that mysql-module doesn't support any charsets except latin1

2001-03-16 Thread sniper
ID: 9188 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: MySQL related Assigned To: Comments: This should be fixed. Try latest CVS snapshot from http://snaps.php.net/ --Jani Previous Comments:

[PHP-DEV] PHP 4.0 Bug #9798 Updated: Non-select statements always return false

2001-03-16 Thread jhurshman
ID: 9798 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: MSSQL related Description: Non-select statements always return false Select statement do return true if they succeed. The output of this script is "yesno": Previous Comments: ---

[PHP-DEV] PHP 4.0 Bug #9797 Updated: pgp.exe generates exception when running script

2001-03-16 Thread bradleygibson
ID: 9797 User Update by: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Reproduceable crash Description: pgp.exe generates exception when running script "this" in the parent class' constructor resolves to the class of the instantiated object, not the class the constructor belongs to

[PHP-DEV] PHP 4.0 Bug #9198 Updated: ocassional session blackouts

2001-03-16 Thread sniper
ID: 9198 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: *Session related Assigned To: Comments: Upgrade first to PHP 4.0.4pl1. --Jani Previous Comments: --- [2001-02-20

[PHP-DEV] PHP 4.0 Bug #9204 Updated: Crash when I opent a particular page

2001-03-16 Thread sniper
ID: 9204 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: Reproduceable crash Assigned To: Comments: No feedback. Not enough info. And most likely fixed in CVS. --Jani Previous Comments:

  1   2   >