Re: [PHP-DEV] Compile Errors and Warnings

2001-09-18 Thread Sterling Hughes
On Wed, 19 Sep 2001, Sebastian Bergmann wrote: > Sebastian Bergmann wrote: > > The following patch fixes this issue: > > Could someone with cvs.zend.com karma please commit this? Thanks. > > Zend's CVS has been down most of the day. I've tried committing it several times, I get the

Re: [PHP-DEV] Compile Errors and Warnings

2001-09-18 Thread Sebastian Bergmann
Sebastian Bergmann wrote: > The following patch fixes this issue: Could someone with cvs.zend.com karma please commit this? Thanks. -- Sebastian Bergmann Measure Traffic & Usability http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I

Re: [PHP-DEV] TSRM coverage question

2001-09-18 Thread Sterling Hughes
On Tue, 18 Sep 2001, "lo-tek" <@pb1.pair.com cshmoove wrote: > suppose i have a function which returns a pointer to a variable in thread > local storage > > foo_t *get_global_foo() > { > TSRMLS_FETCH(); > return (foo_t *)BAR_G(foo); > } > > void fubar() > { > foo_t *foo = get_global_f

[PHP-DEV] TSRM coverage question

2001-09-18 Thread lo-tek
suppose i have a function which returns a pointer to a variable in thread local storage foo_t *get_global_foo() { TSRMLS_FETCH(); return (foo_t *)BAR_G(foo); } void fubar() { foo_t *foo = get_global_foo(); bar( foo );/* possible multi-thread access */ } is fubar then thr

[PHP-DEV] gethostbyaddr, IPv6 mapped IPv4 and native IPv6 addresses

2001-09-18 Thread Matthias Wimmer
Hi! I just noticed that the php function gethostbyaddr is not able to lookup IPv6 mapped IPv4 or native IPv6 addresses. Because I get such addresses from the apache 1.3.19 when it is patched with the KAME IPv6 patch (that's the normal way to IPv6 enable apache 1.3) I noticed the problem. Attach

Re: [PHP-DEV] Bug #13229 - some analysing

2001-09-18 Thread Hans Spath
[EMAIL PROTECTED] wrote: > > Hi f0lks, > > > > [part of my first mail (see url at the end of this mail) ] > >[snip] > >I don't think this is a bug, it looks like a misunderstanding of the API. >(Perhaps it is my misunderstanding ;-) I'll kill you !!! (j/k) What do you think, when I tell you I've

[PHP-DEV] Bug #13365 Updated: Adding newline \n in textarea output for each line

2001-09-18 Thread jean-pierre . caurier
ID: 13365 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Filesystem function related Operating System: Windows 2000 Pro SP2 PHP Version: 4.0.6 New Comment: So how can you explain the difference between two version of PHP ? I have lost two days in this

[PHP-DEV] Bug #13370: Error startup php4isapi module

2001-09-18 Thread undead
From: [EMAIL PROTECTED] Operating system: Windows XP final PHP version: 4.0.6 PHP Bug Type: IIS related Bug description: Error startup php4isapi module In Windows XP professional in IIS php4isapi.dll not starting as ISAPI filter, IIS sent in event log next error: The HTTP

Re: [PHP-DEV] RC3

2001-09-18 Thread David Eriksson
On Tue, 18 Sep 2001, Sascha Schumann wrote: > No new features please. RCs are purely intended for cutting > down the number of bugs. NP. I just realized that it would be nice to have Universe included in PHP 4.0.7... but I know it's a little late now... :-/ -\- David Eriksson -/- "An

Re: [PHP-DEV] AW: Bug #13363 Updated: variable variables with arrays

2001-09-18 Thread Hartmut Holzgraefe
Irfan Haydarlioglu wrote: > > Hi > > yes I know the Probl. with $GLOBALS but does it work with other Arrays? > No it doesn't ! This is why I wonder! you didn't get my point it takes the content of the first variable verbatim without further parsing and tries to look it up in the current names

Re: [PHP-DEV] RC3

2001-09-18 Thread Sascha Schumann
On Tue, 18 Sep 2001, David Eriksson wrote: > On Tue, 18 Sep 2001, Zeev Suraski wrote: > > > Does anybody still have anything pending for RC3? > > Do you want Universe included in RC3? > > http://universe.2good.nu/ No new features please. RCs are purely intended for cutting down the nu

Re: [PHP-DEV] RC3

2001-09-18 Thread David Eriksson
On Tue, 18 Sep 2001, Zeev Suraski wrote: > Does anybody still have anything pending for RC3? Do you want Universe included in RC3? http://universe.2good.nu/ Regards, David -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comm

[PHP-DEV] RC3

2001-09-18 Thread Zeev Suraski
Does anybody still have anything pending for RC3? Zeev -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP-DEV] Bug #13366 Updated: Date function T - Timezone causes Apache to Crash

2001-09-18 Thread sniper
ID: 13366 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Reproducible crash Operating System: Windows 2000 PHP Version: 4.0.4pl1 New Comment: If you can reproduce this with PHP 4.0.6, reopen. Previous Comments: --

[PHP-DEV] Bug #13365 Updated: Adding newline \n in textarea output for each line

2001-09-18 Thread sniper
ID: 13365 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Filesystem function related Operating System: Windows 2000 Pro SP2 PHP Version: 4.0.6 New Comment: Not a PHP problem, and not a problem or bug in anything else either. Please ask support question

[PHP-DEV] Bug #13369 Updated: mysql_free_result() seems to kill the connection-link.

2001-09-18 Thread sniper
ID: 13369 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: MySQL related Operating System: Linux-2.2 PHP Version: 4.0.6 New Comment: You're doing something wrong. Please include a short example script which demonstrates your problem. Previous Comme

[PHP-DEV] AW: Bug #13363 Updated: variable variables with arrays

2001-09-18 Thread Irfan Haydarlioglu
Hi yes I know the Probl. with $GLOBALS but does it work with other Arrays? No it doesn't ! This is why I wonder! -Ursprüngliche Nachricht- Von: Bug Database [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 18. September 2001 14:25 An: [EMAIL PROTECTED] Betreff: Bug #13363 Updated: variable

[PHP-DEV] Bug #13369: mysql_free_result() seems to kill the connection-link.

2001-09-18 Thread wolfram
From: [EMAIL PROTECTED] Operating system: Linux-2.2 PHP version: 4.0.6 PHP Bug Type: MySQL related Bug description: mysql_free_result() seems to kill the connection-link. mysql_free_result() seems to kill the connection-link (or at least give it the value of 1). -- Edit bug

Re: [PHP-DEV] preg_* functions not working as expected (as in perl) 4.0.6

2001-09-18 Thread Andrei Zmievski
I assure you that PHP preg_* functions are working properly. You are experiencing an issue with escaping -- please try using this expression: /('(([^']*')*)([^']*)') On Tue, 18 Sep 2001, Grzegorz Prokopski wrote: > Hi ! > > I found that following regular expression patern: > /('(([^']*\\')*

[PHP-DEV] Bug #13368: 2nd call to @mssql_query does not fill $php_errormsg s'd be'permission denied'

2001-09-18 Thread hlousek
From: [EMAIL PROTECTED] Operating system: SuSe Linux 7.1 PHP version: 4.0.6 PHP Bug Type: *General Issues Bug description: 2nd call to @mssql_query does not fill $php_errormsg s'd be'permission denied' I'm using MSSQL 7.0 on WinNT4.0, FreeTDS 0.51 with tdsver=4.2, client i

[PHP-DEV] Bug #13367 Updated: PHP-files cannot be executed

2001-09-18 Thread hholzgra
ID: 13367 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Apache related Operating System: Windows98 SE PHP Version: 4.0.6 New Comment: there is a special mailing list on installation issues that you may find under http://www.php.net/support.php pl

[PHP-DEV] Bug #13367: PHP-files cannot be executed

2001-09-18 Thread mail
From: [EMAIL PROTECTED] Operating system: Windows98 SE PHP version: 4.0.6 PHP Bug Type: Apache related Bug description: PHP-files cannot be executed Actually, i don´t believe this is really a bug, but rather an installation-problem. Apache seems to be running without any

[PHP-DEV] preg_* functions not working as expected (as in perl) 4.0.6

2001-09-18 Thread Grzegorz Prokopski
Hi ! I found that following regular expression patern: /('(([^']*\\')*)([^']*)')/s works in Perl, but doesn't in PHP. It is trying to find sting with ' char escaped, like 'It wasn\'t so good' You may test it with following scripts : #!/usr/bin/perl while (<>) { print ">$1<\n" while /('(([^']

