Re: [PHP-DEV] Re: Case sensitivity: Conclusion(?)

2002-02-08 Thread Hartmut Holzgraefe
Yasuo Ohgaki wrote: I guess the original reason why PHP has case insensitive class/function names is consistency with HTML standard. If so, XHTML _is_ case sensitive, we should go for case sensitive names. [...] Question is, PHP is going to be nice to other web related technology or not.

Re: [PHP-DEV] Refcount in var_dump()

2002-02-08 Thread Yasuo Ohgaki
Derick Rethans wrote: On Fri, 8 Feb 2002, Yasuo Ohgaki wrote: Hi, If dump_internals() is going to be enabled only for DEBUG build, could you make it a module? It's much easier for me to load/unload module rather than swithing builds. A module for one function would be waaay too

[PHP-DEV] Bug #14222 Updated: PHP Crashes with weird output often

2002-02-08 Thread dave
ID: 14222 Updated by: [EMAIL PROTECTED] -Reported By: [EMAIL PROTECTED] +Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Apache related Operating System: Windows XP Pro PHP Version: 4.1.1 New Comment: run apache in single process

[PHP-DEV] Bug #15428 Updated: Session does not allow to update variables

2002-02-08 Thread m_t
ID: 15428 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Feedback +Status: Open Bug Type: Session related Operating System: FreeBSD PHP Version: 4.1.1 New Comment: function check_session() { global $SEID,

[PHP-DEV] Re: Case sensitivity: Conclusion(?)

2002-02-08 Thread Yasuo Ohgaki
Andi Gutmans wrote: At 07:58 AM 2/7/2002 +0100, Stig S. Bakken wrote: After careful consideration on the CS issue I must say I agree with John here. The _only_ case where I feel CS is a problem, is when dealing with other environments. But the price for changing this today is simply too

[PHP-DEV] Patch for case insensitive ZendEngine1 and convert tool

2002-02-08 Thread Yasuo Ohgaki
Since it's very easy to make the patch, I made it. This patch make ZE1 case sensitive except constant. Just for playing with case sensitivity. While you are in php source root. patch -p0 case_insensitive_zend.diff I also attached Andrei's conversion tool. I wrote something like this a

[PHP-DEV] CVS Account Request: wenz

2002-02-08 Thread Christian Wenz
The Java extension does not seem to get updated any longer. I am one of the contributors to Egon's German PHP book (and author of several other books that cover PHP) and am especially the author of the Java chapter. On some systems I have been quite lucky with the extension, on some others I

[PHP-DEV] How to take user's MAC addresses?

2002-02-08 Thread Ilhan Emre Inam
I am working on LAN system. I need to take user's IP and MAC addresses. I managed to take IP addresses easily, but I cannot take user's MAC addresses. I am using Red Hat Linux, Php 4.0, and apache. In shortly how can I take user's computers MAC addresses. Have a nice day... -- PHP Development

[PHP-DEV] Re: Case sensitivity: Conclusion(?)

2002-02-08 Thread Yasuo Ohgaki
Andi Gutmans wrote: At 06:55 PM 2/8/2002 +0900, Yasuo Ohgaki wrote: Andi Gutmans wrote: At 07:58 AM 2/7/2002 +0100, Stig S. Bakken wrote: After careful consideration on the CS issue I must say I agree with John here. The _only_ case where I feel CS is a problem, is when dealing with

[PHP-DEV] Bug #15110 Updated: session_start()

2002-02-08 Thread fabian
ID: 15110 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Feedback +Status: Open Bug Type: Documentation problem Operating System: Linux PHP Version: 4.1.1 New Comment: I share a server with a couple of other

Re: [PHP-DEV] Re: Case sensitivity: Conclusion(?)

2002-02-08 Thread Marko Karppinen
Yasuo: Hmm. I vote -1 for this. It just does not make sense to store original(case sensitive) names while langage ignores case. It's also confusing, lead to case sensitivity BC problem anyway just like with case sensitive function/names. Case preservation makes very much sense in a

[PHP-DEV] Bug #15446: memory leak with xmldoc

2002-02-08 Thread jparneodo
From: [EMAIL PROTECTED] Operating system: RedHat7.1 PHP version: 4.1.1 PHP Bug Type: DOM XML related Bug description: memory leak with xmldoc Use a small xml string and start this code and look at your memory server, I've 150Mb before the end of the loops :-( Of course,

Re: [PHP-DEV] Built-in SOAP based Web Services support(wasRe:PHP 5)

2002-02-08 Thread Björn Schotte
* Lukas Smith wrote: I don't know the names of the authors of the other soap/xml-rpc implementations but it would probably be a good idea to talk to them as well. Have a look at http://dietrich.ganx4.com/ - seems to be one of the best SOAP/WSDL/UDDI implementations and will be the core of

[PHP-DEV] Re: Case sensitivity: Conclusion(?)

2002-02-08 Thread Andi Gutmans
At 07:59 PM 2/8/2002 +0900, Yasuo Ohgaki wrote: Andi Gutmans wrote: At 06:55 PM 2/8/2002 +0900, Yasuo Ohgaki wrote: Andi Gutmans wrote: At 07:58 AM 2/7/2002 +0100, Stig S. Bakken wrote: After careful consideration on the CS issue I must say I agree with John here. The _only_ case where I feel

[PHP-DEV] Bug #15447: Seemingly without some reason, the data of the session disappear.

2002-02-08 Thread ftpd
From: [EMAIL PROTECTED] Operating system: WINDOWS 98 SE PHP version: 4.1.1 PHP Bug Type: Session related Bug description: Seemingly without some reason, the data of the session disappear. Hello. I would like to ask him to go open this bug. Seemingly without some reason, the

[PHP-DEV] Bug #15446 Updated: memory leak with xmldoc

2002-02-08 Thread mfischer
ID: 15446 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Duplicate Bug Type: DOM XML related Operating System: RedHat7.1 PHP Version: 4.1.1 New Comment: That's a feature request and actually a

[PHP-DEV] Bug #15449 Updated: Bug running PHP Mod@ Win XP

2002-02-08 Thread miguelangelos
ID: 15449 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Apache related Operating System: Windows XP PHP Version: 4.1.1 -- Edit this bug report at http://bugs.php.net/?id=15449edit=1 -- PHP

Re: [PHP-DEV] Re: Case sensitivity: Conclusion(?)

2002-02-08 Thread Yasuo Ohgaki
Marko Karppinen wrote: Yasuo: Hmm. I vote -1 for this. It just does not make sense to store original(case sensitive) names while langage ignores case. It's also confusing, lead to case sensitivity BC problem anyway just like with case sensitive function/names. Case preservation makes very

[PHP-DEV] Bug #15110 Updated: session_start()

2002-02-08 Thread yohgaki
ID: 15110 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Documentation problem Operating System: Linux PHP Version: 4.1.1 New Comment: If you have your own save handler functions, you can do what ever

Re: [PHP-DEV] Re: Case sensitivity: Conclusion(?)

2002-02-08 Thread Hartmut Holzgraefe
Yasuo Ohgaki wrote: It will be confusing PHP preserve case for other while internally case insensitve... exactly as confusing as the file systems 90+% of computer users (Win+MacOS that is) are used to ... -- Hartmut Holzgraefe [EMAIL PROTECTED] http://www.six.de +49-711-99091-77 Wir

[PHP-DEV] Re: Case sensitivity: Conclusion(?)

2002-02-08 Thread Yasuo Ohgaki
Andi Gutmans wrote: Name space BC problem is bad, since script may misbehave without proper error message where to fix. It's a bad BC problem since it's harder to fix/notice. In some cases, it seems works well while it's not. The question is how often does this breakage actually happen

Re: [PHP-DEV] Re: Case sensitivity: Conclusion(?)

2002-02-08 Thread Andi Gutmans
At 09:20 PM 2/8/2002 +0900, Yasuo Ohgaki wrote: Andi Gutmans wrote: Name space BC problem is bad, since script may misbehave without proper error message where to fix. It's a bad BC problem since it's harder to fix/notice. In some cases, it seems works well while it's not. The question is how

Re: [PHP-DEV] Re: Case sensitivity: Conclusion(?)

2002-02-08 Thread Andi Gutmans
At 01:15 PM 2/8/2002 +0100, Hartmut Holzgraefe wrote: Yasuo Ohgaki wrote: It will be confusing PHP preserve case for other while internally case insensitve... exactly as confusing as the file systems 90+% of computer users (Win+MacOS that is) are used to ... Amen. Andi -- PHP Development

[PHP-DEV] Re: [Zend Engine 2] Re: [PHP-DEV] Re: Case sensitivity: Conclusion(?)

2002-02-08 Thread Yasuo Ohgaki
Andi Gutmans wrote: At 09:20 PM 2/8/2002 +0900, Yasuo Ohgaki wrote: Andi Gutmans wrote: Name space BC problem is bad, since script may misbehave without proper error message where to fix. It's a bad BC problem since it's harder to fix/notice. In some cases, it seems works well while it's

Re: [PHP-DEV] Separating Bug report emails to own list.. Re: Re[3]: [PHP-DEV] Suggestion:

2002-02-08 Thread Zeev Suraski
+1 At 04:06 AM 2/8/2002, Jani Taskinen wrote: Just wanted to let you know that I'm doing exactly that. Filtering that annoying noise to other folder. :) Which I unfortunately don't have time to read atm. And I actually have turned my coat on this issue and I'm in favor

Re: [PHP-DEV] Re: Case sensitivity: Conclusion(?)

2002-02-08 Thread Hartmut Holzgraefe
Yasuo Ohgaki wrote: To use file system as a user, there is no logic required. (I mean control structures are not needed to use files) I guess Java/C/C++ is very popular and serious programmers know at least one of them. Chances are high that new users get confused by PHP after learnning

Re: [PHP-DEV] Separating Bug report emails to own list.. Re: Re[3]: [PHP-DEV] Suggestion:

2002-02-08 Thread Andi Gutmans
-1 :) For the reasons mentioned every six months when this matter is raised. At 02:49 PM 2/8/2002 +0200, Zeev Suraski wrote: +1 At 04:06 AM 2/8/2002, Jani Taskinen wrote: Just wanted to let you know that I'm doing exactly that. Filtering that annoying noise to other folder. :)

