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 technol

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 wo

[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 m

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

2002-02-08 Thread Yasuo Ohgaki
Hartmut Holzgraefe wrote: > 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 go

[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, $l

[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 >> si

[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 cou

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

2002-02-08 Thread Andi Gutmans
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 other environments

[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 ca

[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,

[PHP-DEV] Bug #12680 Updated: mail() is sent with incorrect timezone

2002-02-08 Thread daniel
ID: 12680 Updated by: [EMAIL PROTECTED] -Reported By: [EMAIL PROTECTED] +Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Mail related Operating System: Windows NT 4.0 SP6 PHP Version: 4.0.6 New Comment: I'm running 4.1.1 on a W2k

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

2002-02-08 Thread Lukas Smith
Sounds like a great plan. WSDL generation is a big plus as well. One thing about WSDL. Maybe this should be a separate thing ... or seperateable. WSDL does not require SOAP and is also quite useable with XML-RPC or actually another other messaging system. So it would be great if there could be a W

[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 s

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 case

[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, I

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 A

[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.

[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 du

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

2002-02-08 Thread pikkumyy
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.1.1 PHP Bug Type: Documentation problem Bug description: Part of Apache installation howto disappeared On "Manual / Installation / Servers: Apache on Unix" there used to be sections such as: 11. cd ../apache

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

2002-02-08 Thread miguelangelos
From: [EMAIL PROTECTED] Operating system: Windows XP PHP version: 4.1.1 PHP Bug Type: Apache related Bug description: Bug running PHP Mod@ Win XP We use compaq notebooks with XP Home Edition :oP (native conf)for demonstration of our web app. The config: Apache 1.3.22 P

[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=15449&edit=1 -- PHP Developmen

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 preservat

[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 you

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

2002-02-08 Thread Andi Gutmans
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 sensitivity BC problem anyway just like with ca

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 ste

[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 actua

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

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 Developme

[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 seem

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

2002-02-08 Thread Yasuo Ohgaki
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 ... > > To use file system as a user, there is no

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

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 receiv

[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 > > wit

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

2002-02-08 Thread Edin Kadribasic
> 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 well. (cyrus + sieve rocks). I noticed an interesting thing. Not only did reading php-dev become much easier, but reading my vi

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 >o

[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 case-

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

[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: > >

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 folde

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_

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 1

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 a

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 t

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, we

[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 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 groupwis

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 s

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 k

[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 Authoriza

[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 fo

[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 PROTE

[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 fo

[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 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 apx

[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 th

[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 Version:

[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 -I/local/httpd/src

[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 comma

[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 pr

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 distribut

[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 Co

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 peo

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

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

[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. h

[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 come

[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. Usi

[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. Previ

[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 erro

[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 happe

[PHP-DEV] CVS Account Request: bs

2002-02-08 Thread Benjamin Schulz
Bugfixing, Documentation -- PHP Development Mailing List 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 l

[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 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 u

[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 #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: Open Bug Type: cURL related Operating System: Linux PHP Version: 4.1.1 -- Edit this bug report at http://bugs.php.net/?id=15279&edit=1 -- PHP Development Maili

[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 routi

[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 ask

[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 Pr

[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=15457&edit=1 -- PHP Developm

[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 request,

[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 he

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,

[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 get

[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 http://bug

  1   2   >