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

2001-10-28 Thread lupe
ID: 13816 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Reproducible crash Operating System: Solaris 8 SPARC PHP Version: 4.0.6 New Comment: No crash when Apache is configured without mod_perl. Previous Comments: ---

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

2001-10-28 Thread sniper
ID: 10482 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Filesystem function related Operating System: redhat 7.1 PHP Version: 4.0.4pl1 New Comment: 32 bit=2GB limitation in the ext2 for files. Not a PHP problem. --Jani Previous Comments: -

[PHP-DEV] Bug #9847 Updated: fopen() fails with Error 0 on Forbidden URLs

2001-10-28 Thread sniper
ID: 9847 Updated by: sniper Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Filesystem function related Operating System: PHP Version: 4.0.4pl1 New Comment: This information moved to #9846. No need for two reports about same issue. Previous Comments: --

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

2001-10-28 Thread sniper
ID: 10439 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Filesystem function related Operating System: W98, W98SE PHP Version: 4.0.5 New Comment: Reopen if this happens with PHP 4.0.6. Also, try not to out-smart PHP's functions. They should know how t

[PHP-DEV] Bug #10229 Updated: buffer error in fread

2001-10-28 Thread sniper
ID: 10229 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Filesystem function related Operating System: linux 2.2.14C11 PHP Version: 4.0.3pl1 4.0.4pl1 4.0.5 4.0.6 New Comment: Please try latest CVS snapshot from http://snaps.php.net/ as I think this

[PHP-DEV] Bug #9847 Updated: fopen() fails with Error 0 on Forbidden URLs

2001-10-28 Thread sniper
ID: 9847 Updated by: sniper Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Filesystem function related Operating System: PHP Version: 4.0.4pl1 New Comment: This information moved to #9846. No need for two reports about same issue. Previous Comments: --

[PHP-DEV] Bug #9847 Updated: fopen() fails with Error 0 on Forbidden URLs

2001-10-28 Thread sniper
ID: 9847 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Filesystem function related Operating System: PHP Version: 4.0.4pl1 New Comment: Moved this information into #9846, no use to have two reports about same problem. Previous Comments: --

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

2001-10-28 Thread sniper
ID: 9787 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Filesystem function related Operating System: SCO Openserver5 (Any UNIX?) PHP Version: 4.0.4pl1 New Comment: First of all, does this happen with PHP 4.0.6? Also, please explain HOW it affects i

[PHP-DEV] Bug #9846 Updated: fopen() fails and gives Error 0 on NoContent URLs

2001-10-28 Thread sniper
ID: 9846 Updated by: sniper Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Filesystem function related Operating System: linux,irix,tru64 PHP Version: 4.0.4pl1 New Comment: Taken from #9847, these are basically the same problem: When fopen()-ing an URL that responds with an HTT

[PHP-DEV] Bug #9208 Updated: rename() not using current working directory

2001-10-28 Thread sniper
ID: 9208 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Filesystem function related Operating System: windows 98 PHP Version: 4.0.4pl1 New Comment: Does this fail with PHP 4.0.6 too? Previous Comments: ---

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard basic_functions.c

2001-10-28 Thread Derick Rethans
On Sun, 28 Oct 2001, Zeev Suraski wrote: > Modified files: > /php4/ext/standardbasic_functions.c > Log: > Whitespace fixes > > Don't Adafy the code, Jani :) eeew... I guess I like Ada then... Derick -- PHP Development Mailing List To unsubscribe, e-m

[PHP-DEV] Bug #8579 Updated: text files do not have \r\n translation from \n

2001-10-28 Thread sniper
ID: 8579 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Filesystem function related Operating System: windows 2000 Pro, IIS 5 PHP Version: 4.0.4 New Comment: PHP uses the system provided fwrite. If that does not work, it's not PHP problem. --Jani

[PHP-DEV] Bug #11025 Updated: ftp_connect() does not work with IP address

2001-10-28 Thread sniper
ID: 11025 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Duplicate Status: Feedback Bug Type: FTP related Operating System: Windows NT4 Server PHP Version: 4.0.5 New Comment: status -> feedback Previous Comments:

[PHP-DEV] Bug #13846 Updated: Patch: Use [ ] as shortcut for array()

2001-10-28 Thread sniper
ID: 13846 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Feature/Change Request Operating System: Any PHP Version: 4.0.6 New Comment: We are not going to make PHP as obscure as Perl is. --Jani Previous Comments: --

[PHP-DEV] Bug #12426 Updated: Critical PHP bug while processing big POST data (>10K)

2001-10-28 Thread sniper
ID: 12426 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: HTTP related Operating System: RedHat Linux 7.0 2.2.16-22smp PHP Version: 4.0.6 New Comment: Propably your patching had gone too far? :) The HTTP upload is rewritten now in CVS. You could try t

[PHP-DEV] Re: php and winxp

2001-10-28 Thread Sebastian Bergmann
Hojtsy Gabor wrote: > 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. > If it is working correctly, we can add this > platform to the list

[PHP-DEV] Re: Echo vs in/out

2001-10-28 Thread Yasuo Ohgaki
Andre næss wrote: > I'm currently in the middle of a discussion with some fellow PHP > developers regarding the speed of what we call in/out compared to > echo. With in/out we mean stuff like this: > > // php code > ?> > some html > // more php > > The manual states that PHP treats ?> don't th

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

2001-10-28 Thread MIKE ALKEK
Thank you very much, my lamp is on finally!! you guys are great!! mike From: Bug Database <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Bug #13853 Updated: undefined symbol: uncompress Date: 27 Oct 2001 21:26:51 - ID: 13853 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status:

[PHP-DEV] Bug #11716 Updated: Segmentation fault(coredump) in Apache(DSO-enabled) startup

2001-10-28 Thread cmlee
ID: 11716 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Apache related Operating System: AIX 4.3.3 PHP Version: 4.0.6 New Comment: I tried, however the result is same before. Tried snapshot : php4-200110281500.tar.gz $ pwd /ho

[PHP-DEV] Bug #13860 Updated: Bzip2 bzdecompress function is wery slow...

2001-10-28 Thread jeroen
ID: 13860 Updated by: jeroen Reported By: [EMAIL PROTECTED] Old Status: Assigned Status: Closed Bug Type: Performance problem Operating System: Windows 98 SE PHP Version: 4.0.6 Assigned To: jeroen New Comment: Fixed in CVS, will be in 4.2.0 Memory requirements are also lower now, as is for bzc

Re: [PHP-DEV] Echo vs in/out

2001-10-28 Thread Zeev Suraski
As a matter of fact, going into and out of HTML blocks generates pretty much the same intermediate code as echo does - echo is built into the language at the very same level. If you use printf() or something like that, though, you'll feel a significant difference. That wasn't the case in PHP 3.0

Re: [PHP-DEV] Echo vs in/out

2001-10-28 Thread Brian Moon
It has always been my understanding that in/out is faster as PHP does not have to evalutate the terms for variables. The best test would be to use an app like apache bench (aka: ab) against the two pages. Like this: Test 1 --- results: - This is ApacheBench, Version 1.3c <$Revisi

[PHP-DEV] Bug #13860 Updated: Bzip2 bzdecompress function is wery slow...

2001-10-28 Thread jeroen
ID: 13860 Updated by: jeroen Reported By: [EMAIL PROTECTED] Old Status: Bogus Status: Assigned Bug Type: Performance problem Operating System: Windows 98 SE PHP Version: 4.0.6 Old Assigned To: Assigned To: jeroen New Comment: Reopened, the current implementation of bzdecompress is extremely inef

[PHP-DEV] Bug #13860 Updated: Bzip2 bzdecompress function is wery slow...

2001-10-28 Thread mcdouglas
ID: 13860 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Performance problem Operating System: Windows 98 SE PHP Version: 4.0.6 New Comment: >you use bzdecompress(..., TRUE), i.e. you tell it to be two times slower... Then you >shouldn't complain about

[PHP-DEV] Echo vs in/out

2001-10-28 Thread Andre Næss
I'm currently in the middle of a discussion with some fellow PHP developers regarding the speed of what we call in/out compared to echo. With in/out we mean stuff like this: // php code ?> some html http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [E

[PHP-DEV] php and winxp

2001-10-28 Thread Hojtsy Gabor
Hi! Is anyone tested PHP on Windows XP? If it is working correctly, we can add this platform to the lists at downloads.php and in the manual. Thanks, [EMAIL PROTECTED] [phpweb and phpdoc] -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

[PHP-DEV] Bug #11323 Updated: thttpd+php4 upload bug with post-method

2001-10-28 Thread sniper
ID: 11323 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Other web server Operating System: FreeBSD3.2 PHP Version: 4.0 Latest CVS (2001-06-06) New Comment: Please report this to the kind folks of thttpd developers. --Jani Previous Comments:

[PHP-DEV] Bug #12316 Updated: Have to increase memory_limit to be able to upload big files

2001-10-28 Thread sniper
ID: 12316 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Feature/Change Request Operating System: Linux PHP Version: 4.0.5 New Comment: This should be fixed in CVS now. You can try the latest snapshot from http://snaps.php.net/ Also, there are som

[PHP-DEV] Bug #10049 Updated: Slashes passed thru a file upload

2001-10-28 Thread sniper
ID: 10049 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Feature/Change Request Operating System: Win98 / PWS 4.0 PHP Version: 4.0.4pl1 New Comment: This should be fixed in CVS now. You can try the latest development build from http://www.php4win.com

[PHP-DEV] Bug #7418 Updated: Mac WWW upload error FIX

2001-10-28 Thread sniper
ID: 7418 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Feature/Change Request Operating System: Any PHP Version: 4.0.3pl1 New Comment: This should be fixed in CVS now. You can try the latest CVS snapshot from http://snaps.php.net/ Also, there are

[PHP-DEV] Bug #5908 Updated: POST file uploading and HTTP_POST_VARS

2001-10-28 Thread sniper
ID: 5908 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Feature/Change Request Operating System: linux PHP Version: 4.0.0 New Comment: This propably has been fixed long time ago as we have HTTP_POST_FILES too. --Jani Previous Comments:

[PHP-DEV] Bug #11056 Updated: file upload (size > 1MB) takes too much time

2001-10-28 Thread sniper
ID: 11056 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Duplicate Status: Closed Bug Type: Apache related Operating System: Win98 PHP Version: 4.0.4pl1 New Comment: This should be fixed in CVS now. You can try the latest development build from http://www.php4win.com/ but make s

[PHP-DEV] Bug #10233 Updated: Big file uploading problem form HTML FORM

2001-10-28 Thread sniper
ID: 10233 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Duplicate Status: Closed Bug Type: Apache related Operating System: Window ME PHP Version: 4.0.4pl1 New Comment: This should be fixed in CVS now. You can try the latest development build from http://www.php4win.com/ but ma

[PHP-DEV] Bug #10238 Updated: erealloc() function error

2001-10-28 Thread sniper
ID: 10238 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Analyzed Status: Closed Bug Type: Feature/Change Request Operating System: WINDOWS 98 PHP Version: 4.0.4pl1 New Comment: This should be fixed in CVS now. You can try the latest development build from http://www.php4win.com/

[PHP-DEV] Bug #13585 Updated: nonsense code

2001-10-28 Thread sniper
ID: 13585 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: HTTP related Operating System: PHP Version: 4.0CVS-2001-10-07 New Comment: Could you please explain also where this code fails? If you have some short example script too, that would help to

[PHP-DEV] Bug #13405 Updated: Multiple File-Upload Problem

2001-10-28 Thread sniper
ID: 13405 Updated by: sniper Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: HTTP related Operating System: PHP Version: 4.0.5 New Comment: You didn't mention with which system you run PHP in. So if you do compile it yourself, get the latest CVS snapshot from http://snaps.php.net/ P

[PHP-DEV] Bug #13405 Updated: Multiple File-Upload Problem

2001-10-28 Thread sniper
ID: 13405 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: HTTP related Operating System: PHP Version: 4.0.5 New Comment: This should be fixed in CVS now. You can try the latest development build from http://www.php4win.com/ but make sure it's da

[PHP-DEV] Bug #13245 Updated: Hard 8Mb limit on file uploads?

2001-10-28 Thread sniper
ID: 13245 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: HTTP related Operating System: linux PHP Version: 4.0.6 New Comment: The http upload stuff has been rewritten in CVS. Try the latest CVS snapshot from http://snaps.php.net/ Also check the u

[PHP-DEV] Bug #13029 Updated: Crash when uploading file whose size is > 9 MB

2001-10-28 Thread sniper
ID: 13029 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: HTTP related Operating System: Windows 2000 professional PHP Version: 4.0.4pl1 New Comment: The http upload support has been rewritten in CVS now. You can try the latest development build from

[PHP-DEV] Bug #12845 Updated: server error when uploading more than 20 files once

