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

2001-12-06 Thread djanix
From: [EMAIL PROTECTED] Operating system: win32 (2k/xp) PHP version: 4.0CVS-2001-12-06 PHP Bug Type: Apache related Bug description: crash with large numbers of ouput blocks hey guys... this has been a problem for me for a long time, and so i finally decided either no

[PHP-DEV] Bug #14359 Updated: problem with exec and system, can't be fixed by 4.1.0RC4

2001-12-06 Thread derick
ID: 14359 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Unknown/Other Function Operating System: windows 2000 server, IIS5 PHP Version: 4.0.6 New Comment: Status = feedback Previous Comments:

[PHP-DEV] Bug #14359 Updated: problem with exec and system, can't be fixed by 4.1.0RC4

2001-12-06 Thread davidfelton
ID: 14359 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Unknown/Other Function Operating System: windows 2000 server, IIS5 PHP Version: 4.0.6 New Comment: Crypt was the first one I came across, and since my site fundamentally

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

2001-12-06 Thread derick
ID: 14359 Updated by: derick Reported By: [EMAIL PROTECTED] Old Summary: problem with exec and system, can't be fixed by 4.1.0RC4 Old Status: Open Status: Critical Bug Type: Unknown/Other Function Operating System: windows 2000 server, IIS5 PHP Version: 4.0.6 New Comment: I changed the summary,

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

2001-12-06 Thread davidfelton
ID: 14359 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Critical Bug Type: Unknown/Other Function Operating System: windows 2000 server, IIS5 PHP Version: 4.0.6 New Comment: That's great. I hope it gets sorted soon, we had to close down a whole section of our website

Re: [PHP-DEV] Feature Request: add HTML 4.01 support into DOMXML extension?

2001-12-06 Thread Teodor Cimpoesu
Hi Jaroslaw! On Wed, 05 Dec 2001, Jaroslaw Kolakowski wrote: But, even if we don't agree with his opinion on templates, what about the features that libxml provides which are currently unused by PHP, including HTML 4.01-support (I don't know exactly what libxml can do)? Are there any

[PHP-DEV] Bug #9119 Updated: JVM execution problem

2001-12-06 Thread sander
ID: 9119 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: IIS related Operating System: Windows NT/2000 PHP Version: 4.0.4pl1 New Comment: No feedback. Closing. Previous Comments:

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

2001-12-06 Thread phildriscoll
ID: 14359 Updated by: phildriscoll Reported By: [EMAIL PROTECTED] Status: Critical Bug Type: Unknown/Other Function Operating System: windows 2000 server, IIS5 PHP Version: 4.0.6 New Comment: Is the crypt not available in the Windows binary for RC4 just because whoever built the, forgot to

[PHP-DEV] Bug #14317 Updated: PHP not support InnoDB

2001-12-06 Thread sander
ID: 14317 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: MySQL related Operating System: windows2000 PHP Version: 4.0.6 New Comment: IIRC, the default MySQL build for Windows doesn't contain support for InnoDB. So this is not a PHP problem. Previous

[PHP-DEV] Bug #14360: Script ends on

2001-12-06 Thread Thomas . Seuring
From: [EMAIL PROTECTED] Operating system: Windows 2000 PHP version: 4.0.6 PHP Bug Type: Scripting Engine problem Bug description: Script ends on I'm using a generated Script of the PHAKT-Software on a Windows 2000 and Apache Server. The complete Script is: ?php //

[PHP-DEV] Bug #14360 Updated: Script ends on

2001-12-06 Thread mfischer
ID: 14360 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Scripting Engine problem Operating System: Windows 2000 PHP Version: 4.0.6 New Comment: Ask for support questions at [EMAIL PROTECTED] . This is most likely a programming error. Bogus.

[PHP-DEV] Bug #14361: Unreadable PDB format

2001-12-06 Thread voitek . pendrak
From: [EMAIL PROTECTED] Operating system: Palm Pilot PHP version: 4.1.0 PHP Bug Type: Unknown/Other Function Bug description: Unreadable PDB format I found many complaints about PHP manual for PalmPilot and not a one proper response. Actualy the response is to go back and

Re: [PHP-DEV] [NEW EXTENSTION]: templates

