[PHP-DEV] Re: RC4 + windows

2002-12-21 Thread Paul B. \[pbcomm, aka WPD\]
Hi, I cant seem to load RC4 at all (copied all the dlls, and everything) Paul B. "Marcus Börger" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi, > > i can no longer load mhash and domxml dll's under windows RC4. > > marcus > -- PHP Development Mailing L

Re: [PHP-DEV] Re: ground rules

2002-12-21 Thread Frank M. Kromann
Hi, It was decided to move php_printer.dll, as well as other extensions (iisfunc and ixsfunc) from the php repository to PECL. This was not caused by instability. These extensions all work fine (AFAIK). They were moved from php to PECL to reduce the size of PHP and tehreby reduce the time needed

Re: [PHP-DEV] Re: ground rules

2002-12-21 Thread Philip Olson
Please have a look at bug #21116 as it mentions php_printer.dll which is in php.ini but not in the distro. It does appear buildable as this dll can be found here: http://kromann.info/php4.php I'm not suggesting it be included as most likely it will be removed from php.ini like the others. This

[PHP-DEV] Re: RC4 + windows

2002-12-21 Thread Christoph Grottolo
Hi Marcus Börger wrote: > Hi, > > i can no longer load mhash and domxml dll's under windows RC4. > > marcus I can load both of them with RC4 (tried with ISAPI). Christoph -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] RC4 + windows

2002-12-21 Thread Edin Kadribasic
On Sunday 22 December 2002 00:51, Marcus Börger wrote: > Hi, > > i can no longer load mhash and domxml dll's under windows RC4. > > marcus Rememberd to copy .dlls from dlls folder to a folder in PATH like c:\winnt\system32? Edin -- PHP Development Mailing List To unsubscr

[PHP-DEV] RC4 + windows

2002-12-21 Thread Marcus Börger
Hi, i can no longer load mhash and domxml dll's under windows RC4. marcus -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] RC4: ground rules

2002-12-21 Thread Frank M. Kromann
Just create php.exe (CLI version) in Debug_TS\cli, Release_TS\cli and Release_TS_inline\cli - Frank > On Fri, 20 Dec 2002, Frank Kromann wrote: > > Hi Andrei, > > > > Should I commit a small fix to the Windows projects to avoid having the > > CGI and CLI produce php.exe to the same directory ? >

Re: [PHP-DEV] Re: ground rules

2002-12-21 Thread Edin Kadribasic
I have changed bundled php.ini-dist and php.ini-recommended to reflect these changes. Thanks for compilinng the list. Edin - Original Message - From: "Christoph Grottolo" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, December 21, 2002 10:40 PM Subject: [PHP-DEV] Re: ground r

Re: [PHP-DEV] RC4: ground rules

2002-12-21 Thread Moriyoshi Koizumi
Hi, > > > Possible values are: > > > > > > - php_auth_exposure=user > > > Only PHP_AUTH_USER is exposed. > > > > > > - php_auth_exposure=pw > > > Only PHP_AUTH_PW is exposed > > > > > > - php_auth_exposure=user,pw > > > Both PHP_AUTH_USER and PHP_AUTH_PW are exposeed > > > > Moriyoshi, have

[PHP-DEV] Re: ground rules

2002-12-21 Thread Christoph Grottolo
Hi Andrei Zmievski wrote: > Everyone, > > I have just released 4.3.0RC4. Despite the quote in my signature, I am > determined to keep this one the very last final RC of the interminable > 4.3.0 development cycle. Towards that end, I will closely monitor the > CVS commits and revert any that do not

Re: [PHP-DEV] RC4: ground rules

2002-12-21 Thread Andrei Zmievski
On Sun, 22 Dec 2002, Moriyoshi Koizumi wrote: > > Andrei Zmievski <[EMAIL PROTECTED]> wrote: > > Moriyoshi, > > > > I appreciate your effort here, but it seems that while this approach is > > more flexible, it is also bound to have more complicated. I have decided ^^

Re: [PHP-DEV] RC4: ground rules

2002-12-21 Thread Andrei Zmievski
On Sat, 21 Dec 2002, Edin Kadribasic wrote: > Andrei I think that we should include this small change in 4.3.0. It cannot > possibly affect anything in the negative way and I will make sure that the > files are correctly placed in the distribution. Ok, go ahead with this. -Andrei

Re: [PHP-DEV] RC4: ground rules

2002-12-21 Thread Moriyoshi Koizumi
Andrei Zmievski <[EMAIL PROTECTED]> wrote: > Moriyoshi, > > I appreciate your effort here, but it seems that while this approach is > more flexible, it is also bound to have more complicated. I have decided > to apply Philip's patch for 4.3.0. I think my patch is too complicated to be included i

Re: [PHP-DEV] RC4: ground rules

2002-12-21 Thread Edin Kadribasic
> Should I commit a small fix to the Windows projects to avoid having the > CGI and CLI produce php.exe to the same directory ? Andrei I think that we should include this small change in 4.3.0. It cannot possibly affect anything in the negative way and I will make sure that the files are correctly

Re: [PHP-DEV] RC4: ground rules

2002-12-21 Thread Andrei Zmievski
Moriyoshi, I appreciate your effort here, but it seems that while this approach is more flexible, it is also bound to have more complicated. I have decided to apply Philip's patch for 4.3.0. On Sat, 21 Dec 2002, Moriyoshi Koizumi wrote: > Ohh, it seems we have been working on the same patch simul

Re: [PHP-DEV] RC4: ground rules

2002-12-21 Thread Andrei Zmievski
On Fri, 20 Dec 2002, Frank Kromann wrote: > Hi Andrei, > > Should I commit a small fix to the Windows projects to avoid having the > CGI and CLI produce php.exe to the same directory ? What will the fix do exactly? -Andrei http://www.gravitonic.com/ "What's

[PHP-DEV] CVS Account Request: moodeey

2002-12-21 Thread Moodeey Moodeex al-mahmoodey
I want the cvs account to share in this greet project : http://www.php4arab.info/info/cvs-help.php?ezu=b358b668a8188c6241914ba62c09a638 -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] RC4: ground rules

2002-12-21 Thread Leon Atkinson
> There is no difference here, both are strings anyway. And the latest > option "AUTH_EXPOSE_USER | AUTH_EXPOSE_PW" wont work in an httpd.conf > file. Also, this is NOT the style we have in php.ini. I don't see any > valid point to use this thing. Derick, you may have a point about it not being a

Re: [PHP-DEV] Re: #20993 [Ver]:Elementvaluechangeswithoutasking

2002-12-21 Thread Andi Gutmans
I meant a big warning should be in place :) Andi At 08:18 PM 12/21/2002 +0200, Andi Gutmans wrote: At 07:13 PM 12/21/2002 +0100, Melvyn Sopacua wrote: At 18:24 21-12-2002, Andi Gutmans wrote: Yes I object. Think of references as a "symbolic link" to the same place. Now you have such a refere

Re: [PHP-DEV] Re: #20993 [Ver]:Elementvaluechangeswithoutasking

2002-12-21 Thread Andi Gutmans
At 07:13 PM 12/21/2002 +0100, Melvyn Sopacua wrote: At 18:24 21-12-2002, Andi Gutmans wrote: Yes I object. Think of references as a "symbolic link" to the same place. Now you have such a reference in an array which you assign to an additional variable. Now two variables contain copies of an ar

Re: [PHP-DEV] Re: #20993 [Ver]:Elementvaluechangeswithoutasking

2002-12-21 Thread Melvyn Sopacua
At 18:24 21-12-2002, Andi Gutmans wrote: Yes I object. Think of references as a "symbolic link" to the same place. Now you have such a reference in an array which you assign to an additional variable. Now two variables contain copies of an array but somewhere inside you have two copies of the

Re: [PHP-DEV] Re: #21060 [Opn->Bgs]: range() gives warning and returns false when low == high

2002-12-21 Thread Ilia A.
Since we are so close to the 4.3.0 the 'fix' for range() will not make it to the 4.3.0 release. However, for the 4.4.0 release I've committed an extensive patch that greatly extends the functionality of range(). This includes support for float modifier, detection of numeric values passed as stri