2001-10-28 Thread sniper
ID: 12845 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Duplicate Status: Closed Bug Type: HTTP related Operating System: PHP Version: 4.0.6 New Comment: Fixed in CVS. --Jani Previous Comments: [2001-

[PHP-DEV] Bug #10800 Updated: File uploads take ~70 times longer than downloading files on Apache/PHP.

2001-10-28 Thread sniper
ID: 10800 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: HTTP related Operating System: NT 2000 PHP Version: 4.0.5 New Comment: This should be fixed in CVS now. You can try the latest development build from http://www.php4win.com/ but make sure it's

[PHP-DEV] Bug #9460 Updated: File upload problem when the form control name is an array element

2001-10-28 Thread sniper
ID: 9460 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: HTTP related Operating System: Suse (2.2.16 kernel) PHP Version: 4.0.4pl1 New Comment: Works fine with latest CVS. --Jani Previous Comments: -

[PHP-DEV] Bug #11116 Updated: File upload sometimes work, sometimes fails

2001-10-28 Thread sniper
ID: 6 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: HTTP related Operating System: win NT 4 PHP Version: 4.0.5 New Comment: You're setting the maximum filesize to be 4096 bytes. That might be the reason for the uploads to fail? Not many normal

[PHP-DEV] Bug #13860 Updated: Bzip2 bzdecompress function is wery slow...

2001-10-28 Thread jeroen
ID: 13860 Updated by: jeroen Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Old Bug Type: Bzip2 Related Bug Type: Performance problem Operating System: Windows 98 SE PHP Version: 4.0.6 New Comment: Please don't but multiple issues in one report, and keep your report short. (bugs do

[PHP-DEV] Bug #13860 Updated: Bzip2 bzdecompress function is wery slow...

2001-10-28 Thread mcdouglas
ID: 13860 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Bzip2 Related Operating System: Windows 98 SE PHP Version: 4.0.6 New Comment: bzdecompress($ecd_cont,1); I'm used it without the 1 parameter, i'm just tryed uot what happen if i use it... Previo

[PHP-DEV] Bug #13860: Bzip2 bzdecompress function is wery slow...

2001-10-28 Thread mcdouglas
From: [EMAIL PROTECTED] Operating system: Windows 98 SE PHP version: 4.0.6 PHP Bug Type: Bzip2 Related Bug description: Bzip2 bzdecompress function is wery slow... I made a little decompresser script: "; ?> Ok, this is work... But it is WERY WERY slow!!! It's take 60

[PHP-DEV] Bug #12651 Updated: Constant 'Broken pipe' errors

2001-10-28 Thread tim
ID: 12651 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Performance problem Operating System: Linux 2.2 PHP Version: 4.0.6 New Comment: The warning messages are not a bug and are due to Apache LogLevel being changed to 'info'. The

[PHP-DEV] [PATCH] for safe_mode

2001-10-28 Thread Tomek Lipski
Hi! I've produced a simple patch for PHP 4.0.6 which enables administrator to allow scripts access to include dir eg. for some common php scripts, during safe_mode of course. Anyway it may produce a bug [dunno why :(] that causes open_basedir to be turned on automagically when include_path is set

Re: [PHP-DEV] Bug #13846 Updated: Patch: Use [ ] as shortcut forarray()

2001-10-28 Thread James Moore
> Still readable without problems to me ;) The syntax is ugly -10 from me :) - James -- 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 PR

Re: [PHP-DEV] Bug #13846 Updated: Patch: Use [ ] as shortcut forarray()

2001-10-28 Thread Markus Fischer
Still readable without problems to me ;) - Markus -- 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]

Re: [PHP-DEV] Bug #13846 Updated: Patch: Use [ ] as shortcut forarray()

