Re: [PHP-DEV] Bug #13852 Updated: zlib file reading functions not working in Apache Module version

2001-10-29 Thread Paco Ortiz
Hi, in case it helps, it works fine for me using 4.0.6, perhaps you should update. (Win2000 + PHP 4.0.6 as apache module, Apache Win32 1.3.20, with Zend Optimizer) Bye, F.J. Ortiz 10/28/01 6:55:44 PM, [EMAIL PROTECTED] wrote: >ID: 13852 >User updated by: [EMAIL PROTECTED] >Reported By: [EMAI

Re: [PHP-DEV] Bug #10482 Updated: if the filesize if more than 2GB, filesystem functions do not seem to recognize

2001-10-29 Thread Markus Fischer
Wait, not so fast. He says the file *is* bigger than 2GB so his FS seems to support it. It may be that PHP has to be rccompiled with the proper setting to it recognized the 64bit fileaccess fucntion. What do you think? - Markus On Mon, Oct 29, 2001 at 07:47:21AM -, [EMAIL PROTECTED] wrote :

Re: [PHP-DEV] Bug #10482 Updated: if the filesize if more than 2GB,filesystem functions do not seem to recognize

2001-10-29 Thread Derick Rethans
On Mon, 29 Oct 2001, Markus Fischer wrote: > Wait, not so fast. He says the file *is* bigger than 2GB so his > FS seems to support it. It may be that PHP has to be rccompiled > with the proper setting to it recognized the 64bit fileaccess > fucntion. What do you think? Maybe, but PHP can't show

[PHP-DEV] Bug #10439 Updated: relative chdir from root doesn´t work

2001-10-29 Thread php
ID: 10439 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Filesystem function related Operating System: W98, W98SE PHP Version: 4.0.5 New Comment: now it works (php 4.08dev). could you please explain "..not to out-smart ..", gustav graf Previous Comm

Re: [PHP-DEV] Bug #10482 Updated: if the filesize if more than 2GB, filesystem functions do not seem to recognize

2001-10-29 Thread Markus Fischer
On Mon, Oct 29, 2001 at 09:42:42AM +0100, Derick Rethans wrote : > On Mon, 29 Oct 2001, Markus Fischer wrote: > > > Wait, not so fast. He says the file *is* bigger than 2GB so his > > FS seems to support it. It may be that PHP has to be rccompiled > > with the proper setting to it recognized the

[PHP-DEV] Debugging tool needed for Win32

2001-10-29 Thread Sebastian Bergmann
I'm searching for a Win32 tool that shows which process wants to open what files. I used to have a tool like this about two years ago. It was a freeware tool, but I don't remember the name :-( Any ideas/suggestions? I hope this is not too off-topic here, but since I need this for work

Re: [PHP-DEV] Debugging tool needed for Win32

2001-10-29 Thread Derick Rethans
On Mon, 29 Oct 2001, Sebastian Bergmann wrote: > I'm searching for a Win32 tool that shows which process wants to open > what files. I used to have a tool like this about two years ago. It was > a freeware tool, but I don't remember the name :-( > > Any ideas/suggestions? www.sysinternal

[PHP-DEV] Bug #13698 Updated: CGI version segfaults at shutdown

2001-10-29 Thread yasuo_ohgaki
ID: 13698 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Reproducible crash Old Operating System: Linux 2.4.4/glibc 2.2.2 Operating System: Linux 2.4.14-pre3/glibc 2.2.2 Old PHP Version: 4.0CVS-2001-10-16 PHP Version: 4.0CVS-2001-10-29 New Comment: It cra

[PHP-DEV] windows binary package...

2001-10-29 Thread Marc Boeren
Hi, Who is in charge of the windows binary packages? Bug id #13664 says php_dbx.dll is not included in the 4.0.6 package (and since it was EXPERIMENTAL in 4.0.6, that's ok), but it would be nice to have it in the 4.1.0 package, but I don't know where/how to do that... Cheerio, Marc. -- PHP D

[PHP-DEV] Bug #13861: Unable to load PHP_OCI8.dll: Access Denied

2001-10-29 Thread alessandro . martinato
From: [EMAIL PROTECTED] Operating system: WINNT 4.0 & IIS 6 PHP version: 4.0.5 PHP Bug Type: OCI8 related Bug description: Unable to load PHP_OCI8.dll: Access Denied I'm using PHP 4.05 in a Win NT 4.0 Server SP 6 and IIS and I have installed Oracle client for Oracle 8. Now

Re: [PHP-DEV] Debugging tool needed for Win32

2001-10-29 Thread Sebastian Bergmann
Derick Rethans wrote: > www.sysinternals.com iirc That's it! Thanks :-) -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/ -- PHP Development Mailing List

[PHP-DEV] $class::bar() yields parse error

2001-10-29 Thread Sebastian Bergmann
Calling static methods on 'variable' classes currently yields a parse error: I think it would be great if the above syntax would be possible. Any technical obstacles, comments? Doing bar(); ?> is against the idea of static classes, IMHO. -- Sebastian Bergmann h

[PHP-DEV] Bug #13862: Mail() and mb_send_mail() not work on php

2001-10-29 Thread shu-chin . cheeng
From: [EMAIL PROTECTED] Operating system: Win2K PHP version: 4.0.6 PHP Bug Type: Mail related Bug description: Mail() and mb_send_mail() not work on php I try to send some large attachments (>1k binary or >1k ascii)via PHP by functions Mail() or mb_send_mail(), it not work a

Re: [PHP-DEV] $class::bar() yields parse error

2001-10-29 Thread Zeev Suraski
At 11:33 29/10/2001, Sebastian Bergmann wrote: > Calling static methods on 'variable' classes currently yields a parse > error: > > class foo { > function bar() { > echo 'foobar'; > } > } > > $class = 'foo'; > $class::bar(); > ?> > > I think it wo

[PHP-DEV] Bug #13861 Updated: Unable to load PHP_OCI8.dll: Access Denied

2001-10-29 Thread sander
ID: 13861 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: OCI8 related Operating System: WINNT 4.0 & IIS 6 PHP Version: 4.0.5 New Comment: IIS probably runs as a different user which doesn't have the proper permissions to access php_oci8.dll Check your

[PHP-DEV] URL fopen wrappers issue

2001-10-29 Thread Zeev Suraski
Can someone familiar with the code confirm that the conditional initialization of the fopen wrappers in basic_functions.c is bogus, and that it should be initialized even if fopen wrappers are turned off at the startup stage? Zeev -- PHP Development Mailing List To uns

[PHP-DEV] Bug #13839 Updated: mysql_db_query does converts EURO symbol

2001-10-29 Thread Martin_Rauch
ID: 13839 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: MySQL related Operating System: Linux 2.2.18 PHP Version: 4.0.6 New Comment: It is not the problem of the character set. It is a matter of changing the data before it gets inserted into the databa

Re: [PHP-DEV] Bug #13839 Updated: mysql_db_query does converts EURO symbol

2001-10-29 Thread Markus Fischer
mysql_db_query() doesn't touch the data. Plese post the smallest possible reproduceable example against CVS or a snapshot from snaps.php.net or RC (php.net/~zeev/ || php.net/~ssb) - Markus On Mon, Oct 29, 2001 at 12:30:19PM -, [EMAIL PROTECTED] wrote : > ID: 13839 > User updated by: [EMAIL

[PHP-DEV] Bug #11595 Updated: Error in the migration PHP3 to PHP4 with OpenLink-ODBC drive

2001-10-29 Thread ahill
ID: 11595 Updated by: ahill Reported By: [EMAIL PROTECTED] Old Status: Assigned Status: Closed Bug Type: ODBC related Operating System: Solaris 2.7 PHP Version: 4.0.4pl1 Assigned To: ahill New Comment: unable to duplicate, no feedback Previous Comments: --

[PHP-DEV] Bug #13863: $HTTP_POST_FILES not available!

2001-10-29 Thread rbanfield
From: [EMAIL PROTECTED] Operating system: Win NT4 / IIS 4 PHP version: 4.0.6 PHP Bug Type: Filesystem function related Bug description: $HTTP_POST_FILES not available! Hi, No matter how I setup my php.ini file, the $HTTP_POST_FILES array is simply not available on my NT4

[PHP-DEV] Weirdness

2001-10-29 Thread Ivo van Heel
Heyah. Sorry t' be botherin' ye, but I have some major weirdness going on, and it's not so substantial as to call it a bug, so I thought to threw the issue at yer feet and see what you (the knowledgable types) have to say about it. The application I'll be referring to is running with PHP 4.0.6 a

Re: [PHP-DEV] Re: Bug #13700: Database Abstraction API

2001-10-29 Thread l0t3k
Manuel, part of the effort to write an abstraction layer is to factor out common code and patterns and move this into a common base so that higher level development becomes easier. a good example of this is persistent connections handling, which is handled almost identically in all the db extens

Re: [PHP-DEV] Re: php and winxp

2001-10-29 Thread Sander Roobol
> > Is anyone tested PHP on Windows XP? > Yes, it works fine. I have tested Apache 2.0.27-dev, PHP 4.2.0-dev and > MySQL 3.23.41 on my notebook (where I have a Windows XP Professional > installation) recently. FYI: it also works fine the latest stable versions: Apache 1.3.22 and PHP 4.0.6.

[PHP-DEV] Bug #13841 Updated: new session ID with each session_start()

2001-10-29 Thread thomas
ID: 13841 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Session related Operating System: Red Hat 6.1 PHP Version: 4.0.6 New Comment: I have two servers setup exactly the same (for the most part.) I don't know much about linux and this other company

Re: [PHP-DEV] $class::bar() yields parse error

2001-10-29 Thread Sebastian Bergmann
Zeev Suraski wrote: > Yes, currently this has to be resolved in compile time. I see, thanks for the info. > This may (probably will) change in the Engine 2.0. This would be great, Sebastian -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/

[PHP-DEV] [PHP_DEV] PHP + mysql4 compilation

2001-10-29 Thread Vadka
Note, please, that C API in mysql has changed. So, create_db and drop_db are gone. See a kind of workaround below. Thanx! For create_db function in ext/mysql/php_mysql.c: int id; #if MYSQL_VERSION_ID > 3 char buff[80]; #endif php_mysq

[PHP-DEV] Bug #13864: the file exists in directory

2001-10-29 Thread alcofora
From: [EMAIL PROTECTED] Operating system: windows 2000 PHP version: 4.0.6 PHP Bug Type: Sablotron XSL Bug description: the file exists in directory Unable to load dynamic library 'd:\php406\extensions/php_sablot.dll' - The specified module could not be found. in Unknown on l

[PHP-DEV] Bug #13864 Updated: the file exists in directory

2001-10-29 Thread hholzgra
ID: 13864 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Sablotron XSL Operating System: windows 2000 PHP Version: 4.0.6 New Comment: d:\php406\extensions/php_sablot.dll ^ shouldn't this be a \ on win32, not / ??? Previou

[PHP-DEV] Bug #13864 Updated: the file exists in directory

2001-10-29 Thread derick
ID: 13864 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Sablotron XSL Operating System: windows 2000 PHP Version: 4.0.6 New Comment: This is very likely not a bug, ask for support on the [EMAIL PROTECTED] mailing list. Derick Previous Comments: --

[PHP-DEV] Bug #13841 Updated: new session ID with each session_start()

2001-10-29 Thread thomas
ID: 13841 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Session related Operating System: Red Hat 6.1 PHP Version: 4.0.6 New Comment: YOU CAN MARK AS SOLVED OR BOGUS (or use this as some way to improve the system?) My sessions are fixed. I compaired

[PHP-DEV] Bug #13843 Updated: Command arguments under safe mode should not be automatically escaped

2001-10-29 Thread a . genkin
ID: 13843 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Summary: Command line arguments escaped magically and out of control Status: Open Bug Type: Program Execution Operating System: Unix PHP Version: 4.0.6 New Comment: I've looked into this further, and here's the scoop.

[PHP-DEV] Bug #13843 Updated: Command line arguments escaped magically and out of control

2001-10-29 Thread rasmus
ID: 13843 Updated by: rasmus Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Program Execution Operating System: Unix PHP Version: 4.0.6 New Comment: Well, not being able to use shell redirection and command line args in safe-mode makes a lot of sense. You could trivially circumvent the s

[PHP-DEV] Bug #13843 Updated: Command arguments under safe mode should not be automatically escaped

2001-10-29 Thread a . genkin
ID: 13843 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Summary: Command line arguments escaped magically and out of control Status: Open Bug Type: Program Execution Operating System: Unix PHP Version: 4.0.6 New Comment: I forgot to add that it appears that this bug is not

[PHP-DEV] Bug #13843 Updated: Command arguments under safe mode should not be automatically escaped

2001-10-29 Thread a . genkin
ID: 13843 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Summary: Command line arguments escaped magically and out of control Status: Open Bug Type: Program Execution Operating System: Unix PHP Version: 4.0.6 New Comment: Rasmus, what you are saying about shell redirection

[PHP-DEV] Bug #13843 Updated: Command arguments under safe mode should not be automatically escaped

2001-10-29 Thread a . genkin
ID: 13843 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Summary: Command line arguments escaped magically and out of control Status: Open Bug Type: Program Execution Operating System: Unix PHP Version: 4.0.6 New Comment: Rats! I meant to say "to standard out" in the last s

[PHP-DEV] Bug #13863 Updated: $HTTP_POST_FILES not available!

2001-10-29 Thread sniper
ID: 13863 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Filesystem function related Operating System: Win NT4 / IIS 4 PHP Version: 4.0.6 New Comment: Please ask support questions on the mailing lists: http://www.php.net/support.php Hint: HTTP_POS

[PHP-DEV] Bug #13841 Updated: new session ID with each session_start()

2001-10-29 Thread sniper
ID: 13841 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Session related Operating System: Red Hat 6.1 PHP Version: 4.0.6 New Comment: I can't see the difference, but if it works, fine. --Jani Previous Comments: ---

Re: [PHP-DEV] Re: Bug #13700: Database Abstraction API

2001-10-29 Thread Manuel Lemos
Hello, L0t3k wrote: > in other words, i dont see the development of an abstraction layer in C > and PHP as competing propositions. the C layer just allows PHP developers to > be more productive and focus on higher levels of application development. > the current PHP abstractions fill the need n

Re: [PHP-DEV] Re: Bug #13700: Database Abstraction API

2001-10-29 Thread Markus Fischer
On Mon, Oct 29, 2001 at 08:07:17PM -0200, Manuel Lemos wrote : > [...] lication. I don't think PEAR-DB provides this. [...] For me, Metabase and PEAR::DB (and others) were exactly written for that purpose: driver independent database access. Did I miss something? Or do you just want to say t

Re: [PHP-DEV] [PATCH] for safe_mode

2001-10-29 Thread Tomek Lipski
This is another version of my patch, allowing to set multiple dirs. -- email: [[EMAIL PROTECTED]] gsm: +48 606 787423 echo Ecl.Pl Al. NMP 31 Częstochowa http://www.ecl.pl/ // "I'm willing to sacrifice anything for this cause, even other people's // lives" diff -ur main.orig/main.c main/main.c

Re: [PHP-DEV] Re: Bug #13700: Database Abstraction API

2001-10-29 Thread Manuel Lemos
Hello, Markus Fischer wrote: > > On Mon, Oct 29, 2001 at 08:07:17PM -0200, Manuel Lemos wrote : > > [...] lication. I don't think PEAR-DB provides this. [...] > > For me, Metabase and PEAR::DB (and others) were exactly written > for that purpose: driver independent database access. Did I mis

Re: [PHP-DEV] [PATCH] for safe_mode

2001-10-29 Thread jimw
Tomek Lipski <[EMAIL PROTECTED]> wrote: > This is another version of my patch, allowing to set multiple dirs. there already is a safe_mode_include_dir directive in cvs (and it's been there since july.) it doesn't handle multiple directories, though. the related code in fopen_wrapper.c could use

Re: [PHP-DEV] Re: Bug #13700: Database Abstraction API

2001-10-29 Thread Pierre-Alain Joye
Hello, Not really an expert in both pear or metabase (just tests experiences). imho one thing is sure, both got advantage and feel with a completly different approach (philosophy ?) of an db abstraction layer. There is many ways to create an abstractions layer, every way will be usefull for a

[PHP-DEV] Bug #7930 Updated: List() constructor reference assignment

2001-10-29 Thread nathan
ID: 7930 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Feature/Change Request Operating System: Linux 2.2 PHP Version: 4.0.2 New Comment: This feature request has been in the bug database for more than a year now. Will this request ever be implemente

Re: [PHP-DEV] Weirdness

2001-10-29 Thread Yasuo Ohgaki
Jani Taskinen wrote: > First of all, try with plain PHP script, without ANY html. > There have been few bug reports about this kind of stuff > and all were caused by bogus HTML. > > --Jani I would say almost all of them :) (I'm not sure what you mean "bogus HTML") I suggest Ivo to try to find

Re: [PHP-DEV] Weirdness

2001-10-29 Thread Jani Taskinen
The bogus html was in all cases usage of background tag with incorrect value. (or was it supposed to be bgcolor..don't remember :) I leave the broken mem thingie for others to check. --Jani On Tue, 30 Oct 2001, Yasuo Ohgaki wrote: >Jani Taskinen wrote: > >> First of all, try with plain PHP

[PHP-DEV] PHP Session: cache limitter addition request

2001-10-29 Thread Yasuo Ohgaki
When 'private' cache limitter is used, old enough "Expire" header is added. Recent Mozilla retris to submit post data with back button and may result in empty form. >From RFC2616 13.2.1 Server-Specified Expiration === If an origin server wishes to force a semantically transparent cache to validate

[PHP-DEV] Bug #13816 Updated: Accessing a static HTML page crashes Apache

2001-10-29 Thread sniper
ID: 13816 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Reproducible crash Operating System: Solaris 8 SPARC PHP Version: 4.0.6 New Comment: Have you compiled Apache with: --enable-rule=SHARED_CORE --Jani Previous Comments: -

[PHP-DEV] Bug #13816 Updated: Accessing a static HTML page crashes Apache

2001-10-29 Thread sniper
ID: 13816 Updated by: sniper Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Reproducible crash Operating System: Solaris 8 SPARC PHP Version: 4.0.6 New Comment: Another thing if the previous one didn't help might be that the fix for largefile support in Perl has been reverted acciden

[PHP-DEV] Bug #13867: ming module known to not work with PHP

2001-10-29 Thread jgwr
From: [EMAIL PROTECTED] Operating system: Debian Woody PHP version: 4.0CVS-2001-10-30 PHP Bug Type: Ming related Bug description: ming module known to not work with PHP This issue is also listed in the Debian bug tracking sytem- please look under the php4-ming package. Wh

[PHP-DEV] Bug #13867 Updated: ming module known to not work with PHP

2001-10-29 Thread sniper
ID: 13867 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Ming related Operating System: Debian Woody PHP Version: 4.0CVS-2001-10-30 New Comment: This is definately NOT a bug. The module is compiled with older PHP version. And latest CVS is definately N

[PHP-DEV] Bug #13839 Updated: mysql_db_query does converts EURO symbol

2001-10-29 Thread jeroen
ID: 13839 Updated by: jeroen Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: MySQL related Operating System: Linux 2.2.18 PHP Version: 4.0.6 New Comment: CHeck the contents of your database with the mysql command line tool. If it really says &, post your session here. Mysql> SELECT hea