Re: [PHP-DEV] Bug #13918 Updated: PHP can't find mysql.sock

2001-11-03 Thread Yasuo Ohgaki
rectory in which the socket file is stored (default "/tmp"). === Environmnet variables can affect pgsql module behavior. It would be nice if PHP Manual has description about it. -- Yasuo Ohgaki > > > On 3 Nov 2001 [EMAIL PROTECTED] wrote: > > >>ID: 1391

[PHP-DEV] PGSQL async query functions and other utility functions

2001-11-04 Thread Yasuo Ohgaki
elect() for simple query. These function will use pg_convert() and pg_metadata() internally. == other == Provide ini entry to trun on/off async functions. I don't want to implement this, but I'm sure there will users use aysnc functions on persistent connection improper manner... libpq is threa

[PHP-DEV] Re: Proposal for release process (Was: Re: [PHP-DEV] 4.1.0)

2001-11-10 Thread Yasuo Ohgaki
lopers to notice which reports are real bugs. > Huge amount of the reports coming in are bogus. I've submitted few bogus reports also :) This should be good idea. -- Yasuo Ohgaki -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For

[PHP-DEV] Re: Memory issue with output compression (was Re: [PHP-DEV] 4.1.0)

2001-11-10 Thread Yasuo Ohgaki
Zeev Suraski wrote: > After some more investigation, it *might* be related to a bug that > existed in 4.0.7 with multiple levels of internal output buffering, so I > may have spoken too soon. I can't really reproduce it, so I asked Yasuo > Ohgaki to take a look at it. I

Re: [PHP-DEV] Bug #14012 Updated: a struct has problem for sysvshm

2001-11-10 Thread Yasuo Ohgaki
Markus Fischer wrote: > Btw, isn't sufficient to just mail CVS problems to the list and > only create a new bug when really nothing happens? Else I think > we clutter the bug system only with small temporary bug reports > ... Ok. I'll do that from next time. --

Re: [PHP-DEV] Bug #13806 Updated: zlib compression is not

2001-11-11 Thread Yasuo Ohgaki
g output buffering and mbstring-auto-encoding > did not work. Usually, I don't use zlib compression. I noticed the problem when 4.0.7RC is relased. It seems zlib output compression is working now. (I'm testing with --enable-mbstr-enc-trans) -- Yasuo Ohgaki -- PHP Development Mail

Re: [PHP-DEV] Bug #14012: a struct has problem for sysvshm

2001-11-11 Thread Yasuo Ohgaki
shm.c:311: warning: passing arg 1 of `var_destroy' from incompatible pointer type make[3]: *** [sysvshm.lo] Error 1 make[3]: Leaving directory `/home/yohgaki/cvs/php/PHP4/ext/sysvshm' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/yohgaki/cvs/php/PHP4/ext/sys

Re: [PHP-DEV] sytanx again

2001-11-08 Thread Yasuo Ohgaki
e is no <%= CurrentTitle() %> <%= LoginStatus() %> <%= $Message %> Login Name <%= $LoginName %> First Name <%= $FirstName %> Last Name <%= $LastName %> Lo

[PHP-DEV] Re: PGSQL async query functions and other utility functions

2001-11-08 Thread Yasuo Ohgaki
Yasuo Ohgaki wrote: > I forgot to send the patch to the maintainer > and the author, but I guess they > noticed patch in php-dev. > http://marc.theaimsgroup.com/?l=php-dev&m=100483599714646&w=2 I would like to hear from Jouni and Zeev how you think about async qeury

[PHP-DEV] Re: [PATCH] sablotron scheme/sax handlers fix

2001-11-12 Thread Yasuo Ohgaki
Has anyone take a look at this patch? I don't use xslt and don't know if this fix is valid or not. If this patch fixes problem, it should be applied. IMO. (There are 2 bugs for xslt, #13511 & #13750, is this patch fixes these problems?) -- Yasuo Ohgaki Lenar Lõhmus wrote: &g

[PHP-DEV] Re: Bug #14036: Segfault when using multipart form data

2001-11-12 Thread Yasuo Ohgaki
o know to the script/config to be sure, 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 #14036: Segfault when using multipart form data

2001-11-12 Thread Yasuo Ohgaki
o know to the script/config to be sure, 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]

Re: [PHP-DEV] 4.1.0

2001-11-12 Thread Yasuo Ohgaki
is FHMed. (While I'm writing this message. Thank you 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] Re: PHP 4.1.0RC2 - can we roll?

2001-11-12 Thread Yasuo Ohgaki
Zeev Suraski wrote: > I'm going to roll PHP 4.1.0RC2 in an hour if nobody shouts. > > Zeev > Sounds *OK* to me. I'm warried about xlst crash bug patch. http://marc.theaimsgroup.com/?l=php-dev&m=100531454215810&w=2 It's patch for Bug #13872. I don't s

[PHP-DEV] Re: 4.1.0RC2

2001-11-12 Thread Yasuo Ohgaki
Zeev Suraski wrote: > http://www.php.net/~zeev/php-4.1.0RC2.tar.gz > > Do your thang :) > > Zeev > It builds and runs for both cgi and apache SAPI. Linux 2.4.4/glibc 2.2.2 Apahe 1.3.22/modssl 2.8.5/openssl 0.9.5b -- summary -- Session module tests failed due to failure for openning /tmp/s

[PHP-DEV] Re: 4.1.0RC2

2001-11-12 Thread Yasuo Ohgaki
Yasuo Ohgaki wrote: > Zeev Suraski wrote: > >> http://www.php.net/~zeev/php-4.1.0RC2.tar.gz >> >> Do your thang :) >> >> Zeev >> > > It builds and runs for both cgi and apache SAPI. > > Linux 2.4.4/glibc 2.2.2 > Apahe 1.3.22/modssl 2.

[PHP-DEV] Re: 4.1.0RC2

2001-11-12 Thread Yasuo Ohgaki
Yasuo Ohgaki wrote: > Yasuo Ohgaki wrote: >> It builds and runs for both cgi and apache SAPI. >> >> Linux 2.4.4/glibc 2.2.2 >> Apahe 1.3.22/modssl 2.8.5/openssl 0.9.5b >> >> -- summary -- >> >> Session module tests failed due to failure for op

[PHP-DEV] Re: 4.1.0RC2

2001-11-12 Thread Yasuo Ohgaki
Zeev Suraski wrote: > http://www.php.net/~zeev/php-4.1.0RC2.tar.gz > > Do your thang :) > > Zeev > FYI. ChangeLog file is missing in the archive :) -- Yasuo Ohgaki -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] Fo

[PHP-DEV] Re: Bug #11389 Updated: array_walk causes Apache to crash

2001-11-13 Thread Yasuo Ohgaki
is problem? -- Yasuo Ohgaki [EMAIL PROTECTED] wrote: > ID: 11389 > User updated by: [EMAIL PROTECTED] > Reported By: [EMAIL PROTECTED] > Status: Critical > Bug Type: Arrays related > Operating System: W98 > PHP Version: 4.0.6 > New Comment: > > But this is not the real sc

[PHP-DEV] Re: Respected developers !

2001-11-14 Thread Yasuo Ohgaki
Manuel Lemos wrote: > Apply for a CVS account. Somebody should reply to those requests. I got no response also. Although, Zeev suggested to do that. It seems most of requests are ignored. I don't mind it though. :) -- Yasuo Ohgaki -- PHP Development Mailing List <http://www.p

[PHP-DEV] Re: Bug #14063: unset($array[]) causes apache 1.3.20 to coredump

2001-11-14 Thread Yasuo Ohgaki
Reproduced on 4.1.0RC2 and 4.2.0 CVS. -- Yasuo Ohgaki [EMAIL PROTECTED] wrote: > From: [EMAIL PROTECTED] > Operating system: FreeBSD 4.4-STABLE > PHP version: 4.0CVS-2001-11-14 > PHP Bug Type: Reproducible crash > Bug description: unset($array[]) causes a

[PHP-DEV] Re: Bug #14063: unset($array[]) causes apache 1.3.20 to coredump

2001-11-14 Thread Yasuo Ohgaki
Forgot to attach backtrace. (4.1.0RC2 CGI) Yasuo Ohgaki (gdb) run test.php Program received signal SIGSEGV, Segmentation fault. 0x08178582 in execute (op_array=0x82281dc) at ./zend_execute.c:2201 (gdb) bt #0 0x08178582 in execute (op_array=0x82281dc) at ./zend_execute.c:2201 #1 0x0815574e in

[PHP-DEV] Re: Bug #14063: unset($array[]) causes apache 1.3.20 to coredump

2001-11-14 Thread Yasuo Ohgaki
) { + if (ht && offset) { switch (offset->type) { case IS_DOUBLE: case IS_RESOURCE: --- Yasuo Ohgaki -- PHP Development Mailing List <http://www.php.net/> To unsubscrib

Re: [PHP-DEV] Re: Bug #14063: unset($array[]) causes apache 1.3.20 to coredump

2001-11-15 Thread Yasuo Ohgaki
Derick Rethans wrote: > Hello, > > On Thu, 15 Nov 2001, Yasuo Ohgaki wrote: > > >>Suggested fix. >> > > This fixes the symtom, not the problem > Ok. I thought _get_zval_ptr() may return NULL when array element is not initilized. I leave this probl

Re: [PHP-DEV] Re: Bug #14063: unset($array[]) causes apache 1.3.20

2001-11-16 Thread Yasuo Ohgaki
Derick Rethans wrote: > On Thu, 15 Nov 2001, Yasuo Ohgaki wrote: > > >>Hi Derick, >> >>May I ask question? I've spent a little more time on this. (When I >>submit the patch, I spent less than 10 minutes :) >> >>When unset($arr[]) is cal

Re: [PHP-DEV] Re: Bug #14063: unset($array[]) causes apache 1.3.20

2001-11-16 Thread Yasuo Ohgaki
Yasuo Ohgaki wrote: > Derick Rethans wrote: > >> On Thu, 15 Nov 2001, Yasuo Ohgaki wrote: >> >> >>> Hi Derick, >>> >>> May I ask question? I've spent a little more time on this. (When I >>> submit the patch, I spent less than

Re: [PHP-DEV] Re: Bug #14063: unset($array[]) causes apache 1.3.20

2001-11-16 Thread Yasuo Ohgaki
Oops sorry. Never mind. I need some more sleep :) Yasuo Ohgaki wrote: > Yasuo Ohgaki wrote: > >> Derick Rethans wrote: >> >>> On Thu, 15 Nov 2001, Yasuo Ohgaki wrote: >>> >>> >>>> Hi Derick, >>>> >>>> May I ask

[PHP-DEV] [patch] pgsql async query

2001-11-24 Thread Yasuo Ohgaki
There are some limitations in libpq. You may not be able to execute query asyncronously) Comments are welcome. -- Yasuo Ohgaki Index: pgsql.c === RCS file: /repository/php4/ext/pgsql/pgsql.c,v retrieving revision 1.130 diff -u -r1.130 pgsq

[PHP-DEV] Re: [patch] pgsql async query

2001-11-25 Thread Yasuo Ohgaki
A few changes, - pg_reset() returns boolean value now - added more cleanup for leftover Comments are welcome. PS: If you have problem with attachment, please let me know. -- Yasuo Ohgaki pgsql_async.diff Description: Binary data -- PHP Development Mailing List <http://www.php.net/&

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

2001-11-29 Thread Yasuo Ohgaki
ve time to do, isn't it? -- Yasuo Ohgaki > Zak Greant wrote: > >> On November 29, 2001 10:38 am, aidan peiser wrote: >> >>> Learning PHP >>> Coding in PHP >>> Reading the PHP source >>> Writing web pages with PHP >>>

[PHP-DEV] Should functions raise warning or not?

2001-11-30 Thread Yasuo Ohgaki
clear guideline for error messages for both script coders and module developers. -- Yasuo Ohgaki [EMAIL PROTECTED] wrote: > ID: 14294 > Updated by: sniper > Reported By: [EMAIL PROTECTED] > Status: Bogus > Bug Type: Filesystem function related > Operating System: FreeBSD 4.3 &g

Re: [PHP-DEV] Bug #14294 Updated: is_dir() causes stat failed warning

2001-11-30 Thread Yasuo Ohgaki
emember which modules was it, but I saw commit getting rid of warnings. I think we really need consistency for error messages... -- Yasuo Ohgaki > > On Fri, Nov 30, 2001 at 08:13:59AM -, [EMAIL PROTECTED] wrote : > >>ID: 14294 >>User updated by: [EMAIL PROTECTED]

Re: [PHP-DEV] Bug #14294 Updated: is_dir() causes stat failed warning

2001-11-30 Thread Yasuo Ohgaki
emember which modules was it, but I saw commit getting rid of warnings. I think we really need consistency for error messages... at least for standard module functions. -- Yasuo Ohgaki > > On Fri, Nov 30, 2001 at 08:13:59AM -, [EMAIL PROTECTED] wrote : > >>ID: 14294 >

Re: [PHP-DEV] Bug #14294 Updated: is_dir() causes stat failed warning

2001-11-30 Thread Yasuo Ohgaki
Sorry for multiple messages. I have to be more careful when there is mail client 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 administrat

[PHP-DEV] 4.1.0 CVS & RC4 has -02 option with --enable-debug ?

2001-12-01 Thread Yasuo Ohgaki
Is this change is intended? On my system, 4.1.0 have -g -O2 for compile options with --enable-debug. It's slower to compile and less debug info in objects with -O2 option... -- Yasuo Ohgaki -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PRO

[PHP-DEV] Re: 4.1.0 CVS & RC4 has -02 option with --enable-debug ?

2001-12-01 Thread Yasuo Ohgaki
Yasuo Ohgaki wrote: > Is this change is intended? > > On my system, 4.1.0 have -g -O2 for compile options with > --enable-debug. It's slower to compile and less debug info in > objects with -O2 option... BTW, this happens for CGI build. --with-apxs, it build only with -g.

Re: [PHP-DEV] Bug #14226 Updated: multiple ob_end_clean() problem

2001-12-02 Thread Yasuo Ohgaki
pply to apache? can you test the CGI > version too? > > - Markus It seems CGI version output is ok to me also. (4.2.0-dev 2001/11/15. I thought I've tested with CGI version when I reported this bug. It seems I'm not.) Today's HEAD & 4.1.0RC with Aapche SAPI has

Re: [PHP-DEV] Bug #14226 Updated: multiple ob_end_clean() problem

2001-12-02 Thread Yasuo Ohgaki
Yasuo Ohgaki wrote: > Markus Fischer wrote: > >> I tested the CGI version (command line) and the first >> outptus: >> >> $ php -f 14226.php >> BBB$ >> >> $ php -v >> 4.2.0-dev >> >>

[PHP-DEV] [PATCH] ob_get_level()

2001-12-02 Thread Yasuo Ohgaki
) -- Yasuo Ohgaki Index: output.c === RCS file: /repository/php4/main/output.c,v retrieving revision 1.80 diff -u -r1.80 output.c --- output.c30 Nov 2001 10:48:38 - 1.80 +++ output.c2 Dec 2001 22:20:58 - @@ -585,6

Re: [PHP-DEV] [PATCH] ob_get_level()

2001-12-02 Thread Yasuo Ohgaki
Derick Rethans wrote: > Hello, > > On Mon, 3 Dec 2001, Yasuo Ohgaki wrote: > > +/* {{{ proto integer ob_get_level(void) > + Return the nesting level of the output buffer */ > +PHP_FUNCTION(ob_get_level) > +{ > + Z_LVAL_P(return_value) = OG(ob_nesting

Re: [PHP-DEV] [PATCH] ob_get_level()

2001-12-02 Thread Yasuo Ohgaki
Yasuo Ohgaki wrote: > Derick Rethans wrote: > >> Hello, >> >> On Mon, 3 Dec 2001, Yasuo Ohgaki wrote: >> >> +/* {{{ proto integer ob_get_level(void) >> + Return the nesting level of the output buffer */ >> +PHP_FUNCTION(ob_get_lev

[PHP-DEV] Re: Bug #14226 Updated: multiple ob_end_clean() problem

2001-12-02 Thread Yasuo Ohgaki
Yasuo Ohgaki wrote: > ID: 14226 > User updated by: [EMAIL PROTECTED] > Reported By: [EMAIL PROTECTED] > Status: Open > Bug Type: Output Control > Operating System: Linux 2.4.4/glibc 2.2.2 > PHP Version: 4.1.0RC CVS (2001/12/2) > New Comment: > > Ok I think I f

[PHP-DEV] RFC: nested output handler issues

2001-12-03 Thread Yasuo Ohgaki
objects or writes patch, I'll write one. If you have comments, please let me know before I start coding. (I'll wait about a week for feedback at least) Thank you for your comments. -- Yasuo Ohgaki -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAI

[PHP-DEV] Re: 4.1.0RC5

2001-12-03 Thread Yasuo Ohgaki
ative-ttf' \ '--with-freetype-dir=/usr' \ '--with-jpeg-dir=usr' \ '--with-png-dir=/usr' \ '--with-xpm-dir=/usr/X11R6' \ '--enable-ctype' \ '--enable-shmop' \ '--enable-sysvsem' \ '--enable-sysvshm' \ '--enable-

[PHP-DEV] php-patches@lists.php.net?

2001-12-04 Thread Yasuo Ohgaki
How about to have *new* list for sending patch for PHP? PostgreSQL has list for that. It seems the list is working great for them. With the list, it's easier to search who sent which patch. (patches may be treated better than now :) -- Yasuo Ohgaki -- PHP Development Mailing List

Re: [PHP-DEV] php-patches@lists.php.net?

2001-12-04 Thread Yasuo Ohgaki
James Moore wrote: > > >>On Tue, 04 Dec 2001, Thies C. Arntzen wrote: >> >>>On Tue, Dec 04, 2001 at 09:04:29PM +0900, Yasuo Ohgaki wrote: >>> >>>>How about to have *new* list for sending patch for PHP? >>>>PostgreSQL has li

Re: FW: [PHP-DEV] _SERVER & HTTP_SERVER_VARS

2001-12-04 Thread Yasuo Ohgaki
Emanuel Dejanu wrote: > Hi there, > > $_* arrays are a copy of the long GLOBAL vars. > So $_SERVER is a copy of $HTTP_SERVER_VARS or is a reference? > $_SEERVER, etc are reference of $HTTP_*_VARS. I think this should be noted *obvious* place when 4.1.0 is released :) -

[PHP-DEV] Re: Bug #13482 Updated: apache processes SEGFAULT

2001-12-05 Thread Yasuo Ohgaki
Are you using ob_end_clean()/ob_end_flush() in your code? If you are not sure about it, send backtrace. If you are using ob_end_clean/flush(), make sure that you are *not* deleting output buffer for ob_gzhandler... -- Yasuo Ohgaki Jerome Ponsin wrote: > ID: 13482 > User updated by:

[PHP-DEV] Re: Bug #14349: UTF8_ENCODE conflicts with Type Juggling

2001-12-05 Thread Yasuo Ohgaki
I cannot reproduce with 4.1.0RC5 and 4.2.0-dev (cgi). I suggest to test against 4.1.0RC5 http://www.php.net/~zeev and 4.2.0-dev http://snaps.php.net Regards, -- Yasuo Ohgaki [EMAIL PROTECTED] wrote: > From: [EMAIL PROTECTED] > Operating system: Debian GNU/Linux 2.2 > PH

[PHP-DEV] Re: Cannot find way!

2001-12-06 Thread Yasuo Ohgaki
RS? If you are using Apache SAPI, http://www.php.net/manual/en/function.getallheaders.php php-general is the place to ask question like this. Regards, -- Yasuo Ohgaki -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional com

Re: [PHP-DEV] Bug #11008 Updated: exit() should return an exit status

2001-12-06 Thread Yasuo Ohgaki
ch can be used > to find out what the people 'out there' think ? > > --Jani My vote wouldn't count, but I vote +1 :) Converting scripts are really simple, since users can replace exit() with paramters to die(). I remeber previous discussion, but I feel functions like

Re: [PHP-DEV] Bug #14364 Updated: Unable to clear out an individual variable in a session

2001-12-07 Thread Yasuo Ohgaki
t;CVS it appears that I have to session_unregister() and unset() >>the session variable to clear it out. >> > > Hmm .. Derick what do you think of this . . .? > > - Markus > I usually use CVS version for my dev server and never had problem like this. I d

Re: [PHP-DEV] [NEW EXTENSTION]: templates

2001-12-07 Thread Yasuo Ohgaki
x27;m planning to write HTML form module. I guess it fit into PECL, I've read PEAR web, but I couldn't find description for PEAR C Module... (There is a little description about PECL in FAQ, though) Am I missing something? Thanks. -- Yasuo Ohgaki -- PHP Development Mailing List &

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

[PHP-DEV] RFC: Renaming PostgreSQL functions

2001-12-11 Thread Yasuo Ohgaki
PHP_FALIAS(pg_freeresult,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}

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 chang

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

2001-12-11 Thread Yasuo Ohgaki
PHP_FALIAS(pg_freeresult,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}

[PHP-DEV] FRC: PostgreSQL function names

2001-12-11 Thread Yasuo Ohgaki
lt,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} }; /* }}} */ -- Yasu

[PHP-DEV] FRC: PostgreSQL function names change

2001-12-11 Thread Yasuo Ohgaki
HP_FALIAS(pg_setclientencoding,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]

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

2001-12-11 Thread Yasuo Ohgaki
PHP_FALIAS(pg_freeresult,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}

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

2001-12-11 Thread Yasuo Ohgaki
-Egon I'll take care of both source and document. I take your comments as "it's okay to rename function as far as it follows TODO and CODING.STANDARDS". :) -- Yasuo Ohgaki -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTEC

[PHP-DEV] Re: Proporsal for cascadable general HTTP input handler

2001-12-11 Thread Yasuo Ohgaki
d work and some programers might make some critical mistake. > And PHP script with http input check is usually hard to read. Agreed. I have class for that, but if PHP support input handler, it helps a lot. > > If we can use http input handler, we can implemnt separately > http

Re: [PHP-DEV] FRC: PostgreSQL function names change

2001-12-11 Thread Yasuo Ohgaki
Markus Fischer wrote: > On Tue, Dec 11, 2001 at 02:05:36PM +0900, Yasuo Ohgaki wrote : > >>Sorry if this message is posted twice. >> > > Twice? I could be wrong but I think it has arrived three > times or so already. NM ;-))) > > These messages tha

[PHP-DEV] News Server Problem?

2001-12-11 Thread Yasuo Ohgaki
Has news server setting been changed? It seems I cannot post article via news.php.net -- Yasuo Ohgaki _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com -- PHP Development Mailing List <h

[PHP-DEV] [PROPOSAL] Error levels

2001-12-11 Thread Yasuo Ohgaki
n_name(TSRMLS_C),"old_function_name")) { php_error(E_INFO,"%s is obsolete function name.", get_active_function_name(TSRMLS_C)); } - I suppose people has better idea than me for error message format :) If this proposal and/or new error levels are accepted, I'll volunteer to write pa

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() ...&q

[PHP-DEV] Re: Submitting changes

2001-12-12 Thread Yasuo Ohgaki
cribed :) -- 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
blem. Current Bug Type is easier to track the issue, IMHO. I don't oppose 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
> > [2001-12-12 11:38:37] [EMAIL 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
_from 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
0, os: 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

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

2001-12-12 Thread Yasuo Ohgaki
o output buffering, CGI SAPI may not be using body write function defined in output.c. Anyone? > i would love to work 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 pr

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

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

[PHP-DEV] Re: NULL vs false

2001-12-13 Thread Yasuo Ohgaki
rt questions to php-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 thing

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

2001-12-13 Thread Yasuo Ohgaki
s and >he was pretty much suprised that PHP causes such problems. As the function >curl_formadd() and "CURLOPT_POSTFIELDSIZE" is not implemented in PHP I can not give >you a PHP script which produces the error but let me know if you're interested in an >example written in C++. I would appriciate very much if this bug could be removed in >futur e versions of PHP. > thanks in advance > Hanno > > > > > > > > > Edit this bug report at http://bugs.php.net/?id=14321&edit=1 > > -- 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: SIGBUS on FreeBSD (was Bug #14497 Updated: PHP causes segfault when session handler=user)

2001-12-13 Thread Yasuo Ohgaki
> http://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

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

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

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

2001-12-14 Thread Yasuo Ohgaki
Yasuo Ohgaki wrote: > 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. Oops I forgot take into account that it can return null string ;) Try this one instead. -- Yasuo Ohgaki Index: m

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

2001-12-14 Thread Yasuo Ohgaki
t; Sorry I was busy to edit pgsql module source 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 u

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

2001-12-14 Thread Yasuo Ohgaki
Markus Fischer wrote: > On Fri, Dec 14, 2001 at 04:35:04PM +0900, Yasuo Ohgaki wrote : > >>- if (retval->type == IS_STRING) { >>+ convert_to_string_ex(&retval); >>+ if (retval->value.str.len) { >> > > Plea

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

2001-12-14 Thread Yasuo Ohgaki
close function to gc. (If there are many session_write_close(), it will be a problem 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]

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 &

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

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

2001-12-14 Thread Yasuo Ohgaki
clientencoding,pg_set_client_encoding, NULL) #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-

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 &

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

2001-12-14 Thread Yasuo Ohgaki
x27;s a duplicate of other bug marked critical) It would 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
only to php-general. Thank you. PS: Read manaul sections (Object and Reference. It's explained ;) -- Yasuo Ohgaki > > Try the example below. > > Manuel Lemos > > class test_class > { > var $dummy="nothing"; > }; > > Function not_ass

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

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

2001-12-15 Thread Yasuo Ohgaki
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: >

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 c

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 c

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

2001-12-16 Thread Yasuo Ohgaki
CVS, closing. > > Derick Thanks ;) -- 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 #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/>

Re: [PHP-DEV] malformed header from script

2001-12-16 Thread Yasuo Ohgaki
periencing the same problem. I notified Esser about this problem 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] 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, W

[PHP-DEV] Re: Notification of absence.

2001-12-16 Thread Yasuo Ohgaki
some of these projects > are finished. > 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 PROT

<    1   2   3   4   5   6   7   8   9   10   >