Re: [PHP-DEV] Re: Bug #14653 Updated: Internet Explorer for Macintosh receives bad HTTP header info from PHP Header()

2001-12-22 Thread Markus Fischer
On Sun, Dec 23, 2001 at 01:25:28AM -0600, Fred B wrote : > Is the PHP Header() function defined in > the file servlet.java that's part of the > PHP source code? [...] Of course not ... -- Please always Cc to me when replying to me on the lists. -- PHP Development Mailing List

Re: [PHP-DEV] Re: Bug #14653 Updated: Internet Explorer for Macintosh receivesbad HTTP header info from PHP Header()

2001-12-22 Thread Fred B
Is the PHP Header() function defined in the file servlet.java that's part of the PHP source code? The routine is listed below. If so, it would appear that PHP is depending on a Java servlet for the actual file redirection. FB public void header(String data) { // try to send the header us

[PHP-DEV] PHP cvs help

2001-12-22 Thread Sergey Kartashoff
Hi! Please help me with some CVS question. I need to migrate latest mngosearch extension from php-4.2dev branch into php-4.1.x branch. To do that i run: cvs update -r php_4_1_1 ... update mnogosearch files... ... remove test.php ... cvs remove test.php ... adding index.php ...

[PHP-DEV] Bug #14666: leak memory

2001-12-22 Thread hzxs110
From: [EMAIL PROTECTED] Operating system: win 2000 PHP version: 4.1.0 PHP Bug Type: Apache related Bug description: leak memory when use php_oci8.dll,induce error :Ó¦ÓóÌÐò ²úÉúÁËÒ»¸öÓ¦ÓóÌÐò´íÎó ´Ë´íÎó·¢ÉúÔÚ 12/22/2001 @ 19:07:07.838 Ëù²úÉúµÄÒâÍâÇé¿öΪ c005£¬ÔÚµØÖ· 008

[PHP-DEV] Bug #13664 Updated: The php_dbx.dll extension module missing in the distro.

2001-12-22 Thread stgunya
ID: 13664 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: DBX related Operating System: Win32 PHP Version: 4.0.6 New Comment: Yep. it's there! BTW, Marc, not 4.0.1, but 4.1.0 :) Thank you for your work! Previous Comments: ---

[PHP-DEV] Bug #14665: ifx_fetch_row returns string non-zero terminated for selected LVARCHAR fields

2001-12-22 Thread mlemos
From: [EMAIL PROTECTED] Operating system: Linux 2.2.x PHP version: 4.1.0 PHP Bug Type: Informix related Bug description: ifx_fetch_row returns string non-zero terminated for selected LVARCHAR fields Ditto. -- Edit bug report at: http://bugs.php.net/?id=14665&edit=1 -- P

Re: [PHP-DEV] Re: Bug #14653 Updated: Internet Explorer for Macintoshreceives bad HTTP header info from PHP Header()

2001-12-22 Thread Manuel Lemos
Hello, [EMAIL PROTECTED] wrote: > > On Sat, 22 Dec 2001, Roman Neuhauser wrote: > > > > Can you suggest a workaround since it appears that lots of > > > PHP code uses this PHP Header() redirect to setup files for > > > users to download from sites? > > > > don't you need a content-type or s

[PHP-DEV] Bug #14648 Updated: pcntl_signal(SIGCHLD, SIG_IGN) does not follow expected behavior on linux

2001-12-22 Thread jason
ID: 14648 Updated by: jason Reported By: [EMAIL PROTECTED] Old Summary: pcntl signal handlers Old Status: Open Status: Assigned Bug Type: Unknown/Other Function Operating System: RHL 7.1 PHP Version: 4.1.0 Old Assigned To: Assigned To: [EMAIL PROTECTED] New Comment: This has to do with the fact

Re: [PHP-DEV] Re: Bug #14653 Updated: Internet Explorer for Macintoshreceives bad HTTP header info from PHP Header()

2001-12-22 Thread derick
On Sat, 22 Dec 2001, Roman Neuhauser wrote: > > Can you suggest a workaround since it appears that lots of > > PHP code uses this PHP Header() redirect to setup files for > > users to download from sites? > > don't you need a content-type or sumthing as well? Header ("Content-Type: a

[PHP-DEV] Bug #14554 Updated: segfault when reading a zip file