2001-12-06 Thread Kristian Köhntopp
Björn Schotte wrote: [1]: anyone has a nice English expression for the german Schlipsträger? The common english expression for Schlipsträger is suit. Kristian -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

RE: [PHP-DEV] Bug #14305 Updated: type-o on web site

2001-12-06 Thread Marc Boeren
Quote: IMO it's good as it is right now. Dude, concreto is not even a word in English and the sentance is a meaningless mess! The expression is 'in concreto' and it is probably Latin And 'in fact' seems a good translation into english, making the sentence 'good as it is right now'.

Re: [PHP-DEV] [NEW EXTENSTION]: templates

2001-12-06 Thread Kristian Köhntopp
Daniel Lorch wrote: or the more XML-style my-opinion what follows here is solely my own opinion /my-opinion Will you please pack your private markup into a (DTD-documented!) namespace and properly declare your namespace at the top of your messages? That would then be my:opinion

[PHP-DEV] Bug #14221 Updated: Segmentation fault when using class that accesses member functions variables.

2001-12-06 Thread yohgaki
ID: 14221 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Duplicate Bug Type: Scripting Engine problem Operating System: Linux Mandrake 7.2 PHP Version: 4.0.4pl1 New Comment: Make this report a duplicate of #13703 Previous Comments:

[PHP-DEV] Bug #14344 Updated: php_oci8.dll not loading

2001-12-06 Thread derick
ID: 14344 Updated by: derick Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: IIS related Operating System: Win2000 PHP Version: 4.0.6 New Comment: Just mail to it, or subscribe with: http://uk.php.net/support.php Derick Previous Comments:

Re: [PHP-DEV] Function Request: csv_explode()

2001-12-06 Thread Zak Greant
On December 5, 2001 01:29 am, Stig S. Bakken wrote: Splitting a CSV string into an array could be done like this too: $fields = explode(',', trim($string, '')); Hey Stig, I don't think that it is quite that simple. :) The sample code will break for unquoted values and weird

[PHP-DEV] Bug #14295 Updated: Scope of globals has changed

2001-12-06 Thread zak
ID: 14295 Updated by: zak Reported By: [EMAIL PROTECTED] Old Status: Closed Status: Open Bug Type: Variables related Operating System: Win2k PHP Version: 4.0.6 Old Assigned To: Assigned To: zak New Comment: Thanks for trying the scripts! If we are lucky, this bug report will help us find what

Re: [PHP-DEV] Re: HOW2 on making C++ extensions in 4.1.0 (and 4.0.6?)

2001-12-06 Thread Zak Greant
On December 4, 2001 08:43 am, l0t3k wrote: Lars, check out ext/satellite, and also the author's site. he has an upcoming? framework for producing PHP extensions in C++ Lars Knudsen [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Does anyone have some

Re: [PHP-DEV] 4.1.0RC5

2001-12-06 Thread Petr Cech
On Mon, Dec 03, 2001 at 03:53:05PM +0200 , Zeev Suraski wrote: You know the drill, but practice makes perfect! In a divine effort to prevent both Derick and Zak from winning their bets (Derick bet we'll go up to RC8, Zak bet that we'll go as far as RC7), please folks, FIND NO BUGS! It's

[PHP-DEV] Bug #14295 Updated: Scope of globals has changed

2001-12-06 Thread v . puttrich
ID: 14295 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Variables related Operating System: Win2k PHP Version: 4.0.6 Old Assigned To: zak Assigned To: New Comment: zak: I have set up a webserver and ftp for you to do the tests you need. The account is

[PHP-DEV] Bug #14295 Updated: Scope of globals has changed

2001-12-06 Thread v . puttrich
ID: 14295 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Variables related Operating System: Win2k PHP Version: 4.0.6 Old Assigned To: zak Assigned To: New Comment: Forgot to say this: Please let me know if you find the problem ; ) Previous Comments:

[PHP-DEV] Bug #14295 Updated: Scope of globals has changed

2001-12-06 Thread v . puttrich
ID: 14295 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Variables related Operating System: Win2k PHP Version: 4.0.6 Old Assigned To: zak Assigned To: New Comment: I'm unable to reach you at [EMAIL PROTECTED]! Where should I send the password to?

[PHP-DEV] Cannot find way!

