[PHP-CVS] com php-src: Fixed tests that fail with non-default `serialize_precision` configurations.: ext/standard/tests/general_functions/var_export-locale.phpt ext/standard/tests/general_functions/va

2013-11-20 Thread Yasuo Ohgaki
Commit:101c78050032de22832a83630ea136b2752d0fe6 Author:Jeff Welch whatthej...@gmail.com Fri, 8 Nov 2013 13:07:22 -0500 Committer: Yasuo Ohgaki yohg...@php.net Wed, 20 Nov 2013 06:17:23 +0900 Parents: 25c08a839a261f3da77767934d8bed29f9831db3 Branches: PHP-5.4 Link

[PHP-CVS] com php-src: Fixed tests that fail with non-default `serialize_precision` configurations.: ext/standard/tests/general_functions/var_export-locale.phpt ext/standard/tests/general_functions/va

2013-11-20 Thread Yasuo Ohgaki
Commit:72a8489a12ff803cf7fc03ed911f2d530a8e89c8 Author:Jeff Welch whatthej...@gmail.com Fri, 8 Nov 2013 13:07:22 -0500 Committer: Yasuo Ohgaki yohg...@php.net Wed, 20 Nov 2013 06:17:34 +0900 Parents: 87cabc04ac5081f032c55cdc67d541a92471964e Branches: PHP-5.5 Link

[PHP-CVS] com php-src: Fix WS in serialization_error_002.phpt: ext/standard/tests/serialize/serialization_error_002.phpt

2013-11-20 Thread Yasuo Ohgaki
Commit:0d558afc057e5e939d6cab325b2ddf2c170f0103 Author:Yasuo Ohgaki yohg...@php.net Wed, 20 Nov 2013 07:17:53 +0900 Parents: 050dd59c639d2c742042bc884021fc3d0fca0c7b Branches: PHP-5.4 PHP-5.5 PHP-5.6 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: added a test to cover distinction between boolean return value of unserialize function and deserializing serialized boolean: ext/standard/tests/serialize/serialization_error_002

2013-11-20 Thread Yasuo Ohgaki
Commit:5824c797ac168e0e6a57c73945bd15b06b91d12c Author:Aaron Hamid aaron.ha...@gmail.com Sun, 17 Nov 2013 22:59:42 -0500 Parents: 140a42f779b83f5c32656741f9fd26f34edc0b1b Branches: pull-request/530 Link:

[PHP-CVS] com php-src: Fixed tests that fail with non-default `serialize_precision` configurations.: ext/standard/tests/general_functions/var_export-locale.phpt ext/standard/tests/general_functions/va

2013-11-20 Thread Yasuo Ohgaki
Commit:b4210efe76324c40b0598996399258fd6d0248a6 Author:Jeff Welch whatthej...@gmail.com Fri, 8 Nov 2013 13:07:22 -0500 Committer: Yasuo Ohgaki yohg...@php.net Wed, 20 Nov 2013 06:14:32 +0900 Parents: 8c05e861d659f912d95f1720e985632757c5057b Branches: PHP-5.6 Link

[PHP-CVS] com php-src: Fixed tests that fail with non-default `serialize_precision` configurations.: ext/standard/tests/general_functions/var_export-locale.phpt ext/standard/tests/general_functions/va

2013-11-20 Thread Yasuo Ohgaki
Commit:b2ca20312d7db29dbd314118dc52068904e1a98e Author:Jeff Welch whatthej...@gmail.com Fri, 8 Nov 2013 13:07:22 -0500 Committer: Yasuo Ohgaki yohg...@php.net Wed, 20 Nov 2013 06:17:57 +0900 Parents: b41a2755c445f670c4074278e505ba35165208e8 Branches: master Link

Re: [PHP-CVS] com php-src: Added function opcache_compile_file() to load PHP scripts into cache without execution.: NEWS ext/opcache/ZendAccelerator.c ext/opcache/ZendAccelerator.h ext/opcache/zend_ac

2013-09-27 Thread Yasuo Ohgaki
. Regards, -- Yasuo Ohgaki yohg...@ohgaki.net

Re: [PHP-CVS] com php-src: Added function opcache_compile_file() to load PHP scripts into cache without execution.: NEWS ext/opcache/ZendAccelerator.c ext/opcache/ZendAccelerator.h ext/opcache/zend_ac

2013-09-25 Thread Yasuo Ohgaki
, -- Yasuo Ohgaki yohg...@ohgaki.net

Re: [PHP-CVS] com php-src: NEWS/UPGRADING{,.INTERNALS} notes about temp POST stream: NEWS UPGRADING UPGRADING.INTERNALS

2013-09-17 Thread Yasuo Ohgaki
Hi Mike, The code looks great! I need to get SG(request_info).post_data and SG(request_info).raw_post_data in a module at RINIT and runtime. I asked it internals ML. Could you give me some pointers? Thank you. -- Yasuo Ohgaki yohg...@ohgaki.net

Re: [PHP-CVS] com php-src: NEWS/UPGRADING{,.INTERNALS} notes about temp POST stream: NEWS UPGRADING UPGRADING.INTERNALS

2013-09-17 Thread Yasuo Ohgaki
for the tip. -- Yasuo Ohgaki yohg...@ohgaki.net

Re: [PHP-CVS] com php-src: Fixed Bug #65315 session.hash_function silently fallback to default md5: NEWS ext/session/session.c ext/session/tests/session_hash_function_basic.phpt

2013-08-29 Thread Yasuo Ohgaki
the error message, too. Regards, -- Yasuo Ohgaki yohg...@ohgaki.net

[PHP-CVS] com php-src: Remove ini dependency in test: ext/session/tests/session_hash_function_basic.phpt

2013-08-29 Thread Yasuo Ohgaki
Commit:09ed50fa448832303c1f89538e59a41ee121ebd2 Author:Yasuo Ohgaki yohg...@php.net Fri, 30 Aug 2013 11:46:16 +0900 Parents: ec173433dac5d5ef64644cbc0e66454326a6725c Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

Re: [PHP-CVS] com php-src: Apply pgsql notice test fixes to PHP-5.5: ext/pgsql/tests/09notice.phpt ext/pgsql/tests/80_bug32223.phpt ext/pgsql/tests/80_bug32223b.phpt

2013-08-22 Thread Yasuo Ohgaki
Thank you for back porting :) -- Yasuo Ohgaki yohg...@ohgaki.net On Thu, Aug 22, 2013 at 9:02 PM, Nikita Popov ni...@php.net wrote: Commit:c0d99fd76a37785d357ffe7a0fee8715108d3dd5 Author:Nikita Popov ni...@php.net Thu, 22 Aug 2013 14:02:55 +0200 Parents

[PHP-CVS] com php-src: Revert wrong description: ext/pgsql/tests/80_bug24499.phpt ext/pgsql/tests/80_bug32223.phpt ext/pgsql/tests/80_bug32223b.phpt ext/pgsql/tests/80_bug42783.phpt

2013-08-20 Thread Yasuo Ohgaki
Commit:fdef0e38f75f64089737d8e31888a12535ba748d Author:Yasuo Ohgaki yohg...@php.net Tue, 20 Aug 2013 17:37:21 +0900 Parents: a52b8fe117dbfd692284a15f0e5adfb969c389c6 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: Add session.use_strict_mode description to php.ini-*: php.ini-development php.ini-production

2013-08-20 Thread Yasuo Ohgaki
Commit:4cd9796be78bfb1cc88b5ed71cbd61e56937b8e7 Author:Yasuo Ohgaki yohg...@php.net Tue, 20 Aug 2013 18:30:30 +0900 Parents: 36122c74a200db65cfa815d183716e38587c4c85 Branches: PHP-5.5 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: Merge branch 'PHP-5.5': php.ini-development php.ini-production

2013-08-20 Thread Yasuo Ohgaki
Commit:8da7aa7e4189f0be434b7c936840429302e021b6 Author:Yasuo Ohgaki yohg...@php.net Tue, 20 Aug 2013 18:30:46 +0900 Parents: 117bd0848a556b09c917bb7511c328ca46f139ca 4cd9796be78bfb1cc88b5ed71cbd61e56937b8e7 Branches: master Link: http://git.php.net/?p=php-src.git

[PHP-CVS] com php-src: Fixed Bug #65475: ext/session/mod_files.c ext/session/mod_mm.c ext/session/tests/bug65475.phpt ext/session/tests/rfc1867.phpt ext/session/tests/rfc1867_cleanup.phpt ext/session/

2013-08-20 Thread Yasuo Ohgaki
Commit:16411586449c7562b840d6226f6ef55f567c35f3 Author:Yasuo Ohgaki yohg...@php.net Wed, 21 Aug 2013 08:08:55 +0900 Parents: 268c2884fa4a0e61ecf35712d6472c41a9023197 Branches: PHP-5.5 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: Fixed Bug #65475: ext/session/mod_files.c ext/session/mod_mm.c ext/session/tests/bug65475.phpt ext/session/tests/rfc1867.phpt ext/session/tests/rfc1867_cleanup.phpt ext/session/

2013-08-20 Thread Yasuo Ohgaki
Commit:d2a99a7c315beba3fcecd5c4a47d6ce1d1a78283 Author:Yasuo Ohgaki yohg...@php.net Wed, 21 Aug 2013 08:08:55 +0900 Parents: 89c4abab2b83dd52f71e2915aca35e86c4f81583 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

Re: [PHP-CVS] com php-src: Fixed Bug #65475: ext/session/mod_files.c ext/session/mod_mm.c ext/session/tests/bug65475.phpt ext/session/tests/rfc1867.phpt ext/session/tests/rfc1867_cleanup.phpt ext/sess

2013-08-20 Thread Yasuo Ohgaki
Hi Stas, session.use_strict_mode=1 was broken and didn't work at all. This patch fixes the problem and remove php.ini dependency. I also added test for the bug. May I cherry pick the commit? Or could you merge it to 5.5.3 branch? Thank you. -- Yasuo Ohgaki yohg...@ohgaki.net On Wed, Aug 21

Re: [PHP-CVS] com php-src: Fixed Bug #65475: ext/session/mod_files.c ext/session/mod_mm.c ext/session/tests/bug65475.phpt ext/session/tests/rfc1867.phpt ext/session/tests/rfc1867_cleanup.phpt ext/sess

2013-08-20 Thread Yasuo Ohgaki
to get this in a scheduled 5.5.4 release. No problem. It took long term to be fixed anyway. I'll just update NEWS for 5.5.4. Regards, -- Yasuo Ohgaki yohg...@ohgaki.net

[PHP-CVS] com php-src: Update NEWS: NEWS

2013-08-20 Thread Yasuo Ohgaki
Commit:7318b857aace976086e4fabde90b45facdcb15e7 Author:Yasuo Ohgaki yohg...@php.net Wed, 21 Aug 2013 10:38:59 +0900 Parents: 16411586449c7562b840d6226f6ef55f567c35f3 Branches: PHP-5.5 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

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

2013-08-20 Thread Yasuo Ohgaki
Commit:aaf95aa1b65170d756a897926e7c9f996bc37e93 Author:Yasuo Ohgaki yohg...@php.net Wed, 21 Aug 2013 11:06:11 +0900 Parents: d2a99a7c315beba3fcecd5c4a47d6ce1d1a78283 c51f77fe83cea3a48d89423863e6916b77628e47 Branches: master Link: http://git.php.net/?p=php-src.git

[PHP-CVS] com php-src: Add php_serialize session.serialize_handler. This patch closes: ext/session/session.c ext/session/tests/session_decode_basic_serialize.phpt ext/session/tests/session_encode_seri

2013-08-20 Thread Yasuo Ohgaki
Commit:c51f77fe83cea3a48d89423863e6916b77628e47 Author:Yasuo Ohgaki yohg...@php.net Wed, 21 Aug 2013 10:51:51 +0900 Parents: 7318b857aace976086e4fabde90b45facdcb15e7 Branches: PHP-5.5 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: Update NEWS: NEWS

2013-08-20 Thread Yasuo Ohgaki
Commit:7be3c743392fbf1837760393403c7b703e502d3a Author:Yasuo Ohgaki yohg...@php.net Wed, 21 Aug 2013 11:19:06 +0900 Parents: c51f77fe83cea3a48d89423863e6916b77628e47 Branches: PHP-5.5 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: Fixed test bug: ext/pgsql/tests/80_bug32223b.phpt

2013-08-19 Thread Yasuo Ohgaki
Commit:7d538cf8dd41a2584c56ec4abfafd738f0fa1e31 Author:Yasuo Ohgaki yohg...@php.net Tue, 20 Aug 2013 14:25:01 +0900 Parents: 24288eb4d119ab4f613feb5c64cf0f08ecf8d10a Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: Revise pgsql tests: ext/pgsql/tests/80_bug32223.phpt ext/pgsql/tests/80_bug32223b.phpt

2013-08-18 Thread Yasuo Ohgaki
Commit:e960eebfea1fccbb4a2f030949249d4d1d198728 Author:Yasuo Ohgaki yohg...@php.net Sun, 18 Aug 2013 18:24:34 +0900 Parents: 0c4ba514bec77497fe54396b5e5c2b342ac68152 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: Add 00version.phpt to get server/protocol/client version. Revise test script description: ext/pgsql/tests/00version.phpt ext/pgsql/tests/14pg_update_9.phpt ext/pgsql/tests/80_bu

2013-08-11 Thread Yasuo Ohgaki
Commit:713aedfe65adcbf16f7cbd9c543abe03ba464485 Author:Yasuo Ohgaki yohg...@php.net Sun, 11 Aug 2013 18:33:33 +0900 Parents: 6e92f07926c4bd39f263e913b55ed27a2d27d875 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: Revise pgsql test for Travis CI: ext/pgsql/tests/80_bug32223.phpt

2013-08-11 Thread Yasuo Ohgaki
Commit:727318546d60775c99579c6278e75a0da6fdaa35 Author:Yasuo Ohgaki yohg...@php.net Sun, 11 Aug 2013 18:57:39 +0900 Parents: 713aedfe65adcbf16f7cbd9c543abe03ba464485 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: Revise pgsql test files: ext/pgsql/tests/00version.phpt ext/pgsql/tests/config.inc

2013-08-11 Thread Yasuo Ohgaki
Commit:3ada3aaea65bdfa11d6a70040ea7c63f7020d0ef Author:Yasuo Ohgaki yohg...@php.net Mon, 12 Aug 2013 05:14:43 +0900 Parents: 727318546d60775c99579c6278e75a0da6fdaa35 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: Implemented Request #11100 (session_gc() function).: NEWS ext/session/session.c ext/session/tests/session_gc_basic.phpt

2013-08-10 Thread Yasuo Ohgaki
Commit:54a42f0d0cf85fe0c032009b1f601427ae1c8566 Author:Yasuo Ohgaki yohg...@php.net Sat, 10 Aug 2013 15:20:24 +0900 Parents: f2b57251157c7408eca716d6d5e98eee34ba54f0 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: Implemented Request #20421 (session_abort() and session_reset() function: NEWS ext/session/session.c ext/session/tests/session_abort_basic.phpt ext/session/tests/session_gc_basi

2013-08-10 Thread Yasuo Ohgaki
Commit:6941ce35839f255234c727634a2309b893e4f049 Author:Yasuo Ohgaki yohg...@php.net Sat, 10 Aug 2013 16:57:56 +0900 Parents: 54a42f0d0cf85fe0c032009b1f601427ae1c8566 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: Fixed Bug #62015 Changed session.auto_start to PHP_INI_PERDIR. It is simply wrong and never worked if the value is changed at runtime: ext/session/session.c

2013-08-10 Thread Yasuo Ohgaki
Commit:e9b128c1bfb64e50c5e361959a1a7ccd176d1324 Author:Yasuo Ohgaki yohg...@php.net Sat, 10 Aug 2013 18:29:13 +0900 Parents: ac28283beb58b367ef1f842b5ee0d6397eb4b516 Branches: PHP-5.4 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

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

2013-08-10 Thread Yasuo Ohgaki
Commit:771b06f5858954d708a1dca19d8272df15f4c3b9 Author:Yasuo Ohgaki yohg...@php.net Sat, 10 Aug 2013 18:30:05 +0900 Parents: 6941ce35839f255234c727634a2309b893e4f049 9d95a1a7d13678b5a82d7b341e3c06b651a98fe9 Branches: master Link: http://git.php.net/?p=php-src.git

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

2013-08-10 Thread Yasuo Ohgaki
Commit:9d95a1a7d13678b5a82d7b341e3c06b651a98fe9 Author:Yasuo Ohgaki yohg...@php.net Sat, 10 Aug 2013 18:29:29 +0900 Parents: b27f6826d4d35caaf5b08e87297d13838930df94 e9b128c1bfb64e50c5e361959a1a7ccd176d1324 Branches: PHP-5.5 Link: http://git.php.net/?p=php-src.git

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

2013-08-10 Thread Yasuo Ohgaki
Commit:2df95b135477965832ec9214eb8d58607f734c94 Author:Yasuo Ohgaki yohg...@php.net Sun, 11 Aug 2013 06:43:37 +0900 Parents: 9d95a1a7d13678b5a82d7b341e3c06b651a98fe9 0ad81ac18a72c0bc2d9dae180950f47a09994e35 Branches: master Link: http://git.php.net/?p=php-src.git

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

2013-08-10 Thread Yasuo Ohgaki
Commit:0959475e11e58f69e58352ffe8dc54fc2d003f3c Author:Yasuo Ohgaki yohg...@php.net Sun, 11 Aug 2013 06:44:01 +0900 Parents: 771b06f5858954d708a1dca19d8272df15f4c3b9 2df95b135477965832ec9214eb8d58607f734c94 Branches: master Link: http://git.php.net/?p=php-src.git

[PHP-CVS] com php-src: Fixed possible buffer overflow under Windows. Note: Not a security fix.: ext/session/session.c

2013-08-10 Thread Yasuo Ohgaki
Commit:0ad81ac18a72c0bc2d9dae180950f47a09994e35 Author:Yasuo Ohgaki yohg...@php.net Sun, 11 Aug 2013 06:43:01 +0900 Parents: e9b128c1bfb64e50c5e361959a1a7ccd176d1324 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: Update NEWS: NEWS

2013-08-10 Thread Yasuo Ohgaki
Commit:bff1a96a0ff32610acd494534b9a91e1275831e7 Author:Yasuo Ohgaki yohg...@php.net Sun, 11 Aug 2013 07:15:01 +0900 Parents: 0ad81ac18a72c0bc2d9dae180950f47a09994e35 Branches: PHP-5.4 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: Update NEWS: NEWS

2013-08-10 Thread Yasuo Ohgaki
Commit:ac538e5e166253a933b1f9f4badae5e19efbf26c Author:Yasuo Ohgaki yohg...@php.net Sun, 11 Aug 2013 07:15:55 +0900 Parents: 2df95b135477965832ec9214eb8d58607f734c94 Branches: PHP-5.5 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: Fixed Bug #65315 session.hash_function silently fallback to default md5: NEWS ext/session/session.c ext/session/tests/session_hash_function_basic.phpt

2013-08-09 Thread Yasuo Ohgaki
Commit:b6b425d2cf767e47e9d05fbfe1328f1485a488ef Author:Yasuo Ohgaki yohg...@php.net Fri, 9 Aug 2013 18:05:07 +0900 Parents: c53b425763d4cdbc9dc5708e22c6517dfd5e1e09 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

Re: [PHP-CVS] com php-src: fix test: ext/session/tests/session_hash_function_basic.phpt

2013-08-09 Thread Yasuo Ohgaki
Thanks Michael, I though I was fixed, but I guess it was different branch... -- Yasuo Ohgaki yohg...@ohgaki.net On Fri, Aug 9, 2013 at 8:30 PM, Michael Wallner m...@php.net wrote: Commit:7c3afd31f9a3357afc93c50223e2c4cfb1520f37 Author:Michael Wallner m...@php.net Fri, 9 Aug

Re: [PHP-CVS] com php-src: Patch for https://bugs.php.net/bug.php?id=44522 to allow uploading files above 2G.: main/SAPI.h main/rfc1867.c sapi/cgi/cgi_main.c

2013-08-09 Thread Yasuo Ohgaki
/rfc1867_sid_only_cookie_2.phpt] session rfc1867 sid post [ext/session/tests/rfc1867_sid_post.phpt] -- Yasuo Ohgaki yohg...@ohgaki.net On Wed, Aug 7, 2013 at 5:51 AM, Michael Wallner m...@php.net wrote: Commit:84f9213e00ae624e789ec0ed8f023c22a557d215 Author:Ralf Lang l...@b1-systems.de Fri

[PHP-CVS] com php-src: Implemented Bug #17860 Suggestion: auto detect whether session changed: NEWS ext/session/php_session.h ext/session/session.c ext/session/tests/session_set_save_handler_basic.php

2013-08-09 Thread Yasuo Ohgaki
Commit:554021d21e1b2517313a377676260c188152c2eb Author:Yasuo Ohgaki yohg...@php.net Sat, 10 Aug 2013 13:56:32 +0900 Parents: 678ec306557f61bf54b6df454387e7d9c3f50de5 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: Remove compile warning of commit 554021d21e1b2517313a377676260c188152c2eb: ext/session/php_session.h ext/session/session.c

2013-08-09 Thread Yasuo Ohgaki
Commit:f2b57251157c7408eca716d6d5e98eee34ba54f0 Author:Yasuo Ohgaki yohg...@php.net Sat, 10 Aug 2013 14:35:30 +0900 Parents: 554021d21e1b2517313a377676260c188152c2eb Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: Update NEWS: NEWS

2013-08-08 Thread Yasuo Ohgaki
Commit:fc7fe62e3bef50c6c56e30b9a48227f6a4203523 Author:Yasuo Ohgaki yohg...@php.net Fri, 9 Aug 2013 11:19:56 +0900 Parents: a188693a2711354876a61f20787fba0dc4916912 Branches: PHP-5.4 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: Update NEWS: NEWS

2013-08-08 Thread Yasuo Ohgaki
Commit:22d7002462a142e5ecd0010a534a4242e76e6846 Author:Yasuo Ohgaki yohg...@php.net Fri, 9 Aug 2013 11:21:31 +0900 Parents: c9243344a0d4c3a8352a21ba36b7739ca9aaa279 Branches: PHP-5.5 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

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

2013-08-05 Thread Yasuo Ohgaki
Commit:cb8d1fc7f913085117da109f89a1e5a6cb535c09 Author:Yasuo Ohgaki yohg...@php.net Mon, 5 Aug 2013 18:24:07 +0900 Parents: e59143e8966c0b6aa07ca72b6ad27f64baad0a01 f718684a6c1d6221015031d1e72d3eb55ecbb659 Branches: PHP-5.5 Link: http://git.php.net/?p=php-src.git

[PHP-CVS] com php-src: Fixed bug #62978. pg_select()/etc may allow SQL injection when table name is user parameter, users are able to control table names.: ext/pgsql/pgsql.c ext/pgsql/tests/10pg_conve

2013-08-05 Thread Yasuo Ohgaki
Commit:f718684a6c1d6221015031d1e72d3eb55ecbb659 Author:Yasuo Ohgaki yohg...@php.net Mon, 5 Aug 2013 18:23:15 +0900 Parents: a93a462dcefd62e07963dd2da506fbb3409c88b5 Branches: PHP-5.4 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: Add user contributed test. Bug #61748: ext/pdo_sqlite/tests/pdo_sqlite_createfunction_002.phpt

2013-08-01 Thread Yasuo Ohgaki
Commit:cb13f8318b39f72798c3756dcfe55daae4c932e2 Author:Yasuo Ohgaki yohg...@php.net Fri, 2 Aug 2013 09:52:08 +0900 Parents: 4590070f31bf93b351a5c2b0b023479265477a60 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: Fixed bug #65336: NEWS ext/pgsql/pgsql.c

2013-07-26 Thread Yasuo Ohgaki
Commit:1d7b6970f20a059c501e68927c9fb874bdb226bc Author:Yasuo Ohgaki yohg...@php.net Sat, 27 Jul 2013 05:46:11 +0900 Parents: fd616ba50f11f13483f46b1d64d90f0d6e91cfac Branches: PHP-5.4 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: Fixed bug #65336: ext/pgsql/pgsql.c

2013-07-26 Thread Yasuo Ohgaki
Commit:ef3d813d2c8758a915e4efb2e53752f8800eab52 Author:Yasuo Ohgaki yohg...@php.net Sat, 27 Jul 2013 05:46:11 +0900 Parents: 8e79724c6fc4532ac31afc29713dd39867ee578f Branches: PHP-5.5 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: Update NEWS: NEWS

2013-07-26 Thread Yasuo Ohgaki
Commit:bafe0e5399a200cb88685cd32c362e45b27221fb Author:Yasuo Ohgaki yohg...@php.net Sat, 27 Jul 2013 05:51:30 +0900 Parents: ef3d813d2c8758a915e4efb2e53752f8800eab52 Branches: PHP-5.5 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: Fixed bug #65336: ext/pgsql/pgsql.c

2013-07-26 Thread Yasuo Ohgaki
Commit:d4aee1021e6a29f62dcb9c96e945a0fe710c8832 Author:Yasuo Ohgaki yohg...@php.net Sat, 27 Jul 2013 05:46:11 +0900 Parents: 85b66e9e2184eda9f2882684b5e8d7cfe3b348ce Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: Improve php.ini-* documentation: php.ini-development php.ini-production

2013-07-17 Thread Yasuo Ohgaki
Commit:445dffa75a1ffdbcf03670781c48fa4f88ce2ce9 Author:Yasuo Ohgaki yohg...@php.net Thu, 18 Jul 2013 14:08:28 +0900 Parents: b9e3f737d95ba1d6e8e3e3ec4af6d5624dc50234 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: Merge branch 'PHP-5.5': php.ini-development php.ini-production

2013-07-17 Thread Yasuo Ohgaki
Commit:0a7c4ec4ccf582711729c1799307b0136f2a Author:Yasuo Ohgaki yohg...@php.net Thu, 18 Jul 2013 14:10:34 +0900 Parents: 2a13fb106da1973ab4533315444fdafa3638df69 d6692514f8c7654aa71e4263d42f919dcf62ffa7 Branches: master Link: http://git.php.net/?p=php-src.git

[PHP-CVS] com php-src: Merge branch 'PHP-5.4' into PHP-5.5: php.ini-development php.ini-production

2013-07-17 Thread Yasuo Ohgaki
Commit:d6692514f8c7654aa71e4263d42f919dcf62ffa7 Author:Yasuo Ohgaki yohg...@php.net Thu, 18 Jul 2013 14:10:05 +0900 Parents: fec93992de67a3bc30559e0a741b6ca5e0db8025 445dffa75a1ffdbcf03670781c48fa4f88ce2ce9 Branches: master Link: http://git.php.net/?p=php-src.git

Re: [PHP-CVS] com php-src: fixed #65045: mb_convert_encoding breaks well-formed character.: ext/mbstring/libmbfl/filters/mbfilter_utf8.c ext/mbstring/libmbfl/filters/mbfilter_utf8.h ext/mbstring/libmb

2013-07-15 Thread Yasuo Ohgaki
Hi Laruence, I guess we cannot attach diff. I'll check test to see what is going on. BTW, when everything is sorted out, I would like to see this patch back ported to 5.5 and 5.4. Regards, -- Yasuo Ohgaki yohg...@ohgaki.net 2013/7/15 Laruence larue...@php.net Hey: I got one test

[PHP-CVS] com php-src: Fixed meta data retrieve when OID is larger than 2^31: NEWS ext/pdo_pgsql/pgsql_statement.c

2013-07-12 Thread Yasuo Ohgaki
Commit:0ddb3d97de1f4c7e2a2a81182aa581ac76f2a300 Author:Yasuo Ohgaki yohg...@php.net Thu, 11 Jul 2013 12:23:11 +0900 Parents: d2a83efe5b5a49181afe75346a9d33286b8d2ef8 Branches: PHP-5.4 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: Fixed meta data retrieve when OID is larger than 2^31: ext/pdo_pgsql/pgsql_statement.c

2013-07-12 Thread Yasuo Ohgaki
Commit:bccc3e2ec09d93c7fbc34230e06afe740f42e15a Author:Yasuo Ohgaki yohg...@php.net Thu, 11 Jul 2013 12:23:11 +0900 Parents: 002f3ff4dc872248df444b0b0c1194a864bfe8c8 Branches: PHP-5.5 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: Inprove pg_unescape_bytea() error message: ext/pgsql/pgsql.c

2013-07-12 Thread Yasuo Ohgaki
Commit:002f3ff4dc872248df444b0b0c1194a864bfe8c8 Author:Yasuo Ohgaki yohg...@php.net Thu, 11 Jul 2013 12:13:09 +0900 Parents: 657116f12e19ea66572b6bd8fd703bef0b16efca Branches: PHP-5.5 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

Re: [PHP-CVS] com php-src: Fixed meta data retrieve when OID is larger than 2^31: NEWS ext/pdo_pgsql/pgsql_statement.c

2013-07-12 Thread Yasuo Ohgaki
This fix should be in 5.4 and 5.5. I just push this and previous commit. My apology for the mess. -- Yasuo Ohgaki yohg...@ohgaki.net 2013/7/11 Yasuo Ohgaki yohg...@php.net Commit:8679bffaca58cf03737ab6199a2ef3e8712b4ee2 Author:Yasuo Ohgaki yohg...@php.net Thu, 11 Jul 2013

[PHP-CVS] com php-src: Inprove pg_unescape_bytea() error message: ext/pgsql/pgsql.c

2013-07-10 Thread Yasuo Ohgaki
Commit:ed00dc8f822360cddeb52381776e36872c0a7c26 Author:Yasuo Ohgaki yohg...@php.net Thu, 11 Jul 2013 12:13:09 +0900 Parents: 4f4fa32ca51a41080ddf8fe0f4ad0685f37c3e5a Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: Fixed meta data retrieve when OID is larger than 2^31: NEWS ext/pdo_pgsql/pgsql_statement.c

2013-07-10 Thread Yasuo Ohgaki
Commit:8679bffaca58cf03737ab6199a2ef3e8712b4ee2 Author:Yasuo Ohgaki yohg...@php.net Thu, 11 Jul 2013 12:23:11 +0900 Parents: 2acc38627092123ac462f3a23780bf887bf69286 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: Add warning to pg_unescape_bytea() when invalid parameter is passed: ext/pgsql/pgsql.c

2013-07-08 Thread Yasuo Ohgaki
Commit:2bc8271b29752e82eb0b9bb7f85e6f9dbaee9a78 Author:Yasuo Ohgaki yohg...@php.net Mon, 8 Jul 2013 18:51:37 +0900 Parents: d1c261d7f890c037fdbd4f54cc3a43ff7473a2d2 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: Update NEWS: NEWS

2013-07-08 Thread Yasuo Ohgaki
Commit:bdfe70ab343bbdb957fa7d76b7c89ec75cd664f6 Author:Yasuo Ohgaki yohg...@php.net Mon, 8 Jul 2013 19:02:42 +0900 Parents: 2bc8271b29752e82eb0b9bb7f85e6f9dbaee9a78 Branches: PHP-5.5 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: Added warning for hex2bin() when input is invalid string: ext/standard/string.c

2013-07-08 Thread Yasuo Ohgaki
Commit:bde0f1318a967759dbda538f3c522defb5e9d294 Author:Yasuo Ohgaki yohg...@php.net Mon, 8 Jul 2013 19:14:45 +0900 Parents: bdfe70ab343bbdb957fa7d76b7c89ec75cd664f6 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: Update NEWS: NEWS

2013-07-08 Thread Yasuo Ohgaki
Commit:204137693c24bbd5580e88bc91a3115d2667c359 Author:Yasuo Ohgaki yohg...@php.net Mon, 8 Jul 2013 19:21:52 +0900 Parents: bde0f1318a967759dbda538f3c522defb5e9d294 Branches: PHP-5.5 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: Fixed pgsql_stmt_get_column_meta() OID signedness: ext/pdo_pgsql/pgsql_statement.c

2013-07-08 Thread Yasuo Ohgaki
Commit:24037fd3d9dd36ce68bea97b8636706ffc37c745 Author:Yasuo Ohgaki yohg...@php.net Tue, 9 Jul 2013 06:58:50 +0900 Parents: 79df8cf9c2958eecee58da9859db10ee36af1753 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: Improve pg_unescape_bytea() error message: ext/pgsql/pgsql.c

2013-07-08 Thread Yasuo Ohgaki
Commit:baac810eb8244de87944ab76b1f466d0d6ec4304 Author:Yasuo Ohgaki yohg...@php.net Tue, 9 Jul 2013 14:51:44 +0900 Parents: 84e6576203fdf5b4db798e17f633a923b4e86807 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: Fixed bug #49175: mod_files.sh does not support hash bits: ext/session/mod_files.sh

2013-06-28 Thread Yasuo Ohgaki
Commit:5f0656b89ddb42d17a70f767060a08226809421a Author:Yasuo Ohgaki yohg...@php.net Sat, 29 Jun 2013 06:45:18 +0900 Parents: 7dda4739badb6006c5127534fe97c09108ba Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: Fixed bug #49175: mod_files.sh does not support hash bits: ext/session/mod_files.sh

2013-06-28 Thread Yasuo Ohgaki
Commit:27b01cfcd7d26e4c6ae616733fbdae33ecbe494e Author:Yasuo Ohgaki yohg...@php.net Sat, 29 Jun 2013 06:45:18 +0900 Parents: 657d48601363de9fb599d5967136cd970e36575b Branches: PHP-5.5 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: Fixed bug #49175: mod_files.sh does not support hash bits: ext/session/mod_files.sh

2013-06-28 Thread Yasuo Ohgaki
Commit:520c08adf08a0e6d7dfeb5a7d5f3d02fb205c33a Author:Yasuo Ohgaki yohg...@php.net Sat, 29 Jun 2013 06:45:18 +0900 Parents: e00ed6bc3f6de5f1103cb9e92e66fc20fd6cc17e Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: Fixed bug #35703: when session_name(123) consist only digits, should warning: ext/session/session.c ext/session/tests/session_name_error.phpt ext/session/tests/session_name_va

2013-06-28 Thread Yasuo Ohgaki
Commit:bfb4c3156fa68568a52d1c3c6b745b33088c2d46 Author:Yasuo Ohgaki yohg...@php.net Sat, 29 Jun 2013 08:07:44 +0900 Parents: 520c08adf08a0e6d7dfeb5a7d5f3d02fb205c33a Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

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

2013-06-28 Thread Yasuo Ohgaki
Commit:cfa667846f1f5c57605ac90104257cda976312e7 Author:Yasuo Ohgaki yohg...@php.net Sat, 29 Jun 2013 09:43:06 +0900 Parents: 27b01cfcd7d26e4c6ae616733fbdae33ecbe494e bfb4c3156fa68568a52d1c3c6b745b33088c2d46 Branches: master Link: http://git.php.net/?p=php-src.git

Re: [PHP-CVS] com php-src: Fixed bug #49175: mod_files.sh does not support hash bits: ext/session/mod_files.sh

2013-06-28 Thread Yasuo Ohgaki
I think I pushed this commit from wrong branch and thought fixed, but apparently wrong. Sorry but patch is committed to all branch... I'll be more careful. -- Yasuo Ohgaki yohg...@ohgaki.net 2013/6/29 Yasuo Ohgaki yohg...@php.net Commit:5f0656b89ddb42d17a70f767060a08226809421a Author

[PHP-CVS] com php-src: Update NEWS: NEWS

2013-06-28 Thread Yasuo Ohgaki
Commit:46214a23b8152179b5c8b3b74986ede1400ed809 Author:Yasuo Ohgaki yohg...@php.net Sat, 29 Jun 2013 11:35:27 +0900 Parents: 87dda666c73acde08982865cf63227eaa77f0478 Branches: PHP-5.4 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: Fixed bug #35703: when session_name(123) consist only digits, should warning: ext/session/session.c ext/session/tests/session_name_error.phpt ext/session/tests/session_name_va

2013-06-28 Thread Yasuo Ohgaki
Commit:87dda666c73acde08982865cf63227eaa77f0478 Author:Yasuo Ohgaki yohg...@php.net Sat, 29 Jun 2013 08:07:44 +0900 Parents: ef63334fa6d0e51d3235b8a026da1316e89b08ce Branches: PHP-5.4 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: Fixed bug #49175: mod_files.sh does not support hash bits: ext/session/mod_files.sh

2013-06-28 Thread Yasuo Ohgaki
Commit:ef63334fa6d0e51d3235b8a026da1316e89b08ce Author:Yasuo Ohgaki yohg...@php.net Sat, 29 Jun 2013 06:45:18 +0900 Parents: 103cf4c060b7eed97b67549bee4836794a595e38 Branches: PHP-5.4 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

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

2013-06-26 Thread Yasuo Ohgaki
Commit:6be36cc381fd83bb6969c2c24e6e3a5756e873cc Author:Yasuo Ohgaki yohg...@php.net Wed, 26 Jun 2013 16:19:31 +0900 Parents: 623386d79988d1aeea941bb463ece2c27f9ed5d0 6c8cef3ca49a11228d4dcd188170b943e03c3972 Branches: master Link: http://git.php.net/?p=php-src.git

[PHP-CVS] com php-src: Fixed bug #65015 (pg_send_query does not flush send buffer) patch submitted by: adam at vektah dot net: ext/pgsql/pgsql.c

2013-06-26 Thread Yasuo Ohgaki
Commit:6c8cef3ca49a11228d4dcd188170b943e03c3972 Author:Yasuo Ohgaki yohg...@php.net Wed, 26 Jun 2013 16:17:57 +0900 Parents: 12b75e3d3e67289c28cfc879716c476f0de04999 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: Update NEWS: NEWS

2013-06-26 Thread Yasuo Ohgaki
Commit:8922c50ca41e94ab21b27e1b56fbe2bcbc7638ac Author:Yasuo Ohgaki yohg...@php.net Wed, 26 Jun 2013 16:31:34 +0900 Parents: 6c8cef3ca49a11228d4dcd188170b943e03c3972 Branches: PHP-5.4 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

Re: [PHP-CVS] com php-src: add pg_escape_identifier/pg_escape_literal: ext/pgsql/config.m4 ext/pgsql/pgsql.c ext/pgsql/php_pgsql.h ext/pgsql/tests/08escape.phpt

2012-04-19 Thread Yasuo Ohgaki
Thank you! -- Yasuo Ohgaki yohg...@ohgaki.net 2011/11/25 Stanislav Malyshev s...@php.net: Commit:    655245afef75613551929610873d0ba09754777f Author:    Yasuo Ohgaki yohg...@php.net         Fri, 25 Nov 2011 02:21:01 + Committer: Stanislav Malyshev s...@php.net      Thu, 19 Apr 2012 13

[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

[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:417e9cfe1b26249a49e5834d2ee7d495be1ad45e Author:Yasuo Ohgaki yohg...@ohgaki.net Fri, 30 Mar 2012 09:45:33 +0900 Parents: 65062b47f35b858d6e6d0f91bacc929b470aa3a3 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: Add NEWS: NEWS

2012-04-17 Thread Yasuo Ohgaki
Commit:67ba12188f88c06842aa0bd2a7fe151b9bf1396b Author:Yasuo Ohgaki yohg...@ohgaki.net Tue, 17 Apr 2012 16:34:47 +0900 Parents: b906cb1bc2371fa0b3e52e0bd21ef6734db73d9a Branches: PHP-5.4 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

Re: [PHP-CVS] com php-src: Fixed bug #61728 (php-fpm SIGSEGV running friendica on nginx): NEWS ext/session/tests/bug61728.phpt main/main.c

2012-04-17 Thread Yasuo Ohgaki
the order ... It would be nice to fix this without error if it works. How about gave it a chance for next bug fix release? (i.e. 5.4.2) Regards, -- Yasuo Ohgaki yohg...@ohgaki.net -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

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

[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

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

  1   2   >