Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_4/ NEWS

2011-07-13 Thread Pierre Joye
in mcrypt_create_iv when not enough data +    has been fetched (Windows). (Pierre) +  . Fixed bug #55169 (mcrypt_create_iv always fails to gather sufficient random +    data on Windows). (Pierre) + +- PDO DBlib: +  . Fixed bug #54329 (MSSql extension memory leak). +    (dotslashpok at gmail dot com

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/win32/winutil.c branches/PHP_5_4/win32/winutil.c trunk/win32/winutil.c

2011-07-12 Thread Pierre Joye
pajoye Tue, 12 Jul 2011 11:46:41 + Revision: http://svn.php.net/viewvc?view=revisionrevision=313175 Log: - Bug #55169, improve fix, allow non interactive user, hash-like ops only usage Bug: https://bugs.php.net/55169 (Assigned) mcrypt_create_iv always fails

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/mcrypt/mcrypt.c branches/PHP_5_4/ext/mcrypt/mcrypt.c trunk/ext/mcrypt/mcrypt.c

2011-07-10 Thread Pierre Joye
(Windows). (Pierre) + - PDO DBlib: . Fixed bug #54329 (MSSql extension memory leak). (dotslashpok at gmail dot com) Modified: php/php-src/branches/PHP_5_3/ext/mcrypt/mcrypt.c === --- php/php-src/branches/PHP_5_3/ext/mcrypt

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/win32/winutil.c branches/PHP_5_4/win32/winutil.c trunk/win32/winutil.c

2011-07-10 Thread Pierre Joye
not enough data has been fetched (Windows). (Pierre) + . Fixed bug #55169 (mcrypt_create_iv always fails to gather sufficient random +data on Windows). (Pierre) - PDO DBlib: . Fixed bug #54329 (MSSql extension memory leak). Modified: php/php-src/branches/PHP_5_3/win32/winutil.c

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/openssl/openssl.c trunk/ext/openssl/openssl.c

2011-07-10 Thread Pierre Joye
pajoye Sun, 10 Jul 2011 14:59:33 + Revision: http://svn.php.net/viewvc?view=revisionrevision=313112 Log: - use php_win32_get_random_bytes instead of over slow and partially wrong openssl's version Changed paths: U

[PHP-CVS] svn: /php/php-src/branches/PHP_5_4/ NEWS

2011-07-10 Thread Pierre Joye
to disable the SessionTicket TLS extension. FR #53447. (Adam) . Added no padding option to openssl_encrypt()/openssl_decrypt(). (Scott) + . Use php's implementation for Windows Crypto API in +openssl_random_pseudo_bytes. (Pierre) - Improved PDO DB-LIB: (Stanley) . Added nextRowset

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/win32/build/libs_version.txt trunk/win32/build/libs_version.txt

2011-07-09 Thread Pierre Joye
pajoye Sun, 10 Jul 2011 02:20:34 + Revision: http://svn.php.net/viewvc?view=revisionrevision=313101 Log: - update libpng to 1.2.45 Changed paths: U php/php-src/branches/PHP_5_4/win32/build/libs_version.txt U

[PHP-CVS] Re: [PHP-DEV] Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/Zend/tests/bug53727.phpt branches/PHP_5_3/Zend/tests/is_a.phpt branches/PHP_5_3/Zend/zend_builtin_functi

2011-07-07 Thread Pierre Joye
-- Pierre @pierrejoye | http://blog.thepimp.net | http://www.libgd.org -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/sapi/apache2handler/config.w32 trunk/sapi/apache2handler/config.w32

2011-07-06 Thread Pierre Joye
pajoye Wed, 06 Jul 2011 11:13:38 + Revision: http://svn.php.net/viewvc?view=revisionrevision=313001 Log: - add apache 2.3 (upcoming 2.4) handler Changed paths: U php/php-src/branches/PHP_5_4/sapi/apache2handler/config.w32 U

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_4/ NEWS configure.in main/php_version.h

2011-07-06 Thread Pierre Joye
change happening between two tests releases (no matter the state) has its NEWS entry. They got merged, removed or rephrased for the final release. Cheers. -- Pierre @pierrejoye | http://blog.thepimp.net | http://www.libgd.org -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit

[PHP-CVS] svn: /SVNROOT/ global_avail

2011-06-25 Thread Pierre Joye
pajoye Sat, 25 Jun 2011 09:41:00 + Revision: http://svn.php.net/viewvc?view=revisionrevision=312451 Log: - pecl/yaf and doc karma for laruence Changed paths: U SVNROOT/global_avail Modified: SVNROOT/global_avail

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/sapi/cli/php_cli.c branches/PHP_5_4/sapi/cli/php_cli.c trunk/sapi/cli/php_cli.c

2011-06-25 Thread Pierre Joye
pajoye Sat, 25 Jun 2011 10:47:54 + Revision: http://svn.php.net/viewvc?view=revisionrevision=312454 Log: - reflection is always enabled Changed paths: U php/php-src/branches/PHP_5_3/sapi/cli/php_cli.c U

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/sapi/cli/config.m4 branches/PHP_5_4/sapi/cli/config.w32 branches/PHP_5_4/sapi/cli/php_cli.c branches/PHP_5_4/sapi/cli/php_cli_server.c branches/PHP_5_

2011-06-21 Thread Pierre Joye
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Pierre @pierrejoye | http://blog.thepimp.net | http://www.libgd.org -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/sapi/cli/php_cli_server.c trunk/sapi/cli/php_cli_server.c

