Re: [PHP-CVS] svn: /php/php-src/trunk/main/ php_streams.h

2010-04-28 Thread Pierre Joye
hi Tony, I would rather do something like: #if PHP_API_VERSION 20100412 # define PHP_OPENBASEDIR_CHECKPATH(filename) \ (PG(safe_mode) (!php_checkuid(filename, NULL, CHECKUID_CHECK_FILE_AND_DIR))) || php_check_open_basedir(filename TSRMLS_CC) #else #define

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

2010-04-28 Thread Pierre Joye
pajoye Wed, 28 Apr 2010 14:10:01 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298700 Log: - fix possible Dechunking Filter Buffer Overflow Changed paths: U php/php-src/branches/PHP_5_3/NEWS U

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

2010-04-28 Thread Pierre Joye
pajoye Wed, 28 Apr 2010 14:35:42 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298701 Log: - - Fixed #51128, imagefill() doesn't work with large images Bug: http://bugs.php.net/51128 (Assigned) imagefill() doesn't work with large images

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

2010-04-28 Thread Pierre Joye
pajoye Wed, 28 Apr 2010 20:47:13 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298727 Log: - fix build (void is evil) Changed paths: U php/php-src/trunk/Zend/zend_compile.c Modified: php/php-src/trunk/Zend/zend_compile.c

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/TSRM/ config.w32

2010-04-28 Thread Pierre Joye
pajoye Wed, 28 Apr 2010 22:25:31 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298737 Log: - we don't need that anymore Changed paths: U php/php-src/branches/PHP_5_3/TSRM/config.w32 Modified: php/php-src/branches/PHP_5_3/TSRM/config.w32

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

2010-04-28 Thread Pierre Joye
pajoye Wed, 28 Apr 2010 22:26:08 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298738 Log: - we don't need that anymore Changed paths: U php/php-src/trunk/TSRM/config.w32 Modified: php/php-src/trunk/TSRM/config.w32

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/ enchant/enchant.c fileinfo/fileinfo.c fileinfo/libmagic/apprentice.c fileinfo/libmagic/cdf.c fileinfo/libmagic/cdf.h fileinfo/libmagic/magic.c

2010-04-27 Thread Pierre Joye
hi, Why do we need this change in 5.3? Cheers, On Tue, Apr 27, 2010 at 1:55 AM, Kalle Sommer Nielsen ka...@php.net wrote: kalle                                    Mon, 26 Apr 2010 23:55:03 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298626 Log: Merge safe_mode changes

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

2010-04-26 Thread Pierre Joye
pajoye Mon, 26 Apr 2010 10:34:06 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298587 Log: - Fix #51582, Don't assume UINT64_C it's ever available Bug: http://bugs.php.net/51582 (Assigned) Don't assume UINT64_C it's ever available

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

2010-04-26 Thread Pierre Joye
pajoye Mon, 26 Apr 2010 10:34:53 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298588 Log: - Fix #51582, Don't assume UINT64_C it's ever available Bug: http://bugs.php.net/51582 (Assigned) Don't assume UINT64_C it's ever available

Re: [PHP-CVS] utf-8?q?svn:_/php/php-src/trunk/sapi/fpm/_config.m4_fpm/fastcgi.c_ fpm/fpm=5Fchildren.c_fpm/fpm=5Fconf.c_fpm/fpm=5Fconf.h_fpm/fpm=5Fenv.c_fpm /fpm=5Fphp.c_fpm/fpm=5Fprocess=5Fctl.c_fpm

2010-04-23 Thread Pierre Joye
2010/4/23 Derick Rethans der...@php.net: I feel extremely unhappy about this patch. From what I've seen there is only a very small group of people that want to switch from the XML format to the INI format. Another group, was opposed to this move. I for one, find this new INI stuff extremely

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

2010-04-23 Thread Pierre Joye
hi, On Fri, Apr 23, 2010 at 12:14 PM, Andrey Hristov p...@hristov.com wrote:  More info about the segfaults? Tests that show the segfaults and thus keep us from regressions? The tests we have in ext/openssl/tests crash. However we were wondering why you did these changes and I did not see any

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

2010-04-23 Thread Pierre Joye
On Fri, Apr 23, 2010 at 1:05 PM, Andrey Hristov p...@hristov.com wrote: So, I am going to revert the revert and reintroduce the code that fixes a bug. No. Don't do that. If you have found a bug in SSL please report a bug with a SSL specific test case and a patch if you have one. Thanks, --

Re: [PHP-CVS] Re: utf-8?q?svn:_/php/php-src/trunk/sapi/fpm/_config.m4_fpm/fastcgi.c_ fpm/fpm=5Fchildren.c_fpm/fpm=5Fconf.c_fpm/fpm=5Fconf.h_fpm/fpm=5Fenv.c_fpm /fpm=5Fphp.c_fpm/fpm=5Fprocess=5Fctl.c

2010-04-23 Thread Pierre Joye
hi Derick, Please discuss that on the internals mailing (new thread). We agreed to introduce this syntax to trunk while evaluating FPM altogether. It then makes sense to discuss this evaluation on the list instead of arguing about a commit. Thanks, Cheers, 2010/4/23 Derick Rethans

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