2001-10-28 Thread Jeroen van Wolffelaar
> >On Sun, 28 Oct 2001, Zakaria wrote: > > > >>For example: > >> Perl: $list = (1, 2 ,3, 'four', 'five', (6.1, 6.2, 6.3)); > >>Python: list = [1, 2, 3, 'four', 'five', [6.1, 6.2, 6.3]] > >> Ruby: list = [1, 2, 3, 'four', 'five', [6.1, 6.2, 6.3]] > >> Tcl: set list {1 2 3 four five {6.1 6.2 6.3

Re: [PHP-DEV] Bug #13846 Updated: Patch: Use [ ] as shortcut forarray()

2001-10-28 Thread Martin Jansen
On Sun, 28 Oct 2001 17:40:40 +0200 (EET), Jani Taskinen wrote: >On Sun, 28 Oct 2001, Zakaria wrote: > >>For example: >> Perl: $list = (1, 2 ,3, 'four', 'five', (6.1, 6.2, 6.3)); >>Python: list = [1, 2, 3, 'four', 'five', [6.1, 6.2, 6.3]] >> Ruby: list = [1, 2, 3, 'four', 'five', [6.1, 6.2, 6.3]

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

2001-10-28 Thread Lupe Christoph
On Sunday, 2001-10-28 at 16:50:21 -, Bug Database wrote: > 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: > Try removing mod_perl and see if it works then

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

2001-10-28 Thread me
ID: 13852 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Zlib Related Operating System: Windows 2000 PHP Version: 4.0.4pl1 New Comment: even with error_reporting(E_ALL) i don't get any error messages from the script. i already had tried this. i have bo

[PHP-DEV] Bug #13859 Updated: Change (string)false from "" to "0"

2001-10-28 Thread jeroen
ID: 13859 Updated by: jeroen Reported By: [EMAIL PROTECTED] Old Summary: Inconsistent display of logical results Old Status: Open Status: Closed Old Bug Type: Performance problem Bug Type: Feature/Change Request Operating System: Windows95 PHP Version: 4.0.6 New Comment: Reclassified and updated

[PHP-DEV] Bug #13094 Updated: Upload very slow

2001-10-28 Thread sniper
ID: 13094 Updated by: sniper Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Performance problem Operating System: Windows 2000 PHP Version: 4.0.6 Assigned To: sniper New Comment: This should be fixed in CVS now. You can try the latest development build from http://www.php4win.com/ but

[PHP-DEV] Bug #13859: Inconsistent display of logical results

2001-10-28 Thread perry
From: [EMAIL PROTECTED] Operating system: Windows95 PHP version: 4.0.6 PHP Bug Type: Performance problem Bug description: Inconsistent display of logical results "; echo '$n1<=$n2 is '.($n1<=$n2).""; echo '$n1>$n2 is '.($n1>$n2).""; echo '$n1>=$n2 is '.($n1>=$n2).""; ech

Re: [PHP-DEV] Bug #13094 Updated: Upload very slow

2001-10-28 Thread Jeroen van Wolffelaar
> Please leave alone these. I was going to close them myself as > I want to add some information to them too.. I'm sorry, you committed the fix yesterday early, and I thought you might have forgotten them. (but should've know better) I should've mailed you instead, I got a 'then this bug is fixe

[PHP-DEV] Bug #13435 Updated: fileupload and filedownload

2001-10-28 Thread sniper
ID: 13435 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Assigned Status: Closed Bug Type: HTTP related Operating System: windows 2000 pro PHP Version: 4.0.6 Old Assigned To: sniper Assigned To: New Comment: This should be fixed in CVS now. You can try the latest development bui

[PHP-DEV] Bug #8377 Updated: File uploads with POST methods takes full Server processing capacity and memory

2001-10-28 Thread sniper
ID: 8377 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Assigned Status: Closed Bug Type: Feature/Change Request Operating System: Windows NT4/2000 PHP Version: 4.0.4 Old Assigned To: sniper Assigned To: New Comment: This should be fixed in CVS now. You can try the latest develo

[PHP-DEV] Bug #13094 Updated: Upload very slow

2001-10-28 Thread jeroen
ID: 13094 Updated by: jeroen Reported By: [EMAIL PROTECTED] Old Status: Assigned Status: Closed Bug Type: Performance problem Operating System: Windows 2000 PHP Version: 4.0.6 Assigned To: sniper New Comment: Fixed in CVS by Jani, will be fixed in 4.2.0 Previous Comments: ---

[PHP-DEV] ¤ÑµMĪîP¦b¼ê´ò

2001-10-28 Thread cxm_2gk1fvlycqk
±z¦pªGÁA¸ÑĪîPªº¾ú¥v¡A¨º¨Ç¼Æ¤]¼Æ¤£²Mªº¶Ç©_¬G¨Æ¡A ±q¥j®J¤ÎÆv¦Z¥ÎĪîP¨Ó¾iÃC¬ü¥Õ¡B¼í¾v¡A ¨ì¨È¾ú¤s¤j¤j«Ò¥²¶·¥ý¦û¾Ú¤ÑµMĪîP¸ê·½¡A ¨ÏÂåªv¶Ë§Lªº°ÝÃD±o¨ì¸Ñ¨M«á¡A¤~´±©ñ¤â¥X©ºµ¥µ¥¡A §Ú´N¤£¦b³o¨àÂØ­z¤F¡C ¼ê´ò¿¤¦]¦a²zÀô¹Ò¯S®í¡A¤SµL¤u¼t¿äÆn¡A ¬O¶ôµL¦Ã¬V¤S¯Â¤ÑµM¤§¼Ö¤g¡A©Ò¥H³¥¥Í¤ÑµM´Óª«¯S¦h¡A ¨Ò¡GĪîP¡N­

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

