[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 though

[PHP-DEV] Re: Notification of absence.

2001-12-17 Thread Yasuo Ohgaki
Yasuo Ohgaki wrote: > 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 wh

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

2001-12-17 Thread Yasuo Ohgaki
; > browser changed the title for some 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 i

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 a

[PHP-DEV] Re: Notification of absence.

2001-12-17 Thread Yasuo Ohgaki
o spend on it. Great! > Basic structure 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

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

2001-12-18 Thread Yasuo Ohgaki
it's an integer then 'shell_exit()' > function should be added. > > --Jani I agree. It's possilbe do this now, w/o much BC problem. die()/exit() is identical in ZE1. How about make them separate? If type is integer, die() for print and return exit code and exit() for on

[PHP-DEV] Adding session save handler?

2001-12-18 Thread Yasuo Ohgaki
ase let me 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/

[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:

[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 PROTECTE

[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. >> > &

[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

[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 unsubscrib

[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 unsubsc

[PHP-DEV] Re: fmod() function

2002-02-20 Thread Yasuo Ohgaki
If you could send patch as unified diff, it's much easier to apply :) Anyway, I attached hand edited diff since my CVS source contains other changes now... Someone care to check in? -- Yasuo Ohgaki Graeme Merrall wrote: > I was porting some Python scripts to PHP and came across

[PHP-DEV] Re: Bug #15652: Request way to get API type

2002-02-21 Thread Yasuo Ohgaki
ures only work > on one of theses, or work differently) > Which one is better, constant or function.Any comments? If there is not feedback, I'll do it with constant. PHP_SAPI for current SAPI, just like PHP_VERSION, PHP_OS. -- Yasuo Ohgaki -- PHP Development Mailing List <http:/

[PHP-DEV] Re: fmod() function

2002-02-21 Thread Yasuo Ohgaki
Yasuo Ohgaki wrote: > If you could send patch as unified diff, it's much easier to apply :) > Anyway, I attached hand edited diff since my CVS source contains > other changes now... > > Someone care to check in? Commited by myself -- Yasuo Ohgaki > Graeme Merrall wro

[PHP-DEV] Re: cvs: php4(PHP_4_0_7) /main rfc1867.c

2002-02-21 Thread Yasuo Ohgaki
4.1.2, but I'm +1 for releasing 4.1.2 :) The reason we have release branch is new features = new bugs. Release branch has no new feature but bug fix = less bugs. As some users occasinally point out, PHP is buggy :( Any comments. -- Yasuo Ohgaki -- PHP Development Mailing List &

[PHP-DEV] Re: DIO

2002-02-21 Thread Yasuo Ohgaki
Gam3r wrote: > what is the difference btween DIO and the current fopen/fwrite etc? > > is there any performance difference or is it only the non blocking flag or > what? > Instead of asking to list, it's better to report this as documentation problem :) -- Yasuo Ohgaki

[PHP-DEV] Re: Bug #15663 Updated: add foreach reference values

2002-02-21 Thread Yasuo Ohgaki
in CVS. > > ZendEngine2 uses handle for object. I think reference support is in TODO. Therefore, I guess it's better to be closed since object part is already done. Any comments? -- Yasuo Ohgaki > > > Previous Comments: > -

[PHP-DEV] Re: Bug #15653 Updated: use_trans_sid creates invalid HTML

2002-02-21 Thread Yasuo Ohgaki
XHTML need to escape the & I'm going to change the default value for these legacy compatibility options to confrim latest standards. Any objections? -- Yasuo Ohgaki -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: Bug #15653 Updated: use_trans_sid creates invalid HTML

2002-02-22 Thread Yasuo Ohgaki
Thies C. Arntzen wrote: > On Fri, Feb 22, 2002 at 10:36:14AM +0900, Yasuo Ohgaki wrote: > >>[EMAIL PROTECTED] wrote: >> >>>ID: 15653 >>>Updated by: [EMAIL PROTECTED] >>>Reported By: [EMAIL PROTECTED] >>>Status

[PHP-DEV] {NULL,NULL,NULL}

2002-02-22 Thread Yasuo Ohgaki
20:08:10] [EMAIL PROTECTED] > > I believe I have found the bug. I'm no PHP coder, but I believe that a > {NULL, NULL, NULL} is required at the end of pspell_functions. The Users say pspell was working even without {NULL,NULL,NULL} in function entry. Module maintainers might want to

[PHP-DEV] Re: Session ID routine, modifying session module structure

2002-02-23 Thread Yasuo Ohgaki
ee problem with my patch? I'll commit my patch except for $_SESSION/$HTTP_SESSION_VARS handling patch, if I get no reply :) Current session module has serious bug for $_SESSION/$HTTP_SESSION_VARS handling -- Yasuo Ohgaki -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: Help - I don't know what to do!

2002-02-23 Thread Yasuo Ohgaki
Looks like I had problem with yahoo mail :( I guess some of mail sent form my yahoo.com account didn't actually send -- Yasuo Ohgaki Zeev Suraski wrote: > Tobias, > > By default, PHP does not have the xbithack feature enabled, so I'm not > sure why you're gett

[PHP-DEV] Macro usage guideline

2002-02-24 Thread Yasuo Ohgaki
I'll encourage use of ZEND_* macro as standard in CONDING_STANDARD (and possibly in ZendAPI manual), if there is no objection. Any comments? -- Yasuo Ohgaki -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] [PATCH] Session and output control patch (final)

2002-02-24 Thread Yasuo Ohgaki
FALSE for failure. Appropriate error message is issued. I've been testing this patch and find no new problem with this patch so far. If you have comment, please let me know now. I would like to commit and fix other problems one by one. -- Yasuo Ohgaki output_session.diff.gz Descr

[PHP-DEV] [PATCH] Session and output control patch (final)

2002-02-24 Thread Yasuo Ohgaki
FALSE for failure. Appropriate error message is issued. I've been testing this patch and find no new problem with this patch so far. If you have comment, please let me know now. I would like to commit and fix other problems one by one. -- Yasuo Ohgaki output_session.diff.gz Descr

[PHP-DEV] cygwin and php

2002-02-24 Thread Yasuo Ohgaki
Some people would be interested in this, I guess. -- Yasuo Ohgaki -- From http://bugs.php.net/bug.php?id=15646&edit=1 -- 21 Feb 4:55am] [EMAIL PROTECTED] another $0.02: i compiled PHP succesfully using cygwin environment and it works just fine. -- PHP Development Mailing List &

Re: [PHP-DEV] [PATCH] Session and output control patch (final)

2002-02-24 Thread Yasuo Ohgaki
I took this diff on Feb. 16, but it should be able to apply to the latest source. Please let me know, if this patch introduces new bugs. I'll happily fix bugs :) -- Yasuo Ohgaki [EMAIL PROTECTED] wrote: > Hello Yasuo, > > I'd like to check your patch too before you commit i

Re: [PHP-DEV] Apache2 and PHP CVS from today

2002-02-25 Thread Yasuo Ohgaki
thing that will be installed for > timeframes exceeding a day or two, especially for larger server farms. The benefit of DSO is loading modules without compile whole apache. For instance, I would like to use info or status module when I have problem with my web servers, but I don't want

Re: [PHP-DEV] Apache2 and PHP CVS from today

2002-02-25 Thread Yasuo Ohgaki
st in my memory. (My memory can be _wrong_ though ;) There should be doc/file somewhere that recommeds DSO since it's a most flexible to configure. Recommendatation is recommendation, you don't have to follow if you don't like. Recommendation can be a personal opinion als

[PHP-DEV] Re: Load external modules to PHP programm

2002-02-26 Thread Yasuo Ohgaki
you've read all manual pages related before you ask. -- Yasuo Ohgaki -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: AC_PROG_LEX invoked multiple times

2002-02-26 Thread Yasuo Ohgaki
> > Take a look at bottom of following URL. http://www.php.net/anoncvs.php BTW, ask these question in php-install. I probably reply these question in there, if nobody reply. I use autoconf 2.13, automake 1.4-p5, libtool 1.4 under linux. -- Yasuo Ohgaki -- PHP Development Mailing L

[PHP-DEV] Re: Function to retrieve headers for message/rfc822 attachments

2002-02-26 Thread Yasuo Ohgaki
mail with an > attachment which is itself an email message (ie. mime type > 'message/rfc822'), you can use this function to retrieve the (raw) Could you post unified diff against latest CVS? (HEAD branch) -- Yasuo Ohgaki -- PHP Development Mailing List <http://www.php.ne

[PHP-DEV] Re: Counterpart to htmlentities function: unhtmlentities

2002-02-26 Thread Yasuo Ohgaki
st CVS? (HEAD branch) We should have patch submit guide line in www.php.net for these people who are willing to help project :) -- Yasuo Ohgaki -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: Counterpart to htmlentities function: unhtmlentities

2002-02-26 Thread Yasuo Ohgaki
; } > > // Convert the parameters to the appropriate types > convert_to_string_ex(_str); > > resultlen = Z_STRLEN_PP(_str); > result = php_str_unhtmlentities(Z_STRVAL_PP(_str), &resultlen); result = php_str_unhtmlentities(str, &strle

Re: [PHP-DEV] Re: Counterpart to htmlentities function: unhtmlentities

2002-02-26 Thread Yasuo Ohgaki
ld I >>need dev access? Or is this a reference to php4? >> >>Perhaps I am just not looking in the right place. Brad, HEAD is the default branch for CVS (almost always) Just check out source without -r option to check out HEAD branch. -- Yasuo Ohgaki -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: Counterpart to htmlentities function: unhtmlentities

2002-02-27 Thread Yasuo Ohgaki
te one even if it is relatively easy to write. IMO. We need to consider if reverse order conversion function can do more than simple reverse order conversion, though. If it's not transitive, it's not a good idea to have. (At least, there should be flag to control) -- Yasuo Ohgaki > > &

[PHP-DEV] Re: 4.2.0 & CLI

2002-02-27 Thread Yasuo Ohgaki
at to do in this situation? >> > > imho, the cgi binary should get called php.cgi. > > jim > Sound nice to me. +1 -- Yasuo Ohgaki -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: unset($_SESSION[...]) vs. register_globals=On

2002-02-27 Thread Yasuo Ohgaki
does not create any inconsistency, not like session_register(), etc. -- Yasuo Ohgaki -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: [PHP-CVS] cvs: php4 / configure.in /main php_version.h

2002-02-27 Thread Yasuo Ohgaki
we should sort out known critical bugs and try to fix them, IMO. I didn't see any message for branching new release branch last few days. We can merge fixes to 4.2.0 branch, though. -- Yasuo Ohgaki -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: [PHP-CVS] cvs: php4 / configure.in /main php_version.h

2002-02-27 Thread Yasuo Ohgaki
ing on stuff for 4.2 that haven't committed just yet. >> > > You're totally right here, it was a big mistake to do that branching right > away. I'm terribly sorry for this, and will remove the branches from CVS > if you're okay with this. > > Derick > &g

[PHP-DEV] No announce for PHP 4.1.2

2002-02-27 Thread Yasuo Ohgaki
Hi, whoever relased PHP 4.1.2. It is announced in freshmeast. However, there is no announce message in php.announce (yet) :) -- Yasuo Ohgaki -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: PHP 4.2.0 release process

2002-02-27 Thread Yasuo Ohgaki
ASAP since many people are going to test HEAD for branching. -- Yasuo Ohgaki Derick Rethans wrote: > Hello folks, > > after some overenthausiastic actions of me today I'd like to do it the > formal way now. I think it's a good idea to start working on a PHP 4.2.0 > rele

[PHP-DEV] Re: PHP 4.2.0 release process

2002-02-27 Thread Yasuo Ohgaki
ASAP since many people are going to test HEAD for branching. -- Yasuo Ohgaki Derick Rethans wrote: > Hello folks, > > after some overenthausiastic actions of me today I'd like to do it the > formal way now. I think it's a good idea to start working on a PHP 4.2.0 > rele

[PHP-DEV] TODO-4.2.txt to TODO-4.3.txt

2002-02-27 Thread Yasuo Ohgaki
xt to TODO file before branching. -- Yasuo Ohgaki -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: unset($_SESSION[...]) vs. register_globals=On

2002-02-27 Thread Yasuo Ohgaki
Hans Spath wrote: > Yasuo Ohgaki wrote: > >> Hans Spath wrote: >> >>> When register_globals is enabled, you can't unregister session >>> variables via unset($_SESSION['varname']). How are php coders >>> supposed to write clean code wi

[PHP-DEV] [PATCH] TODO files

2002-02-27 Thread Yasuo Ohgaki
Hi all, There is 2 TODO files and I merged into one file. If you have comment, please let me know before I commit. (I'll commit it and remove TODO-4.2.txt around 8AM 3/1 GMT) -- Yasuo Ohgaki --- TODO.~1.124.~ Mon Jan 21 23:53:43 2002 +++ TODOThu Feb 28 16:43:35 2002 @@

[PHP-DEV] Re: Bug #15678 Updated: isset fails for 4.1.1 and CVS version

2002-02-28 Thread Yasuo Ohgaki
en PHP crashes, we know something wrong at least :) Any comments? -- Yasuo Ohgaki > > > Previous Comments: > > > [2002-02-23 22:59:43] [EMAIL PROTECTED] > > It should

[PHP-DEV] Re: Bug #15748: make clean does not empty the modules dir

2002-02-28 Thread Yasuo Ohgaki
e deleted by make clean or make distclean. (Or at least, with cvsclean) Is there any reason not to delete them? -- Yasuo Ohgaki -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: Bug #15678 Updated: isset fails for 4.1.1 and CVS

2002-02-28 Thread Yasuo Ohgaki
Derick Rethans wrote: > On Thu, 28 Feb 2002, Yasuo Ohgaki wrote: > > >>Hmm. What is the most important thing when we develop applications? >>Correctness is the most important for me. >> >>With this bugs, PHP is wrongly evaluates FALSE value as TRUE. >>

[PHP-DEV] Re: [PHP-QA] Re: PHP 4.2.0 release process

2002-02-28 Thread Yasuo Ohgaki
Sascha Schumann wrote: > On Thu, 28 Feb 2002, Derick Rethans wrote: > > >>On Thu, 28 Feb 2002, Yasuo Ohgaki wrote: >> >> >>>Derick, Sascha, do you find any problem with my session >>>patch? It fixes many serious problems. >>> &g

Re: [PHP-DEV] Re: unset($_SESSION[...]) vs. register_globals=On

2002-02-28 Thread Yasuo Ohgaki
.0. If branching is delayed few weeks, I might be able to create patch. When register globals is On, user need to call session_unregister() to get rid of global var from session var hash. (Or unset($some_var) and $_SESSION['some_var'] would work). I strongly recommend to set regi

Re: [PHP-DEV] Re: Counterpart to htmlentities function: unhtmlentities

2002-02-28 Thread Yasuo Ohgaki
r reason why I proposed syntax. Just my .02. -- 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, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: [mfischer@php.net: Bug #12465 Updated: posix_* issuing Warnings,no error code.]

2002-03-01 Thread Yasuo Ohgaki
Markus Fischer wrote: > I'm forwarding this to php-dev@ (so people doing filtering > don't miss it ;) and let's see what opinion others have about > this. > > - Markus Even if I bogusified(?) it, +1 for return FALSE and set error level t

[PHP-DEV] Re: [mfischer@php.net: Bug #12465 Updated: posix_* issuing Warnings,no error code.]

2002-03-01 Thread Yasuo Ohgaki
Markus Fischer wrote: > On Fri, Mar 01, 2002 at 06:59:36PM +0900, Yasuo Ohgaki wrote : > >>Markus Fischer wrote: >> >>> I'm forwarding this to php-dev@ (so people doing filtering >>> don't miss it ;) and let's see what opinion others have a

[PHP-DEV] Session module patch against lastest CVS HEAD

2002-03-01 Thread Yasuo Ohgaki
Hi all, I took out session module patch against latest CVS HEAD for your convenience. Please let me know if you find problems in this patch. -- Yasuo Ohgaki Index: mod_files.c === RCS file: /repository/php4/ext/session

[PHP-DEV] Re: Solaris and 4.1.2

2002-03-01 Thread Yasuo Ohgaki
re --with-solid=/path/to/Solid --enable-debug=no --without-mysql > --without-gd --enable-track-vars > ODBC is built by default now? I hope it's not, even if it's listed in internal module array. Someone would like to check this before branching, hopefully. -- Yasuo Ohgaki -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: RFC on ob_get/ob_end_clean, was Re: [PHP-CVS] cvs: php4 /ext/sessionsession.c ...

2002-03-01 Thread Yasuo Ohgaki
It nice to have and +1 for this. string ob_get_contents(int $option = 0) -- Yasuo Ohgaki Hartmut Holzgraefe wrote: > Yasuo Ohgaki wrote: > >> Added ob_get_status() to get array of buffers and it's status. (DO >> NOT document this function yet) >>

[PHP-DEV] Re: Bug #15772 Updated: PHP is developed and maintained by morons

2002-03-01 Thread Yasuo Ohgaki
Jes, Could you post your patch to php-dev? PS: We should have patch submition guide. -- Yasuo Ohgaki [EMAIL PROTECTED] wrote: > ID: 15772 > Updated by: [EMAIL PROTECTED] > Reported By: [EMAIL PROTECTED] > Status: Closed > Bug Type:

[PHP-DEV] Possible memory problem with current CVS source

2002-03-02 Thread Yasuo Ohgaki
Hi all, "make test" fails with exit code 255. (again) There should be something wrong. -- Yasuo Ohgaki -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] FRC: README.TESTING

2002-03-02 Thread Yasuo Ohgaki
Hi all, This is README for testing PHP with "make test" or "run-tests.php". I'll commit this file as README.TESTING. Any comments? PS: php CGI binary should not be build under build root but under sapi/cgi as "php.cgi". Yasuo [

[PHP-DEV] Re: FRC: README.TESTING

2002-03-02 Thread Yasuo Ohgaki
I don't catch my typo a lot :( s/FRC/RFC/ in subject. -- Yasuo Ohgaki -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

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

2002-03-02 Thread Yasuo Ohgaki
add it or not, and asked him to add. We have PHP_VERSION & phpversion(). We have zend_version(), but not ZEND_VERSION. Now we have php_sapi_name() and PHP_SAPI. I would like to have ZEND_VERSION. (IMHO, we should defined them as constant in first place) -- Yasuo Ohgaki -- PHP Development M

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /build rules.mk

2002-03-02 Thread Yasuo Ohgaki
[EMAIL PROTECTED] wrote: > On Sat, 2 Mar 2002, Yasuo Ohgaki wrote: > > >>yohgaki Sat Mar 2 04:29:46 2002 EDT >> >> Modified files: >>/php4/build rules.mk >> Log: >> Use php.ini-dist as default config file for testin

[PHP-DEV] Re: Bug #15822 Updated: session variables disappear

2002-03-02 Thread Yasuo Ohgaki
x27;, on shutdown the wrong array is used to save > the data AFAIK. > Thanks, but I know that :) I just pointed the reporter to correct bug report to vote. -- Yasuo Ohgaki -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: Possible memory problem with current CVS source

2002-03-02 Thread Yasuo Ohgaki
Yasuo Ohgaki wrote: > Hi all, > > "make test" fails with exit code 255. (again) > There should be something wrong. > It stopped doing that for me now. I think we should put a lot of assert(). Any comments for adding following lines to CODING_STANDARD? -- [8] Includ

[PHP-DEV] Re: patch upload in bugs

2002-03-02 Thread Yasuo Ohgaki
; posting patches to php-dev. > > > So, shoot me, hate me, whatever :) > I think nobody shoots nor hates you with this post :) -- Yasuo Ohgaki -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: cursor focus

2002-03-02 Thread Yasuo Ohgaki
not on > the first text box I need to fill in, I need to click on the text box to > begin typing. How do I get the cursor to "focus" on this text box? > > Many thanks in advance > You are asking to wrong list. This list is for developing PHP itself. Qestion for develop

[PHP-DEV] Re: Bug #15841: CRLF to separate mail headers is incorrect

2002-03-02 Thread Yasuo Ohgaki
FC thing you mentioned though). Too many mail related RFCs :) -- Yasuo Ohgaki -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: cvs: php4 / makerpm

2002-03-04 Thread Yasuo Ohgaki
Derick Rethans wrote: > derickMon Mar 4 05:45:31 2002 EDT > > Modified files: > /php4 makerpm > Log: > - Fix a path and remove --with-imap > Is there problem with including imap? -- Yasuo Ohgaki -- PHP Developme

Re: [PHP-DEV] your patch to session.c broke it (testcase

2002-03-04 Thread Yasuo Ohgaki
Zeev, Thies is complaining about the same issue that I've mailed to you personally. Have you read my emails? I've send 2 emails about the patch, one with short script that you can play with. I'll send them again to you, if you didn't get them. -- Yasuo Ohgaki Zeev Suras

[PHP-DEV] Re: [PHP-CVS] cvs: php4 / README.TESTING

2002-03-04 Thread Yasuo Ohgaki
[EMAIL PROTECTED] wrote: > On Tue, 5 Mar 2002, Yasuo Ohgaki wrote: > > >>[Which "php" executable "make test" look for] >>- >> "make test" executes "run-tests.php" script with "./s

[PHP-DEV] Re: [PHP-CVS] cvs: php4 / README.TESTING

2002-03-04 Thread Yasuo Ohgaki
t script work with CLI sapi or Skip tests that does not work with CLI sapi. I would like to skip tests that does not work with CLI, but I don't have time to change run-tsets.php. Stig is working for it, may be? -- Yasuo Ohgaki -- PHP Development Mailing List <http://www.php.net

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 / README.TESTING

2002-03-05 Thread Yasuo Ohgaki
[EMAIL PROTECTED] wrote: > On Tue, 5 Mar 2002, Yasuo Ohgaki wrote: >>Thanks for catching this. I should have fix this description for now. >>Test script does _NOT_ work with CLI SAPI's php binary. >> > > Yeah, but why doesn't it work? > I guess you

[PHP-DEV] Re: New function (repost from php-cvs)

2002-03-05 Thread Yasuo Ohgaki
t just use memchr()? > I agree. The code does not work with some encodings. Try UCS-4, for example. -- Yasuo Ohgaki -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/session mod_mm.c

2002-03-05 Thread Yasuo Ohgaki
[EMAIL PROTECTED] wrote: > Hello, > > On Wed, 6 Mar 2002, Yasuo Ohgaki wrote: > > >>yohgaki Wed Mar 6 01:29:43 2002 EDT >> >> Modified files: >>/php4/ext/session mod_mm.c >> Log: >> Make php start even wi

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/session mod_mm.c

2002-03-06 Thread Yasuo Ohgaki
Derick Rethans wrote: > On Wed, 6 Mar 2002, Yasuo Ohgaki wrote: > > >>[EMAIL PROTECTED] wrote: >> >>>Hello, >>> >>>On Wed, 6 Mar 2002, Yasuo Ohgaki wrote: >>> >>> >>> >>>>yohgaki Wed Ma

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/session mod_mm.c

2002-03-06 Thread Yasuo Ohgaki
Derick Rethans wrote: > On Wed, 6 Mar 2002, Yasuo Ohgaki wrote: > > >>[EMAIL PROTECTED] wrote: >> >>>Hello, >>> >>>On Wed, 6 Mar 2002, Yasuo Ohgaki wrote: >>> >>> >>> >>>>yohgaki Wed Ma

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/session mod_mm.c

2002-03-06 Thread Yasuo Ohgaki
Derick Rethans wrote: > On Wed, 6 Mar 2002, Yasuo Ohgaki wrote: > > >>[EMAIL PROTECTED] wrote: >> >>>Hello, >>> >>>On Wed, 6 Mar 2002, Yasuo Ohgaki wrote: >>> >>> >>> >>>>yohgaki Wed Ma

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/session mod_mm.c

2002-03-06 Thread Yasuo Ohgaki
Jani Taskinen wrote: > On Wed, 6 Mar 2002, Yasuo Ohgaki wrote: > > >>If user uses save_path for their user defiend save handler and >>wrong save_path (ie: save_path is not a directory, but db connection >>string, etc). User cannot _START_ web server if they include mm

[PHP-DEV] Re: cvs: php4 /ext/session mod_mm.c

2002-03-06 Thread Yasuo Ohgaki
anon-shared-memory, i.e. the shared > segment must be initialized in the parent, and thus the > php.ini path is the only one that matters. You are right. I forgot about that. Then, my last commit is the way to go :) -- Yasuo Ohgaki [EMAIL PROTECTED] -- PHP Development Mailing List <htt

[PHP-DEV] Re: cvs: php4 /ext/session mod_mm.c

2002-03-06 Thread Yasuo Ohgaki
ingle directory. If you would like to do that, you must introduce another ini value. There is problem with mm path using save_path. -- Yasuo Ohgaki [EMAIL PROTECTED] -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: cvs: php4 /ext/session mod_mm.c

2002-03-06 Thread Yasuo Ohgaki
e to indicate if function worked right or not - Do not use implicit status using value other than status. - Treat session module as simple finite state machine. (It a lot easier to maintain) - Handle error as soon as possible. Most of problems that I've found is related to these.

[PHP-DEV] Re: cvs: php4 /ext/session mod_mm.c

2002-03-06 Thread Yasuo Ohgaki
e to indicate if function worked right or not - Do not use implicit status using value other than status. - Treat session module as simple finite state machine. (It a lot easier to maintain) - Handle error as soon as possible. Most of problems that I've found is related to these.

[PHP-DEV] Re: cvs: php4 /ext/session mod_mm.c

2002-03-06 Thread Yasuo Ohgaki
e to indicate if function worked right or not - Do not use implicit status using value other than status. - Treat session module as simple finite state machine. (It a lot easier to maintain) - Handle error as soon as possible. Most of problems that I've found is related to these.

[PHP-DEV] Re: cvs: php4 /ext/session mod_mm.c

2002-03-06 Thread Yasuo Ohgaki
en the server starts up. If we can decide 100% error and should never allow that, yes. But it's not the case for mm start up. >>Most of problems that I've found is related to these. >> >>BTW, you are better not to say other's patches are bogus. >>We know there are sevral serious bugs. One can easily argue >>that your code or coding style is bogus. >>But, it's not productive at all ;) >> I was spending my time to fix sevral serious sessoin module bugs, but it seems we have a lot different opinion for coding style. I'll just keep my own session module bug free for my usage. (I leave session module as is. Fix other bugs) -- Yasuo Ohgaki [EMAIL PROTECTED] -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: cvs: php4 /ext/session mod_mm.c

2002-03-06 Thread Yasuo Ohgaki
Yasuo Ohgaki wrote: > Sascha Schumann wrote: >> >>> 1. It does not work simply with current code. >>>(It seems mm works for you. While it does not for me. I guess >>> you enable register_globals) >>> >> >> I don't which y

[PHP-DEV] Re: Bug #15943 Updated: Viewing .phps Crashes with php.ini-recommended

2002-03-08 Thread Yasuo Ohgaki
bout phps limitations so that we don't have to deal with it. -- Yasuo Ohgaki -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Including bandled expat.h

2002-03-10 Thread Yasuo Ohgaki
35,7 @@ #if defined(PHP_XML_INTERNAL) -#include +#include "ext/xml/expat/expat.h" #ifdef PHP_WIN32 #define PHP_XML_API __declspec(dllexport) -- Yasuo Ohgaki -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/pgsql pgsql.c

2002-03-10 Thread Yasuo Ohgaki
[EMAIL PROTECTED] wrote: > On Mon, 11 Mar 2002, Yasuo Ohgaki wrote: > > >>yohgaki Mon Mar 11 02:09:13 2002 EDT >> >> Modified files: >>/php4/ext/pgsql pgsql.c >> Log: >> Fix possible build error under Windo

Re: [PHP-DEV] Including bandled expat.h

2002-03-11 Thread Yasuo Ohgaki
[EMAIL PROTECTED] wrote: > On Mon, 11 Mar 2002, Yasuo Ohgaki wrote: > > >>Any reason not to including bandled expat.h explicitly? >>Any comments for possible fix? > > > The bundled file may differ from the used library, so this is not a good > idea. I a

Re: [PHP-DEV] Including bandled expat.h

2002-03-11 Thread Yasuo Ohgaki
[EMAIL PROTECTED] wrote: > On Mon, 11 Mar 2002, Yasuo Ohgaki wrote: > > >>Any reason not to including bandled expat.h explicitly? >>Any comments for possible fix? > > > The bundled file may differ from the used library, so this is not a good > idea. I agre

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/pgsql pgsql.c

2002-03-11 Thread Yasuo Ohgaki
[EMAIL PROTECTED] wrote: > On Mon, 11 Mar 2002, Yasuo Ohgaki wrote: > > >>[EMAIL PROTECTED] wrote: >> >>>On Mon, 11 Mar 2002, Yasuo Ohgaki wrote: >>> >>> >>>> Fix possible build error under Windows. >>>> # Recent libpq

[PHP-DEV] Re: cvs: php4 /ext/pgsql pgsql.c

2002-03-11 Thread Yasuo Ohgaki
Yasuo Ohgaki wrote: > yohgaki Mon Mar 11 09:53:59 2002 EDT > > Modified files: > /php4/ext/pgsql pgsql.c > Log: > Print function names in error messages Hi all, Currently pgsql module's error message is not consistent with other

[PHP-DEV] Re: cvs: php4(PHP_4_2_0) /ext/imap php_imap.h

2002-03-11 Thread Yasuo Ohgaki
h" #endif is better? I don't know if there is, but I thought some pre processer may not like # include "some.h" -- Yasuo Ohgaki > > > Index: php4/ext/imap/php_imap.h > diff -u php4/ext/imap/php_imap.h:1.17 php4/ext/imap/php_imap.h:1.17.2.1 > --- php4/

[PHP-DEV] Re: cvs: php4 / run-tests.php

2002-03-11 Thread Yasuo Ohgaki
Yasuo Ohgaki wrote: > yohgaki Tue Mar 12 00:33:12 2002 EDT > > Modified files: > /php4 run-tests.php > Log: > Do not search php binary in search path, since we are not testing older builds. > Print SAPI used. There is problem

[PHP-DEV] Re: cvs: php4 / run-tests.php

2002-03-11 Thread Yasuo Ohgaki
Yasuo Ohgaki wrote: > Yasuo Ohgaki wrote: > >> yohgakiTue Mar 12 00:33:12 2002 EDT >> >> Modified files: /php4run-tests.php Log: >> Do not search php binary in search path, since we are not testing >> older builds. &g

[PHP-DEV] Re: Text files in /php4

2002-03-12 Thread Yasuo Ohgaki
s > cluttered. The first thing to do, I think, is to move the documentation out > from the root directory. > > Therefore, i'd like to propose the following: > > /php4/ > NEWS > CREDITS > INSTALL > LICENSE > TODO.BUILDv5 > TODO Merge TODO and TODO.BUILDv

[PHP-DEV] FRC: assert

2002-03-12 Thread Yasuo Ohgaki
Hi all, I made a patch to enable/include assert()/assert.h. If you have comment, please let me know. Thank you. -- Yasuo Ohgaki [EMAIL PROTECTED] Index: configure.in === RCS file: /repository/php4/configure.in,v retrieving

<    2   3   4   5   6   7   8   9   10   >