Re: [PHP-DEV] RC4: ground rules

2002-12-21 Thread Derick Rethans
On Sat, 21 Dec 2002, Leon Atkinson wrote: > > Possible values are: > > > > - php_auth_exposure=user > > Only PHP_AUTH_USER is exposed. > > > > - php_auth_exposure=pw > > Only PHP_AUTH_PW is exposed > > > > - php_auth_exposure=user,pw > > Both PHP_AUTH_USER and PHP_AUTH_PW are exposeed > > M

Re: [PHP-DEV] RC4: ground rules

2002-12-21 Thread Leon Atkinson
> Possible values are: > > - php_auth_exposure=user > Only PHP_AUTH_USER is exposed. > > - php_auth_exposure=pw > Only PHP_AUTH_PW is exposed > > - php_auth_exposure=user,pw > Both PHP_AUTH_USER and PHP_AUTH_PW are exposeed Moriyoshi, have you considered using constants here instead of strin

[PHP-DEV] ext_skel

2002-12-21 Thread Andi Gutmans
Hey, What's the reason that confirm_myextension_compiled(..) takes a string as an argument? Why doesn't it just use the string "myextension" in it's message? For those who don't remember it prints out "Congratulations! You have successfully modified ext/myextension/config.m4. Module myextension

Re: [PHP-DEV] Re: #20993 [Ver]:Elementvaluechangeswithoutasking

2002-12-21 Thread Andi Gutmans
Yes I object. Think of references as a "symbolic link" to the same place. Now you have such a reference in an array which you assign to an additional variable. Now two variables contain copies of an array but somewhere inside you have two copies of the symbolic link. Changing one will change the

Re: [PHP-DEV] Interesting result

2002-12-21 Thread Andi Gutmans
Again, as it is undefined in PHP the question "Why" in itself is wrong :) Andi At 04:43 PM 12/21/2002 +0200, Andrey Hristov wrote: - Original Message - From: "Andi Gutmans" <[EMAIL PROTECTED]> To: "Andrey Hristov" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Saturday, December 21, 200

Re: [PHP-DEV] Re: #20993 [Ver]:Elementvaluechangeswithoutasking

2002-12-21 Thread Melvyn Sopacua
At 17:16 18-12-2002, Moriyoshi Koizumi wrote: Melvyn Sopacua <[EMAIL PROTECTED]> wrote: --snip > > > OK so that's a deep copy. As much as I understand the motivation I don't > > > think this should be done. It'll slow down lots of things in PHP. I think > > > this should be solved by documenta

Re: [PHP-DEV] configure error on PHP_4_3

2002-12-21 Thread Jan Schneider
Zitat von Derick Rethans <[EMAIL PROTECTED]>: > On Sat, 21 Dec 2002, Jan Schneider wrote: > > > I get this error at the end of running ./configure: > > > > config.status: creating pear/scripts/pearize > > config.status: error: cannot find input file: pear/scripts/pearize.in > > > > It might happe

Re: [PHP-DEV] Re: mysql 4.0.6 gamma and php 4.3.0 .... ?