2001-10-28 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: Try removing mod_perl and see if it works then. --Jani Previous Comments: -

[PHP-DEV] Bug #13855 Updated: Undefined Symbol: mysql_module_entry when compiling with mysql option specified

2001-10-28 Thread sniper
ID: 13855 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Compile Failure Operating System: Linux 2.4.2 PHP Version: 4.0.6 New Comment: There is already one report about Mysql 4.0 not working with current PHP versions. And it's being worked on so this

[PHP-DEV] Suggestion & RFC: Bug db mails

2001-10-28 Thread Jeroen van Wolffelaar
Hi, Suggestion: set the From: of bug-mails to [EMAIL PROTECTED], and put a autoresponer over there asking the user again to use the web interface in stead of replying, and possibly don't give the php-dev mail at all, or as 'only for ...'. --Jeroen -- PHP Development Mailing List

[PHP-DEV] Re: Bug #13842 Updated: Member variables in parent and child classes overwrite each other

2001-10-28 Thread Jeroen van Wolffelaar
Pleaes use the web interface for updating bugs! I missed this mail until now. --Jeroen - Original Message - From: "Doug Plant" <[EMAIL PROTECTED]> Newsgroups: php.dev To: <[EMAIL PROTECTED]> Sent: Sunday, October 28, 2001 4:38 AM Subject: Re: Bug #13842 Updated: Member variables in paren

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

2001-10-28 Thread jeroen
ID: 13852 Updated by: jeroen Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Zlib Related Operating System: Windows 2000 PHP Version: 4.0.4pl1 New Comment: Probably not a bug (cgi does work, so very unlikely to be a bug in PHP or zlib). Ask support questions on http://www

[PHP-DEV] Bug #13850 Updated: CASE within SWITCH may crash apache

2001-10-28 Thread jeroen
ID: 13850 Updated by: jeroen Reported By: [EMAIL PROTECTED] Status: Feedback Old Bug Type: Documentation problem Bug Type: Scripting Engine problem Operating System: Windows 2000 Pro SP1 PHP Version: 4.0.4 New Comment: Reclassified. Please also be more specific on the error, are you saying it

[PHP-DEV] Bug #13848 Updated: transparent sessions not w3c compliant

2001-10-28 Thread jeroen
ID: 13848 Updated by: jeroen Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: URL related Operating System: Linux PHP Version: 4.0.4pl1 New Comment: Shouldn't & be made the default? Since that's the only correct thing, and at least since HTML 2.0 &-style quoting was required. Or are the

[PHP-DEV] Bug #13857: Attempting to load shared modules causes header problems.

2001-10-28 Thread kyrian
From: [EMAIL PROTECTED] Operating system: RedHat 6.1 (ish) PHP version: 4.0.6 PHP Bug Type: Dynamic loading Bug description: Attempting to load shared modules causes header problems. At Jani's request, recreating this bug report with a password so I can edit it directly...

[PHP-DEV] Bug #13842 Updated: Member variables in parent and child classes overwrite each other

2001-10-28 Thread jeroen
ID: 13842 Updated by: jeroen Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Bogus Bug Type: Class/Object related Operating System: Windows NT 5.0 build 2195 PHP Version: 4.0.6 New Comment: Alle class vars are public, in a future PHP (5?) there will also be private object vars. Un

[PHP-DEV] Bug #5360 Updated: Session not holding over.

2001-10-28 Thread jeroen
ID: 5360 Updated by: jeroen Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Session related Operating System: Red Hat Linux 6.1 PHP Version: 4.0.1pl2 New Comment: POST is also supported. If you enable transparent-session-id propagation, PHP will include a with the session name and id, a

[PHP-DEV] Re: Package extension proposal

2001-10-28 Thread Andreas Aderhold
Hi Stanislav, > Below is the proposal for PHP packaging extension. The intentions is for > PHP to have the package system kind of like what Perl and other languanges > have. The comments and suggestions are most welcome, as usual. Especially > the experience with packaging system from other langu

[PHP-DEV] Bug #13848 Updated: transparent sessions not w3c compliant

2001-10-28 Thread sniper
ID: 13848 Updated by: sniper Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: URL related Operating System: Linux PHP Version: 4.0.4pl1 New Comment: This applies to PHP 4.0.6 and above. So update first. --Jani Previous Comments: --

[PHP-DEV] Bug #13176 Updated: Headers output in HTML body.

2001-10-28 Thread sniper
ID: 13176 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Old Bug Type: Output Control Bug Type: *General Issues Operating System: RedHat Linux 6.0(ish) PHP Version: 4.0.6 New Comment: Bogusing this report. Asked the user to submit new report with a proper passwo

[PHP-DEV] Bug #13806 Updated: zlib compression is broken?

2001-10-28 Thread yasuo_ohgaki
ID: 13806 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Reproducible crash Operating System: Linux 2.4.14-pre3/glibc 2.2.2 PHP Version: 4.1.0 RC CVS-2001-10-24 New Comment: Problem is appearent if output is larger than output buffer size. httpd exits

[PHP-DEV] Re: Bug #13856 Updated: bad option in 'configure --help'

2001-10-28 Thread Adam Czysciak
Hej, Wlasnie otrzymalem od Ciebie taki mail I've just received such a mail from You: Temat/Subject: Bug #13856 Updated: bad option in 'configure --help' Data/Date: 28 Oct 2001 14:20:30 - To jest potwierdzenie generowane automatycznie i oznacza tylko tyle, ze Twoj mail dotarl w 100%.

[PHP-DEV] Bug #13856 Updated: bad option in 'configure --help'

2001-10-28 Thread derick
ID: 13856 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: *Compile Issues Operating System: Debian Linux PHP Version: 4.0.6 New Comment: Already fixed in CVS. Derick Previous Comments:

Re: [PHP-DEV] Massive memory leak? (4.1.0RC1)

2001-10-28 Thread Yasuo Ohgaki
> Jani Taskinen wrote: > >> Just a little warning: This will lock your machine. >> I just spend a while fixing the damages caused by the crash.. >> (Maybe I should be using something else than ext2 ?) I upgraded to Apache 1.3.22/kernel 2.4.14-pre3 (with much less options/modules compare to kern

[PHP-DEV] Bug #13806 Updated: zlib compression is broken?

2001-10-28 Thread yasuo_ohgaki
ID: 13806 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Reproducible crash Operating System: Linux 2.4.14-pre3/glibc 2.2.2 PHP Version: 4.1.0 RC CVS-2001-10-24 New Comment: Upgraded from apache 1.3.20 to 1.3.22. httpd exited with status code 01 while ru

[PHP-DEV] Re: Bug #13856: bad option in 'configure --help'

2001-10-28 Thread Adam Czysciak
Hej, Wlasnie otrzymalem od Ciebie taki mail I've just received such a mail from You: Temat/Subject: Bug #13856: bad option in 'configure --help' Data/Date: 28 Oct 2001 12:34:24 - To jest potwierdzenie generowane automatycznie i oznacza tylko tyle, ze Twoj mail dotarl w 100%. This i

[PHP-DEV] Bug #13856: bad option in 'configure --help'

2001-10-28 Thread acc
From: [EMAIL PROTECTED] Operating system: Debian Linux PHP version: 4.0.6 PHP Bug Type: *Compile Issues Bug description: bad option in 'configure --help' configure --help says: --enable-gd-native-ttfGD: Enable TrueType string function in gd but after looking in co

[PHP-DEV] Bug #13806 Updated: PHP crashes when zlib output compression is enabled

2001-10-28 Thread yasuo_ohgaki
ID: 13806 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Summary: zlib compression is broken? Status: Open Old Bug Type: Zlib Related 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

[PHP-DEV] CVS Account Request: alan_dangelo

2001-10-28 Thread Alan D'Angelo
Hi, I would have access to CVS server with a personal account. I need it to give my contribute to the PHP documentation, and specially to collaborate for Italian PHP manual (and its supporting) Maintaining the documentation Translating the documentation So I would have access t

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

2001-10-28 Thread Lupe Christoph
On Saturday, 2001-10-27 at 10:03:04 -, Bug Database wrote: > 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: > Did you do 'apachectl sto