Re: [PHP-DEV] Separating Bug report emails to own list.. Re: Re[3]:[PHP-DEV] Suggestion:

2002-02-08 Thread Jani Taskinen
Do you filter these? :) I didn't do that before, but now that I am doing it, it makes following php-dev@ a LOT easier. --Jani On Fri, 8 Feb 2002, Andi Gutmans wrote: -1 :) For the reasons mentioned every six months when this matter is raised. At 02:49 PM 2/8/2002 +0200, Zeev Suraski wrote:

Re: [PHP-DEV] Separating Bug report emails to own list.. Re: Re[3]: [PHP-DEV] Suggestion:

2002-02-08 Thread Andi Gutmans
At 03:04 PM 2/8/2002 +0200, Jani Taskinen wrote: Do you filter these? :) I didn't do that before, but now that I am doing it, it makes following php-dev@ a LOT easier. I do :) But I still think that people subscribed to php-dev@ need to not only enjoy upsides but also the downsides of

[PHP-DEV] Re: [Zend Engine 2] Re: [PHP-DEV] Re: Case sensitivity: Conclusion(?)

2002-02-08 Thread Andi Gutmans
At 01:42 PM 2/8/2002 +0100, Stig S. Bakken wrote: On Fri, 2002-02-08 at 13:38, Yasuo Ohgaki wrote: Andi Gutmans wrote: At 09:20 PM 2/8/2002 +0900, Yasuo Ohgaki wrote: Andi Gutmans wrote: Name space BC problem is bad, since script may misbehave without proper error message

