[PHP-DEV] pgsql session save handler bench (was [PHP-DEV] session_pgsql module commit notice)

2001-12-29 Thread Yasuo Ohgaki
result may be close to files handler. Ext2 FS users may get slower performance with files handler. (Or faster for 10K sessions?) -- Yasuo Ohgaki -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

Re: [PHP-DEV] Getting rid of --disable-session configure option.

2001-12-28 Thread Yasuo Ohgaki
is internal module and initilized always before normal module, IIRC. It makes external session save handler useless with current session module code :( (We need smart ini parser module loader, also :) -- Yasuo Ohgaki Derick On Wed, 26 Dec 2001, Yasuo Ohgaki wrote: Hi all, I keep

[PHP-DEV] Re: Suggestion: Adding fmt like linebreak algorithm

2001-12-25 Thread Yasuo Ohgaki
need native support though. How about submit bug report (Feature Request)? -- Yasuo Ohgaki -- 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

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /main rfc1867.c

2001-12-25 Thread Yasuo Ohgaki
, since web server is complex enough to develop from scratch. Since Apache is configurable as user want, how about include configure line for test suite and httpd.conf? -- Yasuo Ohgaki -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

[PHP-DEV] Re: [PEAR-DEV] PECL module

2001-12-25 Thread Yasuo Ohgaki
Martin Jansen wrote: On Tue, 25 Dec 2001 13:31:40 +0900, Yasuo Ohgaki wrote: I hope there is more explanation about PECL in PHP source. How about to have README.PECL to let develpers/users know status of PECL, what it is, what kind of module goes to PECL, etc. I've written some

Re: [PHP-DEV] Re: Suggestion: Adding fmt like linebreak algorithm

2001-12-25 Thread Yasuo Ohgaki
already. I agree. Current PHP covers most of features can be found in fmt. Just a little more code is needed. New features are useful for text e-mail messages. However, I don't think it is important to support it. -- Yasuo Ohgaki -- PHP Development Mailing List http://www.php.net

Re: [PHP-DEV] Re: Suggestion: Adding fmt like linebreak algorithm

2001-12-25 Thread Yasuo Ohgaki
Sean R. Bright wrote: Doesn't wordwrap() already handle this? Or am i missing something? Sean Almost, just missing some features that can be found in fmt. Which is useful for text message formatting :) -- Yasuo Ohgaki -- PHP Development Mailing List http://www.php.net/ To unsubscribe

[PHP-DEV] Getting rid of --disable-session configure option.

2001-12-25 Thread Yasuo Ohgaki
... -- Yasuo Ohgaki -- 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] Re: Suggestion: Adding fmt like linebreak algorithm

2001-12-25 Thread Yasuo Ohgaki
suggestion sounds nice to me. There are many search replace algorithms patented, but I don't think any of Knuth's algorithms are patented :) -- Yasuo Ohgaki -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: [PHP-DEV] exit()

2001-12-25 Thread Yasuo Ohgaki
PROTECTED] | | | -- Yasuo Ohgaki -- 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] exit()

2001-12-25 Thread Yasuo Ohgaki
Alexander Wagner wrote: Andi Gutmans wrote: As Derick pointed out, it still prints... Huh? What do you mean? exit(,0) wouldn't print anything. Wouldn't break BC either, would it? No, I don't think it prints any of course. It just seems strange to me ;) -- Yasuo Ohgaki -- PHP

Re: [PHP-DEV] exit()

2001-12-25 Thread Yasuo Ohgaki
to have? I don't expect 100% compatibility for any language if there is major version up. I suppose many people want/keep clean syntax, instead of keeping compatibility for this. There are many BC changes in many languages including PHP, aren't there? -- Yasuo Ohgaki -- PHP Development Mailing

Re: [PHP-DEV] exit()

2001-12-25 Thread Yasuo Ohgaki
Alexander Wagner wrote: Yasuo Ohgaki wrote: exit(,0) wouldn't print anything. It works, but question is Is this really good fix? or good change to have? I don't expect 100% compatibility for any language if there is major version up. I suppose many people want/keep clean syntax, instead

[PHP-DEV] PECL module

2001-12-24 Thread Yasuo Ohgaki
Tomas V.V.Cox wrote: Stig S. Bakken wrote: Yasuo Ohgaki wrote: Now I understand what you mean. There is no PECL there. So I have to ask users to check out repository to test PECL modules? I hope there is a better way :) We'll have to come up with something. Either a separate download area

Re: [PHP-DEV] session_pgsql module commit notice

2001-12-24 Thread Yasuo Ohgaki
[EMAIL PROTECTED] wrote: On Sat, 22 Dec 2001, Yasuo Ohgaki wrote: Anyone care to take benchmarks? (You need to wait a little more, since session module needed to be changed to work with pgsql session save handler) What should be fixed there? Derick There are serious issues... 1

[PHP-DEV] Re: Bug #14636: Session variables are lost when redirecting to a url using header() function.

2001-12-21 Thread Yasuo Ohgaki
This report sounds like a duplicate to me. I just don't have time to check it now, so just a comment. I appreciate if repoter check it. Search reports with feedback status also. -- Yasuo Ohgaki [EMAIL PROTECTED] wrote: From: [EMAIL PROTECTED] Operating system: windows 2000

[PHP-DEV] session_pgsql module commit notice

2001-12-21 Thread Yasuo Ohgaki
for this already) -- Yasuo Ohgaki -- 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] Bug #14497 Updated: PHP causes segfault when session

2001-12-21 Thread Yasuo Ohgaki
:) Now I remeber what is was. Is this fixed? If not, I'll also take a look at session.c for other places that may cause segfault. -- Yasuo Ohgaki -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

Re: [PHP-DEV] Re: [PEAR-DEV] Re: [FRC]Session module related issues

2001-12-21 Thread Yasuo Ohgaki
mlwmohawk wrote: On Thursday 20 December 2001 08:38 am, Yasuo Ohgaki wrote: Jani Taskinen wrote: Why not make it standalone extension? Just check the ext/msession/ extension which has done this same thing. --Jani Then msession may have the same problem that I mentioned. Since session

[PHP-DEV] Re: ucwords() bug -- Newbie trying to fix it

2001-12-21 Thread Yasuo Ohgaki
international character support and Visual C++ is supossed to call the Windows API to acomplish this kind of tasks. I'm I right? Is there any way I can fix this? If you submit bug report, I guess someone will fix it. (it may be fixed already) It should be easy one to fix :) -- Yasuo Ohgaki

[PHP-DEV] Re: Bug #14650 Updated: include_path is badly broken in SAPI version

2001-12-21 Thread Yasuo Ohgaki
) -GED Edit this bug report at http://bugs.php.net/?id=14650edit=1 -- Yasuo Ohgaki -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

[PHP-DEV] Re: MS SQL Connection

2001-12-21 Thread Yasuo Ohgaki
flood of questions :) -- Yasuo Ohgaki -- 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] session_pgsql module commit notice

2001-12-21 Thread Yasuo Ohgaki
mlwmohawk wrote: On Friday 21 December 2001 04:36 am, Yasuo Ohgaki wrote: Hi all, This is the last notice before PostgreSQL session save handler module commit. I've renamed it to session_pgsql so that users will understand it's a sub module for session module. I've also changed Makefile.in

[PHP-DEV] Re: Bug #14612 Updated: session save handler module uses php_session_register_module() does not work.

2001-12-20 Thread Yasuo Ohgaki
void ./Zend/zend_modules.h:#define GINIT_FUNC_ARGS_PASSTHRU and #define GINIT_FUNC_ARGS void #define GINIT_FUNC_ARGS_PASSTHRU in zend_modules.h Any clue is appreciated :) -- Yasuo Ohgaki -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED

[PHP-DEV] Re: Bug #14613: Implement Function/Feature Conformity Tests

2001-12-20 Thread Yasuo Ohgaki
actively work to help users deal with changes more effectively. Additionally, these changes would help developers and the QA team spot unintentional changes to function behavior. -- Yasuo Ohgaki -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL

[PHP-DEV] Re: [FRC]Session module related issues

2001-12-20 Thread Yasuo Ohgaki
Martin Jansen wrote: On Thu, 20 Dec 2001 14:41:43 +0900, Yasuo Ohgaki wrote: 4) Where document should be? If your session handler will be part of PECL, it should be documented in the upcoming PEAR manual. Have a look at the CVS module peardoc to get a feeling for it. Thank you

[PHP-DEV] Re: [FRC]Session module related issues

2001-12-20 Thread Yasuo Ohgaki
Yasuo Ohgaki wrote: Martin Jansen wrote: On Thu, 20 Dec 2001 14:41:43 +0900, Yasuo Ohgaki wrote: 4) Where document should be? If your session handler will be part of PECL, it should be documented in the upcoming PEAR manual. Have a look at the CVS module peardoc to get a feeling

Re: [PHP-DEV] Bug #13378 Updated: Auto session start + obejct

2001-12-20 Thread Yasuo Ohgaki
Derick Rethans wrote: Hello Teodor, I meant the callback at http://www.php.net/manual/en/function.unserialize.php regaards, Derick Thank you Derick, I should have known that ;) -- Yasuo Ohgaki -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL

Re: [PHP-DEV] Question: Should exit() print out the integer exit-status?

2001-12-20 Thread Yasuo Ohgaki
not be released any time soon. :) -- Yasuo Ohgaki -- 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: [PEAR-DEV] Re: [FRC]Session module related issues

2001-12-20 Thread Yasuo Ohgaki
Hey, I got undefined symbol error! Why? for all modules that has child modules... -- Yasuo Ohgaki On Thu, 20 Dec 2001, Yasuo Ohgaki wrote: Yasuo Ohgaki wrote: Martin Jansen wrote: On Thu, 20 Dec 2001 14:41:43 +0900, Yasuo Ohgaki wrote: 4) Where document should be? If your session

[PHP-DEV] Re: [PEAR-DEV] Re: [FRC]Session module related issues

2001-12-20 Thread Yasuo Ohgaki
to the session save handler ;) I hope lot of users will like it. -- Yasuo Ohgaki _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL

Re: [PHP-DEV] Question: Should exit() print out the integer exit-status?

2001-12-20 Thread Yasuo Ohgaki
Zeev Suraski wrote: At 15:18 20/12/2001, Yasuo Ohgaki wrote: Nobody should complain about BC changes if changes are notified early enough and there is alternative way to do the same thing. IMHO. (This has been done for some features such as track vars ;) That's a very impractical

[PHP-DEV] Re: Bug #14624: is_link() fail with error if the link is not found

2001-12-20 Thread Yasuo Ohgaki
release. it should just return false, seems to be like the previous is_dir() bug in 4.1 release. bye Yet another bug report for the issue... Please not again... I wish. -- Yasuo Ohgaki -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED

[PHP-DEV] Re: [PEAR-DEV] Re: [FRC]Session module related issues

2001-12-20 Thread Yasuo Ohgaki
Martin Jansen wrote: On Thu, 20 Dec 2001 19:58:10 +0900, Yasuo Ohgaki wrote: You missed issues here 1) It highly depends on Session module. I don't see a problem here. The developer has to take care that session is available when he wants to use your module. That's what

[PHP-DEV] ]RFC] Do we want/allow undefined symbol error or not?

2001-12-20 Thread Yasuo Ohgaki
initilization order control 4) location of sub module 5) other, may be. PS: I've said yes to locate save handlers to PECL at first, so I'm not against to place sub modules to other locations, if all issue is cleared. -- Yasuo Ohgaki -- PHP Development Mailing List http://www.php.net

[PHP-DEV] Re: ]RFC] Do we want/allow *RUNTIME* undefined symbol error or not?

2001-12-20 Thread Yasuo Ohgaki
I forgot to mention explicitly ;) Do we want/allow *RUNTIME* undefined symbol error? -- Yasuo Ohgaki -- 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

Re: [PHP-DEV] ]RFC] Do we want/allow undefined symbol error or not?

2001-12-20 Thread Yasuo Ohgaki
[EMAIL PROTECTED] wrote: On Fri, 21 Dec 2001, Yasuo Ohgaki wrote: Hi all, As you might already notice my RFC for session save handler module, There is a issue how to deal with undefined symbol error for rather usual configuration. If a user wants to use the mod_pgsql session module, he

[PHP-DEV] Where to locate child module?

2001-12-20 Thread Yasuo Ohgaki
there. Thanks for your input. -- Yasuo Ohgaki -- 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] Moving session handler to PECL

2001-12-20 Thread Yasuo Ohgaki
to zend source to change module loader to understand initilization order smartly ;) I'll make a changes needed to make save handlers to compile as standalone module and runs/compiles without problem. If you have comment or objects expected changes, please let me know ASAP. -- Yasuo Ohgaki

[PHP-DEV] PECL: is it ok to commit to php4 source tree?

2001-12-20 Thread Yasuo Ohgaki
Hi all, I understand /pear has separate repository for pear development. What is the current rule for commiting /pear/PECL/some_module to /php4/pear/PECL/some_module? Thank you. -- Yasuo Ohgaki -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED

[PHP-DEV] Re: PECL: is it ok to commit to php4 source tree?

2001-12-20 Thread Yasuo Ohgaki
Yasuo Ohgaki wrote: Hi all, I understand /pear has separate repository for pear development. What is the current rule for commiting /pear/PECL/some_module to /php4/pear/PECL/some_module? Thank you. Oops, PECL supposed to have different place for downloading. There user can download

[PHP-DEV] Re: [PEAR-DEV] Re: PECL: is it ok to commit to php4 source tree?

2001-12-20 Thread Yasuo Ohgaki
Tomas V.V.Cox wrote: Yasuo Ohgaki wrote: Yasuo Ohgaki wrote: Hi all, I understand /pear has separate repository for pear development. What is the current rule for commiting /pear/PECL/some_module to /php4/pear/PECL/some_module? Thank you. Oops, PECL supposed to have different place

[PHP-DEV] Re: [PEAR-DEV] PECL: is it ok to commit to php4 source tree?

2001-12-20 Thread Yasuo Ohgaki
Tomas V.V.Cox wrote: Yasuo Ohgaki wrote: Hi all, I understand /pear has separate repository for pear development. What is the current rule for commiting /pear/PECL/some_module to /php4/pear/PECL/some_module? pear/PECL/some_module, no more rules :-) php4/pear has nothing to do with PECL

[PHP-DEV] Re: [PEAR-DEV] Re: PECL: is it ok to commit to php4 source tree?

2001-12-20 Thread Yasuo Ohgaki
Yasuo Ohgaki wrote: Tomas V.V.Cox wrote: *SNIP* I can't tell you much about PECL, but yes for PEAR. Open this url: http://pear.php.net/?devme Then open this: http://pear.php.net and go to the package browser. There the people will be able to download the packages or directly remote

[PHP-DEV] Re: [PEAR-DEV] PECL: is it ok to commit to php4 source tree?

2001-12-20 Thread Yasuo Ohgaki
Tomas V.V.Cox wrote: Yasuo Ohgaki wrote: Anyway, I'll just use session_pgsql for now. Module name differ from actual module name, but names like mod_pgsql may conflict other other modules. e.g. pgsql sub module for auth module, etc. imho session_pgsql is just perfect :) Tomas V.V.Cox

[PHP-DEV] Re: Moving session gc to RSHUTDOWN.

2001-12-19 Thread Yasuo Ohgaki
Derick Rethans wrote: Hello Yasuo, On Wed, 19 Dec 2001, Yasuo Ohgaki wrote: Does anyone object if I move gc call to RSHUTDOWN? Current session module does gc after read anyway. I suppose there will be no BC. Suppose is not enough here :) IMO, you should be very certain that it does

[PHP-DEV] Re: Moving session gc to RSHUTDOWN.

2001-12-19 Thread Yasuo Ohgaki
Yasuo Ohgaki wrote: Derick Rethans wrote: Hello Yasuo, On Wed, 19 Dec 2001, Yasuo Ohgaki wrote: Does anyone object if I move gc call to RSHUTDOWN? Current session module does gc after read anyway. I suppose there will be no BC. Suppose is not enough here :) IMO, you should

[PHP-DEV] Re: CVS Account Request: nogada

2001-12-19 Thread Yasuo Ohgaki
Yongmin Lee wrote: translation for manual I guess you haven't read how to request CVS Account. Take a look at php-doc list and ask who is managing tranlation for your language :) -- Yasuo Ohgaki -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL

[PHP-DEV] Re: Moving session gc to RSHUTDOWN.

2001-12-19 Thread Yasuo Ohgaki
Yasuo Ohgaki wrote: I forgot to mention about pg_modules. Currently I use #ifdef #endif for entry, but there should be better way, isn't there? Found it. It should be in MINIT :) -- Yasuo Ohgaki -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL

Re: [PHP-DEV] Adding session save handler?

2001-12-19 Thread Yasuo Ohgaki
, but placing mod_pgsql to PECL could be a kind of mess. Stig, what do you think? -- Yasuo Ohgaki _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com -- PHP Development Mailing List http://www.php.net/ To unsubscribe

Re: [PHP-DEV] Adding session save handler?

2001-12-19 Thread Yasuo Ohgaki
Yasuo Ohgaki wrote: Jon Parise wrote: On Wed, Dec 19, 2001 at 09:02:01AM +0100, [EMAIL PROTECTED] wrote: Furthermore, I don't think you should add this function as a built-in session handler, but make it an extension for the PECL repository in PEAR. Agreed. Very cool idea, though

[PHP-DEV] Re: Moving session gc to RSHUTDOWN.

2001-12-19 Thread Yasuo Ohgaki
Yasuo Ohgaki wrote: Yasuo Ohgaki wrote: I forgot to mention about pg_modules. Currently I use #ifdef #endif for entry, but there should be better way, isn't there? Found it. It should be in MINIT :) I blindly copy MINIT lines from mm module and it just didn't work. I enabled mm

[PHP-DEV] Re: ext/msession: inconsistent function names?

2001-12-19 Thread Yasuo Ohgaki
: msession_get_data()) Ulf I think it should. It's experimental module ;) Nobody objects keeping old names also, I suppose. -- Yasuo Ohgaki -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

[PHP-DEV] [FRC]Session module related issues

2001-12-19 Thread Yasuo Ohgaki
/Oracle/etc session save handlers. It may be good time to discuss about it. I would like to hear from Sascha and Stig, as well as others. Thank you for your comment. PS: PostgreSQL session save handler is thread safe ;) I'll add fail over, load balance support, etc later. -- Yasuo Ohgaki -- PHP

[PHP-DEV] Re: Question: Should exit() print out the integer exit-status?

2001-12-18 Thread Yasuo Ohgaki
? If type is integer, die() for print and return exit code and exit() for only return return code. -- Yasuo Ohgaki -- 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

[PHP-DEV] Adding session save handler?

2001-12-18 Thread Yasuo Ohgaki
know. -- Yasuo Ohgaki README.MOD_PGSQL *WARNING* This session save handler is EXPERIMENTAL. mod_pgsql is a session save handler module. It provides session strage with PostgreSQL database. This module is written by [EMAIL PROTECTED] Please report problems to http://bugs.php.net/ or [EMAIL

[PHP-DEV] Moving session gc to RSHUTDOWN.

2001-12-18 Thread Yasuo Ohgaki
Does anyone object if I move gc call to RSHUTDOWN? Current session module does gc after read anyway. I suppose there will be no BC. -- Yasuo Ohgaki -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

[PHP-DEV] Re: CVS Account Request: eebel

2001-12-18 Thread Yasuo Ohgaki
Jr Ebel wrote: research You don't need CVS account for research ;) All sources can be retrived by read only account. Take a look at http://cvs.php.net also. -- Yasuo Ohgaki -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

[PHP-DEV] Re: Notification of absence.

2001-12-17 Thread Yasuo Ohgaki
Jani Taskinen wrote: On Mon, 17 Dec 2001, Yasuo Ohgaki wrote: Could you post current new bug database status and new(?) lead developer? Eh? Could you be more specific and explain what you mean by these? I might be wrong. I thought you are developing new bug tracking system

[PHP-DEV] Re: Bug #12004 Updated: problem with fopen over ftp and a related fgets

2001-12-17 Thread Yasuo Ohgaki
reason... I guess you are using Mozilla, aren't you? If you're using Mozilla, delete *.s file in your profile directory and disable password manager. WARNING: if you delete *.s file, you'll lost all password account info including mail account, etc. -- Yasuo Ohgaki -- PHP Development Mailing

Re: [PHP-DEV] Re: Notification of absence.

2001-12-17 Thread Yasuo Ohgaki
[EMAIL PROTECTED] wrote: On Mon, 17 Dec 2001, Yasuo Ohgaki wrote: Not only asking, but also volunteer ;) I can set you up a CVS account if you want... Derick Thank you! I might be able to help you ;) -- Yasuo Ohgaki

[PHP-DEV] Re: Notification of absence.

2001-12-17 Thread Yasuo Ohgaki
is ready but it needs a lot of work. Glad to get more people working on it. I asked Derick to give me a CVS account ;) I really want mod_pgsql (libpq pgsql session save handler) I can help a little when I finish all pgsql related work. -- Yasuo Ohgaki --Jani On Mon, 17 Dec 2001, Yasuo

Re: [PHP-DEV] Re: Bug #14540 Updated: sessions and register_globals

2001-12-16 Thread Yasuo Ohgaki
[EMAIL PROTECTED] wrote: Hello, On Sun, 16 Dec 2001, John Lim wrote: Doesn't this seem counter-intuitive? Can we improve the implementation somehow? I think it's not a problem in code, but a documentation problem. Many people are confused. I'll update document ;) -- Yasuo Ohgaki

Re: [PHP-DEV] Re: Bug #14540 Updated: sessions and register_globals

2001-12-16 Thread Yasuo Ohgaki
[EMAIL PROTECTED] wrote: On Sun, 16 Dec 2001, Yasuo Ohgaki wrote: [EMAIL PROTECTED] wrote: Hello, On Sun, 16 Dec 2001, John Lim wrote: Doesn't this seem counter-intuitive? Can we improve the implementation somehow? I think it's not a problem in code, but a documentation problem

[PHP-DEV] Re: Bug #14546 Updated: Segmentation fault in httpd child process when using user authentication

2001-12-16 Thread Yasuo Ohgaki
[EMAIL PROTECTED] wrote: ID: 14546 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Reproducible crash Operating System: RedHat Linux 7.0 PHP Version: 4.1.0 New Comment: This was just fixed in CVS, closing. Derick Thanks ;) -- Yasuo

Re: [PHP-DEV] Bug #14546 Updated: Segmentation fault in httpd child process when using user authentication

2001-12-16 Thread Yasuo Ohgaki
Andrew Sitnikov wrote: Hello derick, dpn This was just fixed in CVS, closing. What you think about 4.1.0pl1 ? I guess there will not be 4.1.0pl1, but will be 4.1.1. Hopefully soon. -- Yasuo Ohgaki -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL

Re: [PHP-DEV] malformed header from script

2001-12-16 Thread Yasuo Ohgaki
with the recent SAPI changes. You mean the latest from Mr. Esser to SAPI.c? (You didn't mention how recent your build is). - Markus I updated my CVS and I suppose Sebastian also experiencing the same problem. I notified Esser about this problem already. -- Yasuo Ohgaki

Re: [PHP-DEV] malformed header from script

2001-12-16 Thread Yasuo Ohgaki
Just for the record, Esser's last commit fixed the issue. (It works for me at least ;) Yasuo Ohgaki wrote: Markus Fischer wrote: On Sun, Dec 16, 2001 at 11:54:52PM +0100, Sebastian Bergmann wrote : Setup: Apache 2, PHP 4 (current CVS) as CGI, Windows 2000 malformed header from

[PHP-DEV] Re: Notification of absence.

2001-12-16 Thread Yasuo Ohgaki
. May I ask one question? Could you post current new bug database status and new(?) lead developer? I hope you'll be back soon :) -- Yasuo Ohgaki -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

[PHP-DEV] Re: [PHP-DOC] Please read. session.xml

2001-12-15 Thread Yasuo Ohgaki
Gabor Hojtsy wrote: Does anyone mind if I update session.xml? I would like to prevent flood of bug reports. Thank you. Update as you see fit. Goba Ok. I'll edit session.xml after I finish pgsql related work :) -- Yasuo Ohgaki -- PHP Development Mailing List http://www.php.net

[PHP-DEV] Re: Bug #14538 Updated: dirname fix broke behaviour that it had since PHP 3

2001-12-15 Thread Yasuo Ohgaki
in script. Runtime error can be ignored. E_DEBUG: Error messages useful for debugging. Errors safe to ignore. E_INFO: Not really a error but just a info. Useful for API change notice, etc. There are only 2300 php_error/zend_error in current source ;) -- Yasuo Ohgaki [EMAIL PROTECTED] wrote: ID

[PHP-DEV] Re: Bug #13078 Updated: register_globals = off session.save_handler = user

2001-12-14 Thread Yasuo Ohgaki
I didn't see your message ;) Anyway, I only have karma for pgsql and mbstring. I cannot commit it anyway. Could you commit the *second* patch I've sent? -- Yasuo Ohgaki -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: [PHP-DEV] Re: Sessions: garbage collection run

2001-12-14 Thread Yasuo Ohgaki
Ulf Wendel wrote: Yasuo Ohgaki wrote: Ulf Wendel wrote: Hi, being not a php source code guru I need some help on understanding the source. Why does the session module run the garbage collection from the PHP_RINIT_FUNCTION() means from php_session_start()? Does the user notice a delay

Re: [PHP-DEV] Re: Sessions: garbage collection run

2001-12-14 Thread Yasuo Ohgaki
Yasuo Ohgaki wrote: Ulf Wendel wrote: Yasuo Ohgaki wrote: Ulf Wendel wrote: Hi, being not a php source code guru I need some help on understanding the source. Why does the session module run the garbage collection from the PHP_RINIT_FUNCTION() means from php_session_start()? Does

[PHP-DEV] RFC: PostgreSQL Function Rename (again ;)

2001-12-14 Thread Yasuo Ohgaki
) #endif {NULL, NULL, NULL} }; /* }}} */ Please reply if you have any comments. Thank you. -- Yasuo Ohgaki -- 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

Re: [PHP-DEV] RFC: PostgreSQL Function Rename (again ;)

2001-12-14 Thread Yasuo Ohgaki
Joao Prado Maia wrote: On Sat, 15 Dec 2001, Yasuo Ohgaki wrote: Again, shouldn't the names comply with the (new?) coding standards ? pg_lo_import and pg_lo_export should be the names IMHO. I saw some other functions like pg_loclose and etc. Shouldn't they be changed also ? Ok, I'll

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

2001-12-14 Thread Yasuo Ohgaki
be difficult to find out where is wrong, so it takes time to fix. -- Yasuo Ohgaki -- 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] Please read. session.xml

2001-12-14 Thread Yasuo Ohgaki
Does anyone mind if I update session.xml? I would like to prevent flood of bug reports. Thank you. PS: I may write poor English as many of you know already. Please fix them if there are :) If you care about my writing skill, please read mbstring and postgresql manual pages. -- Yasuo Ohgaki

[PHP-DEV] Re: Unable to return object references from functions

2001-12-14 Thread Yasuo Ohgaki
sections (Object and Reference. It's explained ;) -- Yasuo Ohgaki Try the example below. Manuel Lemos ? class test_class { var $dummy=nothing; }; Function not_assigning($not_returned,$copy) { global $object; $object=new test_class; $object

Re: [PHP-DEV] cvs.php.net: CHORA problem

2001-12-13 Thread Yasuo Ohgaki
Chuck Hagenbuch wrote: Quoting Yasuo Ohgaki [EMAIL PROTECTED]: CHORA's download feature is broken somewhat... If I download source file, it is gzipped! (it can be other format also... I guess) Works fine for me. What client are you using? -chuck I guess your browser does

[PHP-DEV] Re: Bug #12915 Updated: session_write_close() has to be called explicitly

2001-12-13 Thread Yasuo Ohgaki
To me, this bug report is most likely a user error. (Bug in user session handler) Bogus may be the best status for now. I like Status = No Feedback, too ;) But it's not there. -- Yasuo Ohgaki [EMAIL PROTECTED] wrote: ID: 12915 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status

[PHP-DEV] Re: NULL vs false

2001-12-13 Thread Yasuo Ohgaki
-general. There are many nice people in the list :) -- Yasuo Ohgaki -- 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] cvs.php.net: CHORA problem

2001-12-13 Thread Yasuo Ohgaki
Chuck Hagenbuch wrote: Quoting Yasuo Ohgaki [EMAIL PROTECTED]: I guess your browser does not support gzip encoding. Well, you guess wrong. Try to avoid jumping to conclusions which you have no basis for, except that it makes things someone else's fault. I use Mozilla 0.9.6

[PHP-DEV] Re: Bug #14321 Updated: multipart/form-data doesn't accept a NULL character

2001-12-13 Thread Yasuo Ohgaki
Hanno Edit this bug report at http://bugs.php.net/?id=14321edit=1 -- Yasuo Ohgaki -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

[PHP-DEV] Re: SIGBUS on FreeBSD (was Bug #14497 Updated: PHP causes segfault when session handler=user)

2001-12-13 Thread Yasuo Ohgaki
://www.mail-archive.com/openssl-dev%40openssl.org/msg09701.html http://www.phpbuilder.com/mail/php-general/2001072/2008.php Does anyone know if there is SIGBUS problem(s) in FreeBSD? -- Yasuo Ohgaki [EMAIL PROTECTED] wrote: ID: 14497 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Status

[PHP-DEV] Re: SIGBUS on FreeBSD (was Bug #14497 Updated: PHP causes segfault when session handler=user)

2001-12-13 Thread Yasuo Ohgaki
Yasuo Ohgaki wrote: This could be hardware fault. I'm also suspecting kernel bug... Any FreeBSD handkers around? However, I know other person who is complaining about similar problem with PHP 4.1.0 I could find these easily, but there may be others... Do you use SSL, Java

[PHP-DEV] Re: Bug #13078 Updated: register_globals = off session.save_handler = user

2001-12-13 Thread Yasuo Ohgaki
Thanks you for report :) Could you apply attached patch. It should fix the problem. Please let me know if this patch fixed it or not. -- Yasuo Ohgaki [EMAIL PROTECTED] wrote: ID: 13078 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Critical Bug Type: Session

Re: [PHP-DEV] [PROPOSAL] Error levels

2001-12-12 Thread Yasuo Ohgaki
Markus Fischer wrote: On Wed, Dec 12, 2001 at 04:58:27PM +0900, Yasuo Ohgaki wrote : php_error(E_WARNING, %s expects size 0, get_active_function_name(TSRMLS_C)); I prefer %s() ... It should be %s() ... :) -- Yasuo Ohgaki

[PHP-DEV] Re: Submitting changes

2001-12-12 Thread Yasuo Ohgaki
:) -- Yasuo Ohgaki -- 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: Bug #14237 Updated: reference calls in some cases very slow

2001-12-12 Thread Yasuo Ohgaki
to change it to feature request, though. -- Yasuo Ohgaki -- 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: Bug #14420 Updated: is_file prints stat failed .. message

2001-12-12 Thread Yasuo Ohgaki
PROTECTED] This is fixed in CVS. --Jani -- Yasuo Ohgaki -- 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] karma for NEWS?

2001-12-12 Thread Yasuo Ohgaki
and so on) Function rename will be done also. Thank you. -- Yasuo Ohgaki -- 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] cvs.php.net: CHORA problem

2001-12-12 Thread Yasuo Ohgaki
: Unix I think it's just a matter of deleting output buffer. I wish someone fix this problem, Hopefully soon... -- Yasuo Ohgaki -- 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

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

2001-12-12 Thread Yasuo Ohgaki
on this problem but i really have no idea where to get started... i can't even produce that log message you have. That's great if you could sort out these problems described in bug reports. There are bugs that seems to be a duplicate of this bug. Regards, -- Yasuo Ohgaki -- PHP Development

[PHP-DEV] News server problem?

2001-12-11 Thread Yasuo Ohgaki
I can read/get articles, but can't post. News server problem? -- Yasuo Ohgaki [EMAIL PROTECTED] -- 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

[PHP-DEV] RFC: Renaming PostgreSQL functions

2001-12-11 Thread Yasuo Ohgaki
,pg_free_result,NULL) PHP_FALIAS(pg_loreadall, pg_loread_all, NULL) #if HAVE_PQCLIENTENCODING PHP_FALIAS(pg_clientencoding,pg_client_encoding, NULL) PHP_FALIAS(pg_setclientencoding, pg_set_client_encoding, NULL) #endif {NULL, NULL, NULL} }; /* }}} */ -- Yasuo Ohgaki

Re: [PHP-DEV] RFC: Renaming PostgreSQL functions

2001-12-11 Thread Yasuo Ohgaki
Egon Schmid wrote: From: Jon Parise [EMAIL PROTECTED] On Tue, Dec 11, 2001 at 09:06:52PM +0900, Yasuo Ohgaki wrote: I would like to rename PostgreSQL functions to comfirm naming/coding standard. Similar change has been done for MySQL module, AFIAK. I'll take care documentation changes also

[PHP-DEV] RFC: PostgreSQL function *rename*

2001-12-11 Thread Yasuo Ohgaki
,pg_free_result,NULL) PHP_FALIAS(pg_loreadall, pg_loread_all, NULL) #if HAVE_PQCLIENTENCODING PHP_FALIAS(pg_clientencoding,pg_client_encoding, NULL) PHP_FALIAS(pg_setclientencoding, pg_set_client_encoding, NULL) #endif {NULL, NULL, NULL} }; /* }}} */ -- Yasuo Ohgaki

[PHP-DEV] FRC: PostgreSQL function names

2001-12-11 Thread Yasuo Ohgaki
(pg_loreadall, pg_loread_all, NULL) #if HAVE_PQCLIENTENCODING PHP_FALIAS(pg_clientencoding, pg_client_encoding, NULL) PHP_FALIAS(pg_setclientencoding,pg_set_client_encoding, NULL) #endif {NULL, NULL, NULL} }; /* }}} */ -- Yasuo Ohgaki -- PHP Development

[PHP-DEV] FRC: PostgreSQL function names change

2001-12-11 Thread Yasuo Ohgaki
,pg_set_client_encoding,NULL) #endif {NULL, NULL, NULL} }; /* }}} */ -- Yasuo Ohgaki -- 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]

<    3   4   5   6   7   8   9   10   >