[PHP-CVS] cvs: php4(PHP_4_2_0) /ext/mbstring mbstring.c

2002-09-08 Thread Yasuo Ohgaki
yohgaki Sun Sep 8 20:01:44 2002 EDT Modified files: (Branch: PHP_4_2_0) /php4/ext/mbstring mbstring.c Log: MFH. This should fix all var initilization problems finally. Index: php4/ext/mbstring/mbstring.c diff -u php4/ext/mbstring/mbstring.c:1.48.2.16

[PHP-CVS] cvs: php4(PHP_4_2_0) /main SAPI.c

2002-09-08 Thread Yasuo Ohgaki
yohgaki Sun Sep 8 20:32:40 2002 EDT Modified files: (Branch: PHP_4_2_0) /php4/main SAPI.c Log: Fixed typo. Index: php4/main/SAPI.c diff -u php4/main/SAPI.c:1.129.2.3 php4/main/SAPI.c:1.129.2.4 --- php4/main/SAPI.c:1.129.2.3 Sat Jul 27 09:15:42 2002 +++

[PHP-CVS] cvs: php4(PHP_4_2_0) / NEWS

2002-09-08 Thread Yasuo Ohgaki
yohgaki Sun Sep 8 20:38:32 2002 EDT Modified files: (Branch: PHP_4_2_0) /php4 NEWS Log: Oops. Last commit was not intentinal. It seems 4.3.0-dev has all fixes needed already. Mention Content-Type fix. Index: php4/NEWS diff -u php4/NEWS:1.885.2.60

Re: [PHP-CVS] cvs: php4 / php.ini-recommended

2002-09-25 Thread Yasuo Ohgaki
I saw Sascha's commit for php.ini-dist. Nobody objects it so I merged it to php.ini-recommended as it supposed to. I'm 0 for both On and Off. -- Yasuo Ohgaki Rasmus Lerdorf wrote: ; Enforce year 2000 compliance (will cause problems with non-compliant browsers) -y2k_compliance = Off

[PHP-CVS] cvs: php4 /ext/standard dir.c

2002-09-27 Thread Yasuo Ohgaki
yohgaki Fri Sep 27 07:44:42 2002 EDT Modified files: /php4/ext/standard dir.c Log: No need to define GLOB_NOMATCH. Index: php4/ext/standard/dir.c diff -u php4/ext/standard/dir.c:1.102 php4/ext/standard/dir.c:1.103 --- php4/ext/standard/dir.c:1.102

[PHP-CVS] cvs: php4 /ext/standard dir.c

2002-09-28 Thread Yasuo Ohgaki
yohgaki Sat Sep 28 05:14:46 2002 EDT Modified files: /php4/ext/standard dir.c Log: It must be GLOB_NOCHECK instead of GLOB_NOMATCH. GLOB_NOMATCH does not make sense at all. Index: php4/ext/standard/dir.c diff -u php4/ext/standard/dir.c:1.105

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

2002-09-29 Thread Yasuo Ohgaki
yohgaki Sun Sep 29 23:51:54 2002 EDT Modified files: /php4/ext/pgsql pgsql.c Log: Improve error message. Fix proto. Index: php4/ext/pgsql/pgsql.c diff -u php4/ext/pgsql/pgsql.c:1.218 php4/ext/pgsql/pgsql.c:1.219 --- php4/ext/pgsql/pgsql.c:1.218

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

2002-09-30 Thread Yasuo Ohgaki
yohgaki Mon Sep 30 03:24:42 2002 EDT Modified files: /php4/ext/pgsql pgsql.c Log: Use of PGSQL_CONV_INGORE_NOT_NULL as it is supposed. Change comment a little. Index: php4/ext/pgsql/pgsql.c diff -u php4/ext/pgsql/pgsql.c:1.221

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

2002-09-30 Thread Yasuo Ohgaki
yohgaki Mon Sep 30 03:35:41 2002 EDT Modified files: /php4/ext/pgsql pgsql.c Log: Use PGSQL_CONV_FORCE_NULL as it is supposed. PGSQL_CONV_FORCE_NULL inserts NULL to field instead of NULL string for string type tuples. Index: php4/ext/pgsql/pgsql.c

[PHP-CVS] cvs: php4 / NEWS

2002-09-30 Thread Yasuo Ohgaki
yohgaki Mon Sep 30 04:26:23 2002 EDT Modified files: /php4 NEWS Log: Added pg_fetch_assoc() Index: php4/NEWS diff -u php4/NEWS:1.1154 php4/NEWS:1.1155 --- php4/NEWS:1.1154Mon Sep 30 01:20:17 2002 +++ php4/NEWS Mon Sep 30 04:26:23 2002 -4,6 +4,8

[PHP-CVS] cvs: php4 / NEWS

2002-09-30 Thread Yasuo Ohgaki
yohgaki Mon Sep 30 04:26:54 2002 EDT Modified files: /php4 NEWS Log: Fixed my name :) Index: php4/NEWS diff -u php4/NEWS:1.1155 php4/NEWS:1.1156 --- php4/NEWS:1.1155Mon Sep 30 04:26:23 2002 +++ php4/NEWS Mon Sep 30 04:26:54 2002 -5,7 +5,7

[PHP-CVS] cvs: php4 /ext/pgsql pgsql.c php_pgsql.h

2002-09-30 Thread Yasuo Ohgaki
yohgaki Mon Sep 30 05:07:58 2002 EDT Modified files: /php4/ext/pgsql pgsql.c php_pgsql.h Log: Added pg_fetch_assoc(). Fixed proto. Added/fixed comments. # It seems last attempt was failed. Try committing again. Index: php4/ext/pgsql/pgsql.c diff -u

[PHP-CVS] cvs: php4 / NEWS