Re: [PHP-DEV] Separating Bug report emails to own list.. Re: Re[3]: [PHP-DEV] Suggestion:

2002-02-08 Thread Zeev Suraski
At 03:13 PM 2/8/2002, Andi Gutmans wrote: At 03:04 PM 2/8/2002 +0200, Jani Taskinen wrote: Do you filter these? :) I didn't do that before, but now that I am doing it, it makes following php-dev@ a LOT easier. I do :) But I still think that people subscribed to php-dev@ need to not only enjoy

[PHP-DEV] RE: [Zend Engine 2] Re: Case sensitivity: Conclusion(?)

2002-02-08 Thread Ford, Mike [LSS]
One corollary to becoming case-sensitive for function names needs to be considered: a standard should be defined for module/extension function names (even if it's as simple as all lower case no underscores!), and EVERY module/extension must be checked for conformance before release of a

Re: [PHP-DEV] Separating Bug report emails to own list.. Re: Re[3]: [PHP-DEV] Suggestion:

2002-02-08 Thread Andi Gutmans
At 03:15 PM 2/8/2002 +0200, Zeev Suraski wrote: At 03:13 PM 2/8/2002, Andi Gutmans wrote: At 03:04 PM 2/8/2002 +0200, Jani Taskinen wrote: Do you filter these? :) I didn't do that before, but now that I am doing it, it makes following php-dev@ a LOT easier. I do :) But I still think that people

[PHP-DEV] Bug #15450: PHP module restarts when using many oracle statements (OCI8)

2002-02-08 Thread gladbach
From: [EMAIL PROTECTED] Operating system: solaris 2.6 PHP version: 4.0.6 PHP Bug Type: Reproducible crash Bug description: PHP module restarts when using many oracle statements (OCI8) We are using Iplanet Webserver 4.1SP7. Most of the times PHP works fine, only when running

[PHP-DEV] Re: [Zend Engine 2] Re: [PHP-DEV] Re: Case sensitivity: Conclusion(?)

2002-02-08 Thread Andi Gutmans
At 02:20 PM 2/8/2002 +0100, Stig S. Bakken wrote: On Fri, 2002-02-08 at 14:14, Andi Gutmans wrote: At 01:42 PM 2/8/2002 +0100, Stig S. Bakken wrote: On Fri, 2002-02-08 at 13:38, Yasuo Ohgaki wrote: Andi Gutmans wrote: At 09:20 PM 2/8/2002 +0900, Yasuo Ohgaki wrote: Andi

Re: [PHP-DEV] Separating Bug report emails to own list.. Re: Re[3]:[PHP-DEV] Suggestion:

2002-02-08 Thread Jani Taskinen
Exactly same for me. I should have started doing this a long time ago.. --Jani On Fri, 8 Feb 2002, Edin Kadribasic wrote: Do you filter these? :) I didn't do that before, but now that I am doing it, it makes following php-dev@ a LOT easier. I filter bug reports to a separate folder as

Re: [PHP-DEV] Re: [Zend Engine 2] Re: [PHP-DEV] Re: Casesensitivity: Conclusion(?)

2002-02-08 Thread Marko Karppinen
A lot of errors that are E_NOTICE today would definitely be better off as E_PEDANTIC. Undefined array indexes come to mind. What else? E_INFO may be a bit vague (and probably attract a lot of misc errors). What about E_COMPAT for compatibility issues? E_PENDATIC, E_COMPAT, E_NOTICE,

Re: [PHP-DEV] Re: [Zend Engine 2] Re: [PHP-DEV] Re: Case sensitivity: Conclusion(?)

2002-02-08 Thread Andi Gutmans
At 02:39 PM 2/8/2002 +0100, Stig S. Bakken wrote: On Fri, 2002-02-08 at 14:30, Andi Gutmans wrote: At 02:20 PM 2/8/2002 +0100, Stig S. Bakken wrote: On Fri, 2002-02-08 at 14:14, Andi Gutmans wrote: At 01:42 PM 2/8/2002 +0100, Stig S. Bakken wrote: On Fri, 2002-02-08 at 13:38, Yasuo

RE: [PHP-DEV] Re: [Zend Engine 2] Re: [PHP-DEV] Re: Case sensitivity: Conclusion(?)

2002-02-08 Thread Ford, Mike [LSS]
-Original Message- From: Andi Gutmans [mailto:[EMAIL PROTECTED]] Sent: 08 February 2002 13:46 At 02:39 PM 2/8/2002 +0100, Stig S. Bakken wrote: On Fri, 2002-02-08 at 14:30, Andi Gutmans wrote: At 02:20 PM 2/8/2002 +0100, Stig S. Bakken wrote: On Fri, 2002-02-08 at 14:14, Andi

Re: [PHP-DEV] Separating Bug report emails to own list.. Re: Re[3]:[PHP-DEV] Suggestion:

2002-02-08 Thread Jani Taskinen
On Fri, 8 Feb 2002, Andi Gutmans wrote: I believe that in the scenario where php-dev@ is sent bug reports as opposed to people having to subscribe separately to php-bugs@ the amount of people reading bug reports in the first case will be bigger than in the second. This is because I believe there

RE: [PHP-DEV] Separating Bug report emails to own list.. Re: Re[3]: [PHP-DEV] Suggestion:

2002-02-08 Thread James Cox
Someone suggested having php-bugs set up, and anyone with the relevant karma would automatically be on it. if it was closed subscribtion/unsubscription, then when someone gives karma, they also subscribe the person to that list. Perhaps that's a solution, to seperate it. Yes, filters are good,

[PHP-DEV] CVS Account Request: tal

2002-02-08 Thread Tal Peer
I want to help translating the PHP doc into Henbrew (phpdoc). -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Bug #15389 Updated: slow ldap connect

2002-02-08 Thread martin
ID: 15389 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: LDAP related Operating System: w2k advanced server PHP Version: 4.1.1 New Comment: yes, i've tried to connect with the ldap addressbook of

RE: [PHP-DEV] Separating Bug report emails to own list.. Re: Re[3]: [PHP-DEV] Suggestion:

2002-02-08 Thread Andi Gutmans
At 02:16 PM 2/8/2002 +, James Cox wrote: Someone suggested having php-bugs set up, and anyone with the relevant karma would automatically be on it. if it was closed subscribtion/unsubscription, then when someone gives karma, they also subscribe the person to that list. Perhaps that's a

RE: [PHP-DEV] Separating Bug report emails to own list.. Re: Re[3]: [PHP-DEV] Suggestion:

2002-02-08 Thread Jani Taskinen
Yeah, this was on my original email too.. :) (being mandatory for anyone with cvs access..and the archive thing) --Jani On Fri, 8 Feb 2002, Andi Gutmans wrote: At 02:16 PM 2/8/2002 +, James Cox wrote: Someone suggested having php-bugs set up, and anyone with the relevant

[PHP-DEV] Bug #15451: bindtextdomain not work

2002-02-08 Thread choiks
From: [EMAIL PROTECTED] Operating system: windows 2000 server PHP version: 4.1.1 PHP Bug Type: IIS related Bug description: bindtextdomain not work my windows box is CPU : PII 400 O/S : Windows 2000 Web Daemon : IIS 5.0 PHP Version : 4.1.1 binary PHP Mode : ISAPI Zend

[PHP-DEV] Bug #15432 Updated: fopen does not work with password-protected URLs

2002-02-08 Thread mqm
ID: 15432 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: HTTP related Operating System: Windows 2000 PHP Version: 4.1.0 New Comment: This is the response from the Linksys to PHP: HTTP/1.1 401

[PHP-DEV] Bug #15451 Updated: bindtextdomain not work

2002-02-08 Thread derick
ID: 15451 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: IIS related Operating System: windows 2000 server PHP Version: 4.1.1 New Comment: The bug system is not the appropriate

[PHP-DEV] move_uploaded_file(), copy() permissions problem