[PHP-DEV] set_socket_blocking

2001-09-18 Thread iskdjfhrtqks (ex-Versinger)
My greetings, php-dev, there is a problem with set_socket_blocking under win 2000 (nt5) when it'll be working well?.. (sorry for bad english) Faithfully yours, iskdjfhrtqks mailto:[EMAIL PROTECTED] -- PHP Development Mailing List To unsubscr

[PHP-DEV] Bug #13366: Date function T - Timezone causes Apache to Crash

2001-09-18 Thread njm
From: [EMAIL PROTECTED] Operating system: Windows 2000 PHP version: 4.0.4pl1 PHP Bug Type: Reproducible crash Bug description: Date function T - Timezone causes Apache to Crash $tday=date("D, d F Y H:i:s T"); echo "\n"; MySQL 3.23.22-beta Apache 1.3.14 PCRE 3.1

[PHP-DEV] Bug #13365: Adding newline \n in textarea output for each line

2001-09-18 Thread jean-pierre . caurier
From: [EMAIL PROTECTED] Operating system: Windows 2000 Pro SP2 PHP version: 4.0.6 PHP Bug Type: Filesystem function related Bug description: Adding newline \n in textarea output for each line First the HTML source code : One line. Two line Three line The

Re: [PHP-DEV] PHP 3.0 Bug Summary Report

2001-09-18 Thread Andrei Zmievski
It might have.. On Tue, 18 Sep 2001, Stig Sæther Bakken wrote: > What's up? Did the 4.0 bug summary report grow too big for the list > again? > > - Stig > > -- > Stig Sæther Bakken <[EMAIL PROTECTED]> > Fast Search & Transfer ASA, Trondheim, Norway > > -- > PHP Development Mailing List

[PHP-DEV] Bug #13364 Updated: PHP crashes when CDATA is used in a tag

2001-09-18 Thread derick
ID: 13364 Updated by: derick Reported By: [EMAIL PROTECTED] Status: Open Bug Type: DOM XML related Operating System: Debian x86 unstable PHP Version: 4.0.6 New Comment: Program received signal SIGSEGV, Segmentation fault. node_list_wrapper_dtor (node=0x82f5b80) at php_domxml.c:315 warning: Sour

[PHP-DEV] Bug #13340 Updated: get_defined_constants crashed on default value of constant DEFAULT_INCLUDE_PATH

2001-09-18 Thread dacota
ID: 13340 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Reproducible crash Operating System: Win32 PHP Version: 4.0CVS-2001-09-17 New Comment: I thought that maybe better to add check to zend_register_stringl_constant for NULL? replacing c.value.va

[PHP-DEV] Bug #13364: PHP crashes when CDATA is used in a tag

2001-09-18 Thread toface
From: [EMAIL PROTECTED] Operating system: Debian x86 unstable PHP version: 4.0.6 PHP Bug Type: DOM XML related Bug description: PHP crashes when CDATA is used in a tag tested with 4.0.7rc2 when CDATA is used in a ATTLIST tag, php crashes while trying to parse it into a x

[PHP-DEV] Bug #13363 Updated: variable variables with arrays

2001-09-18 Thread hholzgra
ID: 13363 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Status: Open Old Bug Type: Scripting Engine problem Bug Type: Feature/Change Request Operating System: all PHP Version: 4.0.6 New Comment: $$ is just a shortcut for a lookup in the variable hashtable of the current namespace ($GLOABLS

[PHP-DEV] Bug #13363: variable variables with arrays

2001-09-18 Thread developer
From: [EMAIL PROTECTED] Operating system: all PHP version: 4.0.6 PHP Bug Type: Scripting Engine problem Bug description: variable variables with arrays $dynvar = "GLOBALS[first][second]"; echo $$dynvar; result : nothing , no error and no output! for arrays stored in v

RE: [PHP-DEV] Help with segfault

2001-09-18 Thread Richard Heyes
> Please follow this: > www.php.net/bugs-generating-backtrace.php Ok, hows this: [root@delllive /root]# gdb /usr/sbin/httpd GNU gdb 19991004 Copyright 1998 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or dis

[PHP-DEV] Bug #13362: function wordwrap bug

2001-09-18 Thread herveseignole
From: [EMAIL PROTECTED] Operating system: Linux Mandrake 8.0 PHP version: 4.0.4pl1 PHP Bug Type: Unknown/Other Function Bug description: function wordwrap bug return: A very long w rd. not A very long wooo ord. php 4.0.4pl1 -- Edit bug r

[PHP-DEV] Bug #13359 Updated: Formating php.ini

2001-09-18 Thread sippel . r
ID: 13359 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Feature/Change Request Operating System: WIN PHP Version: 4.0.6 New Comment: I think the file ist too big with all comments and 700 lines. You can´t see easy what is comment an

[PHP-DEV] Bug #13361 Updated: Seg Fault

2001-09-18 Thread hholzgra
ID: 13361 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Old Status: Closed Status: Bogus Bug Type: Reproducible crash Operating System: Linux 2.2.16 PHP Version: 4.0.6 Previous Comments: [2001-09-18 07:07:14] [EMAIL

Re: [PHP-DEV] Help with segfault

2001-09-18 Thread derick
Hello, can you make a backtrace of it (with gdb)? Derick On Tue, 18 Sep 2001, Richard Heyes wrote: > Hi, I'm getting some strange segfaults from a script I'm running. Isn't > consistent unfortunately, but I have managed to get this strace output > from the apache child serving the request. Doe

[PHP-DEV] Help with segfault

2001-09-18 Thread Richard Heyes
Some version I forgot to include... php 4.06 with memory patch, apache 1.3.12, RHL6.2 -- Richard Heyes -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail:

[PHP-DEV] Bug #13361 Updated: Seg Fault

2001-09-18 Thread derick
ID: 13361 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Reproducible crash Operating System: Linux 2.2.16 PHP Version: 4.0.6 New Comment: Not a PHP bug, but a Zend one... Previous Comments:

[PHP-DEV] Help with segfault

2001-09-18 Thread Richard Heyes
Hi, I'm getting some strange segfaults from a script I'm running. Isn't consistent unfortunately, but I have managed to get this strace output from the apache child serving the request. Does it mean anything to anyone? Look like it's going through all the include() calls in the php script, last on

[PHP-DEV] Bug #13361 Updated: Seg Fault

2001-09-18 Thread bate
ID: 13361 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Reproducible crash Operating System: Linux 2.2.16 PHP Version: 4.0.6 New Comment: Stop Close this Bug Report i found the Bug. Its a problem of the New beta Accelerator. Ba

[PHP-DEV] Bug #13361 Updated: Seg Fault

2001-09-18 Thread sniper
ID: 13361 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Closed Status: Feedback Old Bug Type: Unknown/Other Function Bug Type: Reproducible crash Operating System: Linux 2.2.16 PHP Version: 4.0.6 New Comment: Please generate a GDB backtrace of that crash. (using the 4.0.7RC2)

[PHP-DEV] Bug #13361 Updated: Seg Fault

2001-09-18 Thread bate
ID: 13361 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Unknown/Other Function Operating System: Linux 2.2.16 PHP Version: 4.0.6 New Comment: http://www.bate.de/bug/phpinfo.html this is the PHPINFO from my php binary "php -i >phpinfo.html" I c

[PHP-DEV] Bug #13359 Updated: Formating php.ini

2001-09-18 Thread sniper
ID: 13359 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Feature/Change Request Operating System: WIN PHP Version: 4.0.6 New Comment: Please explain what is so confusing in it? Previous Comments: -

[PHP-DEV] Hint to bug #12127,#10896 .... (Function fgetcsv() lost some lett ers)

2001-09-18 Thread Tesacek, Jan
Hello, Today I try developer build 4.0.8 from www.php4win.de and this bug is also in this build (I try version 4.0.4pl1,4.0.5,4.0.6 and this bug is in all builds). I try to reproduce this bug on 5 OS (1xW2K Advanced server English with sp1 and sp2, 2x W2K Profesional English with sp1 and sp2,1x W2

[PHP-DEV] Bug #13361 Updated: Seg Fault

2001-09-18 Thread mfischer
ID: 13361 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Unknown/Other Function Operating System: Linux 2.2.16 PHP Version: 4.0.6 New Comment: Not reproduceable with 4.0.6 on my machine .. Anyway, it also works on CVS so. Try one from http://snaps

[PHP-DEV] Bug #13360 Updated: Creating an Skeleton in ext/

2001-09-18 Thread mfischer
ID: 13360 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Unknown/Other Function Operating System: Tru64 PHP Version: 4.0.6 New Comment: You will need autoconf 2.13. No PHP bug anyway; such question are best asked on php-dev@ The current CVS has

Re: [PHP-DEV] [patch] avoiding TSRMLS_FETCH (custom sorting functions)

2001-09-18 Thread Thies C. Arntzen
On Mon, Sep 17, 2001 at 10:18:29AM -0400, Sterling Hughes wrote: > Hey, > > Attached is a patch which replaces the use of libc's quicksort > and uses our own custom quicksort for quicksort sorting, giving > the immediate benefit of allowing us to pass TSRMLS_CC to the callbacks, >

[PHP-DEV] Bug #13361: Seg Fault

2001-09-18 Thread bate
From: [EMAIL PROTECTED] Operating system: Linux 2.2.16 PHP version: 4.0.6 PHP Bug Type: Unknown/Other Function Bug description: Seg Fault #!/usr/bin/php -q This Program makes me with my Binary a seg fault after 3 executions .. ? -- Edit bug report at: http://bugs.php

Re: [PHP-DEV] PHP 3.0 Bug Summary Report

2001-09-18 Thread Derick Rethans
On 18 Sep 2001, Stig Sæther Bakken wrote: > What's up? Did the 4.0 bug summary report grow too big for the list > again? I got one last Saturday Derick -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: [PHP-DEV] PHP 3.0 Bug Summary Report

2001-09-18 Thread Stig Sæther Bakken
What's up? Did the 4.0 bug summary report grow too big for the list again? - Stig -- Stig Sæther Bakken <[EMAIL PROTECTED]> Fast Search & Transfer ASA, Trondheim, Norway -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman

[PHP-DEV] Bug #13360: Creating an Skeleton in ext/

2001-09-18 Thread g . exner
From: [EMAIL PROTECTED] Operating system: Tru64 PHP version: 4.0.6 PHP Bug Type: Unknown/Other Function Bug description: Creating an Skeleton in ext/ i've an little extension to use message queues from php to an other process. the steps after ext_skel producinf some error

[PHP-DEV] Bug #13359: Formating php.ini

2001-09-18 Thread sippel . r
From: [EMAIL PROTECTED] Operating system: WIN PHP version: 4.0.6 PHP Bug Type: Feature/Change Request Bug description: Formating php.ini Please make a formated php.ini. The current php.ini is very confused to read for newbies. -- Edit bug report at: http://bugs.php.net/?id=