2010-04-23 Thread Pierre Joye
Please open a new bug with the details + reproduce script. Thanks. On Fri, Apr 23, 2010 at 2:42 PM, Andrey Hristov p...@hristov.com wrote: Tony, Antony Dovgal wrote: On 23.04.2010 15:05, Andrey Hristov wrote: The SSL_CTX_use_PrivateKey_file function loads the private key for use with

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/ext/curl/tests/curl_setopt_CURLOPT_FOLLOWLOCATION_open_basedir.phpt branches/PHP_5_2/ext/curl/tests/curl_setopt_basic001.phpt branches/PHP_5_3/ext/curl/te

2010-04-22 Thread Pierre Joye
pajoye Thu, 22 Apr 2010 11:49:10 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298313 Log: - Bug #51629, CURLOPT_FOLLOWLOCATION error message is misleading Bug: http://bugs.php.net/51629 (Closed) CURLOPT_FOLLOWLOCATION error message is

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/imap/php_imap.c branches/PHP_5_3/ext/imap/tests/imap_fetch_overview_basic.phpt branches/PHP_5_3/ext/imap/tests/imap_fetch_overvi

2010-04-14 Thread Pierre Joye
pajoye Wed, 14 Apr 2010 09:45:37 + Revision: http://svn.php.net/viewvc?view=revisionrevision=297983 Log: - #35638, add udate to imap_fetch_overview Bug: http://bugs.php.net/35638 (Open) Adding udate to imap_fetch_overview results? Changed paths:

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ basic_functions.c streamsfuncs.c streamsfuncs.h var_unserializer.c

2010-04-12 Thread Pierre Joye
pajoye Mon, 12 Apr 2010 08:25:50 + Revision: http://svn.php.net/viewvc?view=revisionrevision=297865 Log: - [doc] add stream_set_read_buffer, equivalent of stream_set_write_buffer for read operations. Fixing possible bad effects while reading devices. full

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

2010-04-12 Thread Pierre Joye
pajoye Mon, 12 Apr 2010 08:40:59 + Revision: http://svn.php.net/viewvc?view=revisionrevision=297867 Log: - fix inline doc Changed paths: U php/php-src/trunk/ext/standard/streamsfuncs.c Modified: php/php-src/trunk/ext/standard/streamsfuncs.c

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ NEWS ext/standard/basic_functions.c ext/standard/streamsfuncs.c ext/standard/streamsfuncs.h ext/standard/var_unserializer.c

2010-04-12 Thread Pierre Joye
pajoye Mon, 12 Apr 2010 13:10:05 + Revision: http://svn.php.net/viewvc?view=revisionrevision=297895 Log: - [doc] merge stream_set_read_buffer, equivalent of stream_set_write_buffer for read operations. Fixing possible bad effects while reading devices

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

2010-04-12 Thread Pierre Joye
pajoye Mon, 12 Apr 2010 19:56:57 + Revision: http://svn.php.net/viewvc?view=revisionrevision=297930 Log: - pdo::begintransaction entry Changed paths: U php/php-src/branches/PHP_5_2/NEWS Modified: php/php-src/branches/PHP_5_2/NEWS

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

2010-04-12 Thread Pierre Joye
pajoye Mon, 12 Apr 2010 19:57:07 + Revision: http://svn.php.net/viewvc?view=revisionrevision=297931 Log: - begintransaction entry Changed paths: U php/php-src/branches/PHP_5_3/NEWS Modified: php/php-src/branches/PHP_5_3/NEWS

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

2010-04-08 Thread Pierre Joye
pajoye Thu, 08 Apr 2010 07:50:05 + Revision: http://svn.php.net/viewvc?view=revisionrevision=297683 Log: - WS Changed paths: U php/php-src/branches/PHP_5_3/ext/standard/streamsfuncs.c U php/php-src/trunk/ext/standard/streamsfuncs.c Modified:

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

2010-04-08 Thread Pierre Joye
pajoye Thu, 08 Apr 2010 07:55:35 + Revision: http://svn.php.net/viewvc?view=revisionrevision=297684 Log: - WS Changed paths: U php/php-src/branches/PHP_5_3/main/streams/streams.c U php/php-src/trunk/main/streams/streams.c Modified:

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

2010-04-01 Thread Pierre Joye
pajoye Thu, 01 Apr 2010 10:34:05 + Revision: http://svn.php.net/viewvc?view=revisionrevision=297262 Log: - fix build Changed paths: U php/php-src/branches/PHP_5_3/ext/pcre/pcrelib/pcre_internal.h U

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

2010-04-01 Thread Pierre Joye
pajoye Thu, 01 Apr 2010 10:38:21 + Revision: http://svn.php.net/viewvc?view=revisionrevision=297263 Log: - fix build Changed paths: U php/php-src/branches/PHP_5_2/ext/pcre/pcrelib/pcre_internal.h Modified:

[PHP-CVS] svn: /php/php-src/branches/PHP_5_2/win32/ php_stdint.h

2010-04-01 Thread Pierre Joye
pajoye Thu, 01 Apr 2010 10:52:28 + Revision: http://svn.php.net/viewvc?view=revisionrevision=297265 Log: - add it to 5.2 too, cannot hurt and will spare some work later with pcreco Changed paths: A php/php-src/branches/PHP_5_2/win32/php_stdint.h

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

2010-04-01 Thread Pierre Joye
hi Ilia, Thanks :-) On Thu, Apr 1, 2010 at 2:08 PM, Ilia Alshanetsky il...@php.net wrote: iliaa                                    Thu, 01 Apr 2010 12:08:55 + Revision: http://svn.php.net/viewvc?view=revisionrevision=297273 Log: On beginTransaction() reset error state Changed paths:

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/mysqlnd/ mysqlnd.c mysqlnd_debug.c mysqlnd_enum_n_def.h mysqlnd_net.c mysqlnd_priv.h mysqlnd_ps.c mysqlnd_ps_codec.c mysqlnd_statistics.c mysqlnd_wirep