2002-02-08 Thread Andrew Sitnikov
Hello php-dev, Some functions like move_uploaded_file(), copy() creating file with 0777 permissions. I thing that copy() must copy permissions too, or if this behavior is - features, this must be documented. Best regards, Andrew Sitnikov e-mail : [EMAIL

[PHP-DEV] Bug #15438 Updated: include_once fails when comparing output to a value

2002-02-08 Thread sander
ID: 15438 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: Filesystem function related Operating System: FreeBSD PHP Version: 4.1.1 New Comment: RTM! You can't include_once check

[PHP-DEV] CVS Account Request: jaxler

2002-02-08 Thread jenya axler
Translating the documentation to hebrew i need access to phpdoc -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Bug #15448 Updated: Part of Apache installation howto disappeared

2002-02-08 Thread alindeman
ID: 15448 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: Documentation problem Operating System: Linux PHP Version: 4.1.1 New Comment: This is intended. The installation uses

[PHP-DEV] Bug #11618 Updated: session and form data

2002-02-08 Thread alindeman
ID: 11618 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Analyzed Bug Type: Documentation problem Operating System: linux 2.2.16-22 PHP Version: 4.0.4 New Comment: Ok. Try telnetting to that page telnet yoursite.com 80

[PHP-DEV] Bug #15441 Updated: Cookie is set to %00 instead of erased

2002-02-08 Thread paul . lists
ID: 15441 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Feedback +Status: Open -Bug Type: HTTP related +Bug Type: Documentation problem Operating System: Solaris 7 PHP Version: 4.1.1 New Comment: On

[PHP-DEV] Porter Stemming Algorithm

2002-02-08 Thread Benjamin Benson
I noticed that someone named J Smith offered a Porter word stemming algorithm to the list back in November 2001. I was unable to find this persons address. Does anyone know where I can find a PHP Porter routine? Preferrably one which does not require rebuilding my distribution of PHP. :

[PHP-DEV] Bug #14898 Updated: $HTTP_POST_FILES['uploadedfile']['name'] error

2002-02-08 Thread a1593
ID: 14898 Updated by: [EMAIL PROTECTED] -Summary: $HTTP_POST_FILES['uploadedfile']['name'] error Reported By: [EMAIL PROTECTED] -Status: Feedback +Status: Open Bug Type: HTTP related Operating System: linux slackware8 PHP

[PHP-DEV] Bug #15452: undefined reference to `dn_skipname'

2002-02-08 Thread zaino
From: [EMAIL PROTECTED] Operating system: SunOS 5.8 SPARCstation-20 PHP version: 4.1.1 PHP Bug Type: Compile Failure Bug description: undefined reference to `dn_skipname' === modules gcc -c -I./os/unix -I./include -DSOLARIS2=280 -I/local/httpd/src/php

[PHP-DEV] Bug #15432 Updated: fopen does not work with password-protected URLs

2002-02-08 Thread shiflett
ID: 15432 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Closed Bug Type: HTTP related Operating System: Windows 2000 PHP Version: 4.1.0 New Comment: There's the problem. Your LinkSys web server

[PHP-DEV] Bug #15453: PhP fails to find mcrypt API

2002-02-08 Thread leon_zilber
From: [EMAIL PROTECTED] Operating system: HP-UX 11.i PHP version: 4.1.1 PHP Bug Type: *Configuration Issues Bug description: PhP fails to find mcrypt API I had some problems trying to link mcrypt module with PhP 4.1.1. After sometimes, I figured that the PhP configure

[PHP-DEV] Bug #15454: GMP problems with php 4.1.1

2002-02-08 Thread sama
From: [EMAIL PROTECTED] Operating system: Linux Red Hat 7.2 PHP version: 4.1.1 PHP Bug Type: Math related Bug description: GMP problems with php 4.1.1 Hi, I'm tried to use gmp on php 4.1.1 but, when I added a big number on the gmp_init function, the function retuned

[PHP-DEV] Bug #15426 Updated: PHPSESSID appended causes error

2002-02-08 Thread shiflett
ID: 15426 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Session related Operating System: Windows 98 PHP Version: 4.1.1 New Comment: It looks like you have two problems then: 1) Your banner server

Re: [PHP-DEV] Porter Stemming Algorithm

2002-02-08 Thread Alexander Wirtz
Hello Ben, I noticed that someone named J Smith offered a Porter word stemming algorithm to the list back in November 2001. I was unable to find this persons address. Does anyone know where I can find a PHP Porter routine? Preferrably one which does not require rebuilding my distribution

[PHP-DEV] Bug #15438 Updated: include_once fails when comparing output to a value

2002-02-08 Thread derick
ID: 15438 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Bogus +Status: Open -Bug Type: Filesystem function related +Bug Type: Scripting Engine problem Operating System: FreeBSD PHP Version: 4.1.1 New

Re: [PHP-DEV] Re: Case sensitivity: Conclusion(?)

2002-02-08 Thread Chuck Hagenbuch
Quoting Yasuo Ohgaki [EMAIL PROTECTED]: It just does not make sense to store original(case sensitive) names while langage ignores case. It's also confusing, lead to case sensitivity BC problem anyway just like with case sensitive function/names. It's more confusing, IMHO, to punish people

[PHP-DEV] Bug #15451 Updated: bindtextdomain not work

2002-02-08 Thread choiks
ID: 15451 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: IIS related Operating System: windows 2000 server PHP Version: 4.1.1 New Comment: By php manual, php 4.1.1 support bindtextdomain() function.

[PHP-DEV] Bug #14731: Additional info

2002-02-08 Thread Michael Kunze
Hi all, I'm using an Olympus E-10 DC and can confirm the same problems as others have reported on the list. The exif extension works indeed if the cases TAG_JPEGQUAL and TAG_MACRO are commented out...very funny, as these are Olympus specific cases... It would be really nice if someone would

[PHP-DEV] Bug #15451 Updated: bindtextdomain not work

2002-02-08 Thread sander
ID: 15451 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: IIS related Operating System: windows 2000 server PHP Version: 4.1.1 New Comment: RTFM: bindtextdomain requires Gettext. The bug system is not

[PHP-DEV] Bug #14222 Updated: PHP Crashes with weird output often

2002-02-08 Thread rburkat
ID: 14222 Updated by: [EMAIL PROTECTED] -Reported By: [EMAIL PROTECTED] +Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Apache related Operating System: Windows XP Pro PHP Version: 4.1.1 New Comment: I also have this problem.

[PHP-DEV] Bug #15441 Updated: Cookie is set to %00 instead of erased

2002-02-08 Thread cnewbill
ID: 15441 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: Solaris 7 PHP Version: 4.1.1 New Comment: This bug has been fixed in CVS.

[PHP-DEV] Bug #12682 Updated: res://c:\windows\system\shdoclc.dll/dnserror.htm

2002-02-08 Thread hrcastro
ID: 12682 Updated by: [EMAIL PROTECTED] -Reported By: [EMAIL PROTECTED] +Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Any Operating System: windows ME PHP Version: 4.0.6 New Comment: I can´t get any page from the web , allways

[PHP-DEV] RE: [Zend Engine 2] Re: [PHP-DEV] Re: Case sensitivity: Conclusion(?)

2002-02-08 Thread Harald Radi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Good idea. E_DEBUG may be a good alternative to php_printf(). Heh. Fine tuning errors is probably a good idea. E_PEDANTIC? what i mentioned earlier and still want to see is an E_EXTENSION for errors that are not related to script errors

[PHP-DEV] Bug #15415 Updated: [VOTE] case sensitive function/class names for PHP5

2002-02-08 Thread diogo
ID: 15415 Updated by: [EMAIL PROTECTED] -Reported By: [EMAIL PROTECTED] +Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Feature/Change Request Operating System: ANY PHP Version: PHP 5.0 New Comment: Yes. Previous Comments:

[PHP-DEV] Bug #15455: date() fails with negative timestamps

2002-02-08 Thread dgw
From: [EMAIL PROTECTED] Operating system: Windows 2000 PHP version: 4.1.1 PHP Bug Type: Date/time related Bug description: date() fails with negative timestamps Simple to reproduce, only on windows: $date = mktime(0,0,0,5,5,1965); echo date('d-m-Y', $date); This

[PHP-DEV] CVS Account Request: bs

2002-02-08 Thread Benjamin Schulz
Bugfixing, Documentation -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Bug #12682 Updated: res://c:\windows\system\shdoclc.dll/dnserror.htm

2002-02-08 Thread sander
ID: 12682 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Any Operating System: windows ME PHP Version: 4.0.6 New Comment: The bug system is not the appropriate forum for asking support questions. For a

[PHP-DEV] CVS Account Request: denim

2002-02-08 Thread Drid Naim
i need pear - to work with php and upgrade my skills - if i have any questions - can i contact u ? - now what i need to work with PEAR - from where i can downlaod it ? -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Bug #15442 Updated: end of .inc file gets deleted

2002-02-08 Thread torben
ID: 15442 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: Performance problem Operating System: Windows Me PHP Version: 4.1.1 New Comment: Not enough information was provided for

[PHP-DEV] Bug #15456: Can´t send mails but can receive some

2002-02-08 Thread cegri
From: [EMAIL PROTECTED] Operating system: WIN2000 PHP version: 4.1.1 PHP Bug Type: Mail related Bug description: Can´t send mails but can receive some Hy, I have this problem too. I can receiving email but i can´t sending with smtp. The smtp server ist correct. I tryed

[PHP-DEV] Bug #15455 Updated: date() fails with negative timestamps

2002-02-08 Thread derick
ID: 15455 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Closed Bug Type: Date/time related Operating System: Windows 2000 PHP Version: 4.1.1 New Comment: It's a limitation in windows' date

[PHP-DEV] Bug #15456 Updated: Can´t send mails but can receive some

2002-02-08 Thread derick
ID: 15456 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: Mail related Operating System: WIN2000 PHP Version: 4.1.1 New Comment: The bug system is not the appropriate forum for

[PHP-DEV] Bug #15457: session_start() segfaults when using mm as handler

2002-02-08 Thread waboring
From: [EMAIL PROTECTED] Operating system: linux 2.4.8 PHP version: 4.1.1 PHP Bug Type: Session related Bug description: session_start() segfaults when using mm as handler Every time I call session_start() w/ mm as the serializer/handler php segfaults. W/ apache 1.3.23

[PHP-DEV] Bug #15457 Updated: session_start() segfaults when using mm as handler

2002-02-08 Thread waboring
ID: 15457 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Session related Operating System: linux 2.4.8 PHP Version: 4.1.1 -- Edit this bug report at http://bugs.php.net/?id=15457edit=1 -- PHP

[PHP-DEV] Bug #15457 Updated: session_start() segfaults when using mm as handler

2002-02-08 Thread wboring
ID: 15457 Updated by: [EMAIL PROTECTED] -Reported By: [EMAIL PROTECTED] +Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Session related Operating System: linux 2.4.8 PHP Version: 4.1.1 New Comment: I have also tried this with the

[PHP-DEV] Bug #15279 Updated: RETURNTRANSFER and CUSTOMREQUST do not play well together

2002-02-08 Thread torben
ID: 15279 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Feedback Bug Type: cURL related Operating System: Linux PHP Version: 4.1.1 New Comment: What happens if you try with a valid HTTP

[PHP-DEV] Bug #15279 Updated: RETURNTRANSFER and CUSTOMREQUST do not play well together

2002-02-08 Thread robert
ID: 15279 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Feedback +Status: Open Bug Type: cURL related Operating System: Linux PHP Version: 4.1.1 New Comment: Sure. Here are some very simple runs and results.

[PHP-DEV] Bug #4256 Updated: MySQL query produces 'not a valid MySQL-Link resource'

2002-02-08 Thread chang
ID: 4256 Updated by: [EMAIL PROTECTED] -Reported By: [EMAIL PROTECTED] +Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: MySQL related Operating System: Solaris 2.7 PHP Version: 4.0 Release Candidate 1 New Comment: Bug is still

Re: [PHP-DEV] Re: Case sensitivity: Conclusion(?)

2002-02-08 Thread Jason Greene
On Fri, 2002-02-08 at 06:16, Andi Gutmans wrote: At 09:06 PM 2/8/2002 +0900, Yasuo Ohgaki wrote: Marko Karppinen wrote: Yasuo: Hmm. I vote -1 for this. It just does not make sense to store original(case sensitive) names while langage ignores case. It's also confusing, lead to case

[PHP-DEV] Bug #15458: mysql_pconnect return boolean

2002-02-08 Thread chang
From: [EMAIL PROTECTED] Operating system: Solaris 8 PHP version: 4.1.1 PHP Bug Type: MySQL related Bug description: mysql_pconnect return boolean $con = mysql_pconnect($db_Hostname, $db_UserName, $db_Password) || die(Can't Connect to Database: .mysql_error()); print

[PHP-DEV] Bug #15458 Updated: mysql_connect return boolean

2002-02-08 Thread chang
ID: 15458 Updated by: [EMAIL PROTECTED] -Summary: mysql_pconnect return boolean Reported By: [EMAIL PROTECTED] Status: Open Bug Type: MySQL related Operating System: Solaris 8 PHP Version: 4.1.1 -- Edit this bug report at

[PHP-DEV] Bug #15458 Updated: mysql_connect return boolean

2002-02-08 Thread chang
ID: 15458 Updated by: [EMAIL PROTECTED] -Summary: mysql_pconnect return boolean Reported By: [EMAIL PROTECTED] Status: Open Bug Type: MySQL related Operating System: Solaris 8 PHP Version: 4.1.1 -- Edit this bug report at

[PHP-DEV] Bug #15458 Updated: mysql_connect return boolean

2002-02-08 Thread chang
ID: 15458 Updated by: [EMAIL PROTECTED] -Summary: mysql_pconnect return boolean Reported By: [EMAIL PROTECTED] Status: Open Bug Type: MySQL related Operating System: Solaris 8 PHP Version: 4.1.1 New Comment: $con =

[PHP-DEV] Re: [PHP-CVS] cvs: php4 / php.ini-dist php.ini-recommended /ext/tokenizer

2002-02-08 Thread Sebastian Bergmann
Sebastian Bergmann wrote: Log: Add MSVC workspace for tokenizer extension. Add php_tokenizer.dll entries to php.ini-*. tokenizer.c C:\home\php\php4\ext\tokenizer\tokenizer.c(328): error C2198: 'lex_scan': Not enough parameters C:\home\php\php4\ext\tokenizer\tokenizer.c(344): error

[PHP-DEV] Bug #15458 Updated: mysql_pconnect return boolean

2002-02-08 Thread chang
ID: 15458 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: MySQL related Operating System: Solaris 8 PHP Version: 4.1.1 New Comment: Sorry forgot to mention, platform is Sparc. And the error also applies

[PHP-DEV] RE: [Zend Engine 2] Re: Case sensitivity: Conclusion(?)

2002-02-08 Thread brad lafountain
Cool i do like the idea of havin the namespace keyword for defining namespaces namespace foo { } class bar { } calling $foo = new foo(); shouldn't work don't think you should ever have an 'instance' of a namespace. namespaces should be used for static uses. how about //default namespace

[PHP-DEV] Bug #15455 Updated: date() fails with negative timestamps

2002-02-08 Thread mfischer
ID: 15455 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Date/time related Operating System: Windows 2000 PHP Version: 4.1.1 New Comment: Just for clarification: localtime returns a pointer to the

[PHP-DEV] Bug #15458 Updated: mysql_pconnect return boolean

2002-02-08 Thread mfischer
ID: 15458 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: MySQL related Operating System: Solaris 8 PHP Version: 4.1.1 New Comment: You've been caught by 'Operator Precedence'.

[PHP-DEV] Bug #15458 Updated: mysql_pconnect return boolean

2002-02-08 Thread chang
ID: 15458 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: MySQL related Operating System: Solaris 8 PHP Version: 4.1.1 New Comment: Thanks for the help and fast reply. Previous Comments:

[PHP-DEV] Bug #15459: milter interface

2002-02-08 Thread hz11
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.1.1 PHP Bug Type: Feature/Change Request Bug description: milter interface I notice that Perl has the Sendmail::milter module. I think a milter extension to PHP would be great for PHP's use as a local

Re: [PHP-DEV] Re: Case sensitivity: Conclusion(?)

2002-02-08 Thread Zeev Suraski
I think that's a nightmare, WTF-factor wise... Just my 0.02NIS Zeev At 12:14 AM 2/9/2002, Jason Greene wrote: If you are already thinking about storing the case sensitive name for the class/function why not follow Rasmus's suggestion for calling the exact case function first, then look for a

[PHP-DEV] Bug #15457 Updated: session_start() segfaults when using mm as handler

2002-02-08 Thread wboring
ID: 15457 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Closed Bug Type: Session related Operating System: linux 2.4.8 PHP Version: 4.1.1 New Comment: didn't have --with-mm on this build.

  1   2   >