2001-12-22 Thread derick
ID: 14554 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: ZZiplib Related Operating System: linux PHP Version: 4.1.0 New Comment: Applied the patch. Thx ! Derick Previous Comments:

[PHP-DEV] Bug #14664: A query that fails makes all subsquent calls to ifx_query fail

2001-12-22 Thread mlemos
From: [EMAIL PROTECTED] Operating system: Linux 2.2.x PHP version: 4.1.0 PHP Bug Type: Informix related Bug description: A query that fails makes all subsquent calls to ifx_query fail As demonstrated by the following example if the first (real) query (besides DATABASE query)

[PHP-DEV] Bug #14554 Updated: segfault when reading a zip file

2001-12-22 Thread phpbug
ID: 14554 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: ZZiplib Related Operating System: linux PHP Version: 4.1.0 New Comment: Also sent to [EMAIL PROTECTED] > cvs diff -u cvs server: Diffing . Index: zip.c ===

[PHP-DEV] ext/sockets

2001-12-22 Thread Richard Samar
Markus Fischer wrote: > > No, but my point is the interface isn't going to be changed > tomorrow. Not even next week. Very true! Well, I was thinking about sockets documentation for while after the bigger changes came. I just talked with Jan about it and we will go for it, writing the

Re: [PHP-DEV] Re: Bug #14653 Updated: Internet Explorer for Macintosh receives bad HTTP header info from PHP Header()

2001-12-22 Thread Roman Neuhauser
> From: "Fred B" <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Date: Sat, 22 Dec 2001 08:25:41 -0600 > Subject: [PHP-DEV] Re: Bug #14653 Updated: Internet Explorer for Macintosh receives >bad HTTP > header info from PHP Header() > > > Can you suggest a workaround since it appears that lots of

Re: [PHP-DEV] Bug #14663 Updated: Empty packets as result of serialization

2001-12-22 Thread Markus Fischer
On Sat, Dec 22, 2001 at 10:47:52PM +0100, Jan Lehnardt wrote : > Hi, > On Sat, 22 Dec 2001 22:36:17 +0100 > Markus Fischer <[EMAIL PROTECTED]> wrote: > > > On Sat, Dec 22, 2001 at 09:22:10PM -, [EMAIL PROTECTED] wrote : > > > > the manual page is marked as "EXPERIMENTAL". so waiting for >

Re: [PHP-DEV] Bug #14663 Updated: Empty packets as result of serialization

2001-12-22 Thread Jan Lehnardt
Hi, On Sat, 22 Dec 2001 22:36:17 +0100 Markus Fischer <[EMAIL PROTECTED]> wrote: > On Sat, Dec 22, 2001 at 09:22:10PM -, [EMAIL PROTECTED] wrote : > > the manual page is marked as "EXPERIMENTAL". so waiting for > > the extension to become stable wil be the best. fixing the > > example now

Re: [PHP-DEV] Bug #14663 Updated: Empty packets as result of serialization

2001-12-22 Thread Markus Fischer
On Sat, Dec 22, 2001 at 09:22:10PM -, [EMAIL PROTECTED] wrote : > ID: 14663 > Updated by: jan > Reported By: [EMAIL PROTECTED] > Old Summary: socket_read() doesn't function as documented > Old Status: Open > Status: Analyzed > Bug Type: Documentation problem > Old Operating System: FreeBSD 4.

[PHP-DEV] Bug #14663 Updated: Empty packets as result of serialization

2001-12-22 Thread jan
ID: 14663 Updated by: jan Reported By: [EMAIL PROTECTED] Old Summary: socket_read() doesn't function as documented Old Status: Open Status: Analyzed Bug Type: Documentation problem Old Operating System: FreeBSD 4.4 Operating System: Windows NT 4 sp 6a PHP Version: 4.1.0 New Comment: the manual pa

Re[4]: [PHP-DEV] Re: Bug #14653 Updated: Internet Explorer for Macintosh receives bad HTTP header info from PHP Header()

2001-12-22 Thread Daniel Lorch
Hi, >> > This works properly on IE for Mac for redirecting users >> > to download a file: >> > >> >Header("Refresh: 0;URL=http://www.mywebsite.com/junk.zip";); >> >>uuuh ist this valid? I've never seen that before. I think it should >>read: >> >>(HTML) >>(HEAD) >> (META HTTP-EQUIV="REFRESH" CONT