2010-04-01 Thread Pierre Joye
pajoye Thu, 01 Apr 2010 20:21:50 + Revision: http://svn.php.net/viewvc?view=revisionrevision=297303 Log: - revert revision 297277, break the builds (declaration must go 1st, size of void * and other known situations). Also Johannes, can you check that

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

2010-03-25 Thread Pierre Joye
pajoye Thu, 25 Mar 2010 10:00:31 + Revision: http://svn.php.net/viewvc?view=revisionrevision=296773 Log: - init hval Changed paths: U php/php-src/trunk/ext/hash/hash_joaat.c Modified: php/php-src/trunk/ext/hash/hash_joaat.c

Re: [PHP-CVS] svn: /php/php-src/trunk/ext/hash/tests/ hash_copy_001.phpt

2010-03-25 Thread Pierre Joye
hi Martin, Would it not be nicer to split the tests per algorithm and use one line per iteration? Such verbose output are not very useful to debug. Cheers, On Thu, Mar 25, 2010 at 5:05 PM, Martin Jansen m...@php.net wrote: mj                                       Thu, 25 Mar 2010 16:05:27

[PHP-CVS] svn: /SVNROOT/ global_avail

2010-03-24 Thread Pierre Joye
pajoye Wed, 24 Mar 2010 09:55:01 + Revision: http://svn.php.net/viewvc?view=revisionrevision=296695 Log: - memcache karma for Herman Changed paths: U SVNROOT/global_avail Modified: SVNROOT/global_avail

Re: [PHP-CVS] svn: /php/php-src/trunk/ NEWS ext/hash/config.m4 ext/hash/hash.c ext/hash/hash_joaat.c ext/hash/php_hash.h ext/hash/php_hash_joaat.h ext/hash/tests/hash_algos.phpt ext/hash/tests/joaat

2010-03-24 Thread Pierre Joye
hi Martin, What's about config.w32? Cheers, On Wed, Mar 24, 2010 at 4:47 PM, Martin Jansen m...@php.net wrote: mj                                       Wed, 24 Mar 2010 15:47:40 + Revision: http://svn.php.net/viewvc?view=revisionrevision=296728 Log: Added Jenkins's one-at-a-time hash

Re: [PHP-CVS] svn: /php/php-src/trunk/ NEWS ext/hash/config.m4 ext/hash/hash.c ext/hash/hash_joaat.c ext/hash/php_hash.h ext/hash/php_hash_joaat.h ext/hash/tests/hash_algos.phpt ext/hash/tests/joaat

2010-03-24 Thread Pierre Joye
thanks! On Wed, Mar 24, 2010 at 5:31 PM, Martin Jansen mar...@divbyzero.net wrote: On 24.03.10 17:03, Pierre Joye wrote: What's about config.w32? Fixed.  I also added FNV support which was missing, too. Martin -- Pierre @pierrejoye | http://blog.thepimp.net | http://www.libgd.org

Re: [PHP-CVS] svn: /php/php-src/branches/ PHP_5_2/configure.in PHP_5_2/ext/standard/file.c PHP_5_2/main/SAPI.c PHP_5_2/main/SAPI.h PHP_5_2/main/rfc1867.c PHP_5_3/configure.in PHP_5_3/ext/standard/fi

2010-03-18 Thread Pierre Joye
On Thu, Mar 18, 2010 at 11:37 PM, Andrei Zmievski and...@php.net wrote: andrei                                   Thu, 18 Mar 2010 22:37:25 + Revision: http://svn.php.net/viewvc?view=revisionrevision=296362 Log: I am sorry I tried fixing PHP without extensive discussion on the mailing

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

2010-03-12 Thread Pierre Joye
On Thu, Mar 11, 2010 at 5:09 PM, Jani Taskinen j...@php.net wrote: jani                                     Thu, 11 Mar 2010 16:09:37 + Revision: http://svn.php.net/viewvc?view=revisionrevision=296076 Log: Hello PHP 5.4, open for all new stuff. Instead of persisting into doing whatever

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

2010-03-12 Thread Pierre Joye
On Fri, Mar 12, 2010 at 12:29 PM, Hannes Magnusson hannes.magnus...@gmail.com wrote: On Fri, Mar 12, 2010 at 10:57, Pierre Joye pierre@gmail.com wrote: On Thu, Mar 11, 2010 at 5:09 PM, Jani Taskinen j...@php.net wrote: jani                                     Thu, 11 Mar 2010 16:09:37 +

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

2010-03-12 Thread Pierre Joye
On Fri, Mar 12, 2010 at 3:38 PM, Lukas Kahwe Smith m...@pooteeweet.org wrote: imho jani's commit access should be revoked until we have sorted out our release plan for the future, because he has shown that he has no patience to respect other people's opinions and so we can alleviate him of

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

2010-03-12 Thread Pierre Joye
On Fri, Mar 12, 2010 at 4:11 PM, Hannes Magnusson hannes.magnus...@gmail.com wrote: We have discussed this countless of times, it is way passed the point to get it done - and Jani did - and now you are complaining about it? Common. Let it go. Lets focus on development then utterly useless

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