2011-06-21 Thread Pierre Joye
pajoye Tue, 21 Jun 2011 11:43:19 + Revision: http://svn.php.net/viewvc?view=revisionrevision=312355 Log: - fix build Changed paths: U php/php-src/branches/PHP_5_4/sapi/cli/php_cli_server.c U php/php-src/trunk/sapi/cli/php_cli_server.c Modified:

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/sapi/cli/config.m4 branches/PHP_5_4/sapi/cli/config.w32 branches/PHP_5_4/sapi/cli/php_cli.c branches/PHP_5_4/sapi/cli/php_cli_server.c branches/PHP_5_

2011-06-20 Thread Pierre Joye
/cli/php_cli_server.h    A   php/php-src/trunk/sapi/cli/php_http_parser.c    A   php/php-src/trunk/sapi/cli/php_http_parser.h diffs exceeded maximum size -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Pierre @pierrejoye | http

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/main/main.c trunk/main/main.c

2011-06-17 Thread Pierre Joye
pajoye Sat, 18 Jun 2011 02:24:01 + Revision: http://svn.php.net/viewvc?view=revisionrevision=312250 Log: - fix build Changed paths: U php/php-src/branches/PHP_5_4/main/main.c U php/php-src/trunk/main/main.c Modified:

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/win32/winutil.c branches/PHP_5_4/win32/winutil.c trunk/win32/winutil.c

2011-06-16 Thread Pierre Joye
pajoye Thu, 16 Jun 2011 10:20:25 + Revision: http://svn.php.net/viewvc?view=revisionrevision=312203 Log: - fix nts build Changed paths: U php/php-src/branches/PHP_5_3/win32/winutil.c U php/php-src/branches/PHP_5_4/win32/winutil.c U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/openssl/openssl.c branches/PHP_5_4/ext/openssl/openssl.c trunk/ext/openssl/openssl.c

2011-06-16 Thread Pierre Joye
pajoye Thu, 16 Jun 2011 13:06:41 + Revision: http://svn.php.net/viewvc?view=revisionrevision=312209 Log: - did I not kill that already? (do not use rand_screen, pointless on server and not TS) Changed paths: U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/session/config.w32 branches/PHP_5_4/ext/session/config.w32 trunk/ext/session/config.w32

2011-06-15 Thread Pierre Joye
pajoye Thu, 16 Jun 2011 01:21:01 + Revision: http://svn.php.net/viewvc?view=revisionrevision=312200 Log: - install extra headers Changed paths: U php/php-src/branches/PHP_5_3/ext/session/config.w32 U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/main/main.c branches/PHP_5_3/win32/winutil.c branches/PHP_5_3/win32/winutil.h branches/PHP_5_4/main/main.c branches/PHP_5_4/win32/winutil.c branches/PHP_5

2011-06-15 Thread Pierre Joye
pajoye Thu, 16 Jun 2011 01:31:10 + Revision: http://svn.php.net/viewvc?view=revisionrevision=312201 Log: - init win32 rng context once per process Changed paths: U php/php-src/branches/PHP_5_3/main/main.c U

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ NEWS

2011-06-11 Thread Pierre Joye
) - cURL: + . Added ini option curl.cainfo (support for custom cert db). (Pierre) . Added CURLINFO_REDIRECT_URL support. (Daniel Stenberg, Pierre) . Added support for CURLOPT_MAX_RECV_SPEED_LARGE and CURLOPT_MAX_SEND_SPEED_LARGE. FR #51815. (Pierrick) -- PHP CVS Mailing List (http

[PHP-CVS] svn: /SVNROOT/ global_avail

2011-06-01 Thread Pierre Joye
pajoye Wed, 01 Jun 2011 08:18:52 + Revision: http://svn.php.net/viewvc?view=revisionrevision=311694 Log: - duplicate entries Changed paths: U SVNROOT/global_avail Modified: SVNROOT/global_avail

[PHP-CVS] svn: /SVNROOT/ global_avail

2011-06-01 Thread Pierre Joye
pajoye Wed, 01 Jun 2011 08:19:50 + Revision: http://svn.php.net/viewvc?view=revisionrevision=311695 Log: - CLA trashbin Changed paths: U SVNROOT/global_avail Modified: SVNROOT/global_avail

[PHP-CVS] svn: /SVNROOT/ global_avail

2011-05-31 Thread Pierre Joye
pajoye Tue, 31 May 2011 18:15:49 + Revision: http://svn.php.net/viewvc?view=revisionrevision=311674 Log: - amqp karma for jtansavatdi Changed paths: U SVNROOT/global_avail Modified: SVNROOT/global_avail

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/standard/dl.c branches/PHP_5_4/ext/standard/dl.c trunk/ext/standard/dl.c

2011-05-26 Thread Pierre Joye
). (Adam) . Added PHP_MANDIR constant telling where the manpages were installed into, and an --man-dir argument to php-config. (Hannes) + + . Fixed a crash inside dtor for error handling. (Ilia) + + . Fixed bug #54935 php_win_err can lead to crash. (Pierre) . Fixed bug #54895 (Fix

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/NEWS branches/PHP_5_4/ext/standard/filestat.c branches/PHP_5_4/ext/standard/tests/file/userstreams_007.phpt branches/PHP_5_4/main/php_streams.h branch

2011-05-25 Thread Pierre Joye
a bit confused in this code. Could you review http://php.net/streamwrapper and write up the changes to it? There shouldn't be any changes except for adding one stream handler (see rfc: https://wiki.php.net/rfc/streammetadata) and adding support for it. I'll add docs for it soon. -- Pierre

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/NEWS branches/PHP_5_4/ext/standard/filestat.c branches/PHP_5_4/ext/standard/tests/file/userstreams_007.phpt branches/PHP_5_4/main/php_streams.h branch

2011-05-25 Thread Pierre Joye
, which as about 2 months ago, so I assumed it's ok. If you have any specific ideas how to improve it, please tell. No time to actually proper design and propose alternatives yet. That does mean we have to accept something just because it is ready. Sorry -- Pierre @pierrejoye | http

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/standard/tests/strings/ 006-win32.phpt 006.phpt

2011-05-24 Thread Pierre Joye
pajoye Tue, 24 May 2011 09:44:55 + Revision: http://svn.php.net/viewvc?view=revisionrevision=311383 Log: - make svn-eol LF and use one test for unix and windows Changed paths: D php/php-src/branches/PHP_5_3/ext/standard/tests/strings/006-win32.phpt

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/standard/tests/strings/ addslashes_variation2.phpt addslashes_variation3.phpt bug21453.phpt chop_variation3.phpt chunk_split_variation11.phpt chunk_spl

2011-05-24 Thread Pierre Joye
pajoye Tue, 24 May 2011 10:23:13 + Revision: http://svn.php.net/viewvc?view=revisionrevision=311384 Log: - fix tests, keep EOL as unix style as the str len is used in expectf Changed paths: _U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/standard/php_crypt_r.c branches/PHP_5_3/ext/standard/tests/strings/bug54721.phpt branches/PHP_5_4/ext/standard/php_crypt_r.c bra

2011-05-24 Thread Pierre Joye
). (Pierre) - . Fixed bug 54866 (incorrect accounting for realpath_cache_size) (Dustin Ward) - + . Fixed bug #54866 (incorrect accounting for realpath_cache_size) (Dustin Ward) + . Fixed bug #54721 (Different Hashes on Windows, BSD and Linux on wrong Salt size) +(Pierre, os at irj dot ru

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/win32/build/libs_version.txt branches/PHP_5_4/win32/build/libs_version.txt trunk/win32/build/libs_version.txt

2011-05-19 Thread Pierre Joye
pajoye Thu, 19 May 2011 13:36:29 + Revision: http://svn.php.net/viewvc?view=revisionrevision=311255 Log: - initial import, will add all libs later Changed paths: A php/php-src/branches/PHP_5_3/win32/build/libs_version.txt A

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/Zend/zend_compile.c trunk/Zend/zend_compile.c

2011-05-17 Thread Pierre Joye
pajoye Tue, 17 May 2011 10:39:18 + Revision: http://svn.php.net/viewvc?view=revisionrevision=311123 Log: - WS Changed paths: U php/php-src/branches/PHP_5_4/Zend/zend_compile.c U php/php-src/trunk/Zend/zend_compile.c Modified:

Re: [PHP-CVS] svn: /php/php-src/trunk/ UPGRADING ext/simplexml/simplexml.c ext/simplexml/tests/034.phpt ext/simplexml/tests/bug51615.phpt

2011-05-17 Thread Pierre Joye
iterator when necessary to get the full properties hash - consistent with count (see test: ext/simplexml/tests/034.phpt) Shouldn't this be merged to PHP_5_4 aswell? -- regards, Kalle Sommer Nielsen ka...@php.net -- Pierre @pierrejoye | http://blog.thepimp.net | http://www.libgd.org

[PHP-CVS] svn: /php/php-src/branches/PHP_5_4/main/ php_version.h

2011-05-15 Thread Pierre Joye
pajoye Sun, 15 May 2011 20:07:33 + Revision: http://svn.php.net/viewvc?view=revisionrevision=311062 Log: - version Changed paths: U php/php-src/branches/PHP_5_4/main/php_version.h Modified: php/php-src/branches/PHP_5_4/main/php_version.h

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/tokenizer/tokenizer_data.c trunk/ext/tokenizer/tokenizer_data.c

2011-05-14 Thread Pierre Joye
/) To unsubscribe, visit: http://www.php.net/unsub.php -- Pierre @pierrejoye | http://blog.thepimp.net | http://www.libgd.org -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/pcre/pcrelib/pcre_internal.h trunk/ext/pcre/pcrelib/pcre_internal.h

2011-05-13 Thread Pierre Joye
Patch has been sent upstream. That's why we have it as patch here and a readme that should be read :) On 13 May 2011 15:51, Scott MacVicar scott...@php.net wrote: scottmac Fri, 13 May 2011 13:51:07 + Revision: http://svn.php.net/viewvc?view=revisionrevision=310991 Log: Fix Windows

[PHP-CVS] svn: /SVNROOT/ global_avail

2011-05-09 Thread Pierre Joye
pajoye Mon, 09 May 2011 16:28:02 + Revision: http://svn.php.net/viewvc?view=revisionrevision=310858 Log: - gearman karma for Herman Changed paths: U SVNROOT/global_avail Modified: SVNROOT/global_avail

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/tidy/tidy.c trunk/ext/tidy/tidy.c

2011-04-25 Thread Pierre Joye
On Mon, Apr 25, 2011 at 9:46 AM, Hannes Magnusson hannes.magnus...@gmail.com wrote: On Mon, Apr 25, 2011 at 00:08, Pierre Joye paj...@php.net wrote: pajoye                                   Sun, 24 Apr 2011 22:08:11 + Revision: http://svn.php.net/viewvc?view=revisionrevision=310457 Log

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/tidy/tidy.c trunk/ext/tidy/tidy.c

2011-04-25 Thread Pierre Joye
pajoye Mon, 25 Apr 2011 09:28:08 + Revision: http://svn.php.net/viewvc?view=revisionrevision=310466 Log: - keep inode creation check Changed paths: U php/php-src/branches/PHP_5_3/ext/tidy/tidy.c U php/php-src/trunk/ext/tidy/tidy.c Modified:

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/tidy/tidy.c trunk/ext/tidy/tidy.c

2011-04-25 Thread Pierre Joye
pajoye Mon, 25 Apr 2011 09:31:00 + Revision: http://svn.php.net/viewvc?view=revisionrevision=310467 Log: - keep node creation check Changed paths: U php/php-src/branches/PHP_5_3/ext/tidy/tidy.c U php/php-src/trunk/ext/tidy/tidy.c Modified:

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/tidy/tidy.c trunk/ext/tidy/tidy.c

2011-04-24 Thread Pierre Joye
pajoye Sun, 24 Apr 2011 22:08:11 + Revision: http://svn.php.net/viewvc?view=revisionrevision=310457 Log: - fix use of unitiliazed var Changed paths: U php/php-src/branches/PHP_5_3/ext/tidy/tidy.c U php/php-src/trunk/ext/tidy/tidy.c Modified:

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/main/main.c trunk/main/main.c

2011-04-19 Thread Pierre Joye
pajoye Tue, 19 Apr 2011 21:43:22 + Revision: http://svn.php.net/viewvc?view=revisionrevision=310369 Log: - fix build (btw, has novell man pages too?) Changed paths: U php/php-src/branches/PHP_5_3/main/main.c U php/php-src/trunk/main/main.c

[PHP-CVS] svn: /php/php-src/trunk/main/ main.c

2011-04-19 Thread Pierre Joye
pajoye Tue, 19 Apr 2011 21:57:01 + Revision: http://svn.php.net/viewvc?view=revisionrevision=310370 Log: - not desired yt Changed paths: U php/php-src/trunk/main/main.c Modified: php/php-src/trunk/main/main.c

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/standard/string.c branches/PHP_5_3/ext/standard/tests/strings/bug54238.phpt trunk/ext/standard/string.c trunk/ext/standard/t

2011-04-13 Thread Pierre Joye
-src/trunk/ext/standard/string.c    A   php/php-src/trunk/ext/standard/tests/strings/bug54238.phpt -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Pierre @pierrejoye | http://blog.thepimp.net | http://www.libgd.org -- PHP CVS Mailing

[PHP-CVS] svn: /php/php-src/trunk/ext/curl/ interface.c

2011-04-01 Thread Pierre Joye
pajoye Fri, 01 Apr 2011 17:10:52 + Revision: http://svn.php.net/viewvc?view=revisionrevision=309880 Log: - [doc] add ini option to set the default cainfo file, in case none was set at compile time Changed paths: U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/curl/interface.c trunk/ext/curl/interface.c

2011-04-01 Thread Pierre Joye
309881) @@ -13,6 +13,8 @@ (tomas dot brastavicius at quantum dot lt, Pierrick) . Fixed bug #48465 (sys_get_temp_dir() possibly inconsistent when using TMPDIR on Windows). (Pierre) +- cURL + . Added CURLINFO_REDIRECT_URL support. (Daniel Stenberg, Pierre) - DateTime extension

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/Zend/zend_API.c trunk/Zend/zend_API.c

2011-03-31 Thread Pierre Joye
-module_number TSRMLS_CC); +               clean_module_classes(module-module_number TSRMLS_CC);        }        if (module-module_started module-module_shutdown_func) { -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Pierre @pierrejoye

[PHP-CVS] svn: /php/php-src/trunk/Zend/ zend_API.c

2011-03-31 Thread Pierre Joye
pajoye Thu, 31 Mar 2011 23:58:06 + Revision: http://svn.php.net/viewvc?view=revisionrevision=309861 Log: - fix bug #54423, fix build in trunk, introduce by previous related commit Bug: http://bugs.php.net/54423 (Closed) classes from dl()'ed extensions are

[PHP-CVS] svn: /php/php-src/trunk/ext/mysqlnd/ config.w32

2011-03-30 Thread Pierre Joye
pajoye Wed, 30 Mar 2011 09:25:09 + Revision: http://svn.php.net/viewvc?view=revisionrevision=309839 Log: - fix build Changed paths: U php/php-src/trunk/ext/mysqlnd/config.w32 Modified: php/php-src/trunk/ext/mysqlnd/config.w32

[PHP-CVS] svn: /php/php-src/trunk/ext/sockets/ sockets.c

2011-03-30 Thread Pierre Joye
pajoye Wed, 30 Mar 2011 09:42:21 + Revision: http://svn.php.net/viewvc?view=revisionrevision=309840 Log: - attempt to fix build, 1st error Changed paths: U php/php-src/trunk/ext/sockets/sockets.c Modified: php/php-src/trunk/ext/sockets/sockets.c

[PHP-CVS] svn: /php/php-src/trunk/ext/sockets/ sockets.c

2011-03-30 Thread Pierre Joye
pajoye Wed, 30 Mar 2011 09:46:20 + Revision: http://svn.php.net/viewvc?view=revisionrevision=309841 Log: - fix build, should fix that code too on non win (wondering if that part was working at all) Changed paths: U

[PHP-CVS] svn: /php/php-src/trunk/ext/sockets/ sockets.c

2011-03-30 Thread Pierre Joye
pajoye Wed, 30 Mar 2011 09:46:56 + Revision: http://svn.php.net/viewvc?view=revisionrevision=309842 Log: - not used on win Changed paths: U php/php-src/trunk/ext/sockets/sockets.c Modified: php/php-src/trunk/ext/sockets/sockets.c

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/win32/build/config.w32 trunk/win32/build/config.w32

2011-03-28 Thread Pierre Joye
pajoye Mon, 28 Mar 2011 10:55:34 + Revision: http://svn.php.net/viewvc?view=revisionrevision=309779 Log: - re enable static analyzer, crash fixed with snapshot builds Changed paths: U php/php-src/branches/PHP_5_3/win32/build/config.w32 U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/main/php_open_temporary_file.c trunk/main/php_open_temporary_file.c

2011-03-28 Thread Pierre Joye
#54180 (parse_url() incorrectly parses path when ? in fragment). (tomas dot brastavicius at quantum dot lt, Pierrick) - . Fixed a crash inside dtor for error handling. (Ilia) + . Fixed bug #48465 (sys_get_temp_dir() possibly inconsistent when using + TMPDIR on Windows). (Pierre) +- cURL

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ NEWS

2011-03-28 Thread Pierre Joye
on Windows). (Pierre) -- cURL extension: - . Add curl.cainfo ini option to set the path to a defailt CA bundle file, used -by CURLOPT_CAINFO option. (Pierre) - - DateTime extension: . Fixed bug #54340 (DateTime::add() method bug). (Adam) . Fixed bug #54316 (DateTime::createFromFormat

Re: [PHP-CVS] svn: /php/php-src/trunk/ext/spl/ php_spl.c php_spl.h spl_directory.c spl_iterators.c tests/bug41828.phpt tests/bug54281.phpt tests/bug54384.phpt tests/iterator_031.phpt

2011-03-27 Thread Pierre Joye
. #Merge to 5.3 pending (slight BC break on AppendIterator, as it's no #longer possible to defer the call to the parent constructor until #after the constructor is performed). Please add a note to the UPGRADING guide. Cheers, -- Pierre @pierrejoye | http://blog.thepimp.net | http://www.libgd.org

Re: [PHP-CVS] svn: /php/php-src/trunk/ NEWS ext/spl/spl_iterators.c ext/spl/spl_iterators.h ext/spl/tests/CallbackFilterIteratorTest-002.phpt ext/spl/tests/CallbackFilterIteratorTest.phpt ext/spl/test

2011-03-27 Thread Pierre Joye
/RecursiveCallbackFilterIteratorTest.phpt -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Pierre @pierrejoye | http://blog.thepimp.net | http://www.libgd.org -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] svn: /SVNROOT/ global_avail

2011-03-20 Thread Pierre Joye
pajoye Sun, 20 Mar 2011 17:09:26 + Revision: http://svn.php.net/viewvc?view=revisionrevision=309483 Log: - peclweb should be here too Changed paths: U SVNROOT/global_avail Modified: SVNROOT/global_avail

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/NEWS branches/PHP_5_2/Zend/tests/bug54262.phpt branches/PHP_5_2/Zend/zend_vm_def.h branches/PHP_5_2/Zend/zend_vm_execute.h branches/PHP_5_3/NEWS branc

2011-03-16 Thread Pierre Joye
-src/trunk/Zend/zend_vm_def.h    U   php/php-src/trunk/Zend/zend_vm_execute.h -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Pierre @pierrejoye | http://blog.thepimp.net | http://www.libgd.org -- PHP CVS Mailing List (http

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/main/ SAPI.c

2011-03-16 Thread Pierre Joye
pajoye Wed, 16 Mar 2011 23:54:14 + Revision: http://svn.php.net/viewvc?view=revisionrevision=309319 Log: - MFH: make setlocale thread only, drastically reduce TS related crashes in error mgt and other parts like pcre, and actually a good thing (tm) Changed

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ NEWS

2011-03-16 Thread Pierre Joye
@@ ||| ?? Mar 2011, PHP 5.3.6 - Zend Engine: + . Fixed bug numerous crashes due to setlocale (crash on error, pcre, mysql +etc.) on Windows in thread safe mode. (Pierre) . Fixed bug #54265 (crash when variable gets reassigned in error handler). (Dmitry) . Fixed bug #54262 (Crash

[PHP-CVS] svn: /php/php-src/trunk/main/ SAPI.c

2011-03-15 Thread Pierre Joye
pajoye Tue, 15 Mar 2011 17:13:44 + Revision: http://svn.php.net/viewvc?view=revisionrevision=309261 Log: - make setlocale thread only, drastically reduce TS related crashes in error mgt and other parts like pcre, and actually a good thing (tm) Changed

Re: [PHP-CVS] svn: /php/php-src/trunk/win32/build/ Makefile config.w32

2011-03-02 Thread Pierre Joye
' + php_usual_include_suspects + ' '); -ADD_FLAG(LDFLAGS, '/libpath:\\' + php_usual_lib_suspects + '\\ '); +ADD_FLAG(LDFLAGS, '/libpath:' + php_usual_lib_suspects + ' '); Why this change? Cheers, -- Pierre @pierrejoye | http://blog.thepimp.net | http://www.libgd.org -- PHP CVS Mailing List (http://www.php.net

Re: [PHP-CVS] svn: /php/php-src/trunk/win32/build/ Makefile config.w32

2011-03-02 Thread Pierre Joye
once. It appears old compiler frontends (VC6, 7?) used to have a bug with which arguments to the linker containing whitespaces weren't properly dealt with. Did you test this specific change with VC6? Cheers -- Pierre @pierrejoye | http://blog.thepimp.net | http://www.libgd.org -- PHP CVS

Re: [PHP-CVS] svn: /php/php-src/trunk/win32/build/ Makefile config.w32

2011-03-02 Thread Pierre Joye
Ah right, almost forgot I decided that, joy :) On 2 Mar 2011 22:37, Johannes Schlüter johan...@schlueters.de wrote: On Thu, 2011-03-03 at 06:26 +0900, Moriyoshi Koizumi wrote: On Thu, Mar 3, 2011 at 3:42 AM, Pierre Joye pierre@gmail.com wrote: hi, On Wed, Mar 2, 2011 at 7:35 PM

Re: [PHP-CVS] svn: /php/php-src/trunk/ext/snmp/ snmp.c

2011-02-26 Thread Pierre Joye
-- Pierre @pierrejoye | http://blog.thepimp.net | http://www.libgd.org -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-CVS] svn: /php/php-src/trunk/ext/snmp/ snmp.c

2011-02-26 Thread Pierre Joye
with valgrind enabled. On Sat, Feb 26, 2011 at 10:19 PM, Pierre Joye pierre@gmail.com wrote: btw, you can use valgrind as well with the tests suite. That should help you to catch other possible leaks or bad memory access. On Sat, Feb 26, 2011 at 8:08 PM, Boris Lytochkin lytbo...@php.net

[PHP-CVS] svn: /php/php-src/trunk/main/ SAPI.c

2011-02-25 Thread Pierre Joye
pajoye Fri, 25 Feb 2011 11:28:33 + Revision: http://svn.php.net/viewvc?view=revisionrevision=308665 Log: - fix regression (carsten_st...@gmx.de) Changed paths: U php/php-src/trunk/main/SAPI.c Modified: php/php-src/trunk/main/SAPI.c

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/mysqlnd/mysqlnd.c branches/PHP_5_3/ext/mysqlnd/mysqlnd.h branches/PHP_5_3/ext/mysqlnd/mysqlnd_structs.h trunk/ext/mysqlnd/mysqlnd.c trunk/ext/mysq

2011-02-25 Thread Pierre Joye
/unsub.php -- Pierre @pierrejoye | http://blog.thepimp.net | http://www.libgd.org -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] svn: /php/php-src/trunk/sapi/cli/ php_cli_readline.c php_cli_readline.h

2011-02-22 Thread Pierre Joye
pajoye Tue, 22 Feb 2011 12:59:50 + Revision: http://svn.php.net/viewvc?view=revisionrevision=308565 Log: - missing files Changed paths: A php/php-src/trunk/sapi/cli/php_cli_readline.c A php/php-src/trunk/sapi/cli/php_cli_readline.h Added:

[PHP-CVS] svn: /php/php-src/trunk/sapi/cli/ php_cli_readline.c php_cli_readline.h

2011-02-22 Thread Pierre Joye
pajoye Tue, 22 Feb 2011 13:09:15 + Revision: http://svn.php.net/viewvc?view=revisionrevision=308566 Log: -not needed, buildconf helps... Changed paths: D php/php-src/trunk/sapi/cli/php_cli_readline.c D

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/openssl/openssl.c branches/PHP_5_3/ext/openssl/tests/bug54060.phpt trunk/ext/openssl/openssl.c trunk/ext/openssl/tests/bug54060.

2011-02-21 Thread Pierre Joye
(crash on crafted tag, reported by Luca Carettoni). (Pierre) (CVE-2011-0708) +- OpenSSL extension: + . Fixed bug #54060 (Memory leaks when openssl_encrypt). (Pierre) - SPL extension: . Fixed memory leak in DirectoryIterator::getExtension() and Modified: php/php-src/branches/PHP_5_3/ext

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/openssl/ openssl.c

2011-02-21 Thread Pierre Joye
pajoye Mon, 21 Feb 2011 10:09:50 + Revision: http://svn.php.net/viewvc?view=revisionrevision=308532 Log: - fix test 025 Changed paths: U php/php-src/branches/PHP_5_3/ext/openssl/openssl.c Modified: php/php-src/branches/PHP_5_3/ext/openssl/openssl.c

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/openssl/openssl.c trunk/ext/openssl/openssl.c

2011-02-21 Thread Pierre Joye
) +++ php/php-src/branches/PHP_5_3/NEWS 2011-02-21 12:47:38 UTC (rev 308534) @@ -8,8 +8,10 @@ - Exif extension: . Fixed bug #54002 (crash on crafted tag, reported by Luca Carettoni). (Pierre) (CVE-2011-0708) + - OpenSSL extension: . Fixed bug #54060 (Memory leaks when openssl_encrypt

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/openssl/tests/bug54061.phpt trunk/ext/openssl/tests/bug54061.phpt

2011-02-21 Thread Pierre Joye
pajoye Mon, 21 Feb 2011 12:50:26 + Revision: http://svn.php.net/viewvc?view=revisionrevision=308535 Log: - fix bug #54061, memory leak in openssl_decrypt Bug: http://bugs.php.net/54061 (unknown) Changed paths: A

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ NEWS

2011-02-18 Thread Pierre Joye
(same parameter name can be used multiple times in method/function definition). (Felipe) +- Exif extension + . Fixed bug #54002 (crash on crafted tag, reported by Luca Carettoni). (Pierre). (CVE-2011-0708) + 17 Feb 2011, PHP 5.3.6RC1 - Upgraded bundled Sqlite3 to version 3.7.4. (Ilia

[PHP-CVS] svn: /php/php-src/trunk/ acinclude.m4 ext/intl/config.m4 ext/intl/php_intl.c

2011-02-15 Thread Pierre Joye
pajoye Tue, 15 Feb 2011 08:28:03 + Revision: http://svn.php.net/viewvc?view=revisionrevision=308351 Log: - fix build with ICU 4.2, add ICU_VERSION for m4 checks Changed paths: U php/php-src/trunk/acinclude.m4 U

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ acinclude.m4

2011-02-15 Thread Pierre Joye
pajoye Tue, 15 Feb 2011 08:28:22 + Revision: http://svn.php.net/viewvc?view=revisionrevision=308352 Log: - fix build with ICU 4.2, add ICU_VERSION for m4 checks Changed paths: U php/php-src/branches/PHP_5_3/acinclude.m4 Modified:

[PHP-CVS] svn: /php/php-src/trunk/ext/intl/ config.w32

2011-02-15 Thread Pierre Joye
pajoye Tue, 15 Feb 2011 08:48:24 + Revision: http://svn.php.net/viewvc?view=revisionrevision=308353 Log: - fix intl build with ICU 4.2, windows part Changed paths: U php/php-src/trunk/ext/intl/config.w32 Modified:

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/intl/resourcebundle/resourcebundle.c trunk/ext/intl/resourcebundle/resourcebundle.c

2011-02-15 Thread Pierre Joye
pajoye Tue, 15 Feb 2011 09:07:34 + Revision: http://svn.php.net/viewvc?view=revisionrevision=308354 Log: - unused var Changed paths: U php/php-src/branches/PHP_5_3/ext/intl/resourcebundle/resourcebundle.c U

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/exif/exif.c branches/PHP_5_3/ext/exif/tests/bug54002.phpt branches/PHP_5_3/ext/exif/tests/bug54002_1.jpeg branches/PHP_5_3/ext/exif/tests/bug54002

2011-02-15 Thread Pierre Joye
On Tue, Feb 15, 2011 at 10:17 AM, Dmitry Stogov dmi...@zend.com wrote: Hi Pierre, The check for (byte_count_signed 2147483648) looks ugly and it's even wrong. It is not ugly nor wrong. See my post in when I proposed the patch. It should actually be something much lower but I did not find

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/exif/exif.c branches/PHP_5_3/ext/exif/tests/bug54002.phpt branches/PHP_5_3/ext/exif/tests/bug54002_1.jpeg branches/PHP_5_3/ext/exif/tests/bug54002

2011-02-15 Thread Pierre Joye
signed integer, for this reason :) Cheers, -- Pierre @pierrejoye | http://blog.thepimp.net | http://www.libgd.org -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/exif/exif.c branches/PHP_5_3/ext/exif/tests/bug54002.phpt branches/PHP_5_3/ext/exif/tests/bug54002_1.jpeg branches/PHP_5_3/ext/exif/tests/bug54002

2011-02-15 Thread Pierre Joye
03:31 PM, Pierre Joye wrote: On Tue, Feb 15, 2011 at 12:54 PM, Dmitry Stogovdmi...@zend.com  wrote: I don't know all the logic but it looks very strange 2147483648 == 0x8000 != 0x7fff == 2147483647 so byte_count_signed may be 0x8000 == -1 negative value are checked before. Btw

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/exif/exif.c branches/PHP_5_3/ext/exif/tests/bug54002.phpt branches/PHP_5_3/ext/exif/tests/bug54002_1.jpeg branches/PHP_5_3/ext/exif/tests/bug54002

2011-02-15 Thread Pierre Joye
and btw, as I said earlier, I would prefer to use the largest possible value, which is likely to be 64K and not maxint. If only one could point us to the specs for this exact value... On Tue, Feb 15, 2011 at 2:27 PM, Pierre Joye pierre@gmail.com wrote: why don't you fix it the way you want

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/exif/exif.c trunk/ext/exif/exif.c

2011-02-15 Thread Pierre Joye
pajoye Tue, 15 Feb 2011 14:02:26 + Revision: http://svn.php.net/viewvc?view=revisionrevision=308362 Log: - fix the fix (Dmitry) and ensure that it builds everywhere, can someone test on solarisco pls? Changed paths: U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/exif/exif.c branches/PHP_5_3/ext/exif/tests/bug54002.phpt branches/PHP_5_3/ext/exif/tests/bug54002_1.jpeg branches/PHP_5_3/ext/exif/tests/bug54002_2.j

2011-02-14 Thread Pierre Joye
pajoye Mon, 14 Feb 2011 09:08:44 + Revision: http://svn.php.net/viewvc?view=revisionrevision=308316 Log: - fix bug #54002, exif_read_data crashes on crafted tags Bug: http://bugs.php.net/54002 (error getting bug information) Changed paths: U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/exif/exif.c branches/PHP_5_3/ext/exif/tests/bug54002.phpt trunk/ext/exif/exif.c trunk/ext/exif/tests/bug54002.phpt

2011-02-14 Thread Pierre Joye
pajoye Mon, 14 Feb 2011 09:40:10 + Revision: http://svn.php.net/viewvc?view=revisionrevision=308317 Log: -Bug #54002, fix windows build, use the relevant values in the warnings Bug: http://bugs.php.net/54002 (error getting bug information) Changed

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ NEWS

2011-02-12 Thread Pierre Joye
(). (Hannes) . Fixed bug #53923 (Zip functions assume HAVE_GLOB is defined). (Adam) + . Fixed bug #53893 (Wrong return value for ZipArchive::extractTo()). (Pierre) . Fixed bug #53885 (ZipArchive segfault with FL_UNCHANGED on empty archive). -(Stas, Maksymilian Arciemowicz). +(Stas, Maksymilian

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ NEWS UPGRADING ext/spl/spl_directory.c ext/spl/tests/DirectoryIterator_getExtension_basic.phpt ext/spl/tests/SplFileInfo_getExtension_basic.phpt

2011-02-11 Thread Pierre Joye
    values). (Felipe) - +  . Added SplFileInfo::getExtension(). FR #48767. (Peter Cowburn) +  - SQLite3 extension:   . Fixed memory leaked introduced by the NULL poisoning patch.     (Mateusz Kocielski, Pierre) Modified: php/php-src/branches/PHP_5_3/UPGRADING

[PHP-CVS] svn: /php/php-src/trunk/win32/build/ Makefile.phpize

2011-02-10 Thread Pierre Joye
pajoye Thu, 10 Feb 2011 21:40:50 + Revision: http://svn.php.net/viewvc?view=revisionrevision=308229 Log: - missing Changed paths: A php/php-src/trunk/win32/build/Makefile.phpize Added: php/php-src/trunk/win32/build/Makefile.phpize

[PHP-CVS] svn: /php/php-src/trunk/win32/build/ phpize.bat

2011-02-10 Thread Pierre Joye
pajoye Thu, 10 Feb 2011 21:42:13 + Revision: http://svn.php.net/viewvc?view=revisionrevision=308230 Log: - missing Changed paths: A php/php-src/trunk/win32/build/phpize.bat Added: php/php-src/trunk/win32/build/phpize.bat

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/win32/build/config.w32 trunk/win32/build/config.w32

2011-02-07 Thread Pierre Joye
pajoye Mon, 07 Feb 2011 10:17:14 + Revision: http://svn.php.net/viewvc?view=revisionrevision=308089 Log: - disable realloc warning about not checking its return value, 100% valid but way too many of them for now, reduce noises Changed paths: U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/Zend/zend_alloc.c trunk/Zend/zend_alloc.c

2011-02-07 Thread Pierre Joye
pajoye Mon, 07 Feb 2011 10:25:34 + Revision: http://svn.php.net/viewvc?view=revisionrevision=308090 Log: - null deref fix Changed paths: U php/php-src/branches/PHP_5_3/Zend/zend_alloc.c U php/php-src/trunk/Zend/zend_alloc.c Modified:

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/zip/php_zip.c branches/PHP_5_3/ext/zip/tests/bug53603.phpt trunk/ext/zip/php_zip.c trunk/ext/zip/tests/bug53603.phpt

2011-02-07 Thread Pierre Joye
pajoye Mon, 07 Feb 2011 16:20:16 + Revision: http://svn.php.net/viewvc?view=revisionrevision=308107 Log: - Fixed bug #53893 (Wrong return value for ZipArchive::extractTo()) Bug: http://bugs.php.net/53893 (Open) Wrong return value for

Re: [PHP-CVS] svn: /php/php-src/trunk/ext/snmp/ snmp.c

2011-02-01 Thread Pierre Joye
://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Pierre @pierrejoye | http://blog.thepimp.net | http://www.libgd.org -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-CVS] svn: /php/php-src/trunk/ext/snmp/ snmp.c

2011-02-01 Thread Pierre Joye
believe this legacy will be corrected in next Cacti release). That is the only reason to make ext/snmp module be backwards compatible down-to php5.2 On Tue, Feb 1, 2011 at 11:34 AM, Pierre Joye pierre@gmail.com wrote: hi, I wonder why you need that as we don't release snmp outside php. I

Re: [PHP-CVS] svn: /php/php-src/trunk/ext/mysqlnd/ mysqlnd_auth.c

2011-02-01 Thread Pierre Joye
efree. Cheers, -- Pierre @pierrejoye | http://blog.thepimp.net | http://www.libgd.org -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/zip/php_zip.c trunk/ext/zip/php_zip.c

2011-02-01 Thread Pierre Joye
pajoye Tue, 01 Feb 2011 10:57:51 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307905 Log: - WS Changed paths: U php/php-src/branches/PHP_5_3/ext/zip/php_zip.c U php/php-src/trunk/ext/zip/php_zip.c Modified:

[PHP-CVS] svn: /php/php-src/trunk/ext/snmp/ snmp.c

2011-02-01 Thread Pierre Joye
pajoye Tue, 01 Feb 2011 13:57:06 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307914 Log: - fix build, wrong version id Changed paths: U php/php-src/trunk/ext/snmp/snmp.c Modified: php/php-src/trunk/ext/snmp/snmp.c

[PHP-CVS] svn: /SVNROOT/ global_avail

2011-01-31 Thread Pierre Joye
pajoye Mon, 31 Jan 2011 11:17:22 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307875 Log: - NEWS karma for Lytochkin Changed paths: U SVNROOT/global_avail Modified: SVNROOT/global_avail

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