Re: Re[2]: [PHP-DEV] Re: Bug #14653 Updated: Internet Explorer for Macintoshreceives bad HTTP header info from PHP Header()

2001-12-22 Thread Fred B
>From: Daniel Lorch <[EMAIL PROTECTED]> > > This works properly on IE for Mac for redirecting users > > to download a file: > > > >Header("Refresh: 0;URL=http://www.mywebsite.com/junk.zip";); > >uuuh ist this valid? I've never seen that before. I think it should >read: > >(HTML) >(HEAD) > (META H

Re: Re[2]: [PHP-DEV] Re: Bug #14653 Updated: Internet Explorer for Macintosh receives bad HTTP header info from PHP Header()

2001-12-22 Thread Sander Roobol
> >Header("Refresh: 0;URL=http://www.mywebsite.com/junk.zip";); > > uuuh ist this valid? I've never seen that before. I think it should > read: It is not valid, but it is accepted by most browsers. It's not in the official HTTP 1.x spec. Some info: http://home.netscape.com/assist/net_sites/pushpu

[PHP-DEV] Bug #14663 Updated: socket_read() doesn't function as documented

2001-12-22 Thread mfischer
ID: 14663 Updated by: mfischer Reported By: [EMAIL PROTECTED] Status: Open Old Bug Type: Sockets related Bug Type: Documentation problem Operating System: FreeBSD 4.4 PHP Version: 4.1.0 New Comment: Making a documentation problem. Valid sample still have to be written. Previous Comments: ---

RE: [PHP-DEV] Re: Bug #14653 Updated: Internet Explorer for Macintosh receivesbad HTTP header info from PHP Header()

2001-12-22 Thread Fred B
I can't find anything in the Microsoft database about this problem, and since IE 5.1 for Macintosh (for MacOS 8 and 9) was just released three days ago (and this problem is still in it), I think they're either ignoring it or are unaware. FB >From: "Chris Newbill" <[EMAIL PROTECTED]> >To: "'Fre

[PHP-DEV] Bug #14663: socket_read() doesn't function as documented

2001-12-22 Thread aragon
From: [EMAIL PROTECTED] Operating system: FreeBSD 4.4 PHP version: 4.1.0 PHP Bug Type: Sockets related Bug description: socket_read() doesn't function as documented Example code copy/pasted from http://www.php.net/manual/en/html/ref.sockets.html : TCP/IP Connection\n";

Re[2]: [PHP-DEV] Re: Bug #14653 Updated: Internet Explorer for Macintosh receives bad HTTP header info from PHP Header()

2001-12-22 Thread Daniel Lorch
hi, > This works properly on IE for Mac for redirecting users > to download a file: > >Header("Refresh: 0;URL=http://www.mywebsite.com/junk.zip";); > >HOWEVER, it clears the web page which is very confusing >to users. It's unsuitable for dynamic PHP sites. > >The only other way to go, I think,

[PHP-DEV] Bug #14561 Updated: strtotime() bug

2001-12-22 Thread sander
ID: 14561 Updated by: sander Reported By: [EMAIL PROTECTED] Status: Open Old Bug Type: Date/time related Bug Type: Feature/Change Request Operating System: Linux ?.? PHP Version: 4.0.6 New Comment: You should better practice your type-changing skills ;) Previous Comments: ---

[PHP-DEV] Bug #14604 Updated: Empty packets as result of serialization

2001-12-22 Thread jan
ID: 14604 Updated by: jan Reported By: [EMAIL PROTECTED] Status: Analyzed Bug Type: WDDX related Operating System: Windows NT 4 sp 6a PHP Version: 4.1.0 New Comment: sander, can you also test for PHP 4.0.6 to verify if it broke during the 4.1 release circle? Previous Comments: ---

[PHP-DEV] Bug #14554 Updated: segfault when reading a zip file

2001-12-22 Thread sander
ID: 14554 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: ZZiplib Related Operating System: linux PHP Version: 4.1.0 New Comment: Can you send a new patch which fixes that zip_entry_open thingy to Derick? He'll handle it. Previous Comments:

Re: [PHP-DEV] Re: Bug #14653 Updated: Internet Explorer for Macintosh receives bad HTTP header info from PHP Header()

2001-12-22 Thread Markus Fischer
On Sat, Dec 22, 2001 at 02:33:35PM -0600, Fred B wrote : > It's unsuitable for dynamic PHP sites. Not really, can you get the IP from one of the zillions _SERVER vars. -- Please always Cc to me when replying to me on the lists. -- PHP Development Mailing List

Re: [PHP-DEV] Re: Bug #14653 Updated: Internet Explorer for Macintosh receives bad HTTP header info from PHP Header()

2001-12-22 Thread Sander Roobol
> Any other thoughts? Blame M$! Sander > > FB > > > > > > >From: "Chris Newbill" <[EMAIL PROTECTED]> > >To: "'Fred B'" <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> > >Subject: RE: [PHP-DEV] Re: Bug #14653 Updated: Internet Explorer for > >Macintosh receives bad HTTP header info from PHP Heade

[PHP-DEV] Bug #14593 Updated: configure fails with apxs

2001-12-22 Thread sander
ID: 14593 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Apache related Operating System: AIX 4.3.3 PHP Version: 4.1.0 New Comment: Did you check out http://www.php.net/manual/en/faq.build.php#AEN74685 ? Previous Comments: --

RE: [PHP-DEV] Re: Bug #14653 Updated: Internet Explorer for Macintosh receivesbad HTTP header info from PHP Header()

2001-12-22 Thread Fred B
This works properly on IE for Mac for redirecting users to download a file: Header("Refresh: 0;URL=http://www.mywebsite.com/junk.zip";); HOWEVER, it clears the web page which is very confusing to users. It's unsuitable for dynamic PHP sites. The only other way to go, I think, is to write my

[PHP-DEV] Bug #14592 Updated: Apache application error after turning snmp on

2001-12-22 Thread sander
ID: 14592 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: SNMP related Operating System: NT SP6 PHP Version: 4.1.0 New Comment: Can you try removing all other modules except snmp and see what happens. If it works, can you find out which combination d

[PHP-DEV] Bug #14604 Updated: Empty packets as result of serialization

2001-12-22 Thread sander
ID: 14604 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Analyzed Bug Type: WDDX related Operating System: Windows NT 4 sp 6a PHP Version: 4.1.0 New Comment: Reproduced on Windows 2000 with 4.1.0 on Apache 1.3.22 (module). Outpu: Previous Comments: --

[PHP-DEV] Bug #14607 Updated: Nested "foreach" (on the same array variable) don't work as should

2001-12-22 Thread sander
ID: 14607 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Scripting Engine problem Operating System: Windows 98 PHP Version: 4.0.6 New Comment: The problem with your script is that nobody has the time to look into it to understand what is does. If you c

[PHP-DEV] Bug #14622 Updated: Broken SERVER_SIGNATURE

2001-12-22 Thread sander
ID: 14622 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: PHP options/info functions Operating System: Linux knl2.4 and Win2K Server PHP Version: 4.1.0 New Comment: Not a bug. Check your magic quotes settings. Previous Comments:

[PHP-DEV] Bug #14661 Updated: Sessions Causing Apache (maybe others?) to Crash on Windows (maybe others?)

2001-12-22 Thread sander
ID: 14661 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Duplicate Bug Type: Reproducible crash Operating System: winXP PHP Version: 4.1.0 New Comment: Probably a dupe of 14453 Previous Comments:

[PHP-DEV] Bug #14662: Apache segvs on SIGHUP