2010-03-12 Thread Pierre Joye
On Fri, Mar 12, 2010 at 4:36 PM, Andrey Hristov p...@hristov.com wrote: Tony created the FPM branch. Go revoke his karma! Being serious two and half second would be helpful. Tony's branch has been discussed and approved. Secondly it is a perfect valid way to achieve what Jani tried to do with

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

2010-03-12 Thread Pierre Joye
On Fri, Mar 12, 2010 at 5:06 PM, Hannes Magnusson hannes.magnus...@gmail.com wrote: On Fri, Mar 12, 2010 at 16:42, Pierre Joye pierre@gmail.com wrote: On Fri, Mar 12, 2010 at 4:36 PM, Andrey Hristov p...@hristov.com wrote: Tony created the FPM branch. Go revoke his karma! Being serious

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

2010-03-11 Thread Pierre Joye
hi Hannes, Please don't fix what has been broken by this commit, it will be reverted (from this branch). Cheers, On Thu, Mar 11, 2010 at 8:50 PM, Hannes Magnusson bj...@php.net wrote: bjori                                    Thu, 11 Mar 2010 19:50:04 + Revision:

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

2010-03-11 Thread Pierre Joye
2010/3/11 Jani Taskinen jani.taski...@sci.fi: 11.3.2010 22:14, Johannes Schlüter wrote: On Thu, 2010-03-11 at 21:06 +0100, Hannes Magnusson wrote: I cannot see any possible reasons why the build has to be broken. If it should be reverted then go for it, until then we would like to be able

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/ext/filter/logical_filters.c branches/PHP_5_2/ext/filter/tests/046.phpt branches/PHP_5_3/ext/filter/logical_filters.c branches/PHP_5_3/ext/filter/te

2010-03-06 Thread Pierre Joye
hi Raphale, Thanks for the fix and test :) It is important to keep the NEWS file uptodate. Please add an entry for this fix in 5.2 and 5.3's NEWS file. Cheers, On Sat, Mar 6, 2010 at 7:54 PM, Raphael Geissert geiss...@php.net wrote: geissert                                 Sat, 06 Mar 2010

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3_2/ ext/date/lib/timezonedb.h tests/security/open_basedir_parse_ini_file.phpt

2010-03-03 Thread Pierre Joye
pajoye Wed, 03 Mar 2010 11:42:54 + Revision: http://svn.php.net/viewvc?view=revisionrevision=295779 Log: - Updated to version 2010.3 (2010c) Changed paths: _U php/php-src/branches/PHP_5_3_2/ U

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

2010-03-03 Thread Pierre Joye
pajoye Wed, 03 Mar 2010 15:15:28 + Revision: http://svn.php.net/viewvc?view=revisionrevision=295787 Log: - tz update entry Changed paths: U php/php-src/branches/PHP_5_3_2/NEWS Modified: php/php-src/branches/PHP_5_3_2/NEWS

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

2010-02-24 Thread Pierre Joye
pajoye Wed, 24 Feb 2010 19:57:56 + Revision: http://svn.php.net/viewvc?view=revisionrevision=295476 Log: - merge/update/fix Changed paths: U php/php-src/branches/PHP_5_3/NEWS U php/php-src/branches/PHP_5_3_2/NEWS Modified:

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

2010-02-23 Thread Pierre Joye
pajoye Tue, 23 Feb 2010 11:07:39 + Revision: http://svn.php.net/viewvc?view=revisionrevision=295402 Log: - fix build when __GMP_BITS_PER_MP_LIMB is not defined but GMP_LIMB_BITS (no trace of this change in gmp's changelog...) Changed paths: U

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3_2/ ext/gmp/gmp.c tests/security/open_basedir_parse_ini_file.phpt

2010-02-23 Thread Pierre Joye
pajoye Tue, 23 Feb 2010 11:18:24 + Revision: http://svn.php.net/viewvc?view=revisionrevision=295405 Log: - fix build when __GMP_BITS_PER_MP_LIMB is not defined but GMP_LIMB_BITS (no trace of this change in gmp's changelog...) Changed paths: _U

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3_2/ main/streams/plain_wrapper.c tests/security/open_basedir_parse_ini_file.phpt

2010-02-23 Thread Pierre Joye
pajoye Tue, 23 Feb 2010 15:04:29 + Revision: http://svn.php.net/viewvc?view=revisionrevision=295417 Log: - get the right error on windows Changed paths: _U php/php-src/branches/PHP_5_3_2/ _U php/php-src/branches/PHP_5_3_2/ext/tidy/tests/ U

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

2010-02-23 Thread Pierre Joye
pajoye Tue, 23 Feb 2010 17:26:49 + Revision: http://svn.php.net/viewvc?view=revisionrevision=295419 Log: - return *0/*1 on failure instead of FALSE, to avoid possible issues with bad user code Changed paths: U

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

2010-02-23 Thread Pierre Joye
pajoye Tue, 23 Feb 2010 17:46:10 + Revision: http://svn.php.net/viewvc?view=revisionrevision=295420 Log: - update test Changed paths: U php/php-src/branches/PHP_5_3/ext/standard/tests/strings/bug51059.phpt U

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3_2/ ext/standard/crypt.c ext/standard/tests/strings/bug51059.phpt tests/security/open_basedir_parse_ini_file.phpt

2010-02-23 Thread Pierre Joye
pajoye Tue, 23 Feb 2010 17:49:00 + Revision: http://svn.php.net/viewvc?view=revisionrevision=295421 Log: - return *0/*1 on failure instead of FALSE, to avoid possible issues with bad user code Changed paths: _U php/php-src/branches/PHP_5_3_2/ U

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