2002-12-21 Thread tijn
ok - apologies. I just realised that it was actually to do with the table/field setup (fields with the same name in both tables) and the specific left join query. The sql statement used (left join) would select all columns from 2 tables, both of which included some similar fields (ie create_id and

[PHP-DEV] PHP 4 Bug Summary Report

2002-12-21 Thread php-dev
PHP 4 Bug Database summary - http://bugs.php.net Num Status Summary (1068 total including feature requests) ===[*Configuration Issues] 13561 Assigned --without-pear prevent install of php-config,phpize,... 19282 Won't fix Place php4ts.dl

Re: [PHP-DEV] configure error on PHP_4_3

2002-12-21 Thread Derick Rethans
On Sat, 21 Dec 2002, Jan Schneider wrote: > I get this error at the end of running ./configure: > > config.status: creating pear/scripts/pearize > config.status: error: cannot find input file: pear/scripts/pearize.in > > It might happen because I run it from a PHP_4_2_0 checkout updated to the >

Re: [PHP-DEV] Interesting result

2002-12-21 Thread Andrey Hristov
- Original Message - From: "Andi Gutmans" <[EMAIL PROTECTED]> To: "Andrey Hristov" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Saturday, December 21, 2002 4:17 PM Subject: Re: [PHP-DEV] Interesting result > It doesn't matter because the behavior here is undefined just like in C. > You

Re: [PHP-DEV] Interesting result

2002-12-21 Thread Andi Gutmans
It doesn't matter because the behavior here is undefined just like in C. You can't use a variable and it's post/pre increment value in the same expression. Andi At 03:26 PM 12/21/2002 +0200, Andrey Hristov wrote: Hi, i got an interesting case : Result int(2) int(3) Can somebody explain why

[PHP-DEV] configure error on PHP_4_3

2002-12-21 Thread Jan Schneider
I get this error at the end of running ./configure: config.status: creating pear/scripts/pearize config.status: error: cannot find input file: pear/scripts/pearize.in It might happen because I run it from a PHP_4_2_0 checkout updated to the branch PHP_4_3 though I ran make distclean before. But I

[PHP-DEV] Interesting result

2002-12-21 Thread Andrey Hristov
Hi, i got an interesting case : Result int(2) int(3) Can somebody explain why if there is reference to the var the result is different? Andrey -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: mysql 4.0.6 gamma and php 4.3.0 .... ?

2002-12-21 Thread tijn
The exact problem is to do with sql SELECT queries from PHP that use 'LEFT JOIN' & 'WHERE'. When using php (eg mysql_fetch_array()) to retrieve rows, normally you can use 2 methods to access the results in the myrow array: $result1 = $myrow[0]; #the numerical method $result2 = $myrow['proj_id']; #

Re: [PHP-DEV] Re: #21060 [Opn->Bgs]: range() gives warning andreturns false when low == high

2002-12-21 Thread Derick Rethans
On Sat, 21 Dec 2002, Chandrashekhar Bhosle wrote: > > On Fri, 20 Dec 2002 09:44:49 -0500 > "Ilia A." <[EMAIL PROTECTED]> wrote: > > > > > What would be an output then, array() ? > > > > > > range(2,4) gives array(2,3,4); > > > range(2,3) gives array(2,3); > > > range(2,2) gives array(2); > >

Re: [PHP-DEV] Re: mysql 4.0.6 gamma and php 4.3.0 .... ?

2002-12-21 Thread tijn
The problem is related to both windows and linux - but on linux you can easily recompile and include the client that is included with mysql 4. On Windows you need Visual Studio / C++ to re-compile (as I understand itif anyone knows how to recompile php on windows using only opensource tools...p

Re: [PHP-DEV] Safe Mode Off

2002-12-21 Thread Shashwat Nagpal
Thanks Mike, but I m facing a problem in uploading files through PHP and i don't have xs to php.ini so i was wondering if something can help b4 i ask server ppl. Cheers! Shashwat "Mike Hall" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > You don't... for t

Re: [PHP-DEV] Safe Mode Off

2002-12-21 Thread Mike Hall
You don't... for that would be a profoundly stupid feature, defeating the point of safe mode. And I suspect [EMAIL PROTECTED] would be a better place for this question --- Original Message --- From:"Shashwat Nagpal" <[EMAIL PROTECTED]> To: [EMAIL P

Re: [PHP-DEV] Re: mysql 4.0.6 gamma and php 4.3.0 .... ?

2002-12-21 Thread Thomas Seifert
oh thanks, didn't notice its only related to windows. Thomas On Fri, 20 Dec 2002 22:52:51 +0100 (CET) [EMAIL PROTECTED] (Derick Rethans) wrote: > On Fri, 20 Dec 2002, Thomas Seifert wrote: > > > what's the exact problem with the php/mysql4-interaction? > > I'm using mysql-4.0.5 and php-4.2.3 i

[PHP-DEV] Safe Mode Off

2002-12-21 Thread Shashwat Nagpal
how can i turn safe_mode on or off from within the script... -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php