Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4(PHP_4_0_7) /sapi/roxen roxen.c

2002-02-06 Thread Derick Rethans
On Sun, 3 Feb 2002, Yasuo Ohgaki wrote: Sometimes it takes a while for me to reply, but here it is :) Thanks. I feel it also. Although, I think are better to release 4.1.2 before 4.2.0. What _very_ critical fixes where done in the 4.1 branch? IMO, they certaily do not need a new 'bug-fix'

RE: [PHP-DEV] RE: [PHP-CVS] cvs: php4 /ext/ftp ftp.c ftp.h

2002-02-06 Thread Marc Boeren
WSAEFAULT: The name or the namelen parameter is not a valid part of the user address space, the namelen parameter is too small, or the name parameter contains incorrect address format for the associated address family. Thanks, this helps a lot (I think). Does it work if you in line 1053

Re: [PHP-DEV] Lists

2002-02-06 Thread Hartmut Holzgraefe
John Donagher wrote: This has probably been mentioned before, but I think the naming of php-dev is way misleading. It's funny that people get so ripped when someone sends an off-topic question to this list. Someone who doesn't read the descriptions may very well take php-dev to mean PHP

Re: [PHP-DEV] Bug #15390: Persistent OCI8 Connections Get Poisoned

2002-02-06 Thread Thies C. Arntzen
On Tue, Feb 05, 2002 at 09:10:57PM -0500, George Schlossnagle wrote: Isn't there handling for this in current cvs code? I remember submitting a patch for this (and assoicated problems) to Thies, and it being accepted. there is - but there seem to be some error-codes missing.

[PHP-DEV] Bug #15399: returning fields with appropriate type from MySQL

2002-02-06 Thread a
From: [EMAIL PROTECTED] Operating system: PHP version: 4.1.1 PHP Bug Type: Feature/Change Request Bug description: returning fields with appropriate type from MySQL As a recent starter with PHP and MySQL, I have been caught out for too long not realising that all fields

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

2002-02-06 Thread Yasuo Ohgaki
Hi all, I'm posting this for those who are not subscribing Zend Engine 2 list. Many of developers seems to have case sensitivity for class/function names. However, we need vote for if PHP5 will have case sensitive class/function/constant names. If you have comments, please submit one. PS: We

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

2002-02-06 Thread Marc Boeren
However, we need vote for if PHP5 will have case sensitive class/function/constant names. +1 for case-sensitive everything Cheerio, Marc. -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Bug #15400: Queries Crashing PHP.EXE

2002-02-06 Thread john_woodhouse
From: [EMAIL PROTECTED] Operating system: Windows 2000 PHP version: 4.1.1 PHP Bug Type: MSSQL related Bug description: Queries Crashing PHP.EXE Evenin'... This morning I decided to try PHP for our company web site instead of VBScript. Imagine my delight to find PHP will

[PHP-DEV] fopen / relative LINKS

2002-02-06 Thread Patricio Galeas
Hello : I tried to use : $fn=fopen(http://WEB-address;, r); But I have problems when the HTML document has relative LINKS or images with relativ path. This Links have my Server-Address as Path. !! How can I solve it Thank You for your Help Please response to : [EMAIL PROTECTED] -- PHP

[PHP-DEV] Bug #14848 Updated: PHP crash on exit.

2002-02-06 Thread daniele
ID: 14848 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open -Bug Type: XML related +Bug Type: Reproducible crash Operating System: Linux -PHP Version: 4.1.1 +PHP Version: php4-20020206000 New Comment: I

Re: [PHP-DEV] [Fwd: Re: [Zend Engine 2] Case sensitivity: Conclus ion(?)]

2002-02-06 Thread Hartmut Holzgraefe
Marc Boeren wrote: +1 for case-sensitive everything so you volunter to rewrite all the code that uses oci or gd extension now but uses it all lowercase? ;) -- Hartmut Holzgraefe [EMAIL PROTECTED] http://www.six.de +49-711-99091-77 Wir stellen für Sie aus auf der CeBIT 2002 und freuen uns

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

2002-02-06 Thread Marko Karppinen
However, we need vote for if PHP5 will have case sensitive class/function/constant names. +1 for case-sensitive everything -1. Differentiating two objects only by the case of their names seems absurd to me. This is not how humans function. Ease of implementation is the only thing speaking

[PHP-DEV] Bug #15401: include of parent class

2002-02-06 Thread av
From: [EMAIL PROTECTED] Operating system: SuSE 7.2 PHP version: 4.1.1 PHP Bug Type: Class/Object related Bug description: include of parent class Hi , i have a problem with follwing code : 1. File A.php ?php class A { function A(){ echo jo;

[PHP-DEV] Bug #15402: include of parent class

2002-02-06 Thread av
From: [EMAIL PROTECTED] Operating system: SuSE 7.2 PHP version: 4.1.1 PHP Bug Type: Class/Object related Bug description: include of parent class Hi , i have a problem with follwing code : 1. File A.php ?php class A { function A(){ echo jo;

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

2002-02-06 Thread Marc Boeren
+1 for case-sensitive everything so you volunter to rewrite all the code that uses oci or gd extension now but uses it all lowercase? ;) I didn't say +1 for lower-case everything! (although that is my preference, for functionnames at least ;-) Cheerio, Marc. -- PHP Development Mailing

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

2002-02-06 Thread Marc Boeren
+1 for case-sensitive everything -1. Differentiating two objects only by the case of their names seems absurd to me. This is not how humans function. I don't think people should write code that differentiates by case, but case-sensitive coding leads to consistency in naming, so you will

Re: [PHP-DEV] [Fwd: Re: [Zend Engine 2] Case sensitivity: Conclus ion(?)]

2002-02-06 Thread Hartmut Holzgraefe
Marc Boeren wrote: +1 for case-sensitive everything so you volunter to rewrite all the code that uses oci or gd extension now but uses it all lowercase? ;) I didn't say +1 for lower-case everything! (although that is my preference, for functionnames at least ;-) oci and gd extensions had

Re: [PHP-DEV] [Fwd: Re: [Zend Engine 2] Case sensitivity: Conclus ion(?)]

2002-02-06 Thread Markus Fischer
On Wed, Feb 06, 2002 at 11:01:21AM +, Marko Karppinen wrote : However, we need vote for if PHP5 will have case sensitive class/function/constant names. +1 for case-sensitive everything -1. Differentiating two objects only by the case of their names seems absurd to me. This is

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

2002-02-06 Thread Marc Boeren
oci and gd extensions had mixed-case names for ages, but you see both mixed- and all-lower case usage all over the place now OK, I see your point. I'll start writing a little shellscript that recursively crawls through your filesystem, updating every text-file against a list of

[PHP-DEV] CVS Account Request: 033743469

2002-02-06 Thread Ohad Gincel
Translation of PHP manual to Hebrew -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

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

2002-02-06 Thread Marko Karppinen
Marc wrote: I don't think people should write code that differentiates by case, but case-sensitive coding leads to consistency in naming, so you will not read MySQL_ConneCt somewhere and mysql_connect somewhere else, while it means the same thing... If you just want to promote case-accurate

Re: [PHP-DEV] [Fwd: Re: [Zend Engine 2] Case sensitivity: Conclus ion(?)]

2002-02-06 Thread Yasuo Ohgaki
Hartmut Holzgraefe wrote: Marc Boeren wrote: +1 for case-sensitive everything so you volunter to rewrite all the code that uses oci or gd extension now but uses it all lowercase? ;) Andrei has been wrote conversion program. I don't know the details, but it may do better job than

[PHP-DEV] PLEASE read before you reply :)

2002-02-06 Thread Yasuo Ohgaki
To all, Please read archive. Most of things has been discussed in Zend Engine 2 list already. Marko Karppinen wrote: Marc wrote: I don't think people should write code that differentiates by case, but case-sensitive coding leads to consistency in naming, so you will not read MySQL_ConneCt

[PHP-DEV] Bug #15401 Updated: include of parent class

2002-02-06 Thread yohgaki
ID: 15401 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: Class/Object related Operating System: SuSE 7.2 PHP Version: 4.1.1 New Comment: The bug system is not the appropriate

[PHP-DEV] Bug #15402 Updated: include of parent class

2002-02-06 Thread yohgaki
ID: 15402 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: Class/Object related Operating System: SuSE 7.2 PHP Version: 4.1.1 New Comment: The bug system is not the appropriate

Re: [PHP-DEV] [Fwd: Re: [Zend Engine 2] Case sensitivity: Conclus ion(?)]

2002-02-06 Thread Hartmut Holzgraefe
Yasuo Ohgaki wrote: Andrei has been wrote conversion program. I don't know the details, but it may do better job than making all to lowercase (?) will it also detect and rewrite the usage of function/method names in strings used for eg. callback handlers? -- Hartmut Holzgraefe [EMAIL

[PHP-DEV] Bug #15402 Updated: include of parent class

2002-02-06 Thread av
ID: 15402 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Class/Object related Operating System: SuSE 7.2 PHP Version: 4.1.1 New Comment: *g* u mean , it is not a bug ? ;-) Previous Comments:

[PHP-DEV] Bug #15400 Updated: Queries Crashing PHP.EXE

2002-02-06 Thread sander
ID: 15400 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Feedback Bug Type: MSSQL related Operating System: Windows 2000 PHP Version: 4.1.1 New Comment: Are you calling mssql_connect() this way

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

2002-02-06 Thread sander
ID: 15389 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Feedback -Bug Type: Performance problem +Bug Type: LDAP related Operating System: w2k advanced server PHP Version: 4.1.1 New

[PHP-DEV] Bug #15395 Updated: Zero Length Session Files and Sessions not recognized

2002-02-06 Thread sander
ID: 15395 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Closed Bug Type: Session related Operating System: Linux 2.2.19 PHP Version: 4.1.1 New Comment: Ok. Closing. Previous Comments:

[PHP-DEV] Bug #15403: Strange behavior of floor() with negative values

2002-02-06 Thread mail
From: [EMAIL PROTECTED] Operating system: Windows NT PHP version: 4.1.1 PHP Bug Type: *Math Functions Bug description: Strange behavior of floor() with negative values echo floor(1.6); // will output 1 This is allright... echo floor(-1.6); // will output -2 But

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

2002-02-06 Thread Thies C. Arntzen
On Wed, Feb 06, 2002 at 07:40:18PM +0900, Yasuo Ohgaki wrote: Hi all, I'm posting this for those who are not subscribing Zend Engine 2 list. Many of developers seems to have case sensitivity for class/function names. However, we need vote for if PHP5 will have case sensitive

[PHP-DEV] Bug #15403 Updated: Strange behavior of floor() with negative values

2002-02-06 Thread hholzgra
ID: 15403 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: *Math Functions Operating System: Windows NT PHP Version: 4.1.1 New Comment: from http://php.net/floor: Returns the next

[PHP-DEV] Bug #15400 Updated: Queries Crashing PHP.EXE

2002-02-06 Thread john_woodhouse
ID: 15400 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Feedback +Status: Open Bug Type: MSSQL related Operating System: Windows 2000 PHP Version: 4.1.1 New Comment: Well it does... Tried your way

[PHP-DEV] Bug #15400 Updated: Queries Crashing PHP.EXE

2002-02-06 Thread john_woodhouse
ID: 15400 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: MSSQL related Operating System: Windows 2000 PHP Version: 4.1.1 New Comment: the [] were just there to denote what I was putting into them

[PHP-DEV] Bug #14971 Updated: unhandled exception processing the ISAPI

2002-02-06 Thread bmatzelle
ID: 14971 Updated by: [EMAIL PROTECTED] -Reported By: [EMAIL PROTECTED] +Reported By: [EMAIL PROTECTED] Status: Open Bug Type: IIS related Operating System: WIN2000 server (SP2) PHP Version: 4.1.1 New Comment: I was experiencing this

Re: [PHP-DEV] [Fwd: Re: [Zend Engine 2] Case sensitivity: Conclus ion(?)]

2002-02-06 Thread Brent R. Matzelle
--- Marko Karppinen [EMAIL PROTECTED] wrote: However, we need vote for if PHP5 will have case sensitive class/function/constant names. +1 for case-sensitive everything -1. Differentiating two objects only by the case of their names seems absurd to me. This is not how humans

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

2002-02-06 Thread Gary Benson
On Wed, 6 Feb 2002, Brent R. Matzelle wrote: --- Marko Karppinen [EMAIL PROTECTED] wrote: However, we need vote for if PHP5 will have case sensitive class/function/constant names. +1 for case-sensitive everything -1. Differentiating two objects only by the case of their

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

2002-02-06 Thread John Lim
Thanks for posting this request for comments, Yasuo. I think from a C developer's point of view, it makes perfect sense to have case-sensitivity. From a scripting point-of-view, I think it is a step backward. Studies by the Python group have shown that case-sensitivity is a serious barrier for

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

2002-02-06 Thread Robinson, Mike
Title: RE: [PHP-DEV] [Fwd: Re: [Zend Engine 2] Case sensitivity: Conclusion(?)] Thies C. Arntzen writes: On Wed, Feb 06, 2002 at 07:40:18PM +0900, Yasuo Ohgaki wrote: Hi all, I'm posting this for those who are not subscribing Zend Engine 2 list. Many of developers seems to

[PHP-DEV] Can some one help!

2002-02-06 Thread hamish
Hello All, I have been asked to do a project that seems to be baffling me. It's not really the php which is the hard part, but the mathematical problem behind the project that is causing me to have a headache! Imagine an ecommerce site where a user can pick 5 products (it must be 5) from

Re: [PHP-DEV] Lists

2002-02-06 Thread Gary Benson
On Wed, 6 Feb 2002, Hartmut Holzgraefe wrote: John Donagher wrote: This has probably been mentioned before, but I think the naming of php-dev is way misleading. It's funny that people get so ripped when someone sends an off-topic question to this list. Someone who doesn't read the

RE: [PHP-DEV] Lists

2002-02-06 Thread James Cox
Umm while this sounds like a good idea initially, why are you trying to make PHP a closed development project? This maneuver will make it lots more difficult to get any new developers in on the project, and for those with one time questions to pose them. A moderated list might be a

Re: [PHP-DEV] [Fwd: Re: [Zend Engine 2] Case sensitivity: Conclus ion(?)]

2002-02-06 Thread Zeev Suraski
While I agree with Marko's vote (I'm also very much against it), I derive my conclusion from a whole different perspective. Guys, we are not next to the drawing board right now. The specs were defined and the layout was laid years ago. At this point in time we're only supposed to change

[PHP-DEV] Re: [PEAR-DEV] CLI features [was PDBPLUS]

2002-02-06 Thread Edin Kadribasic
* html errors off implemented * implicit_flush on will do * -Cq by default implemented (it should be documented that -C breaks some things that worked with CGI). I kept -q -C command line options for BC sake, but they do exactly nothing :) * register_argc_argv on implemented *

[PHP-DEV] Keyword proposal: in

2002-02-06 Thread Alex Kiesel
Hi, I'd like to propose a new keyword: in. It should work like the SQL-in-expression. For example you have a variable $val and want to test whether it contains e.g. 1 or 2 or 99. At the moment I would choose between on of the following code-constructs: 1.) if ($var == 1 || $var == 2

Re: [PHP-DEV] Keyword proposal: in

2002-02-06 Thread Jan Lehnardt
Hi, On Wed, 6 Feb 2002 17:25:15 +0100 Alex Kiesel [EMAIL PROTECTED] wrote: Well, at least I find it quite elegant. :) it is indeed, but it does not represent the PHP-way-of-handling [tm] things. If we have in, we also can have $foo = [0..99] as a shorthand notation for arrays. just my 0.02

[PHP-DEV] Bug #15120 Updated: Netscape sessions contain no data

2002-02-06 Thread shiflett
ID: 15120 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Feedback +Status: Open Bug Type: Session related Operating System: Linux PHP Version: 4.0.6 New Comment: I'm reopening this, since I've been able to

RE: [PHP-DEV] Lists

2002-02-06 Thread Gary Benson
I've been thinking about this. What is really needed is some way to send automated 'get lost' messages without requiring a list moderator. These messages have got to be real easy to send to make this work. How about this: set up a list (php-dev-spam, say) that isn't archived or advertised

[PHP-DEV] Bug #12131 Updated: misworded gmp_random documentation(?)

2002-02-06 Thread alindeman
ID: 12131 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Closed Bug Type:Documentation problem PHP Version: 4.0.6 New Comment: This bug has been fixed in CVS. Previous Comments:

[PHP-DEV] Bug #12978 Updated: Multiple isset

2002-02-06 Thread alindeman
ID: 12978 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: linux PHP Version: 4.0.6 -Assigned To: +Assigned To: alindeman New

[PHP-DEV] Bug #13321 Updated: Documnetation

2002-02-06 Thread alindeman
ID: 13321 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Feedback Bug Type: Documentation problem Operating System: Win 32 PHP Version: 4.0.6 New Comment: Examples? More info needed than that!

[PHP-DEV] Bug #13794 Updated: Unclear to PHP novice: minimum necessary config for hello

2002-02-06 Thread alindeman
ID: 13794 Updated by: [EMAIL PROTECTED] -Summary: Unclear to PHP novice: minimum necessary config for hello Reported By: [EMAIL PROTECTED] -Status: Open +Status: Feedback Bug Type: Documentation problem

[PHP-DEV] Bug #14255 Updated: setcookie bug (Cookie is destroyed/Inaccessible)

2002-02-06 Thread alindeman
ID: 14255 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Analyzed +Status: Suspended Bug Type: Documentation problem Operating System: Debian 2.2.19 PHP Version: 4.0.6 Assigned To: hholzgra New Comment:

[PHP-DEV] Bug #14663 Updated: Empty packets as result of serialization

2002-02-06 Thread alindeman
ID: 14663 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Analyzed +Status: Suspended Bug Type: Documentation problem Operating System: Windows NT 4 sp 6a PHP Version: 4.1.0 New Comment: status - suspended

[PHP-DEV] Bug #14663 Updated: Empty packets as result of serialization

2002-02-06 Thread alindeman
ID: 14663 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Suspended Bug Type: Documentation problem Operating System: Windows NT 4 sp 6a PHP Version: 4.1.0 New Comment: status - suspended (waiting till it becomes

[PHP-DEV] Bug #15383 Updated: ftp_connect() unable to connect to Internet IPs

2002-02-06 Thread pampi
ID: 15383 Updated by: [EMAIL PROTECTED] -Reported By: [EMAIL PROTECTED] +Reported By: [EMAIL PROTECTED] Status: Open Bug Type: FTP related Operating System: Windows 2000 Professional PHP Version: 4.1.1 New Comment: Hello, I'm just

[PHP-DEV] Bug #14255 Updated: setcookie bug (Cookie is destroyed/Inaccessible)

2002-02-06 Thread shiflett
ID: 14255 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Suspended +Status: Feedback -Bug Type: Documentation problem +Bug Type: HTTP related Operating System: Debian 2.2.19 PHP Version: 4.0.6 -Assigned

[PHP-DEV] Bug #15404: $shared variable not quoted on line 36356 of configure script

2002-02-06 Thread rlynch
From: [EMAIL PROTECTED] Operating system: Solaris 8 PHP version: 4.1.1 PHP Bug Type: *Compile Issues Bug description: $shared variable not quoted on line 36356 of configure script When running the following configure command: php-4.1.1./configure --prefix=/opt/php

[PHP-DEV] Bug #15404 Updated: $shared variable not quoted on line 36356 of configure script

2002-02-06 Thread derick
ID: 15404 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Closed Bug Type: *Compile Issues Operating System: Solaris 8 PHP Version: 4.1.1 New Comment: This bug has been fixed in CVS. Previous

Re: [PHP-DEV] Keyword proposal: in

2002-02-06 Thread Markus Fischer
On Wed, Feb 06, 2002 at 05:25:15PM +0100, Alex Kiesel wrote : I'd like to propose a new keyword: in. It should work like the SQL-in-expression. For example you have a variable $val and want to test whether it contains e.g. 1 or 2 or 99. At the moment I would choose between on of the

Re: [PHP-DEV] PHP Safe Mode Filesystem Circumvention Problem (fwd)

2002-02-06 Thread James E. Flemer
Yes, it does disable all LOAD DATA cases, including files from the server ... Be my guest to extend it. Like I said, I was writing this for a client, not for the PHP tree. It would take a few more states in the loop to check for the LOCAL keyword... because if you notice the syntax is: LOAD

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

2002-02-06 Thread Andi Gutmans
I very much agree with this Email and am -1. Andi At 11:01 PM 2/6/2002 +0800, John Lim wrote: Thanks for posting this request for comments, Yasuo. I think from a C developer's point of view, it makes perfect sense to have case-sensitivity. From a scripting point-of-view, I think it is a step

[PHP-DEV] Bug #15405: anti-aliasing switch (-$color) is wack in ImageTTFText

2002-02-06 Thread mrowe
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.1.1 PHP Bug Type: GD related Bug description: anti-aliasing switch (-$color) is wack in ImageTTFText i'm using v2.0.1 of gd. when i run: ImageTTFText($image, $size, $rot, $stringX, $stringY, $white, $font,

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

2002-02-06 Thread shiflett
ID: 15110 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Session related Operating System: Linux PHP Version: 4.1.1 New Comment: Do any of the PHP developers know if this is intended behavior? It

RE: [PHP-DEV] Lists

2002-02-06 Thread Zeev Suraski
I'm afraid php-dev-spam may become a bit more popular than you think :) At 06:58 PM 2/6/2002, Gary Benson wrote: I've been thinking about this. What is really needed is some way to send automated 'get lost' messages without requiring a list moderator. These messages have got to be real easy to

RE: [PHP-DEV] Lists

2002-02-06 Thread Robinson, Mike
Title: RE: [PHP-DEV] Lists I reckon we've been through all this before. Closing the list in any way is just a bad idea. Mike Robinson IT/Developer - Torstar Media Group Television Phone: 416.945.8786 Fax: 416.869.4566 Email: [EMAIL PROTECTED] -Original Message- From: Gary

[PHP-DEV] Bug #14032 Updated: Mail() always returns false but mail is sent

2002-02-06 Thread alindeman
ID: 14032 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Feedback Bug Type: Mail related Operating System: FreeBSD 4.2 PHP Version: 4.0.6 New Comment: Works fine for me...It might be a FreeBSD

Re: [PHP-DEV] RE: [PHP-CVS] cvs: php4 /ext/ftp ftp.c ftp.h

2002-02-06 Thread Stig Venaas
On Tue, Feb 05, 2002 at 11:44:18PM +0100, marc wrote: Thanks, this helps a lot (I think). Does it work if you in line 1053 or so, replace size = sizeof(php_sockaddr_storage); with size = sizeof(struct sockaddr_in); I tried sizeof(ftp-pasvaddr), but no effect... (same errormsg) Could

Re: [PHP-DEV] RE: [PHP-CVS] cvs: php4 /ext/ftp ftp.c ftp.h

2002-02-06 Thread Stig Venaas
On Wed, Feb 06, 2002 at 10:03:50AM +0100, Marc Boeren wrote: Thanks, this helps a lot (I think). Does it work if you in line 1053 or so, replace size = sizeof(php_sockaddr_storage); with size = sizeof(struct sockaddr_in); OK, this makes it work... on Win98 at least (and it still

[PHP-DEV] Bug #15406: Very strange include error

2002-02-06 Thread john
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.1.1 PHP Bug Type: Variables related Bug description: Very strange include error I'm not sure how exactly this bug is being produced, but I'm almost positive it's not my code anymore. For some reason,

[PHP-DEV] Bug #15407: The == op does not work

2002-02-06 Thread piapoco
From: [EMAIL PROTECTED] Operating system: Windows 2000 PHP version: 4.1.1 PHP Bug Type: Variables related Bug description: The == op does not work I'm using Apache and IIS 5. When I use the comparison operator ( == ), my code fails. But when I use a single ( = ), it

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

2002-02-06 Thread Sander Steffann
Hi, IMHO making PHP case sensitive after being case-INsensitive for so many years is a very bad idea. The reasons are already mentioned on the list. For us (ISP in The Netherlands) the most important one is BC. We would not be able to upgrade any of our servers when this would go into PHP5. A

[PHP-DEV] Bug #15408: Safe Mode / MySQL Vuln,

2002-02-06 Thread dw
From: [EMAIL PROTECTED] Operating system: All PHP version: 4.1.1 PHP Bug Type: *Directory/Filesystem functions Bug description: Safe Mode / MySQL Vuln, -- Security

[PHP-DEV] Bug #15409: Printing header works only if followed by a print statement

2002-02-06 Thread priebe
From: [EMAIL PROTECTED] Operating system: RH Linux 7.2 (kernel2.4.9-13smp) PHP version: 4.1.1 PHP Bug Type: Apache related Bug description: Printing header works only if followed by a print statement The following script works when php is called from the command line:

[PHP-DEV] Bug #15408 Updated: Safe Mode / MySQL Vuln,

2002-02-06 Thread derick
ID: 15408 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: *Directory/Filesystem functions Operating System: All PHP Version: 4.1.1 New Comment: Duplicate (because it was already

[PHP-DEV] Bug #15407 Updated: The == op does not work

2002-02-06 Thread jan
ID: 15407 Updated by: [EMAIL PROTECTED] -Summary: The == op does not work Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: Variables related Operating System: Windows 2000 PHP Version: 4.1.1 New

[PHP-DEV] Bug #15409 Updated: Printing header works only if followed by a print statement

2002-02-06 Thread derick
ID: 15409 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Apache related Operating System: RH Linux 7.2 (kernel2.4.9-13smp) PHP Version: 4.1.1 New Comment: Who told you you can print a header like that?

[PHP-DEV] Bug #15409 Updated: Printing header works only if followed by a print statement

2002-02-06 Thread priebe
ID: 15409 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Apache related Operating System: RH Linux 7.2 (kernel2.4.9-13smp) PHP Version: 4.1.1 New Comment: Of course the headers are only sent when output

[PHP-DEV] Bug #15409 Updated: Printing header works only if followed by a print statement

2002-02-06 Thread derick
ID: 15409 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Feedback Bug Type: Apache related Operating System: RH Linux 7.2 (kernel2.4.9-13smp) PHP Version: 4.1.1 New Comment: But I was unable to

[PHP-DEV] Bug #15209 Updated: Under Apache, register_shutdown_function() broke between 4.0.x to 4.1.x

2002-02-06 Thread derick
ID: 15209 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Critical Bug Type: Output Control Operating System: RH Linux 7.2 PHP Version: 4.1.1 -- Edit this bug report at

[PHP-DEV] Bug #15410: Compile --enable-ftp

2002-02-06 Thread keeper
From: [EMAIL PROTECTED] Operating system: redhat 7.2 PHP version: 4.1.1 PHP Bug Type: Compile Failure Bug description: Compile --enable-ftp When compling with --enable-ftp it can't find the dir ext/ftp, maybe someone forgot to put it with the release? -- Edit bug report at

[PHP-DEV] Bug #15409 Updated: Printing header works only if followed by a print statement

2002-02-06 Thread priebe
ID: 15409 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Apache related Operating System: RH Linux 7.2 (kernel2.4.9-13smp) PHP Version: 4.1.1 New Comment: OK -- if you can't reproduce it, it's likely

[PHP-DEV] Bug #15410 Updated: Compile --enable-ftp

2002-02-06 Thread derick
ID: 15410 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Feedback Bug Type: Compile Failure Operating System: redhat 7.2 PHP Version: 4.1.1 New Comment: It is in the distribution. What is the

[PHP-DEV] CVS Account Request: tibee

2002-02-06 Thread Tibor Balogh
Translating the documentation into Hungarian. Goba (Gabor Hojtsy) told me to fill this form, because I want to translate many parts of the doc. -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Bug #15409 Updated: Printing header works only if followed by a print statement

2002-02-06 Thread priebe
ID: 15409 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Feedback +Status: Closed Bug Type: Apache related Operating System: RH Linux 7.2 (kernel2.4.9-13smp) PHP Version: 4.1.1 New Comment: I just rebuilt PHP

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

2002-02-06 Thread Jani Taskinen
Many scripts will break anyway if you update to PHP 5.. +1 (still) for case-sensitivity which would make the language more conistent. Or if this is ruled out, then let's make all variables and constants case-insensitive too. It is so confusing for all the newbies when $FOO isn't same as $foo.

RE: [PHP-DEV] Lists

2002-02-06 Thread Zeev Suraski
At 10:42 PM 2/6/2002, Robinson, Mike wrote: I reckon we've been through all this before. Closing the list in any way is just a bad idea. It's just that never before did we lose actual contributors over people who make nothing but noise. Now it is happening. Zeev -- PHP Development Mailing

[PHP-DEV] Bug #15405 Updated: anti-aliasing switch (-$color) is wack in ImageTTFText

2002-02-06 Thread mfischer
ID: 15405 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: GD related Operating System: Linux PHP Version: 4.1.1 New Comment: Yeah it's cool, isn't it? It's even documented:

[PHP-DEV] Bug #15405 Updated: anti-aliasing switch (-$color) is wack in ImageTTFText

2002-02-06 Thread mfischer
ID: 15405 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: GD related Operating System: Linux PHP Version: 4.1.1 New Comment: Yeah it's cool, isn't it? It's even documented:

[PHP-DEV] Bug #15407 Updated: The == op does not work

2002-02-06 Thread mfischer
ID: 15407 Updated by: [EMAIL PROTECTED] -Summary: The == op does not work Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Variables related Operating System: Windows 2000 PHP Version: 4.1.1 New Comment: 'since a $var = bla

[PHP-DEV] Bug #15366 Updated: Appendix A. History of PHP and related projects

2002-02-06 Thread alindeman
ID: 15366 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Assigned Bug Type:Documentation problem PHP Version: 4.1.1 -Assigned To: +Assigned To: alindeman New Comment: Hehe, now that is funny. Assigned to myself. Should appear

[PHP-DEV] Bug #15366 Updated: Appendix A. History of PHP and related projects

2002-02-06 Thread alindeman
ID: 15366 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Assigned +Status: Closed Bug Type:Documentation problem PHP Version: 4.1.1 Assigned To: alindeman New Comment: Status - Closed Previous Comments:

[PHP-DEV] Bug #15411: Mention 'AllowOverride Options' in the Apache configuration

2002-02-06 Thread drfickle
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.1.1 PHP Bug Type: Documentation problem Bug description: Mention 'AllowOverride Options' in the Apache configuration The configuration section of the documentation refers to using .htaccess files to override

[PHP-DEV] Bug #15411 Updated: Mention 'AllowOverride Options' in the Apache configuration

2002-02-06 Thread alindeman
ID: 15411 Updated by: [EMAIL PROTECTED] -Summary: Mention 'AllowOverride Options' in the Apache configuration Reported By: [EMAIL PROTECTED] -Status: Open +Status: Assigned Bug Type: Documentation problem

[PHP-DEV] Bug #15412: set_content() and new_child() methods not creating wellformed XML

2002-02-06 Thread ken
From: [EMAIL PROTECTED] Operating system: WindowsXP PHP version: 4.1.1 PHP Bug Type: DOM XML related Bug description: set_content() and new_child() methods not creating wellformed XML There is a *large* bug in the the set_content() method (as well as the new_child() method)

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

2002-02-06 Thread martin
ID: 15389 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Feedback +Status: Open Bug Type: LDAP related Operating System: w2k advanced server PHP Version: 4.1.1 New Comment: i tried this on 3 different

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

2002-02-06 Thread derick
ID: 15389 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Feedback Bug Type: LDAP related Operating System: w2k advanced server PHP Version: 4.1.1 New Comment: If you have a small script for me

[PHP-DEV] Bug #15411 Updated: Mention 'AllowOverride Options' in the Apache configuration

2002-02-06 Thread alindeman
ID: 15411 Updated by: [EMAIL PROTECTED] -Summary: Mention 'AllowOverride Options' in the Apache configuration Reported By: [EMAIL PROTECTED] -Status: Assigned +Status: Closed Bug Type: Documentation problem

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

2002-02-06 Thread martin
ID: 15389 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Feedback +Status: Open Bug Type: LDAP related Operating System: w2k advanced server PHP Version: 4.1.1 New Comment: ? $start = date(U); $server =

  1   2   >