2010-02-23 Thread Pierre Joye
pajoye Tue, 23 Feb 2010 17:50:08 + Revision: http://svn.php.net/viewvc?view=revisionrevision=295422 Log: - update Changed paths: U php/php-src/branches/PHP_5_3_2/NEWS Modified: php/php-src/branches/PHP_5_3_2/NEWS

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

2010-02-22 Thread Pierre Joye
hi Jani, What's about stopping to change things only because you think you are right? Don't do it, simple. Thanks for your understanding. On Mon, Feb 22, 2010 at 10:06 AM, Jani Taskinen j...@php.net wrote: jani                                     Mon, 22 Feb 2010 09:06:06 + Revision:

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

2010-02-22 Thread Pierre Joye
pajoye Mon, 22 Feb 2010 09:15:32 + Revision: http://svn.php.net/viewvc?view=revisionrevision=295367 Log: - restore the credit, always been this name, will always be Changed paths: U php/php-src/branches/PHP_5_3/NEWS Modified:

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

2010-02-21 Thread Pierre Joye
pajoye Sun, 21 Feb 2010 17:44:25 + Revision: http://svn.php.net/viewvc?view=revisionrevision=295308 Log: - get the right error on windows Changed paths: U php/php-src/branches/PHP_5_3/main/streams/plain_wrapper.c U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/standard/crypt.c branches/PHP_5_3/ext/standard/tests/strings/bug51059.phpt trunk/ext/standard/crypt.c trunk/ext/standard/tests/strings/bug51059.phpt

2010-02-21 Thread Pierre Joye
+15,7 @@ | Authors: Stig Bakken s...@php.net | | Zeev Suraski z...@zend.com| | Rasmus Lerdorf ras...@php.net | + | Pierre Joye pie...@php.net

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/standard/crypt_blowfish.c branches/PHP_5_3/ext/standard/tests/strings/crypt_blowfish_invalid_rounds.phpt trunk/ext/standard/crypt_blowfish.c trunk/ext

2010-02-21 Thread Pierre Joye
pajoye Sun, 21 Feb 2010 23:47:14 + Revision: http://svn.php.net/viewvc?view=revisionrevision=295339 Log: - Corrected the sanity check of the setting string in _crypt_blowfish_rn() to reject iteration counts encoded as 36 through 39. Previously, these

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

2010-02-21 Thread Pierre Joye
pajoye Mon, 22 Feb 2010 00:05:02 + Revision: http://svn.php.net/viewvc?view=revisionrevision=295340 Log: - With extended hashes, detect and reject invalid setting strings. With traditional hashes, support many reasonable invalid salts in UFC-crypt

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3_2/ ext/standard/config.m4 ext/standard/crypt.c ext/standard/crypt_blowfish.c ext/standard/crypt_freesec.c ext/standard/tests/strings/bug51059.phpt ext/stan

2010-02-21 Thread Pierre Joye
| | Zeev Suraski z...@zend.com| | Rasmus Lerdorf ras...@php.net | + | Pierre Joye pie...@php.net

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

2010-02-21 Thread Pierre Joye
pajoye Mon, 22 Feb 2010 00:39:55 + Revision: http://svn.php.net/viewvc?view=revisionrevision=295351 Log: - crypt entry Changed paths: U php/php-src/branches/PHP_5_3/NEWS Modified: php/php-src/branches/PHP_5_3/NEWS

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_3_2/ ext/snmp/config.w32 tests/security/open_basedir_parse_ini_file.phpt

2010-02-19 Thread Pierre Joye
/config.w32 tests/security/open_basedir_parse_ini_file.phpt To: Pierre Joye paj...@php.net 2010/2/9 Pierre Joye paj...@php.net: +       if (CHECK_HEADER_ADD_INCLUDE(snmp.h, CFLAGS_SNMP, PHP_PHP_BUILD + \\include\\net-snmp; + PHP_SNMP)) { +               if (CHECK_LIB(netsnmp.lib, snmp, PHP_SNMP

[PHP-CVS] svn: /php/win-installer/trunk/ ExtensionsFragment53.wxs

2010-02-15 Thread Pierre Joye
pajoye Mon, 15 Feb 2010 19:14:30 + Revision: http://svn.php.net/viewvc?view=revisionrevision=295097 Log: - #51046, fix long names for enchant deps Bug: http://bugs.php.net/51046 (Feedback) 'gmodul_2.dll' should be named 'gmodule-2.dll' Changed

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3_2/ NEWS ext/date/php_date.c ext/date/tests/bug49585.phpt tests/security/open_basedir_parse_ini_file.phpt

2010-02-11 Thread Pierre Joye
pajoye Thu, 11 Feb 2010 11:02:53 + Revision: http://svn.php.net/viewvc?view=revisionrevision=294878 Log: - Fixed bug #49585 (date_format buffer not long enough for 4 digit years). Bug: http://bugs.php.net/49585 (Closed) date_format buffer not long enough

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3_2/ ext/date/config0.m4 ext/date/lib/parse_date.c ext/date/lib/parse_date.re ext/date/php_date.c ext/date/tests/bug45866.phpt ext/date/tests/bug46268.phpt e

2010-02-11 Thread Pierre Joye
pajoye Thu, 11 Feb 2010 11:11:47 + Revision: http://svn.php.net/viewvc?view=revisionrevision=294880 Log: - merge fix for: #45866,#50930, revert fix for #50392, Fixed a bug with the 'r' formatting function, added or fixed tests for #45866 and #46268 Bugs:

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

2010-02-11 Thread Pierre Joye
pajoye Thu, 11 Feb 2010 21:12:11 + Revision: http://svn.php.net/viewvc?view=revisionrevision=294899 Log: - missing entries Changed paths: U php/php-src/branches/PHP_5_3_2/NEWS Modified: php/php-src/branches/PHP_5_3_2/NEWS

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ NEWS Zend/zend_API.c Zend/zend_language_scanner.c Zend/zend_language_scanner_defs.h ext/standard/tests/general_functions/bug49847.phpt ext/standard/var_un

2010-02-11 Thread Pierre Joye
pajoye Thu, 11 Feb 2010 21:17:13 + Revision: http://svn.php.net/viewvc?view=revisionrevision=294900 Log: - those are in 5.3.2 now, merge to 5.3.2 section is coming Changed paths: U php/php-src/branches/PHP_5_3/NEWS U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/ext/date/php_date.c branches/PHP_5_3/ext/date/php_date.c branches/PHP_5_3_2/ext/date/php_date.c trunk/ext/date/php_date.c

2010-02-11 Thread Pierre Joye
pajoye Thu, 11 Feb 2010 22:37:50 + Revision: http://svn.php.net/viewvc?view=revisionrevision=294906 Log: - fix php_date_llabs declaration Changed paths: U php/php-src/branches/PHP_5_2/ext/date/php_date.c U

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3_2/ ext/intl/resourcebundle/resourcebundle_class.c ext/intl/resourcebundle/resourcebundle_iterator.c ext/intl/tests/rb_build.php ext/intl/tests/resourcebund

2010-02-11 Thread Pierre Joye
pajoye Thu, 11 Feb 2010 23:55:19 + Revision: http://svn.php.net/viewvc?view=revisionrevision=294929 Log: - missing patch for the resourcebunlde support in intl Changed paths: _U php/php-src/branches/PHP_5_3_2/ U

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

2010-02-11 Thread Pierre Joye
pajoye Fri, 12 Feb 2010 01:22:10 + Revision: http://svn.php.net/viewvc?view=revisionrevision=294950 Log: - merge 5.3.2RC2 changes, unsorted # for now Changed paths: U php/php-src/branches/PHP_5_3/NEWS Modified: php/php-src/branches/PHP_5_3/NEWS

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

2010-02-09 Thread Pierre Joye
pajoye Tue, 09 Feb 2010 16:38:24 + Revision: http://svn.php.net/viewvc?view=revisionrevision=294814 Log: - improve netsnmp detection (and restor snmp on win) Changed paths: U php/php-src/branches/PHP_5_3/ext/snmp/config.w32 U

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3_2/ ext/snmp/config.w32 tests/security/open_basedir_parse_ini_file.phpt

2010-02-09 Thread Pierre Joye
pajoye Tue, 09 Feb 2010 16:42:40 + Revision: http://svn.php.net/viewvc?view=revisionrevision=294815 Log: - improve netsnmp detectio and restore snmp on win Changed paths: _U php/php-src/branches/PHP_5_3_2/ U

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3_2/ ext/zip/php_zip.c tests/security/open_basedir_parse_ini_file.phpt

2010-02-09 Thread Pierre Joye
pajoye Tue, 09 Feb 2010 17:51:39 + Revision: http://svn.php.net/viewvc?view=revisionrevision=294817 Log: - It's a size_t here, not an unsigned int Changed paths: _U php/php-src/branches/PHP_5_3_2/ _U php/php-src/branches/PHP_5_3_2/ext/tidy/tests/

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3_2/ Zend/zend_ini_scanner.c Zend/zend_ini_scanner.l Zend/zend_ini_scanner_defs.h tests/security/open_basedir_parse_ini_file.phpt

2010-02-07 Thread Pierre Joye
pajoye Sun, 07 Feb 2010 12:08:22 + Revision: http://svn.php.net/viewvc?view=revisionrevision=294698 Log: - Fixed bug #50952 (allow underscore _ in constants parsed in php.ini files) Bug: http://bugs.php.net/50952 (Closed) allow underscore _ in constants

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/ext/imap/config.m4 branches/PHP_5_2/ext/imap/php_imap.c branches/PHP_5_2/ext/imap/tests/bug44098.phpt branches/PHP_5_3/NEWS branches/PHP_5_3/ext/imap/conf

2010-02-07 Thread Pierre Joye
pajoye Sun, 07 Feb 2010 13:06:54 + Revision: http://svn.php.net/viewvc?view=revisionrevision=294699 Log: - Fixed #44098, imap_utf8() returns only capital letters Bug: http://bugs.php.net/44098 (No Feedback) imap_utf8() returns only capital letters

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/standard/tests/file/tempnam_variation3-win32.phpt branches/PHP_5_3/main/php_open_temporary_file.c branches/PHP_5_3/main/streams/plain_wrapper.c branch

2010-02-07 Thread Pierre Joye
pajoye Sun, 07 Feb 2010 20:15:58 + Revision: http://svn.php.net/viewvc?view=revisionrevision=294724 Log: - prevent unexpectable behaviors (for the user) with invalid path Changed paths: U

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3_2/ TSRM/tsrm_win32.c tests/security/open_basedir_parse_ini_file.phpt

2010-02-07 Thread Pierre Joye
pajoye Sun, 07 Feb 2010 21:09:19 + Revision: http://svn.php.net/viewvc?view=revisionrevision=294728 Log: - fix leak Changed paths: _U php/php-src/branches/PHP_5_3_2/ U php/php-src/branches/PHP_5_3_2/TSRM/tsrm_win32.c _U

[PHP-CVS] svn: /SVNROOT/ global_avail

2010-02-07 Thread Pierre Joye
pajoye Sun, 07 Feb 2010 23:34:11 + Revision: http://svn.php.net/viewvc?view=revisionrevision=294739 Log: - wiki karma for Guillaume Changed paths: U SVNROOT/global_avail Modified: SVNROOT/global_avail

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3_2/ NEWS sapi/apache/mod_php5.c sapi/apache2filter/sapi_apache2.c sapi/apache2handler/sapi_apache2.c tests/security/open_basedir_parse_ini_file.phpt

2010-02-05 Thread Pierre Joye
pajoye Fri, 05 Feb 2010 19:34:47 + Revision: http://svn.php.net/viewvc?view=revisionrevision=294572 Log: - Fix bug #50940 Bug: http://bugs.php.net/50940 (Closed) All Apache SAPI sets content length wrong Changed paths: _U

[PHP-CVS] svn: /SVNROOT/ global_avail

2010-02-04 Thread Pierre Joye
pajoye Thu, 04 Feb 2010 08:38:21 + Revision: http://svn.php.net/viewvc?view=revisionrevision=294499 Log: - Bryan Davis karma for pecl/yaml Changed paths: U SVNROOT/global_avail Modified: SVNROOT/global_avail

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3_2/ ext/pdo_mysql/tests/pdo_mysql___construct.phpt tests/security/open_basedir_parse_ini_file.phpt

2010-02-04 Thread Pierre Joye
pajoye Thu, 04 Feb 2010 08:58:49 + Revision: http://svn.php.net/viewvc?view=revisionrevision=294500 Log: - Overlong hostnames breakthistest on NIS enabled FreeBSD Changed paths: _U php/php-src/branches/PHP_5_3_2/ U

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3_2/ main/main.c tests/security/open_basedir_parse_ini_file.phpt

2010-02-04 Thread Pierre Joye
pajoye Thu, 04 Feb 2010 09:02:19 + Revision: http://svn.php.net/viewvc?view=revisionrevision=294501 Log: - prevent possible crash when error/warnings are raised during startup on windows Changed paths: _U php/php-src/branches/PHP_5_3_2/ _U

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3_2/ ext/standard/basic_functions.c tests/security/open_basedir_parse_ini_file.phpt

2010-02-04 Thread Pierre Joye
pajoye Thu, 04 Feb 2010 09:04:37 + Revision: http://svn.php.net/viewvc?view=revisionrevision=294502 Log: - make getservbyname on windows behaves like *nux when proto is an empty string Changed paths: _U php/php-src/branches/PHP_5_3_2/ U

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3_2/ ext/standard/basic_functions.c ext/standard/tests/general_functions/bug50690.phpt tests/security/open_basedir_parse_ini_file.phpt

2010-02-04 Thread Pierre Joye
pajoye Thu, 04 Feb 2010 09:08:57 + Revision: http://svn.php.net/viewvc?view=revisionrevision=294503 Log: - #50690, putenv does assign value when their length is one char on windows Bug: http://bugs.php.net/50690 (unknown) Changed paths: _U

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3_2/ ext/standard/tests/general_functions/.getservbyport_basic.phpt.swp tests/security/open_basedir_parse_ini_file.phpt

2010-02-04 Thread Pierre Joye
pajoye Thu, 04 Feb 2010 09:11:00 + Revision: http://svn.php.net/viewvc?view=revisionrevision=294504 Log: - pls don't add .swp/bak/etc Changed paths: _U php/php-src/branches/PHP_5_3_2/ D

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3_2/ Zend/zend_alloc.c Zend/zend_execute.c Zend/zend_execute_API.c Zend/zend_extensions.c main/output.c tests/security/open_basedir_parse_ini_file.phpt

2010-02-04 Thread Pierre Joye
pajoye Thu, 04 Feb 2010 09:13:14 + Revision: http://svn.php.net/viewvc?view=revisionrevision=294505 Log: - Ensure that stderr output are not buffered, portability for tests Changed paths: _U php/php-src/branches/PHP_5_3_2/ U

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3_2/ ext/standard/http_fopen_wrapper.c tests/security/open_basedir_parse_ini_file.phpt

2010-02-04 Thread Pierre Joye
pajoye Thu, 04 Feb 2010 09:17:20 + Revision: http://svn.php.net/viewvc?view=revisionrevision=294506 Log: - Fixed bug #50832 (HTTP fopen wrapper does not support passwordless HTTP Bug: http://bugs.php.net/50832 (unknown) Changed paths: _U

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3_2/ main/main.c main/php.h main/streams/plain_wrapper.c tests/security/open_basedir_parse_ini_file.phpt

2010-02-04 Thread Pierre Joye
pajoye Thu, 04 Feb 2010 09:21:02 + Revision: http://svn.php.net/viewvc?view=revisionrevision=294507 Log: - [doc] #45986, bad file descriptor warning when rename is used with invalid path Bug: http://bugs.php.net/45986 (unknown) Changed paths:

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3_2/ ext/openssl/openssl.c tests/security/open_basedir_parse_ini_file.phpt

2010-02-04 Thread Pierre Joye
pajoye Thu, 04 Feb 2010 09:23:22 + Revision: http://svn.php.net/viewvc?view=revisionrevision=294508 Log: - Fixed bug #50859 (build fails with openssl 1.0 due to md2 deprecation) Bug: http://bugs.php.net/50859 (unknown) Changed paths: _U

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3_2/ TSRM/tsrm_win32.c tests/security/open_basedir_parse_ini_file.phpt

2010-02-04 Thread Pierre Joye
pajoye Thu, 04 Feb 2010 09:25:09 + Revision: http://svn.php.net/viewvc?view=revisionrevision=294509 Log: - fix leak when the SID is already used and duplicated, windows only Changed paths: _U php/php-src/branches/PHP_5_3_2/ U

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3_2/ TSRM/tsrm_virtual_cwd.c tests/security/open_basedir_parse_ini_file.phpt

2010-02-04 Thread Pierre Joye
pajoye Thu, 04 Feb 2010 09:27:40 + Revision: http://svn.php.net/viewvc?view=revisionrevision=294510 Log: - fix leak in the realpath cache, win only Changed paths: _U php/php-src/branches/PHP_5_3_2/ U

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3_2/ TSRM/tsrm_virtual_cwd.c tests/security/open_basedir_parse_ini_file.phpt

2010-02-04 Thread Pierre Joye
pajoye Thu, 04 Feb 2010 09:29:24 + Revision: http://svn.php.net/viewvc?view=revisionrevision=294511 Log: - don't go through the reparse code when we have a share or DFS path Changed paths: _U php/php-src/branches/PHP_5_3_2/ U

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3_2/ TSRM/tsrm_win32.c tests/security/open_basedir_parse_ini_file.phpt

2010-02-04 Thread Pierre Joye
pajoye Thu, 04 Feb 2010 09:31:09 + Revision: http://svn.php.net/viewvc?view=revisionrevision=294512 Log: - fix leak Changed paths: _U php/php-src/branches/PHP_5_3_2/ U php/php-src/branches/PHP_5_3_2/TSRM/tsrm_win32.c _U

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3_2/ ext/pdo_mysql/pdo_mysql.c ext/pdo_mysql/php_pdo_mysql_int.h tests/security/open_basedir_parse_ini_file.phpt

2010-02-04 Thread Pierre Joye
pajoye Thu, 04 Feb 2010 09:37:38 + Revision: http://svn.php.net/viewvc?view=revisionrevision=294514 Log: - Fixed crash in ZTS mode due to ini values not being initialized Changed paths: _U php/php-src/branches/PHP_5_3_2/ U

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3_2/ ext/session/session.c tests/security/open_basedir_parse_ini_file.phpt

2010-02-04 Thread Pierre Joye
pajoye Thu, 04 Feb 2010 09:40:38 + Revision: http://svn.php.net/viewvc?view=revisionrevision=294515 Log: - Fixed a possible open_basedir/safe_mode bypass in session extension Changed paths: _U php/php-src/branches/PHP_5_3_2/ U

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3_2/ ext/standard/string.c ext/standard/tests/strings/bug50847.phpt tests/security/open_basedir_parse_ini_file.phpt

2010-02-04 Thread Pierre Joye
pajoye Thu, 04 Feb 2010 09:44:16 + Revision: http://svn.php.net/viewvc?view=revisionrevision=294517 Log: - Fixed bug #50847 (strip_tags() removes all tags greater then 1023 bytes long) Bug: http://bugs.php.net/50847 (unknown) Changed paths: _U

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3_2/ Zend/zend_alloc.c tests/security/open_basedir_parse_ini_file.phpt

2010-02-04 Thread Pierre Joye
pajoye Thu, 04 Feb 2010 09:48:02 + Revision: http://svn.php.net/viewvc?view=revisionrevision=294518 Log: - try again to get a crypto context when the key container did not exist Changed paths: _U php/php-src/branches/PHP_5_3_2/ U

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3_2/ TSRM/tsrm_virtual_cwd.c tests/security/open_basedir_parse_ini_file.phpt

2010-02-04 Thread Pierre Joye
pajoye Thu, 04 Feb 2010 09:55:13 + Revision: http://svn.php.net/viewvc?view=revisionrevision=294519 Log: - - set errno on failure so that the caller can still rely on strerror Changed paths: _U php/php-src/branches/PHP_5_3_2/ U

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3_2/ TSRM/tsrm_virtual_cwd.c tests/security/open_basedir_parse_ini_file.phpt

2010-02-04 Thread Pierre Joye
pajoye Thu, 04 Feb 2010 09:57:30 + Revision: http://svn.php.net/viewvc?view=revisionrevision=294520 Log: - set errno on failure so that the caller can still rely on strerror, missing patch Changed paths: _U php/php-src/branches/PHP_5_3_2/ U

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3_2/ ext/zip/lib/zip_close.c ext/zip/lib/zip_dirent.c ext/zip/lib/zip_file_get_offset.c ext/zip/lib/zip_fread.c ext/zip/lib/zip_open.c ext/zip/lib/zipint.h e

2010-02-04 Thread Pierre Joye
pajoye Thu, 04 Feb 2010 10:09:25 + Revision: http://svn.php.net/viewvc?view=revisionrevision=294522 Log: - update lib to 0.9.3, fix leaks and test Changed paths: _U php/php-src/branches/PHP_5_3_2/ _U php/php-src/branches/PHP_5_3_2/ext/tidy/tests/

<    5   6   7   8   9   10   11   12   13   >