2001-12-06 Thread Andrey Hristov
Hi, I cannot find a way to get the if the browser sent Accept-Encoding header. Can someone tell me if this is possible. It is maybe good idea if there is $HTTP_REQUEST_HEADERS ($_HEADERS) or something similirar. Regards, Andrey Hristov -- PHP Development Mailing List http://www.php.net/

[no subject]

2001-12-06 Thread
Title: °Ù´óǧÀïÂí ÏàÖªÔÚ°Ù´ó

Re: [PHP-DEV] CVS Account Maintenance Request

2001-12-06 Thread Andrei Zmievski
On Wed, 05 Dec 2001, Zak Greant wrote: Hello - could someone with the needed karma point my [EMAIL PROTECTED] email address to [EMAIL PROTECTED] My ISP is having serious troubles with their mail server... Done. -Andrei * Life may be expensive, but it includes an annual free trip around

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/mysql php_mysql.c

2001-12-06 Thread Andrey Hristov
What is the difference between : if (mysql_result type==le_result !mysql_eof(mysql_result)) { and if (mysql_result type==le_result) { if (!mysql_eof(mysql_result)) { except the second is more readable : Regards, Andrey Hristov - Original Message - From: Zeev Suraski [EMAIL

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/mysql php_mysql.c

2001-12-06 Thread Peter Petermann
Hi Andrey, What is the difference between : if (mysql_result type==le_result !mysql_eof(mysql_result)) { and if (mysql_result type==le_result) { if (!mysql_eof(mysql_result)) { except the second is more readable : if you would have quoted correct, you would read the diffrence

[PHP-DEV] Bug #14211 Updated: Method invocation of COM objects

2001-12-06 Thread phanto
ID: 14211 Updated by: phanto Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: COM related Operating System: Windows NT 4.0 PHP Version: 4.0.6 New Comment: got no feedback. alan directed me to a msdn site mentioning a bug in the CDONTS thingie and i think it is related to

[PHP-DEV] Bug #14362: getallheaders() possible bug.

2001-12-06 Thread ahristov
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.1.0 PHP Bug Type: Zlib Related Bug description: getallheaders() possible bug. getallheaders is this : PHP_FUNCTION(getallheaders) { array_header *env_arr; table_entry *tenv; int i; if

[PHP-DEV] Bug #14334 Updated: Bug in COM class

2001-12-06 Thread phanto
ID: 14334 Updated by: phanto Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: COM related Operating System: Windows 2000 Professional PHP Version: 4.0.6 New Comment: please provide the shortest possible code that produces this error. Previous Comments:

Re: [PHP-DEV] PHP can't compare...

2001-12-06 Thread George Whiffen
Matthew, You are absolutely right, we have to do something about handling money better before anyone else notices that 0.7 plus 0.1 is not 0.8 with php! (I've already had an e-commerce user notice that their account balance is misquoted because 82 - 2 became 79 because of this). Looking

[PHP-DEV] Bug #14353 Updated: can't set CP_UTF8 codepage

2001-12-06 Thread phanto
ID: 14353 Updated by: phanto Reported By: [EMAIL PROTECTED] Status: Open Bug Type: COM related Operating System: Windows 2000 PHP Version: 4.1.0 New Comment: i'll review this Previous Comments: [2001-12-05 18:18:23]

Re: [PHP-DEV] Feature Request: add HTML 4.01 support into DOMXML extension?

2001-12-06 Thread Jaroslaw Kolakowski
Can you tell more on what that patch is about and it's availability? Look at http://rainbow.mimuw.edu.pl/~jkolakow/domxml/ Regards, Jaroslaw Kolakowski -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

[PHP-DEV] Bug #14272 Updated: com_load doesn't work

2001-12-06 Thread phanto
ID: 14272 Updated by: phanto Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: COM related Operating System: win98 PHP Version: 4.1.0 New Comment: com_load and new COM() are still not compatiple (although i thought so). so if you use com_load you also have to use com_get

Re: [PHP-DEV] PHP can't compare...

2001-12-06 Thread Zeev Suraski
I don't think that a PR like the one you raise is likely. Mostly all other languages behave in the same way. Even other software components, such as databases, often have this issue, unless you use string base representation. Zeev At 20:03 06/12/2001, George Whiffen wrote: Matthew, You are

[PHP-DEV] session extension

2001-12-06 Thread Harald Radi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 hi, do you think of a possibility to add something like the zend_register_list_destructors() mechanism into your session extension to register session destructors for resources ? i'd like to implement an interface to store COM, CORBA and Java

[PHP-DEV] Re: session extension

2001-12-06 Thread Andrei Zmievski
On Thu, 06 Dec 2001, Harald Radi wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 hi, do you think of a possibility to add something like the zend_register_list_destructors() mechanism into your session extension to register session destructors for resources ? i'd like to

[PHP-DEV] RE: session extension

2001-12-06 Thread Harald Radi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 actually it isn't a resource but an object implementing __sleep and __wakeup. so technically there should be no problem. i'd only need a __destroy callback or sg. similar. harald -Original Message- From: Andrei Zmievski [mailto:[EMAIL

[PHP-DEV] Re: session extension

2001-12-06 Thread Andrei Zmievski
On Thu, 06 Dec 2001, Harald Radi wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 actually it isn't a resource but an object implementing __sleep and __wakeup. so technically there should be no problem. i'd only need a __destroy callback or sg. similar. You mean, when the session

Re: [PHP-DEV] PHP can't compare...

2001-12-06 Thread Rasmus Lerdorf
You are absolutely right, we have to do something about handling money better before anyone else notices that 0.7 plus 0.1 is not 0.8 with php! (I've already had an e-commerce user notice that their account balance is misquoted because 82 - 2 became 79 because of this). If you are dealing

[PHP-DEV] Warning

2001-12-06 Thread Sebastian Bergmann
jewish.c C:\home\php\php4\ext\calendar\jewish.c(270) : warning C4005: 'SDN_OFFSET' : Redefinition of a macro, see C:\home\php\php4\ext\calendar\gregor.c(0) for previous declaration -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help

[PHP-DEV] RE: session extension

2001-12-06 Thread Harald Radi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 You mean, when the session is destroyed it should call __destroy_callback? exactly. Anyways, don't those objects store a resource handle in their properties? The magic functions __sleep and __wakeup serialize() checks if your class has a

Re: [PHP-DEV] RE: session extension

2001-12-06 Thread rasmus
You mean, when the session is destroyed it should call __destroy_callback? exactly. But how would you specify where this code is? Sessions are destroyed out of context. ie. a session is not necessarily destroyed by anything even remotely resembling the script that created them. And a

RE: [PHP-DEV] RE: session extension

2001-12-06 Thread Harald Radi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 But how would you specify where this code is? Sessions are destroyed out of context. ok, a __destroy method implies that the method is bound to the object, but i was thinking of a static method that gets the session information for the

RE: [PHP-DEV] RE: session extension

2001-12-06 Thread Rasmus Lerdorf
But how would you specify where this code is? Sessions are destroyed out of context. ok, a __destroy method implies that the method is bound to the object, but i was thinking of a static method that gets the session information for the object and can obtain the instance with this

Re: [PHP-DEV] PHP can't compare...

2001-12-06 Thread Pierre-Alain Joye
On Thu, 06 Dec 2001 18:03:23 + George Whiffen [EMAIL PROTECTED] wrote: Matthew, You are absolutely right, we have to do something about handling money better before anyone else notices that 0.7 plus 0.1 is not 0.8 with php! (I've already had an e-commerce user notice that their

[PHP-DEV] Bug #12323 Updated: // comment tag does not work

2001-12-06 Thread sander
ID: 12323 Updated by: sander Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Output Control Operating System: Mac OS X PHP Version: 4.0.6 New Comment: As asked before by Cynic, can you view the source of the output of the PHP-file? It doesn't matter which browser you use. See the post of

[PHP-DEV] Bug #12323 Updated: // comment tag does not work

2001-12-06 Thread sander
ID: 12323 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Output Control Operating System: Mac OS X PHP Version: 4.0.6 New Comment: status-feedback Previous Comments:

[PHP-DEV] Bug #14363: mysql_unbuffered_query

2001-12-06 Thread mud
From: [EMAIL PROTECTED] Operating system: linux PHP version: 4.0.6 PHP Bug Type: MySQL related Bug description: mysql_unbuffered_query mysql_unbuffered_query sometimes causes php to hang. same code works fine with mysql_query. also see comment 04-Dec-2001 05:50 on

[PHP-DEV] Bug #14363 Updated: mysql_unbuffered_query

2001-12-06 Thread derick
ID: 14363 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: MySQL related Operating System: linux PHP Version: 4.0.6 New Comment: This was fixed today in CVS. The fix will be in version 4.2.0. Derick Previous Comments:

[PHP-DEV] Bug #14363 Updated: mysql_unbuffered_query

2001-12-06 Thread derick
ID: 14363 Updated by: derick Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: MySQL related Operating System: linux PHP Version: 4.0.6 New Comment: BTW, it is actually a bug in the mysql client library it seems Derick Previous Comments:

[PHP-DEV] Bug #14363 Updated: mysql_unbuffered_query

2001-12-06 Thread mud
ID: 14363 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: MySQL related Operating System: linux PHP Version: 4.0.6 New Comment: you why did you fix it? ;) or did you meen workaround? greetings, laurin :) Previous Comments:

Re: [PHP-DEV] Bug #14363 Updated: mysql_unbuffered_query

2001-12-06 Thread derick
On 6 Dec 2001 [EMAIL PROTECTED] wrote: you why did you fix it? ;) or did you meen workaround? Yes, Zeev fixed it with a workaround. Derick -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To

[PHP-DEV] Bug #14364: Unable to clear out an individual variable in a session

2001-12-06 Thread info
From: [EMAIL PROTECTED] Operating system: FreeBSD 4.2 PHP version: 4.1.0 PHP Bug Type: Session related Bug description: Unable to clear out an individual variable in a session There appears to be an issue with unsetting variables in a session. I have an object variable that

[PHP-DEV] Bug #14364 Updated: Unable to clear out an individual variable in a session

2001-12-06 Thread jan
ID: 14364 Updated by: jan Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Session related Operating System: FreeBSD 4.2 PHP Version: 4.1.0 New Comment: Can you provide the shortest sample script, that reproduce that bug? Previous Comments:

[PHP-DEV] Bug #14232 Updated: Crash of session_start() when client disables cookies and sends a form

2001-12-06 Thread adnev
ID: 14232 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Reproducible crash Operating System: Win2000;Win98 PHP Version: 4.0.6 New Comment: After additional testing, I discovered that the problems comes from the output buffering. If

[PHP-DEV] Bug #14365: require_once() causes segfault

2001-12-06 Thread sean . redmond
From: [EMAIL PROTECTED] Operating system: RedHat Linux 7.2 PHP version: 4.0.6 PHP Bug Type: Filesystem function related Bug description: require_once() causes segfault I have an old server running RedHat 6.2, Aolserver 3.0, PHP 4.0.6 (compiled as a module) and SquirrelMail

[PHP-DEV] Bug #14366: exit signal Floating point exception (8)

2001-12-06 Thread julian
From: [EMAIL PROTECTED] Operating system: FreeBSD 4.4-RELEASE #0 PHP version: 4.0.6 PHP Bug Type: Reproducible crash Bug description: exit signal Floating point exception (8) Please help! We get this weird error on ANY php page that uses decimals. The simpliest code we

[PHP-DEV] CVS Account Request: boo

2001-12-06 Thread Igor Garcia
Translate the documentation to brazillian portuguese -- PHP Development Mailing List http://www.php.net/ 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 #11008 Updated: exit() should return an exit status if passed, not send to stdout

2001-12-06 Thread sniper
ID: 11008 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Closed Status: Analyzed Bug Type: Scripting Engine problem Operating System: Linux PHP Version: 4.0 Latest CVS (2001-05-21) New Comment: I just got bitten by this. The manual page says that if the value passed to exit() is

[PHP-DEV] Bug #14364 Updated: Unable to clear out an individual variable in a session

2001-12-06 Thread info
ID: 14364 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Session related Operating System: FreeBSD 4.2 PHP Version: 4.1.0 New Comment: Sample script: // script to create session variable session_start(); session_register(objectA); $objectA = new

[PHP-DEV] Bug #14364 Updated: Unable to clear out an individual variable in a session

2001-12-06 Thread derick
ID: 14364 Updated by: derick Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Session related Operating System: FreeBSD 4.2 PHP Version: 4.1.0 New Comment: No worries! It's already fixed in CVS. Previous Comments:

[PHP-DEV] Bug #14362 Updated: getallheaders() possible bug.

2001-12-06 Thread ahristov
ID: 14362 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Zlib Related Operating System: Linux PHP Version: 4.1.0 New Comment: No bug. Naviscope does not resend Accept-Encoding header. Sorry Previous Comments:

[PHP-DEV] Bug #14368: missing OCX control

2001-12-06 Thread hallo
From: [EMAIL PROTECTED] Operating system: NT 4 SP6a PHP version: 4.0.6 PHP Bug Type: IIS related Bug description: missing OCX control Win Installer 4.0.6 System Win NT 4 Server, IIS 4, Optionpack, IE 5.5 After Install: Due to a missing OCX control on your system, the

[PHP-DEV] Bug #14362 Updated: getallheaders() possible bug.

2001-12-06 Thread mfischer
ID: 14362 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Closed Status: Bogus Bug Type: Zlib Related Operating System: Linux PHP Version: 4.1.0 New Comment: Bogus then. Previous Comments: [2001-12-06

Re: [PHP-DEV] Bug #11008 Updated: exit() should return an exit status if passed, not send to stdout

2001-12-06 Thread Markus Fischer
Sadly no :-/ There were some discussions in the past and some ideas came up (exit_shell() or shell_exit()) but no further steps where taken. - Markus On Thu, Dec 06, 2001 at 10:02:53PM -, [EMAIL PROTECTED] wrote : ID: 11008 Updated by: sniper Reported By: [EMAIL

[PHP-DEV] 4.1.0?

2001-12-06 Thread Andrei Zmievski
Release 4.1.0, please? :) -Andrei * Why is it always Segmentation's fault? * -- PHP Development Mailing List http://www.php.net/ 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 #14365 Updated: require_once() causes segfault

2001-12-06 Thread sniper
ID: 14365 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Old Bug Type: Filesystem function related Bug Type: Scripting Engine problem Operating System: RedHat Linux 7.2 PHP Version: 4.0.6 New Comment: Does this happen with PHP 4.1.0RC5:

[PHP-DEV] Help displaying an image stoed in a MySQL database

2001-12-06 Thread Christofe DuBois
I would like to store an image in a database and then allow users to select the image for display... I can upload the file, and write it to the database. I base64_encode ' d it and dropped it in a longblob field. I then query the database, pull the encoded image out... now what... I have

[PHP-DEV] Bug #14366 Updated: exit signal Floating point exception (8)

2001-12-06 Thread sniper
ID: 14366 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Reproducible crash Operating System: FreeBSD 4.4-RELEASE #0 PHP Version: 4.0.6 New Comment: Can not reproduce in FreeBSD 4.4 with PHP 4.1.0RC5. Try it from:

[PHP-DEV] Bug #14369: ftp_* functions do not respect safe mode

2001-12-06 Thread Piotr Kucharski
From: Piotr Kucharski [EMAIL PROTECTED] Operating system: any PHP version: 4.0.6 PHP Bug Type: FTP related Bug description: ftp_* functions do not respect safe mode it is possible to overwrite files writeable by httpd uid or gid using ftp_get(), since ftp_* functions are

Re: [PHP-DEV] Bug #11008 Updated: exit() should return an exit statusif passed, not send to stdout

2001-12-06 Thread Jani Taskinen
Creating some new function (or language construct :) and not fixing the existing one is really stupid idea. exit(string) - same behaviour as before eixt(int)- only set exit-status and no echo out anything to stdout. Thus BC wouldn't be that badly broken.. --Jani On Fri, 7 Dec 2001,

[PHP-DEV] Bug #14370: PHP_AUTH_PW being improperly set

2001-12-06 Thread henrich
From: [EMAIL PROTECTED] Operating system: FreeBSD PHP version: 4.0.6 PHP Bug Type: PHP options/info functions Bug description: PHP_AUTH_PW being improperly set PHP_AUTH_PW is being improperly set when external authentication is active on Apache. I have a directory

Re: [PHP-DEV] Bug #11008 Updated: exit() should return an exit status if passed, not send to stdout

2001-12-06 Thread Markus Fischer
On Fri, Dec 07, 2001 at 02:33:50AM +0200, Jani Taskinen wrote : Creating some new function (or language construct :) and not fixing the existing one is really stupid idea. exit(string) - same behaviour as before eixt(int)- only set exit-status and no echo out anything to stdout.

Re: [PHP-DEV] Bug #11008 Updated: exit() should return an exit statusif passed, not send to stdout

2001-12-06 Thread Jani Taskinen
I can't remember every single war there has been on php-dev.. :-p Like Jason put it, two GOOD solutions (others are just denying the fact that someone fucked this up when it was implemented): 1. Overload it. 2. Separate die() and exit(). Zeev, are you really using exit() to output integers?

RE: [PHP-DEV] Help displaying an image stoed in a MySQL database

2001-12-06 Thread Chris Newbill
Hehe I love questions like these. This is the wrong list for these types of questions; you want [EMAIL PROTECTED] This list is about developing PHP not developing WITH PHP. Anyways, short answer is in an HTML document when the browser comes to an IMG tag it makes another HTTP request to the

[PHP-DEV] Bug #14232 Updated: Crash of session_start() when client disables cookies and sends a form

2001-12-06 Thread yohgaki
ID: 14232 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Reproducible crash Operating System: Win2000;Win98 PHP Version: 4.0.6 New Comment: Do you have zlib.output_compression=On or/and output_handler set? If so, what is your setting? Do you have

Re: [PHP-DEV] Bug #11008 Updated: exit() should return an exit status

2001-12-06 Thread Yasuo Ohgaki
Jani Taskinen wrote: I can't remember every single war there has been on php-dev.. :-p Like Jason put it, two GOOD solutions (others are just denying the fact that someone fucked this up when it was implemented): 1. Overload it. 2. Separate die() and exit(). Zeev, are you really using

[PHP-DEV] Bug #14317 Updated: PHP not support InnoDB

2001-12-06 Thread satit
ID: 14317 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: MySQL related Operating System: windows2000 PHP Version: 4.0.6 New Comment: The default MySQL build for Linux support InnoDB ? Previous Comments:

[PHP-DEV] Bug #14334 Updated: Bug in COM class

2001-12-06 Thread wshs_chat
ID: 14334 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: COM related Operating System: Windows 2000 Professional PHP Version: 4.0.6 New Comment: If you mean php code, here goes: - $instance = new COM(WinampCOM.Application); $title =

[PHP-DEV] Bug #14371: RETURN_TRANSFER dies if site doesn't ping

2001-12-06 Thread me
From: [EMAIL PROTECTED] Operating system: Linux 2.2.12-20 PHP version: 4.0.6 PHP Bug Type: cURL related Bug description: RETURN_TRANSFER dies if site doesn't ping Using --with-curl and libcurl 7.8 (SSL 0.9.5): If you use the following function with a url that pings, but

Re: [PHP-DEV] Bug #14317 Updated: PHP not support InnoDB

2001-12-06 Thread Derick Rethans
On 7 Dec 2001 [EMAIL PROTECTED] wrote: The default MySQL build for Linux support InnoDB ? No, it does not. You need to install MySQL-Max for that. Derick -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

[PHP-DEV] Bug #14364 Updated: Unable to clear out an individual variable in a session

2001-12-06 Thread derick
ID: 14364 Updated by: derick Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Session related Operating System: FreeBSD 4.2 PHP Version: 4.1.0 New Comment: Are you sure you did that after the fix? file /ext/session/php_session.h should include this (around line 168): #define

[PHP-DEV] Bug #14372: fsockopen() timeout terror

2001-12-06 Thread phil_3iem
From: [EMAIL PROTECTED] Operating system: FreeBSD 4.4-Stable PHP version: 4.0.6 PHP Bug Type: Apache related Bug description: fsockopen() timeout terror We have had users on our system using their PHP scripts to take down our Apache servers. The script uses fsockopen() to

[PHP-DEV] Bug #14305 Updated: type-o on web site

2001-12-06 Thread sander
ID: 14305 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Old Bug Type: Website problem Bug Type: Documentation problem Operating System: Win2k PHP Version: 4.1.0 New Comment: IMO it's good as it is right now. Previous Comments:

[PHP-DEV] Bug #14305 Updated: type-o on web site

2001-12-06 Thread php
ID: 14305 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Documentation problem Operating System: Win2k PHP Version: 4.1.0 New Comment: Quote: IMO it's good as it is right now. You must not speak English very well, that or you have no writing ability

Re: [PHP-DEV] Bug #14305 Updated: type-o on web site

2001-12-06 Thread Alexander Wirtz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, just replace concreto with fact. I think that this is the vocable that should be used here. Nevertheless it is not very smart to get that agitated over such a minor issue :-P Regards, Alex - -- | Alexander Wirtz | eMail: [EMAIL

[PHP-DEV] Bug #14361 Updated: Unreadable PDB format

2001-12-06 Thread yohgaki
ID: 14361 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Status: Open Old Bug Type: Unknown/Other Function Bug Type: Documentation problem Operating System: Palm Pilot PHP Version: 4.1.0 New Comment: Type = Documentation problem Previous Comments:

[PHP-DEV] Bug #14336 Updated: Numbering-fault on http://www.php.net/manual/en/pcre.pattern.syntax.php

2001-12-06 Thread goba
ID: 14336 Updated by: goba Reported By: [EMAIL PROTECTED] Old Status: Bogus Status: Closed Old Bug Type: Website problem Bug Type: Documentation problem Operating System: Any PHP Version: 4.1.0 New Comment: Sorry for me, I forgot to close this bug. The bugs was there, but I have corrected it in

[PHP-DEV] Bug #14130 Updated: xml in zlib.xml does not use CDATA for code

2001-12-06 Thread philip
ID: 14130 Updated by: philip Reported By: [EMAIL PROTECTED] Old Status: Assigned Status: Closed Bug Type: Documentation problem Operating System: linux PHP Version: 4.0CVS-2001-11-19 Assigned To: hholzgra New Comment: hholzgra CDATA conversions are complete. I labeled a few finishing touches as

[PHP-DEV] Bug #14305 Updated: type-o on web site

2001-12-06 Thread philip
ID: 14305 Updated by: philip Reported By: [EMAIL PROTECTED] Old Status: Bogus Status: Closed Bug Type: Documentation problem Operating System: Win2k PHP Version: 4.1.0 New Comment: Reworded this entity in language-snippets.ent a bit (it affects all such warnings). Please don't get so worked up

Re: [PHP-DEV] Bug #14305 Updated: type-o on web site

2001-12-06 Thread Jim Winstead
In php.doc Mike Robinson [EMAIL PROTECTED] wrote: I found the comments by [EMAIL PROTECTED] quite sad and pathetic. Good thing that crap like this rolls off us like water off a duck eh? i wouldn't be so sure. i think one thing that drives people away from open-source projects is the long-term

[PHP-DEV] Bug #14367: browscap not well documented

2001-12-06 Thread knightemu
From: [EMAIL PROTECTED] Operating system: win 98 PHP version: 4.0.6 PHP Bug Type: Documentation problem Bug description: browscap not well documented As far as i can see, there is no documentation for getting the browscap.ini to work on a win98 running apache. As i was

[PHP-DEV] Bug #14367 Updated: browscap not well documented

2001-12-06 Thread goba
ID: 14367 Updated by: goba Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Documentation problem Operating System: win 98 PHP Version: 4.0.6 New Comment: Erm, the user notes are also worth reading :) Previous Comments:

[PHP-DEV] Bug #14305 Updated: type-o on web site

2001-12-06 Thread torben
ID: 14305 Updated by: torben Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Documentation problem Operating System: Win2k PHP Version: 4.1.0 New Comment: To the original submitter: While help is very much appreciated, I'm quite certain that few people like to be attacked for the

[PHP-DEV] Bug #12924 Updated: translation mistake on french doc about memory_limit

2001-12-06 Thread dams
ID: 12924 Updated by: dams Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Documentation problem Operating System: any PHP Version: 4.0.6 New Comment: This is now corrected. Previous Comments:

[PHP-DEV] Bug #14367 Updated: browscap not well documented

2001-12-06 Thread knightemu
ID: 14367 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Documentation problem Operating System: win 98 PHP Version: 4.0.6 New Comment: Thanks Goba, i found the user notes very useful. Previous Comments: