[PHP-DEV] PHP 4.0 Bug #9933 Updated: readdir doesn't work see Bug ID # 9058

2001-04-26 Thread Larry . Schartman
ID: 9933 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Directory function related Description: readdir doesn't work see Bug ID # 9058 Hi, i think this is the problem (reentrancy.c) int ret; errno = 0; ret = readdir_r(dirp, entry); if (!ret

[PHP-DEV] Bug #10521: Referencing a variable without setting its contents

2001-04-26 Thread timl
From: [EMAIL PROTECTED] Operating system: Win2K Server PHP version: 4.0.4pl1 PHP Bug Type: IIS related Bug description: Referencing a variable without setting its contents The following script works in Apache but not in IIS Apache treats the variable $test as a null varia

[PHP-DEV] function table / hashes

2001-04-26 Thread David Croft
Thank you Andi and Andrei. I have noticed that object method callbacks are consistently faster than global function callbacks, and was wondering why: 1.3135770559311 seconds for 10 runs - with no function callback 6.9758139848709 seconds for 10 runs - with object method callback 7.90487

[PHP-DEV] Bug #10520: Access $HTTP_RAW_POST_DATA

2001-04-26 Thread hunte
From: [EMAIL PROTECTED] Operating system: N/A PHP version: 4.0.4pl1 PHP Bug Type: Feature/Change Request Bug description: Access $HTTP_RAW_POST_DATA The variable $HTTP_RAW_POST_DATA should be accessed even if PHP can recongize the CONTENT_TYPE. I'm writing a program to emu

[PHP-DEV] Bug #10519: $HTTP_COOKIE_VARS spoofing

2001-04-26 Thread stuff
From: [EMAIL PROTECTED] Operating system: Win98 PHP version: 4.0.4pl1 PHP Bug Type: Variables related Bug description: $HTTP_COOKIE_VARS spoofing If you access this page with the command line arguement ?cookie[three]=three print_r will show cookie[three] in $HTTP_COOKI

[PHP-DEV] Bug #10518 Updated: mcrypt_generic is padding input when using cfb and ofb modes

2001-04-26 Thread derick
ID: 10518 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Assigned Bug Type: mcrypt related PHP Version: 4.0.4pl1 Assigned To: derick Comments: thx, will look into this soon Previous Comments: ---

[PHP-DEV] Bug #10258 Updated: ActiveX ASP pages on the same Web server seems not to work properly any more!

2001-04-26 Thread sniper
ID: 10258 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: IIS related PHP Version: 4.0.4pl1 Assigned To: Comments: Previous Comments: --- [2001-04-10 09:35:16] [EMAIL PROTECTED]

[PHP-DEV] xpath_eval causes Segmentation fault with ancestor::*

2001-04-26 Thread Grishick
I was trying the xpath expression like ancestor::* it always causes the Segmentation error by PHP (both in Apache static moduel and stand-alone executable). But expressions like ancestor::para work fine. Only when I try to get all the ancestors of the node PHP fails. Does anyone has any idea? Than

[PHP-DEV] Fwd: Re: [PHP-INST] AIX

2001-04-26 Thread Andi Gutmans
Has this happened to anyone else on AIX? Maybe the MySQL configure isn't doing something right. It should set a #define called HAVE_INT_8_16_32 but I don't seem to find a reference to it in any .m4. Andi >Date: Thu, 26 Apr 2001 17:22:14 -0500 >To: [EMAIL PROTECTED] >From: Jacob Steinberger <[

[PHP-DEV] Bug #10518: mcrypt_generic is padding input when using cfb and ofb modes

2001-04-26 Thread kettler
From: [EMAIL PROTECTED] Operating system: Mandrake 7.2, Linux 2.2.19ow1 PHP version: 4.0.4pl1 PHP Bug Type: mcrypt related Bug description: mcrypt_generic is padding input when using cfb and ofb modes When encrypting using a block cipher and cfb or ofb mode the mcrypt_gener

[PHP-DEV] Bug #10517 Updated: suggestion for ease of use

2001-04-26 Thread hholzgra
ID: 10517 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Assigned Bug Type: Feature/Change Request PHP Version: 4.0.4 Assigned To: Comments: have been trying to do so every once in a while, but the docbook DTD won't really let me looks like we are going to tweak

[PHP-DEV] Bug #10517: suggestion for ease of use

2001-04-26 Thread johnadams78
From: [EMAIL PROTECTED] Operating system: all PHP version: 4.0.4 PHP Bug Type: Feature/Change Request Bug description: suggestion for ease of use like most programmers i'm lazy... and hate wasting time looking for something. so i have a suggestion that from my own experie

Re: [PHP-DEV] cfunction / old_function

2001-04-26 Thread Sebastian Bergmann
Andi Gutmans wrote: > We added the more C-like functions and called it cfunction. Then we > decided that should be the default so function became old_function > and cfunction became function. Ah, I see. Thanks. -- sebastian bergmann[EMAIL PROTECTED]

Re: [PHP-DEV] cfunction / old_function

2001-04-26 Thread Andi Gutmans
In PHP/FI 2 functions weren't written like in PHP 3 & 4. Their style was something like: function foo $a $b ( ) We added the more C-like functions and called it cfunction. Then we decided that should be the default so function became old_function and cfunction became function. Andi At 11:16

[PHP-DEV] cfunction / old_function

2001-04-26 Thread Sebastian Bergmann
Just curious, what are/were cfunction and old_function? -- sebastian bergmann[EMAIL PROTECTED] http://www.sebastian-bergmann.de bonn.phpug.de | www.php.net | www.phpOpenTracker.de | www.titanchat.de -- PHP Development Mail

[PHP-DEV] Bug #10516 Updated: Recursive patterns don't work

2001-04-26 Thread andrei
ID: 10516 Updated by: andrei Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: PCRE related PHP Version: 4.0.4pl1 Assigned To: Comments: The results you get are consistent with (?R) description in PCRE docs. If you have a problem with that, contact the PCRE library author

Re: [PHP-DEV] Fw: [PHP-DOC] cfunction?

2001-04-26 Thread Andi Gutmans
At 01:28 PM 4/26/2001 -0700, Rasmus Lerdorf wrote: > > >Leave one, at least. We want to know if this breaks. At some point we > > >will want to remove the feature from php, and then we can remove the test > > >case. But let's not remove testcases without removing the feature. The > > >test scr

[PHP-DEV] Bug #10516: Recursive patterns don't work

2001-04-26 Thread martijn
From: [EMAIL PROTECTED] Operating system: Win2K & Linux PHP version: 4.0.4pl1 PHP Bug Type: PCRE related Bug description: Recursive patterns don't work $s = "a(b(c)d)e(f)g"; $p = "/\( ( ( (?>[^()]+) | (?R) )* ) \)/xU"; if (preg_match_all($p, $s, $x)) { echo "match"; //

[PHP-DEV] Bug #4630 Updated: Segmentation fault(coredump) in apache startup

2001-04-26 Thread dshafer
ID: 4630 Updated by: dshafer Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Compile Failure PHP Version: 4.0.4pl1 Assigned To: Comments: Still happening as of 4.0.4pl1. It seems like there's enough information to fix the problem, for somebody who knows the source code. Would someone be a

Re: [PHP-DEV] Fw: [PHP-DOC] cfunction?

2001-04-26 Thread Rasmus Lerdorf
> >Leave one, at least. We want to know if this breaks. At some point we > >will want to remove the feature from php, and then we can remove the test > >case. But let's not remove testcases without removing the feature. The > >test scripts are not meant as examples for users. > > It won't brea

[PHP-DEV] PHP 4.0 Bug #10510 Updated: ini_set() as relates to max upload filesize setting

2001-04-26 Thread webmaster
ID: 10510 User Update by: [EMAIL PROTECTED] Status: Closed Bug Type: *Function Specific Description: ini_set() as relates to max upload filesize setting Okay, makes sense, which is partly why I would call ini_set "before" the form is loaded and data posted, I guess I do misunderstand, as I thou

[PHP-DEV] Bug #10514: Uploaded file not stored in "upload_tmp_dir"

2001-04-26 Thread fhamonno
From: [EMAIL PROTECTED] Operating system: Linux server27.promotion-web.net 2.2.12-20 #1 Mon Sep 27 10:40:35 EDT 1999 i686 unknown PHP version: 4.0.4pl1 PHP Bug Type: PHP options/info functions Bug description: Uploaded file not stored in "upload_tmp_dir" On the server, and

[PHP-DEV] Bug #10220 Updated: dynamic module can'nt not load

2001-04-26 Thread jmoore
ID: 10220 Updated by: jmoore Reported By: littlekai@#163.com Old-Status: Open Status: Duplicate Bug Type: IIS related PHP Version: 4.0.4pl1 Assigned To: Comments: dup of 9686 Previous Comments: --- [2001-04-06 23:43:01] li

Re: [PHP-DEV] Fw: [PHP-DOC] cfunction?

2001-04-26 Thread Andi Gutmans
At 12:51 PM 4/26/2001 -0700, Rasmus Lerdorf wrote: > > At 09:41 PM 4/26/2001 +0200, Hojtsy Gabor wrote: > > > > > This is a question for the php-dev people too. > > > > > What are the other hidden features not documented > > > > > like this? > > > > > > > > Check the code. This is simply a legacy

[PHP-DEV] Bug #7910 Updated: urlp arameters not available in the default page

2001-04-26 Thread jmoore
ID: 7910 Updated by: jmoore Reported By: [EMAIL PROTECTED] Status: Open Bug Type: IIS related PHP Version: 4.0.4 Assigned To: Comments: This seems like a IIS problem rather than a PHP one. We probably need to test this with other isapi and cgi dlls under IIS to confirm this then pass a bug repo

[PHP-DEV] PHP 4.0 Bug #10515 Updated: IE 5.0

2001-04-26 Thread dshadow
ID: 10515 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Unknown/Other Function Description: IE 5.0 Addendum: IE 5.0.1 SP 2 works correctly. ASP also properly processes forms submitted by IE 5.0. Previous Comments: --

[PHP-DEV] Bug #8663 Updated: Script with incorrect syntax crashes php4ts.dll (seems similar to #8521)

2001-04-26 Thread jmoore
ID: 8663 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Reproduceable crash PHP Version: 4.0.4 Assigned To: Comments: THis has been fixed in latest CVS, and will be included in 4.0.6 thanks for your report. - James Previous Comments: --

Re: [PHP-DEV] Fw: [PHP-DOC] cfunction?

2001-04-26 Thread Rasmus Lerdorf
> At 09:41 PM 4/26/2001 +0200, Hojtsy Gabor wrote: > > > > This is a question for the php-dev people too. > > > > What are the other hidden features not documented > > > > like this? > > > > > > Check the code. This is simply a legacy feature there only for backward > > > compatibility and should

Re: [PHP-DEV] Fw: [PHP-DOC] cfunction?

2001-04-26 Thread Rasmus Lerdorf
> > > This is a question for the php-dev people too. > > > What are the other hidden features not documented > > > like this? > > > > Check the code. This is simply a legacy feature there only for backward > > compatibility and should not be documented as we don't want people writing > > new scri

Re: [PHP-DEV] 4.0.5: Merge Request

2001-04-26 Thread Andi Gutmans
At 12:11 AM 4/26/2001 -0400, Sterling Hughes wrote: >I'll agree that the inverse of the above is true ;))) > >But if you look at it over time, it averages out, making the net >effect equal 0. > >anyway, I think we agree on the math, we just disagree on whether the >short term affect is worth it. >

[PHP-DEV] Bug #10515: IE 5.0

2001-04-26 Thread dshadow
From: [EMAIL PROTECTED] Operating system: Windows NT 4.0 SP6 PHP version: 4.0.4pl1 PHP Bug Type: Unknown/Other Function Bug description: IE 5.0 When using multipart/form-data post forms and NT domain authentication, IE 5.0 appears to submit invalid data to the server, caus

Re: [PHP-DEV] Fw: [PHP-DOC] cfunction?

2001-04-26 Thread Andi Gutmans
At 09:41 PM 4/26/2001 +0200, Hojtsy Gabor wrote: > > > This is a question for the php-dev people too. > > > What are the other hidden features not documented > > > like this? > > > > Check the code. This is simply a legacy feature there only for backward > > compatibility and should not be docume

Re: [PHP-DEV] Fw: [PHP-DOC] cfunction?

2001-04-26 Thread Hojtsy Gabor
> > This is a question for the php-dev people too. > > What are the other hidden features not documented > > like this? > > Check the code. This is simply a legacy feature there only for backward > compatibility and should not be documented as we don't want people writing > new scripts that use c

[PHP-DEV] Bug #8663 Updated: Script with incorrect syntax crashes php4ts.dll (seems similar to #8521)

2001-04-26 Thread jmoore
ID: 8663 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old-Status: Closed Status: Open Bug Type: Reproduceable crash PHP Version: 4.0.4 Assigned To: Comments: heh trying a modified script didnt work but trying your script again crashses. Backtrace: _zval_ptr_dtor(_zval_struct * * 0x00e

Re: [PHP-DEV] function table

2001-04-26 Thread Andi Gutmans
At 02:16 PM 4/26/2001 -0400, David Croft wrote: >Hello, I'm implementing an extension that allows user callbacks. > >The Zend API document suggests using the Compiler globals to access the >function table. However I see the XML extension is using Executor globals. During execution the correct ta

[PHP-DEV] Bug #8396 Updated: "document not found"

2001-04-26 Thread jmoore
ID: 8396 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: IIS related PHP Version: 4.0.3 Assigned To: Comments: This looks more like a config error tahn a PHP error. Please reopen this bug report if you are sure its a PHP error but the page your seeing

[PHP-DEV] Bug #8663 Updated: Script with incorrect syntax crashes php4ts.dll (seems similar to #8521)

2001-04-26 Thread jmoore
ID: 8663 Updated by: jmoore Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Reproduceable crash PHP Version: 4.0.4 Assigned To: Comments: Reproduced under Apache and ISAPI under win2k. - James Previous Comments: --

Re: [PHP-DEV] Fw: [PHP-DOC] cfunction?

2001-04-26 Thread Rasmus Lerdorf
> This is a question for the php-dev people too. > What are the other hidden features not documented > like this? Check the code. This is simply a legacy feature there only for backward compatibility and should not be documented as we don't want people writing new scripts that use cfunction. -R

[PHP-DEV] Fw: [PHP-DOC] cfunction?

2001-04-26 Thread Hojtsy Gabor
This is a question for the php-dev people too. What are the other hidden features not documented like this? - Original Message - From: "Hojtsy Gabor" <[EMAIL PROTECTED]> To: "PHP-DOC lista" <[EMAIL PROTECTED]> Sent: Thursday, April 26, 2001 7:29 PM Subject: [PHP-DOC] cfunction? > Hi!

Re: [PHP-DEV] Bug #9435 Updated: Unreproducable crash of PHP

2001-04-26 Thread Sterling Hughes
On 26 Apr 2001 [EMAIL PROTECTED] wrote: > ID: 9435 > Updated by: jmoore > Reported By: [EMAIL PROTECTED] > Old-Status: Open > Status: Feedback > Bug Type: IIS related > PHP Version: 4.0.4pl1 > Assigned To: > Comments: > > could you translate the errors please. > he did (in parentheses). -sterli

[PHP-DEV] RE: [PHP-QA] RC8

2001-04-26 Thread Matt White
Liz; http://myrile.madriver.k12.oh.us/technology/php/php-4.0.5RC8-win32-ts.zip Contains ISAPI, CGI, and Apache/Win32 builds. The only extension I've included is the MS-SQL one. - Matt >>> Liz <[EMAIL PROTECTED]> 04/26/01 12:32PM >>> If someone can compile up a windows set, and mail me the bas

[PHP-DEV] Re: [PHP-QA] RC8

2001-04-26 Thread Phil Driscoll
Just built RC8 without incident on NT4 SP6 and Suse 7.1. Tested on NT with phpMyAdmin, phorum and all my own code - all fine (as usual!). Only done a phpinfo() on Linux - but it worked ok :) Got to go now, but will test more later. Cheers -- Phil Driscoll Dial Solutions +44 (0)113 294 5112 http:/

Re: [PHP-DEV] Bug #10510 Updated: ini_set() as relates to max upload filesize setting

2001-04-26 Thread Boian Bonev
sure. i guess at least about egpcs handling, arg separator, magic quotes, perhapse some session options, register_globals, safe_mode. lets make a list - this can be easily fixed. :) b. - Original Message - From: "Hartmut Holzgraefe" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAI

Re: [PHP-DEV] Bug #10510 Updated: ini_set() as relates to max upload filesize setting

2001-04-26 Thread Boian Bonev
i forgot to say that maybe we shall add two more bugs from this one - - a feature request for not allowing nonsense settings like the mentioned in the list - i don't know if is it a good idea post file upload to generate a warning when limit is exceeded b. - Original Message - From: "Ha

Re: [PHP-DEV] function table

2001-04-26 Thread Andrei Zmievski
On Thu, 26 Apr 2001, David Croft wrote: > > Hello, I'm implementing an extension that allows user callbacks. > > The Zend API document suggests using the Compiler globals to access the > function table. However I see the XML extension is using Executor globals. > > Which is correct? is there a

[PHP-DEV] function table

2001-04-26 Thread David Croft
Hello, I'm implementing an extension that allows user callbacks. The Zend API document suggests using the Compiler globals to access the function table. However I see the XML extension is using Executor globals. Which is correct? is there a difference? If I were to take a wild guess I'd say the

[PHP-DEV] Bug #10258 Updated: ActiveX ASP pages on the same Web server seems not to work properly any more!

2001-04-26 Thread jmoore
ID: 10258 Updated by: jmoore Reported By: [EMAIL PROTECTED] Status: Open Bug Type: IIS related PHP Version: 4.0.4pl1 Assigned To: Comments: Not enough information and dup of 8094 Previous Comments: --- [2001-04-10 09:35:16

[PHP-DEV] Bug #10346 Updated: Bad configuration in windows nt with iis 4.0

2001-04-26 Thread jmoore
ID: 10346 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: IIS related PHP Version: 4.0.4pl1 Assigned To: Comments: This looks like a install error. Please ask on php-win and php-install for help - James Previous Comments: --

[PHP-DEV] Bug #6620 Updated: Inst'n should not be made for root web service

2001-04-26 Thread jmoore
ID: 6620 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: IIS related PHP Version: 4.0.2 Assigned To: Comments: The install instructions are just a guide. People who want to run PHP on IIS in a production enviroment should be aware of the correct way t

[PHP-DEV] Bug #9435 Updated: Unreproducable crash of PHP

2001-04-26 Thread jmoore
ID: 9435 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: IIS related PHP Version: 4.0.4pl1 Assigned To: Comments: could you translate the errors please. - James Previous Comments: --

Re: [PHP-DEV] PHP 4.0 Bug #10464 Updated: PHP_AUTH_PW is not setaltough PHP_AUTH_USER is

2001-04-26 Thread Rasmus Lerdorf
> I figured out that our webmaster took special care > for passwords - we have AFS here and AFS passwords are > often used to authenticate Web stuff. > > Therefore he somehow deletes PHO_AUTH_PW before my script > gets executed. > > Sorry for the wrong bug - the real bug is that I need to > be abl

[PHP-DEV] Bug #10513: configure fails when I include Oracle 8.1.7

2001-04-26 Thread ian_palfrey
From: [EMAIL PROTECTED] Operating system: AIX 4.3.3 PHP version: 4.0.4pl1 PHP Bug Type: Compile Failure Bug description: configure fails when I include Oracle 8.1.7 configure fails when I include Oracle 8.1.7. I set both vars below and exported them fist. ORACLE_HOME=/o8/

[PHP-DEV] RE: [PHP-QA] RC8

2001-04-26 Thread Liz
If someone can compile up a windows set, and mail me the base DLLs+EXE and the MS-SQL-DLL one, I'd be eternally grateful, as it took me about 3 hours to compile it over citrix and then SMS to a machine with the stuff to do so. I'd like the CGI + ISAPI version with MS-SQL, its for IIS, but I dont

[PHP-DEV] RC8

2001-04-26 Thread Zeev Suraski
http://www.php.net/distributions/php-4.0.5RC8.tar.gz If there are no hell-broken-loose situations, 4.0.5 will be released next Monday. Zeev -- Zeev Suraski <[EMAIL PROTECTED]> CTO & co-founder, Zend Technologies Ltd. http://www.zend.com/ -- PHP Development Mailing List

[PHP-DEV] Bug #10512: can't build informix support library

2001-04-26 Thread dino
From: [EMAIL PROTECTED] Operating system: unixware 711 PHP version: 4.0.4pl1 PHP Bug Type: Compile Problem Bug description: can't build informix support library during make php4 in sco unixware 711, I configure it with informix, and with apxs. But the program failed out in t

Re: [PHP-DEV] 4.0.5: Merge Request

2001-04-26 Thread Sterling Hughes
On Thu, 26 Apr 2001, Andrei Zmievski wrote: > On Wed, 25 Apr 2001, Sterling Hughes wrote: > > Naturally, but what does waiting 7 (an arbitrary number) of days do to > > make the new feature have less bugs. The way I see it, the sooner the > > feature is in there, the sooner the bug gets identifi

[PHP-DEV] PHP 4.0 Bug #10464 Updated: PHP_AUTH_PW is not set altough PHP_AUTH_USER is

2001-04-26 Thread tisc
ID: 10464 User Update by: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Apache related Description: PHP_AUTH_PW is not set altough PHP_AUTH_USER is I figured out that our webmaster took special care for passwords - we have AFS here and AFS passwords are often used to authenticate

[PHP-DEV] openssl module for php

2001-04-26 Thread spencer 'sporty' portee
As of late, the company I work for, Community Connect, needs to extend the openssl php module and might be able to release the source. It is for RSA encryption, but in my own interest, i would like to add on the other types of algorithms to it too. I understand that there are more complex funct

Re: [PHP-DEV] 4.0.5: Merge Request

2001-04-26 Thread Andrei Zmievski
On Wed, 25 Apr 2001, Sterling Hughes wrote: > Naturally, but what does waiting 7 (an arbitrary number) of days do to > make the new feature have less bugs. The way I see it, the sooner the > feature is in there, the sooner the bug gets identified the sooner we're > able to fix it, the better. Me

Re: [PHP-DEV] 4.0.5: Merge Request

2001-04-26 Thread Sterling Hughes
On Thu, 26 Apr 2001, Andrei Zmievski wrote: > On Wed, 25 Apr 2001, Sterling Hughes wrote: > > I actually think the general idea is good, have a release where all the > > regular contributors agree to work on fixing bugs. Or like the debian > > folk do, have a bug squashing party. I'm just sayin

Re: [PHP-DEV] 4.0.5: Merge Request

2001-04-26 Thread Andrei Zmievski
On Wed, 25 Apr 2001, Sterling Hughes wrote: > I actually think the general idea is good, have a release where all the > regular contributors agree to work on fixing bugs. Or like the debian > folk do, have a bug squashing party. I'm just saying that a feature > freeze seems un-necessary, I see n

Re: [PHP-DEV] 4.0.5: Merge Request

2001-04-26 Thread Sterling Hughes
On Thu, 26 Apr 2001, Jani Taskinen wrote: > On Wed, 25 Apr 2001, Sterling Hughes wrote: > > >On Thu, 26 Apr 2001, Jani Taskinen wrote: > > > >> On Tue, 24 Apr 2001, Sterling Hughes wrote: > >> > >> >I think its not a bad idea to encourage (even more :) bug fixing for the > >> >next release, but I

Re: [PHP-DEV] 4.0.5: Merge Request

2001-04-26 Thread derick
On Thu, 26 Apr 2001, Zeev Suraski wrote: > At 17:56 26/4/2001, Jani Taskinen wrote: > >Anyway, we can forget this as most of the developers seem to object the > >idea of 'bug fixing freeze'. (most of them have kept their mouths shut) > > I'm still in favour of doing this for 4.0.6. I think it's

Re: [PHP-DEV] 4.0.5: Merge Request

2001-04-26 Thread Zeev Suraski
At 17:56 26/4/2001, Jani Taskinen wrote: >Anyway, we can forget this as most of the developers seem to object the >idea of 'bug fixing freeze'. (most of them have kept their mouths shut) I'm still in favour of doing this for 4.0.6. Zeev -- PHP Development Mailing List To

[PHP-DEV] Bug #10510 Updated: ini_set() as relates to max upload filesize setting

2001-04-26 Thread bbonev
ID: 10510 Updated by: bbonev Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: *Function Specific PHP Version: 4.0.4pl1 Assigned To: Comments: Please take into account that the processing of post data happens _before_ your call to ini_set. Thus your new limit value has no

Re: [PHP-DEV] Bug #10510 Updated: ini_set() as relates to max upload filesize setting

2001-04-26 Thread spencer 'sporty' portee
As of late, the company I work for, Community Connect, needs to extend the openssl php module and might be able to release the source. It is for RSA encryption, but in my own interest, i would like to add on the other types of algorithms to it too. I understand that there are more complex funct

Re: [PHP-DEV] 4.0.5: Merge Request

2001-04-26 Thread Sterling Hughes
On Thu, 26 Apr 2001, Jani Taskinen wrote: > On Tue, 24 Apr 2001, Sterling Hughes wrote: > > >I think its not a bad idea to encourage (even more :) bug fixing for the > >next release, but I don't think restricting valuable and/or needed > >features is a good idea. > > You're just lazy. :) I reall

Re: [PHP-DEV] Bug #10510 Updated: ini_set() as relates to max upload filesize setting

2001-04-26 Thread Hartmut Holzgraefe
[EMAIL PROTECTED] wrote: > Please take into account that the processing of post data happens > _before_ your call to ini_set. Thus your new limit value has no effect > to the upload and succeeds (of course) after the upload is rejected. maybe we should think about a way to mark all ini settings

Re: [PHP-DEV] 4.0.5: Merge Request

2001-04-26 Thread Jani Taskinen
On Wed, 25 Apr 2001, Sterling Hughes wrote: >On Thu, 26 Apr 2001, Jani Taskinen wrote: > >> On Tue, 24 Apr 2001, Sterling Hughes wrote: >> >> >I think its not a bad idea to encourage (even more :) bug fixing for the >> >next release, but I don't think restricting valuable and/or needed >> >featur

[PHP-DEV] Bug #10511: Cannot set COM object properties

2001-04-26 Thread peter . johnson
From: [EMAIL PROTECTED] Operating system: Windows 2K PHP version: 4.0.4pl1 PHP Bug Type: COM related Bug description: Cannot set COM object properties I am accessing ADO COM objects through PHP. I am using PHP 4.05 RC6 on Win2K in CGI mode. If I change the authentication

[PHP-DEV] Bug #8994 Updated: socket_set_timeout works only once

2001-04-26 Thread sterling
ID: 8994 Updated by: sterling Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Network related PHP Version: 4.0.4pl1 Assigned To: Comments: Applied in CVS, don't know if it will make 4.0.5 this late in the game. Thanks! Previous Comments: --

[PHP-DEV] Bug #8994 Updated: socket_set_timeout works only once

2001-04-26 Thread sterling
ID: 8994 Updated by: sterling Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Network related PHP Version: 4.0.4pl1 Assigned To: Comments: Applied in CVS, don't know if it will make 4.0.5 this late in the game. Thanks! Previous Comments: ---

[PHP-DEV] Bug #10490 Updated: xslt_process() generates fatal error

2001-04-26 Thread sterling
ID: 10490 Updated by: sterling Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Sablotron XSL PHP Version: 4.0 Latest CVS (25/04/2001) Assigned To: Comments: If you really want to catch the error you can use the xslt_set_error_handler() function. Not a bug (already had

[PHP-DEV] Bug #10510: ini_set() as relates to max upload filesize setting

2001-04-26 Thread webmaster
From: [EMAIL PROTECTED] Operating system: Unix/BSD PHP version: 4.0.4pl1 PHP Bug Type: *Function Specific Bug description: ini_set() as relates to max upload filesize setting First, let me say that I'm not entirely sure I would class this report as a bug, but it very well c

[PHP-DEV] PHP 4.0 Bug #10505 Updated: include problem with ftp

2001-04-26 Thread slaurijsse
ID: 10505 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: *Web Server problem Description: include problem with ftp Writing a file through ftp with fopen("ftp://...";) does work. Previous Comments: --- [2001-04-2

[PHP-DEV] Bug #10509 Updated: Zend Optimizer includes "shell line" in output

2001-04-26 Thread hholzgra
ID: 10509 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: Scripting Engine problem PHP Version: 4.0.4pl1 Assigned To: Comments: you should ask Zend support on problems with Zend products Previous Comments: ---

[PHP-DEV] Bug #10509: Zend Optimizer includes "shell line" in output

2001-04-26 Thread mdobel
From: [EMAIL PROTECTED] Operating system: Linux 2.2.19 PHP version: 4.0.4pl1 PHP Bug Type: Scripting Engine problem Bug description: Zend Optimizer includes "shell line" in output Assume the following "Shell Script": #!/usr/local/bin/php -q With the Zend Optimizer switche

[PHP-DEV] PHP 4.0 Bug #9872 Updated: Couldn't access all file via gz* functions

2001-04-26 Thread vaab
ID: 9872 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Zlib Related Description: Couldn't access all file via gz* functions I have php 4.0.4pl1 under Apache. My zlib is version 1.1.2. I've had problems accessing gz compressed file : This happens in the middle of a file : 'gzeof' d

[PHP-DEV] Bug #10508 Updated: Wrong result when comparing two specific strings via "==".

2001-04-26 Thread hholzgra
ID: 10508 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Scripting Engine problem PHP Version: 4.0.4pl1 Assigned To: Comments: use === to compare strings without auto-conversion Previous Comments:

[PHP-DEV] Bug #10508 Updated: Wrong result when comparing two specific strings via "==".

2001-04-26 Thread cynic
ID: 10508 Updated by: cynic Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Scripting Engine problem PHP Version: 4.0.4pl1 Assigned To: Comments: this (mis- but shh, don't tell anyone :)feature has already caused much confusion. the reason: "d0" is automagically con

[PHP-DEV] Bug #10508: Wrong result when comparing two specific strings via "==".

2001-04-26 Thread swift
From: [EMAIL PROTECTED] Operating system: W2K PHP version: 4.0.4pl1 PHP Bug Type: Scripting Engine problem Bug description: Wrong result when comparing two specific strings via "==". Hi! This seems to be a bug: This will produce the output "Why?" on my system ... but: wh

[PHP-DEV] Bug #10507: trouble with character set

2001-04-26 Thread rom
From: [EMAIL PROTECTED] Operating system: Windows 2000 server PHP version: 4.0.4pl1 PHP Bug Type: MySQL related Bug description: trouble with character set When trying to use default-character-set directive with mysql, php says: (when trying to connect to mysql server) War

[PHP-DEV] Bug #10506 Updated: Using a variable as a mathematical operator

2001-04-26 Thread cynic
ID: 10506 Updated by: cynic Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: Feature/Change Request PHP Version: 4.0.4pl1 Assigned To: Comments: just not correct. Previous Comments: --- [2001-04-26 0

[PHP-DEV] Bug #10506: Using a variable as a mathematical operator

2001-04-26 Thread jdj
From: [EMAIL PROTECTED] Operating system: Linux, but not important PHP version: 4.0.4pl1 PHP Bug Type: Feature/Change Request Bug description: Using a variable as a mathematical operator I am parsing the Date: header of an email address, which includes a GMT offset in the

[PHP-DEV] Bug #9839 Updated: opendir() before mysql_fetch_assoc() returns non-associative array

2001-04-26 Thread cardinal
ID: 9839 Updated by: cardinal Reported By: [EMAIL PROTECTED] Old-Status: Analyzed Status: Closed Bug Type: MySQL related PHP Version: 4.0.4pl1 Assigned To: Comments: mysql_fetch_assoc (And _fetch_row) now only takes one parameter in CVS. Previous Comments: --

[PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] RE: 4.0.5: Merge Request

2001-04-26 Thread Cynic
At 10:18 26.4. 2001, Hellekin O. Wolf wrote the following: -- >At 19:06 25/04/2001 +0100, James Moore wrote: >>Its doesnt at all :) We are using it as a temporary codename until we can >>think of a better one. >> >>- James > >*** Brazil

Re: [PHP-DEV] RE: 4.0.5: Merge Request

2001-04-26 Thread Hellekin O. Wolf
At 19:06 25/04/2001 +0100, James Moore wrote: >Its doesnt at all :) We are using it as a temporary codename until we can >think of a better one. > >- James *** Brazil ? It starts with a B and it's all a Bug Story... -- PHP Development Mailing List To unsubscribe, e-mail:

[PHP-DEV] Bug #10505: include problem with ftp

2001-04-26 Thread slaurijsse
From: [EMAIL PROTECTED] Operating system: HP-UX 11 PHP version: 4.0.4pl1 PHP Bug Type: *Web Server problem Bug description: include problem with ftp PHP gives a problem with the ftp functionality. We have compiled the php module with ftp functions However as soon as we try

Re: [PHP-DEV] 4.0.5: Merge Request

2001-04-26 Thread Jani Taskinen
On Tue, 24 Apr 2001, Sterling Hughes wrote: >I think its not a bad idea to encourage (even more :) bug fixing for the >next release, but I don't think restricting valuable and/or needed >features is a good idea. You're just lazy. :) There are these 'bugs' with type 'Feature/Change request'... so

Re: [PHP-DEV] RC7 is out

2001-04-26 Thread Anheyer, Tom
Zeev Suraski wrote: > > I rolled RC7 - if there are no surprises (there'd better not be! :), it > can finally go out early next week. please fix BUG 8994 / 10001 for the final 4.0.5. A fix for the set_socket_timeout problem is included in both reports. thanks tom -- PHP Development Mailing

[PHP-DEV] PHP SDL module

2001-04-26 Thread Emmanuel FAIVRE
Hi All I've just found a very intersting work on freshmeat : http://sourceforge.net/projects/phpsdl/ Perhaps this man is here ? Any comments ? Manu -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTE