Re: [PHP-DEV] README.QNX (Removing? or someone is willing to maintain?)

2002-01-18 Thread Derick Rethans
On Fri, 18 Jan 2002, Yasuo Ohgaki wrote: How about apidoc.txt and apidoc-zend.txt? It's still useful, but it's harmful also. What do you think? It's still useful, so keep it in Derick -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For

FW: [PHP-DEV] README.QNX (Removing? or someone is willing to maintain?)

2002-01-18 Thread James Cox
oops, meant to send this directly. -Original Message- From: James Cox [mailto:[EMAIL PROTECTED]] Sent: Friday, January 18, 2002 8:09 AM To: Yasuo Ohgaki Subject: RE: [PHP-DEV] README.QNX (Removing? or someone is willing to maintain?) +1 for moving non-essential documents into

[PHP-DEV] Bug #15083 Updated: Big bug with mssql_fetch_xxxx methods

2002-01-18 Thread mi
ID: 15083 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: MSSQL related Operating System: Windows 2000 Pro PHP Version: 4.1.1 New Comment: ? // // // Apologize for

[PHP-DEV] Bug #15095: use of references in arguments with defaults

2002-01-18 Thread gusito
From: [EMAIL PROTECTED] Operating system: linux PHP version: 4.1.1 PHP Bug Type: Feature/Change Request Bug description: use of references in arguments with defaults I would like to be able to define a function with a referenced argument as well as give it a default

Re: [PHP-DEV] debugging...

2002-01-18 Thread Markus Fischer
Hi Brad, On Thu, Jan 17, 2002 at 11:40:58AM -0800, brad lafountain wrote : I don't know a good way of debug my extension on the linux platform.. It doens't crash on windows but it crashes on linux.. Can someone give me some insite how they debug their php extensions. The crash is

[PHP-DEV] Bug #15090 Updated: header(Location: $url) causes php.exe to generate an error

2002-01-18 Thread mfischer
ID: 15090 Updated by: mfischer Old Summary: header(Location: $url) causes php.exe to generate an error Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Reproducible crash Operating System: Windows 2000 PHP Version: 4.0.6 New Comment: Please try with latest 4.1.1, it may

Re: [PHP-DEV] FOSDEM 2002

2002-01-18 Thread Sebastian Bergmann
Sebastian Bergmann wrote: about a month from, FOSDEM, the Free Open Source Software Developer's European Meeting, will be held again in Brussels, Belgium. Stupid me, here's the URL: http://www.fosdem.org/ :-) -- Sebastian Bergmann http://sebastian-bergmann.de/

Re: [PHP-DEV] FOSDEM 2002

2002-01-18 Thread derick
Hello, On Fri, 18 Jan 2002, Sebastian Bergmann wrote: 'lo there, about a month from, FOSDEM, the Free Open Source Software Developer's European Meeting, will be held again in Brussels, Belgium. Last year we had a nice php-dev Meeting there (Rasmus, Sterling, Derick, Hartmut,

Re: [PHP-DEV] FOSDEM 2002

2002-01-18 Thread Peter Petermann
Hoi, Last year we had a nice php-dev Meeting there (Rasmus, Sterling, Derick, Hartmut, some others, myself). I already know for sure that Sterling and Derick will be there, again, this year. thanks for forgetting your driver ;) Since I can only attend FOSDEM for one day, I'd like to

Re: [PHP-DEV] FOSDEM 2002

2002-01-18 Thread Sander Steffann
Hi, Sterling and I will have a session there, it's just not updated on the site I guess. Any idea when your session will be? Sander. -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact

[PHP-DEV] Bug #15093 Updated: $_FILES and other global array are not documented

2002-01-18 Thread goba
ID: 15093 Updated by: goba Reported By: [EMAIL PROTECTED] Status: Duplicate Bug Type: Documentation problem Operating System: All PHP Version: 4.1.1 New Comment: The changes are already in the predefined variables section, but as you can see, the manual was built -05-01-2002- last time. We

Re: [PHP-DEV] FOSDEM 2002

2002-01-18 Thread Sebastian Bergmann
[EMAIL PROTECTED] wrote: Sterling and I will have a session there, it's just not updated on the site I guess. Ah, cool! -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift:

[PHP-DEV] Bug #15096: Sessions with null session ID in the cookie crash PHP

2002-01-18 Thread goran . krajnovic
From: [EMAIL PROTECTED] Operating system: Linux i686 2.4.16 SMP PHP version: 4.1.1 PHP Bug Type: Session related Bug description: Sessions with null session ID in the cookie crash PHP First some brief history: last time I developed a session-based app with PHP 4.0.6,

[PHP-DEV] CVS Account Request: yair

2002-01-18 Thread Yair Shahar
translating PHP docs to hebrew -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP-DEV] Re: Feature Suggestion

2002-01-18 Thread Julio Nobrega Trabalhando
?php $array = range('a','z'); ? As usual your mileage may vary but it worked here :-) -- Julio Nobrega. Um dia eu chego lá: http://sourceforge.net/projects/toca Ajudei? Salvei? Que tal um presentinho? http://www.submarino.com.br/wishlistclient.asp?wlid=664176742884 Mike Eheler [EMAIL

[PHP-DEV] Bug #14824 Updated: libmysqlclient.a error at compile time

2002-01-18 Thread istvan . takacs
ID: 14824 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Compile Failure Operating System: Red Hat Linux 7.2, kernel 2.4.7 PHP Version: 4.1.1 New Comment: /usr/lib/mysql/libmysqlclient.a(getvar.o)(.text+0x28c): first defined here

[PHP-DEV] Bug #15097: sunstr_count

2002-01-18 Thread webmaster
From: [EMAIL PROTECTED] Operating system: win2000 PHP version: 4.1.1 PHP Bug Type: Strings related Bug description: sunstr_count View my code: $str1=D¨D¨D; $str2=D; print substr_count($str1,$str2); return 3,right result is 1 the string ¨D in Gb2312,is

[PHP-DEV] Bug #15098: func_get_args_by_ref()

2002-01-18 Thread bijker
From: [EMAIL PROTECTED] Operating system: PHP version: 4.1.1 PHP Bug Type: Feature/Change Request Bug description: func_get_args_by_ref() A combination between function_get_args (for a variable amount of arguments) and pass-by-reference. So to allow pass-by-reference

[PHP-DEV] Bug #15085 Updated: mysql_query for insert statement does not work proprely

2002-01-18 Thread a . chine
ID: 15085 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: MySQL related Operating System: Linux Redhat 7.1 PHP Version: 4.0.5 Previous Comments: [2002-01-17 10:50:16] [EMAIL

[PHP-DEV] BEGIN_EXTERN_C()

2002-01-18 Thread Robin Ericsson
Is there any reason that only parts of Zend is using BEGIN_EXTERN_C()? regards Robin -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP-DEV] BEGIN_EXTERN_C()

2002-01-18 Thread Andi Gutmans
No good reason. If you need to add it in someplaces go ahead and send in a patch. Andi On 18 Jan 2002, Robin Ericsson wrote: Is there any reason that only parts of Zend is using BEGIN_EXTERN_C()? regards Robin -- PHP Development Mailing List http://www.php.net/ To

[PHP-DEV] Bug #14865 Updated: php4apache.dll - phpinfo error - winXP - Apache

2002-01-18 Thread p . wenger
ID: 14865 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Apache related Operating System: Win XP Prof PHP Version: 4.1.1 New Comment: How I can get the new version? I tried to found by http://cvs.php.net/cvs.php/php4/win32 but I

[PHP-DEV] Bug #15099: calendar functions introduction

2002-01-18 Thread holliwell
From: [EMAIL PROTECTED] Operating system: not relevant PHP version: 4.1.1 PHP Bug Type: Documentation problem Bug description: calendar functions introduction Hi, From the manual The calendar functions are only available if you have compiled the calendar extension,

[PHP-DEV] Bug #14484 Updated: apache2 has not loaded php module

2002-01-18 Thread jp
ID: 14484 Comment by: [EMAIL PROTECTED] Old Reported By: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Apache2 related Operating System: Linux PHP Version: 4.1.0 New Comment: I have exactly the same problem with php 4.1.1 with a lot simpler configure line. every

[PHP-DEV] Bug #15100: no LICENSE file

2002-01-18 Thread holliwell
From: [EMAIL PROTECTED] Operating system: windows PHP version: 4.1.1 PHP Bug Type: Unknown/Other Function Bug description: no LICENSE file Hi, The win-package from php.net php-4.1.1-Win32.zip doesn't contain the LICENSE file. Friedhelm -- Edit bug report at:

[PHP-DEV] Bug #15101: eval() in other context

2002-01-18 Thread tom . polak
From: [EMAIL PROTECTED] Operating system: Solaris PHP version: 4.1.0 PHP Bug Type: Feature/Change Request Bug description: eval() in other context Hello, my request is to improve function eval() to be possible evaluate given string in other than current context. In

[PHP-DEV] RE: [PHP] Feature Suggestion

2002-01-18 Thread Robert V. Zwink
I think this feature already exists. Check out: http://www.php.net/manual/en/function.range.php Robert Zwink http://www.zwink.net/daid.php -Original Message- From: Mike Eheler [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 17, 2002 7:59 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED]

[PHP-DEV] Bug #15094 Updated: GD2 bugs

2002-01-18 Thread sander
ID: 15094 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: GD related Operating System: windows98 PHP Version: 4.1.1 New Comment: Can you provide a (self-contained) sample script? Previous Comments:

[PHP-DEV] Bug #15091 Updated: socket_set_timeout not part of windows binary

2002-01-18 Thread sander
ID: 15091 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Sockets related Operating System: windows 2000 PHP Version: 4.1.1 New Comment: Why are you using $fsockopen and not fsockopen? That might be the cause of this bug. Previous Comments:

[PHP-DEV] Bug #15096 Updated: Sessions with null session ID in the cookie crash PHP

2002-01-18 Thread sander
ID: 15096 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Critical Bug Type: Session related Operating System: Linux i686 2.4.16 SMP PHP Version: 4.1.1 New Comment: Marking as critical until this is checked out. Previous Comments:

[PHP-DEV] Bug #15091 Updated: socket_set_timeout not part of windows binary

2002-01-18 Thread Rajkumar . Bellan
ID: 15091 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Sockets related Operating System: windows 2000 PHP Version: 4.1.1 New Comment: correction that was a typo on my part. I did use fsockopen. The program is working fine as long

[PHP-DEV] Bug #15089 Updated: stat() produces warning instead of error-code.

2002-01-18 Thread sander
ID: 15089 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Analyzed Old Bug Type: Unknown/Other Function Bug Type: Filesystem function related Operating System: linux PHP Version: 4.1.1 New Comment: I agree, it should just return false without a warning.

[PHP-DEV] Preview of PHP 5

2002-01-18 Thread Andi Gutmans
Hey, I'd like to get more people to play around with the Zend Engine 2. I think the only way of getting this done is by posting a package on www.php.net. I'm not sure if we should call it alpha or preview (it's both) but I don't think the name matters too much as long as we get people to try it.

[PHP-DEV] Bug #14474 Updated: Apache PHP Module cannot seem to handle large amounts of output

2002-01-18 Thread mcq
ID: 14474 Comment by: [EMAIL PROTECTED] Old Reported By: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Critical Bug Type: Scripting Engine problem Operating System: Windows XP Pro/Linux PHP Version: 4.1.0 New Comment: I've tried the script on PHP 4.0.6, Windows 2000 Pro, Apache

[PHP-DEV] Bug #14997 Updated: Multiple system calls cause inifinite process forking

2002-01-18 Thread marcus
ID: 14997 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Program Execution Operating System: Linux PHP Version: 4.1.1 New Comment: Does anyone have any thoughts on this? If not, I'm going to have to go back to Perl, which I haven't used for years!

[PHP-DEV] Re: htmlspecialchars() alias

2002-01-18 Thread Martin Wickman
Jason G. wrote: Hello General and Dev list, Considering the fact that it is good practice to use htmlspecialchars() anytime you are outputting non-html content to the browser... After typing the 16 characters in the htmlspecialchars() function thousands of times... I was wondering

[PHP-DEV] Bug #15102: Upload fails (internal error 500)

2002-01-18 Thread k141
From: [EMAIL PROTECTED] Operating system: Red Hat 7.2 PHP version: 4.0.6 PHP Bug Type: Reproducible crash Bug description: Upload fails (internal error 500) A simple standard form is used to upload a file form action=upload.php enctype=multipart/form-data method=post

RE: [PHP-DEV] Preview of PHP 5

2002-01-18 Thread Robinson, Mike
Title: RE: [PHP-DEV] Preview of PHP 5 Andi Gutmans wrote: I'd like to get more people to play around with the Zend Engine 2. I think the only way of getting this done is by posting a package on www.php.net. I think this is a good idea. I think 'alpha' would be better than

RE: [PHP-DEV] Preview of PHP 5

2002-01-18 Thread Andi Gutmans
On Fri, 18 Jan 2002, Robinson, Mike wrote: Andi Gutmans wrote: I'd like to get more people to play around with the Zend Engine 2. I think the only way of getting this done is by posting a package on www.php.net. I think this is a good idea. I think 'alpha' would be better than

[PHP-DEV] Bug #15103: object without any data members equals to false

2002-01-18 Thread phpclub
From: [EMAIL PROTECTED] Operating system: any PHP version: 4.1.1 PHP Bug Type: Class/Object related Bug description: object without any data members equals to false The code ? class A { function foo() {} } $a = new A; var_dump($a); if ($a == false) echo hahaha; ?

Re: [PHP-DEV] Preview of PHP 5

2002-01-18 Thread Jan Lehnardt
Hi, On Fri, 18 Jan 2002 18:18:26 +0200 (IST) Andi Gutmans [EMAIL PROTECTED] wrote: I agree. I think alpha is better. what about pre-alpha to make things re-al-ly clear? Jan -- Q: Thank Jan? A: http://geschenke.an.dasmoped.net/ -- PHP Development Mailing List http://www.php.net/ To

RE: [PHP-DEV] session problems with own session handler in php..

2002-01-18 Thread Jaime Bozza
Robin, That's your problem. (Or, at least one of the problems.) PHP has a bug where returning false from session_read causes all sorts of strangeness. Change return false; to return ''; and your problem will likely go away. Jaime Bozza -Original Message- From: Robin Ericsson

[PHP-DEV] Re: Bug #15095: use of references in arguments with defaults

2002-01-18 Thread l0t3k
i think it was recently added to the Zend cvs for ZE2. in other words, its likely to be in PHP5 [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... From: [EMAIL PROTECTED] Operating system: linux PHP version: 4.1.1 PHP Bug Type:

[PHP-DEV] Bug #15103 Updated: object without any data members equals to false

2002-01-18 Thread hholzgra
ID: 15103 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Class/Object related Operating System: any PHP Version: 4.1.1 New Comment: the same is true for empty arrays, $something == false is equivalent to empty($something) Previous Comments:

Re: [PHP-DEV] Preview of PHP 5

2002-01-18 Thread l0t3k
Jan Lehnardt [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hi, On Fri, 18 Jan 2002 18:18:26 +0200 (IST) Andi Gutmans [EMAIL PROTECTED] wrote: I agree. I think alpha is better. what about pre-alpha to make things re-al-ly clear? Jan ++1; -- PHP

[PHP-DEV] Bug #15104: wrong interpretation

2002-01-18 Thread firmasilkworm
From: [EMAIL PROTECTED] Operating system: Linux/Unix PHP version: 4.0.5 PHP Bug Type: *General Issues Bug description: wrong interpretation The version of the php is 4.04.1! Operating system: Unix 1) A string including ', example: Marcellino's products is typed in and

Re: [PHP-DEV] Re: session problems with own session handler in php..

2002-01-18 Thread Robin Ericsson
Derick Rethans wrote: On Fri, 18 Jan 2002, Yasuo Ohgaki wrote: Well, as for me, with some checking I did yesterday when I did my first post. In the beginning of the script print_r($_SESSION); returns nothing, but after settings some values, print_r returns it an associated array.

Re: [PHP-DEV] Preview of PHP 5

2002-01-18 Thread Andi Gutmans
On Fri, 18 Jan 2002, Jan Lehnardt wrote: Hi, On Fri, 18 Jan 2002 18:18:26 +0200 (IST) Andi Gutmans [EMAIL PROTECTED] wrote: I agree. I think alpha is better. what about pre-alpha to make things re-al-ly clear? Well the definition of alpha is before all features are in so I think it

Re: [PHP-DEV] Preview of PHP 5

2002-01-18 Thread Jon Parise
On Fri, Jan 18, 2002 at 07:48:01PM +0200, Andi Gutmans wrote: Well the definition of alpha is before all features are in so I think it should be OK but I don't really care as long as the changes get a bigger audience. The other option is to call it a test release. -- Jon Parise ([EMAIL

[PHP-DEV] Re: Feature Suggestion

2002-01-18 Thread Mike Eheler
range() is good, but what I was getting at was a shorthand/shortcut/alternate syntax kinda thing. Mike Julio Nobrega Trabalhando wrote: ?php $array = range('a','z'); ? As usual your mileage may vary but it worked here :-) -- Julio Nobrega. Um dia eu chego lá:

[PHP-DEV] quick and easy

2002-01-18 Thread travis
just a quick syntax question: here is my php ? $openingItemTag = item\n; $openingEntry = entry ; $numberAtt = number=; $nameAtt = name=; $dateAtt = date=; $messageAtt = message=; $linkAtt = link=; $closingEntry = /\n; $closingItemTag = /item; $Entry=

[PHP-DEV] Bug #15105: Declaring a function twice

2002-01-18 Thread tapken
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.1.1 PHP Bug Type: Scripting Engine problem Bug description: Declaring a function twice Don't know if this is a bug or a feature... -foo.php ?php if (!$bar) {

[PHP-DEV] Re: quick and easy

2002-01-18 Thread travis
I am off to the other list! sorry! Travis [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]... if you couldnt tell i am just learning php.. Travis [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... just a quick syntax question: here is my php ?

[PHP-DEV] Bug #15102 Updated: Upload fails (internal error 500)

2002-01-18 Thread sander
ID: 15102 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Reproducible crash Operating System: Red Hat 7.2 PHP Version: 4.0.6 New Comment: It should work. It's probably a configuration problem (echo'ing $userfile should print out the temporary

[PHP-DEV] Bug #15104 Updated: wrong interpretation

2002-01-18 Thread sander
ID: 15104 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: *General Issues Operating System: Linux/Unix PHP Version: 4.0.5 New Comment: You are doing something wrong with and '. Ask further support questions on the appropriate mailinglist. Previous

Re: [PHP-DEV] quick and easy

2002-01-18 Thread Darrell Brogdon
This is a php-general list question but here goes anyway: $openingItemTag = item\n; $openingEntry = ' entry '; $numberAtt = 'number='; $nameAtt = ' name='; $dateAtt = ' date='; $messageAtt = ' message='; $linkAtt = ' link='; $closingEntry = \/\n; $closingItemTag = /item\n; NOTE: this is

[PHP-DEV] Bug #15105 Updated: Declaring a function twice

2002-01-18 Thread sander
ID: 15105 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Duplicate Bug Type: Scripting Engine problem Operating System: Linux PHP Version: 4.1.1 New Comment: It's a dupe... can't find the bug anymore, but it is a dupe. Previous Comments:

[PHP-DEV] Bug #15105 Updated: Declaring a function twice

2002-01-18 Thread hholzgra
ID: 15105 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Old Status: Duplicate Status: Bogus Bug Type: Scripting Engine problem Operating System: Linux PHP Version: 4.1.1 New Comment: should only be declared once is true, and on the second try it gives an error as it *can* only be

[PHP-DEV] Bug #15102 Updated: Upload fails (internal error 500)

2002-01-18 Thread k141
ID: 15102 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Reproducible crash Operating System: Red Hat 7.2 PHP Version: 4.0.6 New Comment: The only log I know about is error_log on /usr/local/apache/log is there anything else I should

[PHP-DEV] Bug #15106: import_request_variables segfault...

2002-01-18 Thread robert
From: [EMAIL PROTECTED] Operating system: Linux 2.4.10 PHP version: 4.1.1 PHP Bug Type: Reproducible crash Bug description: import_request_variables segfault... Usage of the import_request_variables function more than once with the same value for the method type and prefix

[PHP-DEV] Bug #15107: Usage of sessions crashes PHP.

2002-01-18 Thread php
From: [EMAIL PROTECTED] Operating system: Windows 98 PHP version: 4.1.1 PHP Bug Type: Reproducible crash Bug description: Usage of sessions crashes PHP. This script (or any script that involves sessions) produces the error message below: ? session_start( );

[PHP-DEV] Bug #15107 Updated: Usage of sessions crashes PHP.

2002-01-18 Thread php
ID: 15107 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Reproducible crash Operating System: Windows 98 PHP Version: 4.1.1 New Comment: I am using PHP 4.1.1. with apache 1.3.22 on Win98. This script (or any script that involves sessions) produces

[PHP-DEV] Bug #9822 Updated: -R ld option not being pass thru libtool

2002-01-18 Thread bfoddy
ID: 9822 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Dynamic loading Old Operating System: Solaris 2.6 Sparc Operating System: Solaris 2.8 Sparc Old PHP Version: 4.0.4pl1 PHP Version: 4.1.1 New Comment: Ugrading problem from

[PHP-DEV] Bug #9878 Updated: gmmktime is 1 hour off during standard time

2002-01-18 Thread bfoddy
ID: 9878 Comment by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Date/time related Operating System: Solaris 2.6 PHP Version: 4.0.4pl1 New Comment: This fix did NOT get into 4.1.1 as advertised; I just checked the 4.1.1 source I downloaded. Can someone double

[PHP-DEV] Bug #15107 Updated: Usage of sessions crashes PHP.

2002-01-18 Thread php
ID: 15107 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Reproducible crash Operating System: Windows 98 PHP Version: 4.1.1 New Comment: Sorry, the reason was because the /tmp folder was missing. Previous Comments:

[PHP-DEV] Bug #15090 Updated: header(Location: $url) causes php.exe to generate an error

2002-01-18 Thread kmudrick
ID: 15090 User updated by: [EMAIL PROTECTED] Old Summary: header(Location: $url) causes php.exe to generate an error Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Reproducible crash Operating System: Windows 2000 PHP Version: 4.0.6 New Comment: Upgrading to 4.1.1

Re: [PHP-DEV] Preview of PHP 5

2002-01-18 Thread Sebastian Bergmann
Andi Gutmans wrote: I think if we can get enough people to play around with it we could have a final version of the Zend Engine 2 in Q2 2002. Sounds cool, and I'm also +1 for a Alpha release. But will ZE2 be the ''only'' major enhancement of PHP 5 over PHP 4? Did the discussion on what

[PHP-DEV] Bug #15108: Server variables to exist globally w/ register_globals = off

2002-01-18 Thread philip
From: [EMAIL PROTECTED] Operating system: n/a PHP version: 4.1.1 PHP Bug Type: Feature/Change Request Bug description: Server variables to exist globally w/ register_globals = off In short, when register_globals = off, server variables would/should continue to register

[PHP-DEV] Bug #5678 Updated: mysql_num_rows fails sometimes

2002-01-18 Thread michaelkingswood
ID: 5678 Comment by: [EMAIL PROTECTED] Old Reported By: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: MySQL related Operating System: Solaris 7 PHP Version: 4.0.1pl2 New Comment: I have the same problem, mysql_num_rows just doesnt work! it is saying that (line 8)

[PHP-DEV] Bug #15108 Updated: Server variables to exist globally w/ register_globals = off

2002-01-18 Thread hholzgra
ID: 15108 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Feature/Change Request Operating System: n/a PHP Version: 4.1.1 New Comment: But most importantly, this will be useful. no it won't, same security consideration as with the other global

[PHP-DEV] Bug #14965 Updated: Sablotron XLST encoding error

2002-01-18 Thread nigelswinson
ID: 14965 Comment by: [EMAIL PROTECTED] Old Reported By: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Documentation problem Operating System: Windows 2000 PHP Version: 4.1.1 New Comment: Hi folks (please be gentle, my first post to bugs.php.net). I've got exactly

Re[2]: [PHP-DEV] htmlspecialchars() alias

2002-01-18 Thread Daniel Lorch
Hi, Apparently, you either I grossly mistyped what I wanted to say, or you misread it, or you never coded much in php. The first one. I was wondering if it would be feasible to create an alias for this function, say hsc() or something short. [..] It is no big deal, but for a

[PHP-DEV] Bug #15107 Updated: Usage of sessions crashes PHP.

2002-01-18 Thread tjayah
ID: 15107 Comment by: [EMAIL PROTECTED] Old Reported By: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Reproducible crash Operating System: Windows 98 PHP Version: 4.1.1 New Comment: ?php function checkUser() { global $session, $logged_in;

Re: [PHP-DEV] Bug #15108 Updated: Server variables to exist globally w/ register_globals = off

2002-01-18 Thread Hartmut Holzgraefe
Philip Olson wrote: Having php create $DOCUMENT_ROOT and similar is not a security risk. Please provide an example of what you mean, I do not understand. different server APIs have different sets of server variables, so we get into the same situation as with other 'magic' variables. it's

[PHP-DEV] Bug #15109: XML_ParserFree ()

2002-01-18 Thread seba
From: [EMAIL PROTECTED] Operating system: Linux 2.2 PHP version: 4.0CVS-2002-01-18 PHP Bug Type: XML related Bug description: XML_ParserFree () - php - file: php4-200201180900.tar.gz from: http://snaps.php.net/

Re: [PHP-DEV] Re: Computer Science and PHP

2002-01-18 Thread Manuel Lemos
Hello, James Cox wrote: IMHO, that is there no marketing effort behind PHP, meaning there is no Microsoft nor Sun nor any strong brand behind PHP to advertise it. Microsoft make $xxx BILLION dollars a year SELLING their software. Sun make $xxx BILLION dollars a year SELLING their

[PHP-DEV] Re: [PHP] Re: [PHP-DEV] Re: Computer Science and PHP

2002-01-18 Thread Manuel Lemos
Hello, James Cox wrote: So, the 64 million dollar question is... how would you propose for php.net as a group/community to help promote it (i would be interested in the specifics)? Read again my initial message in the thread. It's all in there. More can be done. Regards, Manuel Lemos

[PHP-DEV] Bug #14974 Updated: Transparency with ImageCopy

2002-01-18 Thread cyril
ID: 14974 Comment by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: GD related Operating System: WIN / LINUX PHP Version: 4.0.6 New Comment: GD 1.6.2 and not 1.0.6 Previous Comments: [2002-01-10

Re: [PHP-DEV] Re: [PHP] Re: [PHP-DEV] Re: Computer Science and PHP

2002-01-18 Thread Alan Knowles
This kind of bytes at a nerve when you are hunting for work and almost nobody mentions PHP here Anyway, A quick few ideas to throw in the pot.. - Press releases, for PHP5 pre-alpha, PHP-GTK's, (Derick - srm?) upcomming release etc. which could be made available - Then a PHP press team??,

[PHP-DEV] Bug #14695 Updated: session_destroy affects output

2002-01-18 Thread fabian
ID: 14695 Comment by: [EMAIL PROTECTED] Old Reported By: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Analyzed Bug Type: Session related Operating System: FreeBSD4 PHP Version: 4.1.0 New Comment: My page gets cut off in the middle after the destroy call. Very weird! I've tried

Re: [PHP-DEV] htmlspecialchars() alias

2002-01-18 Thread Markus Fischer
On Sat, Jan 19, 2002 at 12:03:34AM +0100, Daniel Lorch wrote : It is not about performance. It is about _readability_. Aliases are good to maintain backwards compatibility, but they shouldn't be used to introduce more commands which do the same thing. I share exactly the same. Alias only

Re: [PHP-DEV] Re: Feature Suggestion

2002-01-18 Thread Markus Fischer
On Fri, Jan 18, 2002 at 10:27:23AM -0800, Mike Eheler wrote : range() is good, but what I was getting at was a shorthand/shortcut/alternate syntax kinda thing. -1 on that one. This would considerable break BC. We have range() already. I don't see any benefit just to safe some

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

2002-01-18 Thread yohgaki
ID: 15110 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Session related Operating System: Linux PHP Version: 4.1.1 New Comment: What do you mean no value? Empty string? NULL? FALSE? Are you using $HTTP_SESSION_VARS/$_SESSION? or globals? Is

[PHP-DEV] Bug #14695 Updated: session_destroy affects output

2002-01-18 Thread yohgaki
ID: 14695 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Status: Analyzed Bug Type: Session related Operating System: FreeBSD4 PHP Version: 4.1.0 New Comment: I haven't checked code yet, but I'm guessing trans-sid buffer is destroyed. If you disable trans-sid, you will not have problem.

[PHP-DEV] Bug #14695 Updated: session_destroy affects output

2002-01-18 Thread yohgaki
ID: 14695 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Status: Analyzed Bug Type: Session related Operating System: FreeBSD4 PHP Version: 4.1.0 New Comment: Could you try it with 4.2.0-dev? since output buffering code differs. Previous Comments:

[PHP-DEV] Bug #15108 Updated: Server variables to exist globally w/ register_globals = off

2002-01-18 Thread philip
ID: 15108 Updated by: philip Reported By: [EMAIL PROTECTED] Old Status: Bogus Status: Feedback Bug Type: Feature/Change Request Operating System: n/a Old PHP Version: 4.1.1 PHP Version: 4.2.0 New Comment: After some searching, came across an important thread that my brain never saw. The

[PHP-DEV] Bug #15019 Updated: browser.ini

2002-01-18 Thread irc-html
ID: 15019 Updated by: irc-html Reported By: [EMAIL PROTECTED] Status: Open Bug Type: PHP options/info functions Operating System: Linux RH 7.1 PHP Version: 4.1.1 New Comment: Did you restart your webserver after making the modification to php.ini? If you could, please include the line from your

[PHP-DEV] Bug #15090 Updated: header(Location: $url) causes php.exe to generate an error

2002-01-18 Thread irc-html
ID: 15090 Updated by: irc-html Old Summary: header(Location: $url) causes php.exe to generate an error Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Reproducible crash Operating System: Windows 2000 PHP Version: 4.0.6 New Comment: Status - Closed Previous Comments:

[PHP-DEV] Bug #15111: mysql_fetch_array() returns bad array

2002-01-18 Thread compman86
From: [EMAIL PROTECTED] Operating system: Windows 2000 PHP version: 4.1.1 PHP Bug Type: MySQL related Bug description: mysql_fetch_array() returns bad array I have a table with 10 columns. I queried the mysql database to return only 5. I used mysql_fetch_array($queryID) to

Re[2]: [PHP-DEV] htmlspecialchars() alias

2002-01-18 Thread Jason G.
Hey, No hard feelings intended. Please do not take my post to be anything more than some mailing list bantering. :) I agree - htmlspecialchars() is about as clear as you can get - and I'll continue to use it UNTIL (IF EVER) a shorter function or method becomes a built in PHP function that

Re: [PHP-DEV] Re: [PHP] Re: [PHP-DEV] Re: Computer Science and PHP

2002-01-18 Thread Manuel Lemos
Hello, James Cox wrote: Manuel, in your original email you said you weren't being specific. please be specific on some real tangible targets that we could work on. I don't recall ever saying that I was not going to be specific. Actually I specified several ideas that I suggested. Please

[PHP-DEV] Bug #15107 Updated: Usage of sessions crashes PHP.

2002-01-18 Thread yohgaki
ID: 15107 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Closed Status: Duplicate Old Bug Type: Reproducible crash Bug Type: Session related Operating System: Windows 98 PHP Version: 4.1.1 New Comment: it shouldn't crash. There is report for this problem. Status = Duplicate

Re: [PHP-DEV] Re: [PHP] Re: [PHP-DEV] Re: Computer Science and PHP

2002-01-18 Thread Sebastian Bergmann
Alan Knowles wrote: Press releases, for PHP5 pre-alpha, PHP-GTK's, (Derick - srm?) upcomming release etc. which could be made available - Then a PHP press team??, could be resposnible for getting it out to the Press in their local countries.. Now this is a great idea, IMHO. For those who