2002-09-30 Thread Yasuo Ohgaki
yohgaki Mon Sep 30 05:35:04 2002 EDT Modified files: /php4 NEWS Log: Fixed typo. # Thanks to Andrey Hristov. Index: php4/NEWS diff -u php4/NEWS:1.1159 php4/NEWS:1.1160 --- php4/NEWS:1.1159Mon Sep 30 05:07:10 2002 +++ php4/NEWS Mon Sep 30

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

2002-09-30 Thread Yasuo Ohgaki
yohgaki Mon Sep 30 22:43:33 2002 EDT Modified files: /php4/main output.c Log: Fixed implicit flush. Index: php4/main/output.c diff -u php4/main/output.c:1.123 php4/main/output.c:1.124 --- php4/main/output.c:1.123Mon Sep 30 19:46:43 2002 +++

[PHP-CVS] cvs: php4 / NEWS

2002-09-30 Thread Yasuo Ohgaki
yohgaki Mon Sep 30 22:54:31 2002 EDT Modified files: /php4 NEWS Log: Implicit flush fix Index: php4/NEWS diff -u php4/NEWS:1.1162 php4/NEWS:1.1163 --- php4/NEWS:1.1162Mon Sep 30 21:40:07 2002 +++ php4/NEWS Mon Sep 30 22:54:30 2002 -4,6 +4,7 -

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

2002-10-01 Thread Yasuo Ohgaki
yohgaki Tue Oct 1 06:01:56 2002 EDT Modified files: /php4/main output.c Log: Fixed bug #17825. Double zval_ptr_dtor(). Index: php4/main/output.c diff -u php4/main/output.c:1.124 php4/main/output.c:1.125 --- php4/main/output.c:1.124Mon Sep 30 22:43:33

[PHP-CVS] cvs: php4 / NEWS

2002-10-01 Thread Yasuo Ohgaki
yohgaki Tue Oct 1 06:04:05 2002 EDT Modified files: /php4 NEWS Log: Bug fix Index: php4/NEWS diff -u php4/NEWS:1.1163 php4/NEWS:1.1164 --- php4/NEWS:1.1163Mon Sep 30 22:54:30 2002 +++ php4/NEWS Tue Oct 1 06:04:04 2002 -4,6 +4,7 -

[PHP-CVS] cvs: php4(PHP_4_2_0) /main output.c

2002-10-01 Thread Yasuo Ohgaki
yohgaki Tue Oct 1 06:19:04 2002 EDT Modified files: (Branch: PHP_4_2_0) /php4/main output.c Log: MFH Index: php4/main/output.c diff -u php4/main/output.c:1.88.2.2 php4/main/output.c:1.88.2.3 --- php4/main/output.c:1.88.2.2 Fri Aug 23 04:36:28 2002 +++

[PHP-CVS] cvs: php4 / NEWS /ext/pgsql pgsql.c php_pgsql.h

2002-10-01 Thread Yasuo Ohgaki
yohgaki Tue Oct 1 22:41:21 2002 EDT Modified files: /php4 NEWS /php4/ext/pgsql pgsql.c php_pgsql.h Log: Added pg_ping() Index: php4/NEWS diff -u php4/NEWS:1.1165 php4/NEWS:1.1166 --- php4/NEWS:1.1165Tue Oct 1 22:11:26 2002 +++ php4/NEWS

[PHP-CVS] cvs: php4 / NEWS

2002-10-01 Thread Yasuo Ohgaki
yohgaki Tue Oct 1 23:17:30 2002 EDT Modified files: /php4 NEWS Log: pg_data_seek() Index: php4/NEWS diff -u php4/NEWS:1.1166 php4/NEWS:1.1167 --- php4/NEWS:1.1166Tue Oct 1 22:41:19 2002 +++ php4/NEWS Tue Oct 1 23:17:30 2002 -8,7 +8,7 -

[PHP-CVS] cvs: php4 /ext/pgsql mysql_users.php

2002-10-01 Thread Yasuo Ohgaki
: Yasuo Ohgaki [EMAIL PROTECTED] * * This file contains example user defined functions that does * similar to MySQL functions. They can be implemented as module * functions, but there won't be many users need them. * * Requires: PostgreSQL 7.2.x */ /* * mysql_list_dbs() * * This function

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

2002-10-01 Thread Yasuo Ohgaki
yohgaki Wed Oct 2 00:03:22 2002 EDT Modified files: /php4 NEWS /php4/ext/pgsql pgsql.c Log: Added pg_unescape_bytea(). Fixed pg_data_seek(). php_pgsql_unescape_bytea(PQunescapeBytea) is shamelessly stolen from PostgreSQL 7.3 :) Index:

[PHP-CVS] cvs: php4 /tests/func 006.phpt

2002-10-01 Thread Yasuo Ohgaki
yohgaki Wed Oct 2 01:29:06 2002 EDT Modified files: /php4/tests/func006.phpt Log: Improve test to show output bufferring bypass bug clearly. Index: php4/tests/func/006.phpt diff -u php4/tests/func/006.phpt:1.2 php4/tests/func/006.phpt:1.3 ---

[PHP-CVS] cvs: php4 /ext/standard string.c

2002-10-02 Thread Yasuo Ohgaki
yohgaki Thu Oct 3 00:56:55 2002 EDT Modified files: /php4/ext/standard string.c Log: Forgot 1 byte for \0 Index: php4/ext/standard/string.c diff -u php4/ext/standard/string.c:1.305 php4/ext/standard/string.c:1.306 --- php4/ext/standard/string.c:1.305

[PHP-CVS] cvs: php4 /ext/mbstring/tests 007.inc /ext/standard basic_functions.c /main output.c php_output.h

2002-10-03 Thread Yasuo Ohgaki
yohgaki Thu Oct 3 03:17:14 2002 EDT Modified files: /php4/ext/mbstring/tests007.inc /php4/ext/standard basic_functions.c /php4/main output.c php_output.h Log: Added ob_flush_all() that flushes bufferred contents until it actually sent/printed.

[PHP-CVS] cvs: php4 /ext/mbstring/tests 007.phpt

2002-10-03 Thread Yasuo Ohgaki
yohgaki Thu Oct 3 03:19:28 2002 EDT Modified files: /php4/ext/mbstring/tests007.phpt Log: Update test Index: php4/ext/mbstring/tests/007.phpt diff -u php4/ext/mbstring/tests/007.phpt:1.2 php4/ext/mbstring/tests/007.phpt:1.3 ---

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

2002-10-03 Thread Yasuo Ohgaki
yohgaki Thu Oct 3 04:54:14 2002 EDT Modified files: /php4/main output.c Log: Added comment for php_output_set_status(). Please use this function if you would like to prevent unwanted flush by implicit_flush=On or ob_implicit_flush(). Index:

[PHP-CVS] cvs: php4 /ext/standard var.c

2002-10-03 Thread Yasuo Ohgaki
yohgaki Thu Oct 3 04:54:45 2002 EDT Modified files: /php4/ext/standard var.c Log: Prevent unwanted fluhsing. Index: php4/ext/standard/var.c diff -u php4/ext/standard/var.c:1.145 php4/ext/standard/var.c:1.146 --- php4/ext/standard/var.c:1.145 Wed Jun

Re: [PHP-CVS] cvs: php4 /ext/standard basic_functions.c var.c /main

2002-10-03 Thread Yasuo Ohgaki
ob_implicit_flush() written by you? Or is it written by others? -- Yasuo Ohgaki Zeev At 16:32 03/10/2002, Yasuo Ohgaki wrote: yohgaki Thu Oct 3 09:32:02 2002 EDT Modified files: /php4/ext/standard basic_functions.c var.c /php4/main output.c Log: Fixed broken code

[PHP-CVS] Re: cvs: php4 /ext/mbstring mbfilter.c

2002-10-07 Thread Yasuo Ohgaki
someone else is fixed in somewhere in SAPI. Another one is mad string ... something like that Do you still remember what it is? I don't see applicable place. -- Yasuo Ohgaki -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] Re: cvs: php4 / php.ini-dist

2002-10-08 Thread Yasuo Ohgaki
Hi, Is this merged to php.ini-recommended? -- Yasuo Ohgaki Colin Viebrock wrote: cmv Mon Oct 7 13:58:27 2002 EDT Modified files: /php4 php.ini-dist Log: Document session.save_path option in php.ini Index: php4/php.ini-dist diff -u

[PHP-CVS] Re: cvs: php4 /sapi/embed config.m4

2002-10-12 Thread Yasuo Ohgaki
to static build. Could we have shared as the default? Most applications would use shared instead of static lib probably. -- Yasuo Ohgaki Index: php4/sapi/embed/config.m4 diff -u php4/sapi/embed/config.m4:1.1 php4/sapi/embed/config.m4:1.2 --- php4/sapi/embed/config.m4:1.1 Sun

[PHP-CVS] cvs: php4 /ext/pgsql pgsql.c php_pgsql.h

2002-10-13 Thread Yasuo Ohgaki
yohgaki Sat Oct 12 23:00:49 2002 EDT Modified files: /php4/ext/pgsql pgsql.c php_pgsql.h Log: Enable pg_escape_bytea(). Index: php4/ext/pgsql/pgsql.c diff -u php4/ext/pgsql/pgsql.c:1.231 php4/ext/pgsql/pgsql.c:1.232 --- php4/ext/pgsql/pgsql.c:1.231

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

2002-10-13 Thread Yasuo Ohgaki
I get segfault with this patch during "make install"... # It seems failed to send previous mail... # Sorry, if you get 2 mails -- Yasuo Ohgaki Shane Caraveo wrote: shane Sun Oct 13 04:38:09 2002 EDT Modified files: /php4/mainphp_v

[PHP-CVS] cvs: php4 /ext/pgsql pgsql.c php_pgsql.h

2002-10-13 Thread Yasuo Ohgaki
yohgaki Sun Oct 13 05:37:27 2002 EDT Modified files: /php4/ext/pgsql pgsql.c php_pgsql.h Log: Introduce connect_type option to pg_connect(). pg_connect(conn_str, conn_type) is allowed. Added PGSQL_CONNECT_FORCE_NEW option to pg_connect() (Yasuo) # If

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

2002-10-13 Thread Yasuo Ohgaki
yohgaki Sun Oct 13 05:41:36 2002 EDT Modified files: /php4/ext/pgsql pgsql.c Log: Need to init connstring when there are 2 args. Index: php4/ext/pgsql/pgsql.c diff -u php4/ext/pgsql/pgsql.c:1.233 php4/ext/pgsql/pgsql.c:1.234 ---

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

2002-10-14 Thread Yasuo Ohgaki
yohgaki Mon Oct 14 05:32:36 2002 EDT Modified files: /php4 run-tests.php Log: Fixed warnings Index: php4/run-tests.php diff -u php4/run-tests.php:1.70 php4/run-tests.php:1.71 --- php4/run-tests.php:1.70 Mon Oct 14 03:18:23 2002 +++

[PHP-CVS] cvs: php4(PHP_4_2_0) /main output.c

2002-10-15 Thread Yasuo Ohgaki
yohgaki Tue Oct 15 16:11:28 2002 EDT Modified files: (Branch: PHP_4_2_0) /php4/main output.c Log: Sync with head Index: php4/main/output.c diff -u php4/main/output.c:1.88.2.4 php4/main/output.c:1.88.2.5 --- php4/main/output.c:1.88.2.4 Tue Oct 1 06:25:31

[PHP-CVS] cvs: php4 /ext/mysql php_mysql.c

2002-10-17 Thread Yasuo Ohgaki
yohgaki Thu Oct 17 03:24:04 2002 EDT Modified files: /php4/ext/mysql php_mysql.c Log: Remove mysql_result_seek() alias. Index: php4/ext/mysql/php_mysql.c diff -u php4/ext/mysql/php_mysql.c:1.167 php4/ext/mysql/php_mysql.c:1.168 ---

[PHP-CVS] cvs: php4 /ext/pgsql pgsql.c php_pgsql.h

2002-10-17 Thread Yasuo Ohgaki
yohgaki Thu Oct 17 03:58:47 2002 EDT Modified files: /php4/ext/pgsql pgsql.c php_pgsql.h Log: Added async message function - pg_get_notify() Index: php4/ext/pgsql/pgsql.c diff -u php4/ext/pgsql/pgsql.c:1.235 php4/ext/pgsql/pgsql.c:1.236 ---

[PHP-CVS] cvs: php4 / NEWS

2002-10-17 Thread Yasuo Ohgaki
yohgaki Thu Oct 17 04:04:28 2002 EDT Modified files: /php4 NEWS Log: Added pg_get_notify() for better performace for applications cache query results. Removed unneeded entry. Index: php4/NEWS diff -u php4/NEWS:1.1211 php4/NEWS:1.1212 ---

[PHP-CVS] cvs: php4 /ext/pgsql/tests 17result.phpt 18pg_escape_bytea.phpt 19pg_ping.phpt 20pg_get_pid.phpt 21pg_get_notify.phpt README createdb.inc large_object.inc pg_escape_bytea.inc pg_get_notify.inc pg_get_pid.inc pg_ping.inc result.inc

2002-10-18 Thread Yasuo Ohgaki
yohgaki Fri Oct 18 03:52:10 2002 EDT Added files: /php4/ext/pgsql/tests 18pg_escape_bytea.phpt 19pg_ping.phpt 20pg_get_pid.phpt 21pg_get_notify.phpt README pg_escape_bytea.inc pg_get_notify.inc

[PHP-CVS] cvs: php4 / NEWS

2002-10-18 Thread Yasuo Ohgaki
yohgaki Thu Oct 17 19:42:44 2002 EDT Modified files: /php4 NEWS Log: Added pg_get_pid() that get backend process PID. Does anyone prefer pg_get_backend_pid() or else? Index: php4/NEWS diff -u php4/NEWS:1.1212 php4/NEWS:1.1213 --- php4/NEWS:1.1212

[PHP-CVS] cvs: php4 /ext/pgsql README pgsql.c php_pgsql.h

2002-10-18 Thread Yasuo Ohgaki
yohgaki Thu Oct 17 19:41:34 2002 EDT Modified files: /php4/ext/pgsql README pgsql.c php_pgsql.h Log: Added pg_get_pid() Index: php4/ext/pgsql/README diff -u php4/ext/pgsql/README:1.8 php4/ext/pgsql/README:1.9 --- php4/ext/pgsql/README:1.8 Sun Apr 7

Re: [PHP-CVS] cvs: php4 /ext/mysql php_mysql.c

2002-10-18 Thread Yasuo Ohgaki
Zeev Suraski wrote: Doesn't sound conclusive to me, I'm with James on this one. If it went public, the alias should stay. Time zone diff. I read these mails now. The alias is not included to any release. (Except PHP 4.3.0-pre1 ;) -- Yasuo Ohgaki -- PHP CVS Mailing List (http://www.php.net

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

2002-10-19 Thread Yasuo Ohgaki
yohgaki Sat Oct 19 00:46:19 2002 EDT Modified files: /php4/ext/pgsql pgsql.c Log: Skip field when there is obvious error. Fixed freeing of wrong zval. Index: php4/ext/pgsql/pgsql.c diff -u php4/ext/pgsql/pgsql.c:1.238 php4/ext/pgsql/pgsql.c:1.239 ---

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

2002-10-19 Thread Yasuo Ohgaki
yohgaki Sat Oct 19 00:01:27 2002 EDT Modified files: /php4/ext/pgsql pgsql.c Log: Fixed typo. Index: php4/ext/pgsql/pgsql.c diff -u php4/ext/pgsql/pgsql.c:1.237 php4/ext/pgsql/pgsql.c:1.238 --- php4/ext/pgsql/pgsql.c:1.237Thu Oct 17 19:41:34 2002

[PHP-CVS] cvs: php4 / Makefile.global

2002-10-21 Thread Yasuo Ohgaki
yohgaki Mon Oct 21 20:03:49 2002 EDT Modified files: /php4 Makefile.global Log: Hmm. -c options was there, but removed. It is _needed_ for php.ini users uses buffer by default. Index: php4/Makefile.global diff -u php4/Makefile.global:1.30

[PHP-CVS] Re: cvs: php4 / Makefile.global

2002-10-21 Thread Yasuo Ohgaki
(BJani Taskinen wrote: (B sniperMon Oct 21 20:18:26 2002 EDT (B (B Modified files: (B /php4 Makefile.global (B Log: (B - Revert the undiscussed change. (B # (B # Yasuo, don't you think there was a reason to drop this??? (B # Please,

[PHP-CVS] Re: cvs: php4 / Makefile.global

2002-10-21 Thread Yasuo Ohgaki
Ah. I see. (B (BPrevious commit made by Derick is bogus :) (BThe -c option does not make tests depend on php.ini-dest. (BOnly php executable running run-tests.php use it. (B (BTherefore, tests scripts are _not_ depended on php.ini-dest. (Bi.e. actual test script is using whatever php.ini

Re: [PHP-CVS] Re: cvs: php4 / Makefile.global

2002-10-21 Thread Yasuo Ohgaki
Shane Caraveo wrote: Yasuo Ohgaki wrote: Jani Taskinen wrote: sniper Mon Oct 21 20:18:26 2002 EDT Modified files: /php4 Makefile.global Log: - Revert the undiscussed change. # # Yasuo, don't you think there was a reason to drop this??? # Please, discuss these things before

Re: [PHP-CVS] Re: cvs: php4 / Makefile.global

2002-10-21 Thread Yasuo Ohgaki
Just making sure. No objections using php.ini-dist _only for_ run-tests.php? PS: This is the 3rd time I've trird to fix buffering issue with run-tests.php and php.ini-recommended :) -- Yasuo Ohgaki Jani Taskinen wrote: On Tue, 22 Oct 2002, Yasuo Ohgaki wrote: Previous commit made by Derick

[PHP-CVS] cvs: php4 / Makefile.global

2002-10-22 Thread Yasuo Ohgaki
yohgaki Tue Oct 22 21:21:04 2002 EDT Modified files: /php4 Makefile.global Log: Fixed buffring issue again. Index: php4/Makefile.global diff -u php4/Makefile.global:1.33 php4/Makefile.global:1.34 --- php4/Makefile.global:1.33 Tue Oct 22 14:53:56 2002

Re: [PHP-CVS] Re: cvs: php4 / Makefile.global

2002-10-22 Thread Yasuo Ohgaki
this. -- Yasuo Ohgaki -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-CVS] Re: cvs: php4 / Makefile.global

2002-10-22 Thread Yasuo Ohgaki
Ilia A. wrote: On October 22, 2002 11:04 pm, Yasuo Ohgaki wrote: Ilia A. wrote: On October 22, 2002 10:30 pm, Yasuo Ohgaki wrote: Ilia A. wrote: What's the point of _not_ specifying certain ini for run-tests.php? In other words, what is advantages? Because those ini settings may

Re: [PHP-CVS] cvs: php4 / Makefile.global

2002-10-23 Thread Yasuo Ohgaki
Derick Rethans wrote: On Wed, 23 Oct 2002, Yasuo Ohgaki wrote: I tell you that I am aware of the issue that the tests suite may result in sometimes different results because of this, and that's supposed to be like that to be able to test as much different combinations as possible (like Ilia

[PHP-CVS] cvs: php4 /ext/mbstring mbstring.c

2002-10-25 Thread Yasuo Ohgaki
yohgaki Fri Oct 25 22:08:05 2002 EDT Modified files: /php4/ext/mbstring mbstring.c Log: Remove useless check. # Problem was in other place Index: php4/ext/mbstring/mbstring.c diff -u php4/ext/mbstring/mbstring.c:1.125 php4/ext/mbstring/mbstring.c:1.126

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

2002-10-26 Thread Yasuo Ohgaki
Derick Rethans wrote: On Sat, 26 Oct 2002, Yasuo Ohgaki wrote: yohgaki Fri Oct 25 22:08:05 2002 EDT Modified files: /php4/ext/mbstring mbstring.c Log: Remove useless check. # Problem was in other place For once: DISCUSS things before you remove patches by others. I

[PHP-CVS] cvs: php4 / Makefile.global run-tests.php

2002-10-31 Thread Yasuo Ohgaki
yohgaki Thu Oct 31 08:52:58 2002 EDT Modified files: /php4 Makefile.global run-tests.php Log: Fixed more ini settings. # Derick. Be responsible to your change and opinion. # These are settings I know that should be set. # There may be other settingis

Re: [PHP-CVS] cvs: php4 / Makefile.global run-tests.php

2002-10-31 Thread Yasuo Ohgaki
Marcus Boerger wrote: You forgot -d 'zlib.output_compression=' and have doubled -d 'safe_mode=0' Thanks. Copy paste mistake :) I think -d 'zlib.output_compression=' isn't needed since it's not a web client. -- Yasuo Ohgaki and thanks i will add the missing valued to run-test.php when

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

2002-11-12 Thread Yasuo Ohgaki
yohgaki Tue Nov 12 04:07:36 2002 EDT Modified files: /php4/ext/pgsql pgsql.c Log: Speed up pg_escape_bytea, from O(n^2) = O(n). My test script speed up from 50 sec to 5 sec. (sscanf is too slow at least under my linux, I might write better function that

[PHP-CVS] Re: cvs: php4(PHP_4_3) /ext/mbstring mbstring.c

2002-11-23 Thread Yasuo Ohgaki
var pointer will never be changed before/after (Bphp_url_decode() (B (BHow this could be a bug? (B (B-- (BYasuo Ohgaki (B (BMoriyoshi Koizumi wrote: (B moriyoshi Thu Nov 21 09:51:27 2002 EDT (B (B Modified files: (Branch: PHP_4_3) (B /php4/ext/mbstring

Re: [PHP-CVS] Re: cvs: php4(PHP_4_3) /ext/mbstring mbstring.c

2002-11-24 Thread Yasuo Ohgaki
Moriyoshi Koizumi wrote: I suppose the problem was caused by wrong length passed to php_url_decode() and whether var has been altered doesn't have much to do with it. Ah. I see. It's obvious bug. I mixed up php_mbstr_encoding_handler :) -- Yasuo Ohgaki Moriyoshi Yasuo Ohgaki [EMAIL

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

2002-11-24 Thread Yasuo Ohgaki
yohgaki Sun Nov 24 20:38:30 2002 EDT Modified files: /php4/ext/pgsql pgsql.c Log: Cleanup state=4 and avoid using sscanf() Index: php4/ext/pgsql/pgsql.c diff -u php4/ext/pgsql/pgsql.c:1.247 php4/ext/pgsql/pgsql.c:1.248 --- php4/ext/pgsql/pgsql.c:1.247

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

2002-11-25 Thread Yasuo Ohgaki
yohgaki Mon Nov 25 21:13:35 2002 EDT Modified files: /php4/ext/pgsql pgsql.c Log: Remove a warning Index: php4/ext/pgsql/pgsql.c diff -u php4/ext/pgsql/pgsql.c:1.248 php4/ext/pgsql/pgsql.c:1.249 --- php4/ext/pgsql/pgsql.c:1.248Sun Nov 24 20:38:29

[PHP-CVS] cvs: php4(PHP_4_3) /ext/pgsql pgsql.c

2002-11-25 Thread Yasuo Ohgaki
yohgaki Mon Nov 25 21:15:59 2002 EDT Modified files: (Branch: PHP_4_3) /php4/ext/pgsql pgsql.c Log: MFH Index: php4/ext/pgsql/pgsql.c diff -u php4/ext/pgsql/pgsql.c:1.244 php4/ext/pgsql/pgsql.c:1.244.2.1 --- php4/ext/pgsql/pgsql.c:1.244Tue Nov 12

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

2002-11-29 Thread Yasuo Ohgaki
yohgaki Fri Nov 29 12:18:01 2002 EDT Modified files: /php4/ext/pgsql pgsql.c Log: Fixed problem with PostgreSQL 7.3 Index: php4/ext/pgsql/pgsql.c diff -u php4/ext/pgsql/pgsql.c:1.249 php4/ext/pgsql/pgsql.c:1.250 --- php4/ext/pgsql/pgsql.c:1.249

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

2003-01-15 Thread Yasuo Ohgaki
yohgaki Wed Jan 15 05:21:15 2003 EDT Modified files: /php4/ext/pgsql pgsql.c Log: Fixed proto Index: php4/ext/pgsql/pgsql.c diff -u php4/ext/pgsql/pgsql.c:1.255 php4/ext/pgsql/pgsql.c:1.256 --- php4/ext/pgsql/pgsql.c:1.255Sat Jan 4 07:33:46 2003

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

2003-02-08 Thread Yasuo Ohgaki
yohgaki Sun Feb 9 02:24:18 2003 EDT Modified files: /php4/ext/pgsql pgsql.c Log: Fixed improper result offset handling. Prevent error when connection is broken. (optional) Index: php4/ext/pgsql/pgsql.c diff -u php4/ext/pgsql/pgsql.c:1.258

[PHP-CVS] cvs: php4(PHP_4_3) /ext/pgsql pgsql.c

2003-02-08 Thread Yasuo Ohgaki
yohgaki Sun Feb 9 02:24:37 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/pgsql pgsql.c Log: MFH Index: php4/ext/pgsql/pgsql.c diff -u php4/ext/pgsql/pgsql.c:1.244.2.7 php4/ext/pgsql/pgsql.c:1.244.2.8 --- php4/ext/pgsql/pgsql.c:1.244.2.7Tue Feb

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

2003-02-08 Thread Yasuo Ohgaki
yohgaki Sun Feb 9 02:50:16 2003 EDT Modified files: /php4/ext/pgsql pgsql.c Log: Fixed one more improper row offset handling. Index: php4/ext/pgsql/pgsql.c diff -u php4/ext/pgsql/pgsql.c:1.259 php4/ext/pgsql/pgsql.c:1.260 ---

[PHP-CVS] cvs: php4(PHP_4_3) /ext/pgsql pgsql.c

2003-02-08 Thread Yasuo Ohgaki
yohgaki Sun Feb 9 02:50:31 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/pgsql pgsql.c Log: MFH Index: php4/ext/pgsql/pgsql.c diff -u php4/ext/pgsql/pgsql.c:1.244.2.8 php4/ext/pgsql/pgsql.c:1.244.2.9 --- php4/ext/pgsql/pgsql.c:1.244.2.8Sun Feb

[PHP-CVS] cvs: php-src /ext/mbstring mbstring.c

2006-03-03 Thread Yasuo Ohgaki
yohgaki Fri Mar 3 20:41:52 2006 UTC Modified files: /php-src/ext/mbstring mbstring.c Log: remove obsolete check http://cvs.php.net/viewcvs.cgi/php-src/ext/mbstring/mbstring.c?r1=1.239r2=1.240diff_format=u Index: php-src/ext/mbstring/mbstring.c diff -u

[PHP-CVS] cvs: php-src /ext/pgsql pgsql.c

2006-03-26 Thread Yasuo Ohgaki
yohgaki Mon Mar 27 02:59:42 2006 UTC Modified files: /php-src/ext/pgsql pgsql.c Log: remove pg_execute() E_WARNING error when query plan is not defined http://cvs.php.net/viewcvs.cgi/php-src/ext/pgsql/pgsql.c?r1=1.346r2=1.347diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/pgsql pgsql.c

2006-03-27 Thread Yasuo Ohgaki
yohgaki Tue Mar 28 00:28:02 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/ext/pgsql pgsql.c Log: reenable pg_execute E_WARNING http://cvs.php.net/viewcvs.cgi/php-src/ext/pgsql/pgsql.c?r1=1.331.2.11r2=1.331.2.12diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/pgsql pgsql.c

2006-03-28 Thread Yasuo Ohgaki
yohgaki Wed Mar 29 01:10:27 2006 UTC Modified files: /php-src/ext/pgsql pgsql.c Log: restore E_WARNING in correct place http://cvs.php.net/viewcvs.cgi/php-src/ext/pgsql/pgsql.c?r1=1.347r2=1.348diff_format=u Index: php-src/ext/pgsql/pgsql.c diff -u

[PHP-CVS] cvs: php-src /ext/pgsql config.m4

2005-07-22 Thread Yasuo Ohgaki
yohgaki Fri Jul 22 14:48:14 2005 EDT Modified files: /php-src/ext/pgsql config.m4 Log: fix build with older postgresql http://cvs.php.net/diff.php/php-src/ext/pgsql/config.m4?r1=1.44r2=1.45ty=u Index: php-src/ext/pgsql/config.m4 diff -u

Re: [PHP-CVS] cvs: php-src /ext/pgsql config.m4

2005-07-24 Thread Yasuo Ohgaki
Thank you, I made a mistake. I should have commit this to PHP_4_4 only probably. I'll revert head and check what needs to be done for PHP_4_4 branch. Antony Dovgal wrote: As far as I understand, you break 64bit build this way. On Fri, 22 Jul 2005 18:48:14 - Yasuo Ohgaki [EMAIL PROTECTED

[PHP-CVS] cvs: php-src(PHP_4_4) /ext/pgsql config.m4

2005-07-24 Thread Yasuo Ohgaki
yohgaki Sun Jul 24 19:11:47 2005 EDT Modified files: (Branch: PHP_4_4) /php-src/ext/pgsql config.m4 Log: fix build with older pgsql. http://cvs.php.net/diff.php/php-src/ext/pgsql/config.m4?r1=1.34.4.2.2.1r2=1.34.4.2.2.2ty=u Index: php-src/ext/pgsql/config.m4

[PHP-CVS] cvs: php-src /ext/mbstring mbstring.c

2006-03-01 Thread Yasuo Ohgaki
yohgaki Thu Mar 2 00:34:28 2006 UTC Modified files: /php-src/ext/mbstring mbstring.c Log: add safe_mode num of parameter check http://cvs.php.net/viewcvs.cgi/php-src/ext/mbstring/mbstring.c?r1=1.238r2=1.239diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/mbstring mbstring.c

2006-03-01 Thread Yasuo Ohgaki
yohgaki Thu Mar 2 00:37:22 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/ext/mbstring mbstring.c Log: MFH add safe_mode num of parameter check http://cvs.php.net/viewcvs.cgi/php-src/ext/mbstring/mbstring.c?r1=1.224.2.14r2=1.224.2.15diff_format=u

[PHP-CVS] cvs: php-src(PHP_4_4) /ext/mbstring mbstring.c

2006-03-01 Thread Yasuo Ohgaki
yohgaki Thu Mar 2 00:39:57 2006 UTC Modified files: (Branch: PHP_4_4) /php-src/ext/mbstring mbstring.c Log: MFH add safe_mode num of parameter check

[PHP-CVS] svn: /php/php-src/trunk/ext/pgsql/ config.m4 pgsql.c php_pgsql.h tests/08escape.phpt

2011-11-24 Thread Yasuo Ohgaki
yohgaki Fri, 25 Nov 2011 02:21:01 + Revision: http://svn.php.net/viewvc?view=revisionrevision=319788 Log: add pg_escape_identifier/pg_escape_literal Changed paths: U php/php-src/trunk/ext/pgsql/config.m4 U php/php-src/trunk/ext/pgsql/pgsql.c

[PHP-CVS] svn: /php/php-src/trunk/ NEWS

2011-11-24 Thread Yasuo Ohgaki
yohgaki Fri, 25 Nov 2011 02:24:37 + Revision: http://svn.php.net/viewvc?view=revisionrevision=319789 Log: add pgsql new functions Changed paths: U php/php-src/trunk/NEWS Modified: php/php-src/trunk/NEWS

[PHP-CVS] com php-src: Adjust mbstring php.ini settings: php.ini-development php.ini-production

2012-03-26 Thread Yasuo Ohgaki
Commit:cfb2df5fb7b833b7a1c55e31ee22c8c9d542bb29 Author:Yasuo Ohgaki yohg...@ohgaki.net Tue, 27 Mar 2012 00:34:21 +0900 Parents: 2ceaa9da85bfff3c91a9e13b2a6bdcde76d62e9a Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: mbstring use UTF-8: php.ini-development php.ini-production

2012-03-26 Thread Yasuo Ohgaki
Commit:833dcf3cf7017d12ec19fb611fb108527867f2df Author:slumbers99 golden.slumbers...@gmail.com Sun, 25 Mar 2012 22:12:39 +0900 Parents: b4d078f18c950a4bf7e136443586e348bd54f40c Branches: master Link:

[PHP-CVS] com php-src: - fix bug #61541, Segfault when using ob_* in output_callback: main/output.c tests/output/ob_011.phpt

2012-03-28 Thread Yasuo Ohgaki
Commit:abd2b2ee4332e598f46efec0cac0a9f546bc4f2d Author:reeze reeze@gmail.com Thu, 29 Mar 2012 00:18:02 +0800 Committer: Yasuo Ohgaki yohg...@ohgaki.net Thu, 29 Mar 2012 06:23:05 +0900 Parents: 5ddfdb8fd4f52d49a9483792ccc37d7879b14e72 Branches: PHP-5.3 Link

[PHP-CVS] com php-src: - fix bug #61541, Segfault when using ob_* in output_callback: main/output.c tests/output/ob_011.phpt

2012-03-28 Thread Yasuo Ohgaki
Commit:9bc91a21db733b5e12ab6a4356b2470b72d784d5 Author:reeze reeze@gmail.com Thu, 29 Mar 2012 00:18:02 +0800 Parents: 4fa0c2a96331d9d43c08575fd6ea9957cf0671b6 Branches: PHP-5.3 Link:

[PHP-CVS] com php-src: ext/pcntl/pcntl.c: Fix typo in comment: ext/pcntl/pcntl.c

2012-03-28 Thread Yasuo Ohgaki
Commit:51e9365bb9aaaf918fa840e9e740fae7f7a51306 Author:Jille Timmermans ji...@quis.cx Wed, 28 Mar 2012 16:18:23 +0200 Parents: a715a21594346aef34d3d7aad35ea147fe134d1c Branches: master Link:

[PHP-CVS] com php-src: ext/pcntl/pcntl.c: Fix typo in comment: ext/pcntl/pcntl.c

2012-03-28 Thread Yasuo Ohgaki
Commit:55b1e612421c52ea0bb8a3772095c5bbd62045db Author:Jille Timmermans ji...@quis.cx Wed, 28 Mar 2012 16:18:23 +0200 Committer: Yasuo Ohgaki yohg...@ohgaki.net Thu, 29 Mar 2012 09:07:07 +0900 Parents: f38ee783442acb0f64a8eb3cafa06b42e5e7f273 Branches: PHP-5.3 Link

[PHP-CVS] com php-src: ext/pcntl/pcntl.c: Fix typo in comment: ext/pcntl/pcntl.c

2012-03-28 Thread Yasuo Ohgaki
Commit:4aeabaf8e938af00d6fe9f8316251b543640018c Author:Jille Timmermans ji...@quis.cx Wed, 28 Mar 2012 16:18:23 +0200 Committer: Yasuo Ohgaki yohg...@ohgaki.net Thu, 29 Mar 2012 09:07:19 +0900 Parents: 08089ebe16b0dffacb15b1669bc6c3a8432dcb1c Branches: PHP-5.4 Link

Re: [PHP-CVS] com php-src: ext/pcntl/pcntl.c: Fix typo in comment: ext/pcntl/pcntl.c

2012-03-28 Thread Yasuo Ohgaki
curious. Thanks. -- Yasuo Ohgaki yohg...@ohgaki.net 2012/3/28 Yasuo Ohgaki yohg...@php.net: Commit:    4aeabaf8e938af00d6fe9f8316251b543640018c Author:    Jille Timmermans ji...@quis.cx         Wed, 28 Mar 2012 16:18:23 +0200 Committer: Yasuo Ohgaki yohg...@ohgaki.net      Thu, 29 Mar 2012 09

Re: [PHP-CVS] com php-src: ext/pcntl/pcntl.c: Fix typo in comment: ext/pcntl/pcntl.c

2012-03-28 Thread Yasuo Ohgaki
Hi, 2012/3/29 Alexey Shein con...@gmail.com: 29 марта 2012 г. 5:47 пользователь Yasuo Ohgaki yohg...@ohgaki.net написал: Hi, I was following the instruction of the pull request page https://qa.php.net/pulls/#repo=php-src The instruction on the page only considered working on master

[PHP-CVS] com php-src: Fixed bug #60718 Complie problem with libpq (PostgreSQL 7.3 or less): ext/pgsql/pgsql.c

2012-03-29 Thread Yasuo Ohgaki
Commit:8449e0ca89d77fb20ac3326a0cf574ae2d13676c Author:Yasuo Ohgaki yohg...@ohgaki.net Thu, 29 Mar 2012 19:48:58 +0900 Parents: fb124764de04ccd1249dd192d874ee04aada7dc0 Branches: PHP-5.3 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: Fixed bug #60718 Complie problem with libpq (PostgreSQL 7.3 or less): ext/pgsql/pgsql.c

2012-03-29 Thread Yasuo Ohgaki
Commit:931831bf75d645bdb9f079793b0224bb4843a7a3 Author:Yasuo Ohgaki yohg...@ohgaki.net Thu, 29 Mar 2012 19:48:58 +0900 Parents: 55b1e612421c52ea0bb8a3772095c5bbd62045db Branches: PHP-5.4 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: Merge branch 'PHP-5.3' into PHP-5.4: ext/pgsql/pgsql.c

2012-03-29 Thread Yasuo Ohgaki
Commit:aecf5485e3af6a1e405f29f653353ae1237dbb3e Author:Yasuo Ohgaki yohg...@ohgaki.net Thu, 29 Mar 2012 19:55:06 +0900 Parents: 1d8664b90b4007b81206d39f3453eb4e7987776d 931831bf75d645bdb9f079793b0224bb4843a7a3 Branches: PHP-5.4 master Link: http://git.php.net/?p=php

[PHP-CVS] com php-src: Merge branch 'PHP-5.4': ext/pgsql/pgsql.c

2012-03-29 Thread Yasuo Ohgaki
Commit:48033ed48d235be7dcfa8894e7dee6966cd4d2d7 Author:Yasuo Ohgaki yohg...@ohgaki.net Thu, 29 Mar 2012 20:06:00 +0900 Parents: dde1bff4c6463a0ff8ed70449eea0e50451e99e8 aecf5485e3af6a1e405f29f653353ae1237dbb3e Branches: master Link: http://git.php.net/?p=php-src.git

Re: [PHP-CVS] com php-src: Merge branch 'PHP-5.3' into PHP-5.4: ext/pgsql/pgsql.c

2012-04-04 Thread Yasuo Ohgaki
how this happened while I was following the workflow. Anyway, are you okay with new PGSQL_LIBPQ_VERSIONS* constants for 5.3? Then I'll commit it first. Regards, -- Yasuo Ohgaki yohg...@ohgaki.net 2012/4/4 Johannes Schlüter johan...@schlueters.de: On Thu, 2012-03-29 at 10:55 +, Yasuo Ohgaki

Re: [PHP-CVS] com php-src: Merge branch 'PHP-5.4': main/main.c

2012-04-14 Thread Yasuo Ohgaki
Link:       http://git.php.net/?p=php-src.git;a=commitdiff;h=579d234f5078fc87b0b21a333a5fdfc60e9df124 Log: Merge branch 'PHP-5.4' Changed paths:  MM  main/main.c It seems phpt is not merged. Regards, -- Yasuo Ohgaki yohg...@ohgaki.net -- PHP CVS Mailing List (http://www.php.net

[PHP-CVS] com php-src: Implement Request #47570 libpq's PG_VERSION should be exported to userland: ext/pgsql/pgsql.c

2012-04-17 Thread Yasuo Ohgaki
Commit:b906cb1bc2371fa0b3e52e0bd21ef6734db73d9a Author:Yasuo Ohgaki yohg...@ohgaki.net Fri, 30 Mar 2012 09:45:33 +0900 Parents: d55afe4df63945a6e3abe9892ba7836f83c74265 Branches: PHP-5.4 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

  1   2   >