[PHP-DEV] Re: Change of cgi behaviour in 4.3.0

2002-09-25 Thread Sascha Schumann
On Wed, 25 Sep 2002, Edin Kadribasic wrote: For some reason http status reporting has been changed in the current CVS version of PHP. This breaks PHP under IIS and possibly other servers. Please see http://bugs.php.net/bug.php?id=19207 for details. The reason is that it did not work

[PHP-DEV] Re: Change of cgi behaviour in 4.3.0

2002-09-25 Thread Edin Kadribasic
On Wed, 25 Sep 2002 08:36:42 +0200 (CEST), Sascha Schumann wrote: On Wed, 25 Sep 2002, Edin Kadribasic wrote: For some reason http status reporting has been changed in the current CVS version of PHP. This breaks PHP under IIS and possibly other servers. Please see

Re: [PHP-DEV] Re: Change of cgi behaviour in 4.3.0

2002-09-25 Thread Zeev Suraski
Just to clear any doubts - was there any real-world problem with the way things were working before this change? Zeev At 10:26 25/09/2002, Edin Kadribasic wrote: On Wed, 25 Sep 2002 08:36:42 +0200 (CEST), Sascha Schumann wrote: On Wed, 25 Sep 2002, Edin Kadribasic wrote: For some reason

[PHP-DEV] Re: Change of cgi behaviour in 4.3.0

2002-09-25 Thread Sascha Schumann
This is probably the best solution to the problem. We just have to remember to explain the issue in the release notes when 4.3.0 gets released. Perhaps also make the old format default on Windows since probably most people use php-cgi with IIS. Well, I am not so certain about that --

Re: [PHP-DEV] Re: Change of cgi behaviour in 4.3.0

2002-09-25 Thread derick
On Wed, 25 Sep 2002, Zeev Suraski wrote: Just to clear any doubts - was there any real-world problem with the way things were working before this change? Yes, there was a problem. I remember 'fixing' that, and there is also a bugreport about it which I can not find right now. Derick x= At

Re: [PHP-DEV] Re: Change of cgi behaviour in 4.3.0

2002-09-25 Thread Zeev Suraski
Ok, we need to make sure we're not creating a bigger problem with that fix. Zeev At 10:44 25/09/2002, [EMAIL PROTECTED] wrote: On Wed, 25 Sep 2002, Zeev Suraski wrote: Just to clear any doubts - was there any real-world problem with the way things were working before this change? Yes,

[PHP-DEV] Interesting note

2002-09-25 Thread Andrey Hristov
Hi, regarding to documentation of mysql_query() : [snip] Note: The query string should not end with a semicolon. [/snip] Is this mySQL problem or what? As far as I see in the sources this does not anything with PHP. So is it mysql issue. Thanks, Andrey -- PHP Development Mailing List

Re: [PHP-DEV] Interesting note

2002-09-25 Thread derick
On Wed, 25 Sep 2002, Andrey Hristov wrote: Hi, regarding to documentation of mysql_query() : [snip] Note: The query string should not end with a semicolon. [/snip] Is this mySQL problem or what? As far as I see in the sources this does not anything with PHP. So is it mysql issue.

[PHP-DEV] Re: broken stat cache?

2002-09-25 Thread Wez Furlong
On 09/25/02, Yasuo Ohgaki [EMAIL PROTECTED] wrote: It seems stat cache is broken. Just point it out the problem I noticed, since Wez is going to rewrite stat related code soon(?) IIRC. I re-routed the user-space stat() through the wrappers subsystem (a while ago), but didn't want/need to

[PHP-DEV] Re: broken stat cache?

2002-09-25 Thread Yasuo Ohgaki
Wez Furlong wrote: I don't plan to make any additional changes to stat(); I was thinking of implementing stat for ftp/http (but decided to shelve that for 4.3) - now that the abstraction is in place, it would not affect local files/statcache/php_stat(). Ok. Thanks for the info. Although I

[PHP-DEV] Re: #19257 [Bgs]: strtolower strtoupper does not work for UTF-8 strings

2002-09-25 Thread Stig Venaas
On Fri, Sep 13, 2002 at 11:55:50AM +0100, Wez Furlong wrote: Where mapping is one of upper, lower or title (since unicode knows about title case). This function would then be able to internally convert to unicode, apply the appropriate transformation and then convert back to the original

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard reg.c reg.h

2002-09-25 Thread Sebastian Bergmann
Andrei Zmievski wrote: andrei Wed Sep 25 10:02:35 2002 EDT Modified files: /php4/ext/standard reg.c reg.h Log: Fix bug #17570. reg.c C:\home\php\php4\ext\standard\reg.c(45) : error C2065: 'php_reg_globals' : nicht deklarierter Bezeichner

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard reg.c reg.h

2002-09-25 Thread Wez Furlong
And in English: C:\TBR\C++\php4\ext\standard\reg.c(45) : error C2065: 'php_reg_globals' : undeclared identifier C:\TBR\C++\php4\ext\standard\reg.c(45) : error C2059: syntax error : ')' C:\TBR\C++\php4\ext\standard\reg.c(54) : error C2059: syntax error : ')'

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard reg.c reg.h

2002-09-25 Thread Sebastian Bergmann
Wez Furlong wrote: And in English: Oops, sorry, forgot to translate :-/ -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/ -- PHP Development Mailing List

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard reg.c reg.h

2002-09-25 Thread Wez Furlong
On 09/25/02, Sebastian Bergmann [EMAIL PROTECTED] wrote: Wez Furlong wrote: And in English: Oops, sorry, forgot to translate :-/ I didn't mean for that to sound like a command, I just thought it would be helpful for anyone interested in fixing it :-) --Wez. -- PHP Development Mailing

[PHP-DEV] Save the Orphans - No this isn't coming from a friend in Nigeria

2002-09-25 Thread Sterling Hughes
Hi, As you may of noticed, I've orphaned quite a few of my extensions in the php4 cvs tree. This is due to the fact that I now longer have the time to maintain any of the php extensions and frankly i haven't had the effort/motivation to do it for quite a while (the number of support mails I get

[PHP-DEV] url_rewriter.tags fun..

2002-09-25 Thread Jani Taskinen
php.ini: session.use_trans_sid = 1 url_rewriter.tags = a=href,area=href,frame=src,input=src,form=fakeentry script: ?php session_start(); ? html body form action=?php echo $_SERVER['PHP_SELF'];? input type=text name=test

Re: [PHP-DEV] Save the Orphans - No this isn't coming from a friend in Nigeria

2002-09-25 Thread Andrei Zmievski
Good riddance. On Wed, 25 Sep 2002, Sterling Hughes wrote: Hi, As you may of noticed, I've orphaned quite a few of my extensions in the php4 cvs tree. This is due to the fact that I now longer have the time to maintain any of the php extensions and frankly i haven't had the

[PHP-DEV] CVS Account Request: popov

2002-09-25 Thread Dmitriy V. Popov
Hello! Me call Dmitriy, I from Russia. I would like transllate manual into Russian. I work by the it-manager of studio of Web-design. Now we have ordered translation in the professional linguist, and this translation will be published under my edition. I shall be glad, if you will give me CVS

[PHP-DEV] Re: url_rewriter.tags fun..

2002-09-25 Thread Sascha Schumann
And browser has cookies disabled. The hidden entry does not appear. Sometimes it does appear..but I haven't figured out why yet. Using latest CVS HEAD.. Did it work in newly started Apache children and failed in reused ones? That would be a pattern at last. The

[PHP-DEV] help needed with config.m4 script

2002-09-25 Thread Tony Leake
Hello, I am having problems with an extension, I think with the config.m4 script. If I build the extension into the php source tree it works fine and links correctly. If I build it as a shared object either within the source tree as --with-audio=shared or outside the source tree running phpize

Re: [PHP-DEV] Calling an external C function under Unix

2002-09-25 Thread Brad LaFountain
You could write a wrapper extension around your c libary. - brad --- Anna Sotnichenko [EMAIL PROTECTED] wrote: Hello All! I want to transfer a PHP script with minimum changes from IIS under Win2000 to Unix. My ISAPI PHP script calls some external C-functions through PHP W32api extension.

Re: [PHP-DEV] help needed with config.m4 script

2002-09-25 Thread Jani Taskinen
On 25 Sep 2002, Tony Leake wrote: links correctly. If I build it as a shared object either within the source tree as --with-audio=shared or outside the source tree running phpize the .so file builds but it doesn't link to the external lib. contents of config.m4 The 2nd last line I added

RE: [PHP-DEV] [PATCH] include statement in php.ini file

2002-09-25 Thread Rasmus Lerdorf
I don't see any obvious problems with this patch except for a couple of extrananeos changes. I was a bit indisposed last week and didn't really follow the discussion leading up to this, but I have read the archive. I agree that going full out with PHP-parsed .ini files is going too far, but

Re: [PHP-DEV] Re: url_rewriter.tags fun..

2002-09-25 Thread Jani Taskinen
On Wed, 25 Sep 2002, Sascha Schumann wrote: And browser has cookies disabled. The hidden entry does not appear. Sometimes it does appear..but I haven't figured out why yet. Using latest CVS HEAD.. Did it work in newly started Apache children and failed in reused ones?

[PHP-DEV] Calling an external C function under Unix

2002-09-25 Thread Anna Sotnichenko
Hello All! I want to transfer a PHP script with minimum changes from IIS under Win2000 to Unix. My ISAPI PHP script calls some external C-functions through PHP W32api extension. Is there a way to call external C-function from PHP-script under UNIX? Thanks in advance. -- PHP Development

[PHP-DEV] mb_convert_case (Was: Re: #19257 [Bgs]: strtolower strtoupper does not work for UTF-8 strings)

2002-09-25 Thread Wez Furlong
All: I've just committed a php-style version of the ucdata package that Stig directed me to. usage: proto string mb_convert_case(string str, int mode [, string encoding]); mode can be one of MB_CASE_UPPER, MB_CASE_LOWER or MB_CASE_TITLE. encoding specifies the encoding of str; if omitted, the

Re: [PHP-DEV] Re: url_rewriter.tags fun..

2002-09-25 Thread Sascha Schumann
Yes. First it didn't appear to be that, but after sending the email, I checked it again by running apache in gdb and it indeed works only for the first request. I'll look at that. You fixed another bug too the same time which had bugged me a while ago. As before if

[PHP-DEV] CVS Account Request: okamura

2002-09-25 Thread OKAMURA Kensuke
Translating the documentation Japanese -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: url_rewriter.tags fun..

2002-09-25 Thread Sascha Schumann
Did it work in newly started Apache children and failed in reused ones? That would be a pattern at last. Yes. First it didn't appear to be that, but after sending the email, I checked it again by running apache in gdb and it indeed works only for the first request.

[PHP-DEV] Question, might be stupid...

2002-09-25 Thread Ken
I have a HTML form that has a session variable called $cost. Now I want to set the value to this table data input field. Anyone know how this is accomplished? tdinput value=$cost name=txtSubTotalAmount size=40 readonly/td Thanks in advance! -- PHP Development Mailing List

[PHP-DEV] [PATCH] 64 bit PHP (long vs int problems)

2002-09-25 Thread Jason Greene
Hello all, After attempting to compile php on solaris as a 64 bit executable, and resolving the attempt to link libcrack (32bit lib), I was greated with a nice Bus Error. Upon examining the source, it looks like their are alot of areas where longs and ints are used interchangeably. This is

Re: [PHP-DEV] help needed with config.m4 script

2002-09-25 Thread Tony Leake
On Wed, 2002-09-25 at 22:48, Jani Taskinen wrote: The 2nd last line I added should take care of it. You also might want to add the include path with 'PHP_ADD_INCLUDE' macro..in case the header files are not in /usr/include.. :) --Jani Thanks a lot Jani, problem solved :) Tony