2001-12-22 Thread nick
From: [EMAIL PROTECTED] Operating system: rh 6.2 PHP version: 4.1.0 PHP Bug Type: Apache related Bug description: Apache segvs on SIGHUP If the webserver is sent a sighup and php4 and mod_ssl are compiled into the server it will segv Unable to create SSL context (OpenSSL

RE: [PHP-DEV] Re: Bug #14653 Updated: Internet Explorer for Macintosh receives bad HTTP header info from PHP Header()

2001-12-22 Thread Chris Newbill
http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.14 This would be a good document to look over for possible workarounds. You should also try http://support.microsoft.com/ and see if they have a KB issue on it. -Chris -Original Message- From: Fred B [mailto:[EMAIL PROTECTED]

[PHP-DEV] Bug #14661: Sessions Causing Apache (maybe others?) to Crash on Windows (maybe others?)

2001-12-22 Thread orb
From: [EMAIL PROTECTED] Operating system: winXP PHP version: 4.1.0 PHP Bug Type: Reproducible crash Bug description: Sessions Causing Apache (maybe others?) to Crash on Windows (maybe others?) Any use of session functions on php 4.1.0 and apache 1.3.22 cause an error in php

[PHP-DEV] Bug #14656 Updated: Warning: SQL error: [Microsoft][ODBC Microsoft Access Driver] Too few parameter

2001-12-22 Thread kalowsky
ID: 14656 Updated by: kalowsky Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: ODBC related Operating System: Win XP PHP Version: 4.1.0 New Comment: Please give a sample script to reproduce this. But it sounds like you did not read the documentation on how PHP/ODBC wo

[PHP-DEV] Bug #14623 Updated: get_meta_tags only looks in begin of file

2001-12-22 Thread elixer
ID: 14623 Updated by: elixer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Strings related Operating System: linux PHP Version: 4.0.6 Assigned To: elixer New Comment: When I wrote "useful code" I was assuming that something in your working code was causing get_meta_tag

Re: [PHP-DEV] fprintf

2001-12-22 Thread Sander Roobol
> I'm not sure if this newsgroup is the right place for my message. If it > isn't please tell me the correct one to post to. > > I want to use PHP to handle my own database format but I can't seem to find > fprintf in the documentation even though fscanf is there. > > Does PHP have an fprintf fu

[PHP-DEV] fprintf

2001-12-22 Thread Stark Matthews
I'm not sure if this newsgroup is the right place for my message. If it isn't please tell me the correct one to post to. I want to use PHP to handle my own database format but I can't seem to find fprintf in the documentation even though fscanf is there. Does PHP have an fprintf function?

[PHP-DEV] Bug #13322 Updated: Still SIGSEGV with DOMXML / double free()

2001-12-22 Thread mfischer
ID: 13322 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Reproducible crash Operating System: Debian Linux 2.2 PHP Version: 4.0CVS-2001-09-15 New Comment: Can you try latest CVS? I believe this is fixed. Feedback. Previous Comments: ---

[PHP-DEV] Season's Greetings

2001-12-22 Thread Sebastian Bergmann
Liebe Freunde, dear friends, ich werde zwischen Weihnachten und Sylvester 'away from keyboard' sein. Daher möchte ich Euch schon jetzt ein gesegnetes Weihnachtsfest und den sprichwörtlichen guten Rutsch ins neue Jahr wünschen. I'm going to be 'away from keyboard' for a couple of d

[PHP-DEV] Bug #14358 Updated: crash with large numbers of ouput blocks

2001-12-22 Thread sander
ID: 14358 Updated by: sander Reported By: [EMAIL PROTECTED] Status: Critical Bug Type: Apache related Operating System: win32 (2k/xp) PHP Version: 4.0CVS-2001-12-06 New Comment: Can't reproduce with 4.1.0 final on Windows 2000 with Apache 1.3.22 (PHP as module), nor with a CVS build from 10 dec.

[PHP-DEV] Bug #14453 Updated: session_start() provokes a crash of php/apache

2001-12-22 Thread sander
ID: 14453 Updated by: sander Reported By: [EMAIL PROTECTED] Status: Critical Bug Type: Session related Operating System: win2k PHP Version: 4.1.0 New Comment: Reproduced with the final 4.1.0 on Windows 2000 with Apache 1.3.22. Previous Comments: --

[PHP-DEV] Bug #14359 Updated: Crypt is not enable in latest RC

2001-12-22 Thread sander
ID: 14359 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Critical Status: Closed Bug Type: Unknown/Other Function Operating System: windows 2000 server, IIS5 PHP Version: 4.0.6 New Comment: Crypt is enabled in the final release (4.1.0), so let's close this bug. Previous Comments:

[PHP-DEV] Re: Bug #14653 Updated: Internet Explorer for Macintosh receives bad HTTPheader info from PHP Header()

2001-12-22 Thread Fred B
Can you suggest a workaround since it appears that lots of PHP code uses this PHP Header() redirect to setup files for users to download from sites? FB >From: Bug Database <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Bug #14653 Updated: Internet Explorer for Macintosh receives bad >HTT

Re: [PHP-DEV] Apology

2001-12-22 Thread James Moore
> > I don't think you should be apologizing. Nobdoy should. > > Anyways, I'm now really going 'away' for a while too and > not stir this soup anymore. I hope that some people here > stop and think a bit what is wrong here as it's quite > obvious that something definately needs to be changed. > And

[PHP-DEV] Bug #13158 Updated: When used with sambar, mIrc does not connecy

2001-12-22 Thread sander
ID: 13158 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Other web server Operating System: Windoes 98 PHP Version: 4.0.6 New Comment: No feedback. Closing. Previous Comments: ---

[PHP-DEV] Bug #11491 Updated: When using ob_start("ob_gzhandler") transient SID gets broken

2001-12-22 Thread sander
ID: 11491 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Documentation problem Operating System: Windows 2000 Server PHP Version: 4.0.5 New Comment: No feedback. Closing. Previous Comments: -

[PHP-DEV] Bug #11491 Updated: When using ob_start("ob_gzhandler") transient SID gets broken

2001-12-22 Thread sander
ID: 11491 Updated by: sander Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Documentation problem Operating System: Windows 2000 Server PHP Version: 4.0.5 New Comment: No feedback. Closing. Previous Comments: [2

[PHP-DEV] Bug #14660: license date list not complete

2001-12-22 Thread goba
From: [EMAIL PROTECTED] Operating system: n/a PHP version: 4.1.0 PHP Bug Type: Unknown/Other Function Bug description: license date list not complete Viewing the LICENSE file in the PHP 4.1.0 windows .zip distribution, I have seen a missing 2001 date problem: ---

[PHP-DEV] Bug #14659 Updated: Warning: Unknown persistent list entry type in module shutdown

2001-12-22 Thread mfischer
ID: 14659 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: MySQL related Operating System: Windows 98 PHP Version: 4.1.0 New Comment: Already fixed in CVS. Next time please search the bug database before submitting a bug. Previous Comments: --

[PHP-DEV] Bug #14659: Warning: Unknown persistent list entry type in module shutdown

2001-12-22 Thread m . jurgens
From: [EMAIL PROTECTED] Operating system: Windows 98 PHP version: 4.1.0 PHP Bug Type: MySQL related Bug description: Warning: Unknown persistent list entry type in module shutdown Hello, After upgrading to php 4.10 from version 4.06 (apache, windows 98) I get strange war

[PHP-DEV] NULLs & the PHP testing framework

2001-12-22 Thread Zak Greant
It looks like the current testing framework can not properly handle NUL. I have not tracked down the problem yet, but suspect that it occurs around line 549 when data is being read from a popen stream and written to the temp output file. For Un*x systems, could we use use a system call and re

[PHP-DEV] Re: Bug #14658 Updated: The strtok() changes destroyed 4 years old applications!

2001-12-22 Thread Lenar Lõhmus
[EMAIL PROTECTED] wrote: > ID: 14658 > Updated by: derick > Reported By: [EMAIL PROTECTED] > Old Status: Open > Status: Bogus > Bug Type: Feature/Change Request > Operating System: Linux, Solaris, Windows > PHP Version: 4.1.0 > New Comment: > > We are aware of this situation, and after some disc

[PHP-DEV] Bug #13054 Updated: Perl script running as root when starting it with system()!!

2001-12-22 Thread lobbin
ID: 13054 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Program Execution Operating System: Linux (RedHat 7.1) PHP Version: 4.0.6 New Comment: Did you find a solution of this on your own? If not, can you try this with 4.1.0? And you are sure the

[PHP-DEV] Bug #11023 Updated: exec does not wait for completion of cmd

2001-12-22 Thread lobbin
ID: 11023 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Program Execution Operating System: slackware 7 PHP Version: 4.0.5 New Comment: Does this happen on 4.1.0? R. Previous Comments:

Re: [PHP-DEV] session_pgsql module commit notice

2001-12-22 Thread derick
On Sat, 22 Dec 2001, Yasuo Ohgaki wrote: > Anyone care to take benchmarks? > (You need to wait a little more, since session module needed > to be changed to work with pgsql session save handler) What should be fixed there? Derick -- PHP Development Mailing List To unsub

[PHP-DEV] Bug #8725 Updated: Fun with putenv

2001-12-22 Thread lobbin
ID: 8725 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Program Execution Operating System: SCO Openserver 5.05 PHP Version: 4.0.4pl1 New Comment: Does this still happen with 4.1.0? R. Previous Comments: --

[PHP-DEV] Bug #14658 Updated: The strtok() changes destroyed 4 years old applications!

2001-12-22 Thread derick
ID: 14658 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Feature/Change Request Operating System: Linux, Solaris, Windows PHP Version: 4.1.0 New Comment: We are aware of this situation, and after some discussion on the mailinglist, we will not change i

[PHP-DEV] Bug #14642 Updated: undefined symbol: uncompress

2001-12-22 Thread derick
ID: 14642 Updated by: derick Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: MySQL related Operating System: SuSE Linux 7.1/2.2.18 PHP Version: 4.1.0 New Comment: http://www.mysql.com/doc/P/H/PHP_problems.html Previous Comments:

Re: [PHP-DEV] Re: Bug #14650 Updated: include_path is badly brokenin SAPI version

2001-12-22 Thread derick
On Sat, 22 Dec 2001, Yasuo Ohgaki wrote: > We need "How to get bracktrace under Windows" those who > have VisualStudio. I don't have VisualStudio, any volunteers? > > PS: Does current PHP compile without VisualStudio under Windows? No, it does not compile on any other compiler under windows then

[PHP-DEV] Bug #14623 Updated: get_meta_tags only looks in begin of file

2001-12-22 Thread jeroen
ID: 14623 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Strings related Operating System: linux PHP Version: 4.0.6 Old Assigned To: elixer Assigned To: New Comment: The code example shows the problem on my PHP 4.0.6 (redhat distr) - if you add the 110

[PHP-DEV] Bug #14628 Updated: Session functions block on lock

2001-12-22 Thread chris
ID: 14628 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Session related Operating System: Linux PHP Version: 4.1.0 New Comment: Hi No Frames involved. Thanks Chris Previous Comments: ---

[PHP-DEV] Bug #14657 Updated: Sometimes mkdir("test1", "0777"); $d=dir("test1"); $d->close(); rmdir("test1");

2001-12-22 Thread sander
ID: 14657 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Analyzed Bug Type: *Directory/Filesystem functions Operating System: Windows XP PHP Version: 4.1.0 New Comment: Simplified: mkdir("c:/test",0777); $d=dir("c:/test"); $d->close(); rmdir("c:/test"); Doesn

[PHP-DEV] Bug #14658: The strtok() changes destroyed 4 years old applications!

2001-12-22 Thread hofmann
From: [EMAIL PROTECTED] Operating system: Linux, Solaris, Windows PHP version: 4.1.0 PHP Bug Type: Feature/Change Request Bug description: The strtok() changes destroyed 4 years old applications! The change made in 4.1.0 to strtok() destroyed my applications from the past 4

[PHP-DEV] Bug #14657: Sometimes mkdir("test1", "0777"); $d=dir("test1"); $d->close(); rmdir("test1");

2001-12-22 Thread adrozdov
From: [EMAIL PROTECTED] Operating system: Windows XP PHP version: 4.1.0 PHP Bug Type: *Directory/Filesystem functions Bug description: Sometimes mkdir("test1", "0777"); $d=dir("test1"); $d->close(); rmdir("test1"); Environment: Windows XP, FAT32, Apache (latest), MySQL (

[PHP-DEV] Bug #14642 Updated: undefined symbol: uncompress

2001-12-22 Thread edwin
ID: 14642 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: MySQL related Operating System: SuSE Linux 7.1/2.2.18 PHP Version: 4.1.0 New Comment: I bug your pardon? The same behavior occurred on two different server, so I might assume some this is not bogu

[PHP-DEV] Bug #14653 Updated: Internet Explorer for Macintosh receives bad HTTP header info from PHP Header()

2001-12-22 Thread sander
ID: 14653 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: HTTP related Operating System: Free-BSD 4.4 PHP Version: 4.0.6 New Comment: Not a bug in PHP. Microsoft is just not able to write proper software. Previous Comments: -

[PHP-DEV] Bug #14656: Warning: SQL error: [Microsoft][ODBC Microsoft Access Driver] Too few parameter

2001-12-22 Thread ang_dawa
From: [EMAIL PROTECTED] Operating system: Win XP PHP version: 4.1.0 PHP Bug Type: ODBC related Bug description: Warning: SQL error: [Microsoft][ODBC Microsoft Access Driver] Too few parameter I am trying to access database created in Microsoft Access and when I try to acces