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

2010-12-01 Thread Adam Harvey
aharvey Thu, 02 Dec 2010 03:26:37 + Revision: http://svn.php.net/viewvc?view=revision&revision=305899 Log: Minimal fix for bug #53440 (INSTALL file refers to php.ini-dist, should refer to php.ini-production). There are a lot more issues with the INSTALL file,

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/php.ini-development branches/PHP_5_3/php.ini-production trunk/php.ini-development trunk/php.ini-production

2010-11-28 Thread Adam Harvey
aharvey Mon, 29 Nov 2010 03:44:56 + Revision: http://svn.php.net/viewvc?view=revision&revision=305813 Log: Update INI files per doc bug #53420 (mail.log is poorly documented). Bug: http://bugs.php.net/53420 (Verified) mail.log is poorly documented Chan

[PHP-CVS] svn: /php/php-src/trunk/ NEWS UPGRADING ext/standard/dir.c ext/standard/php_dir.h ext/standard/tests/dir/scandir_basic.phpt ext/standard/tests/dir/scandir_variation10.phpt ext/standard/tests

2010-11-26 Thread Adam Harvey
aharvey Fri, 26 Nov 2010 09:52:28 + Revision: http://svn.php.net/viewvc?view=revision&revision=305765 Log: Implemented FR #53407 (make scandir()'s directory sorting optional). Bug: http://bugs.php.net/53407 (Assigned) make scandir()'s directory sorting optio

[PHP-CVS] svn: /php/php-src/trunk/ext/imap/ php_imap.c tests/bug53377.phpt

2010-11-23 Thread Adam Harvey
aharvey Tue, 23 Nov 2010 10:34:44 + Revision: http://svn.php.net/viewvc?view=revision&revision=305686 Log: Fix bug #53377 (imap_mime_header_decode() doesn't ignore \t during long MIME header unfolding). Bug: http://bugs.php.net/53377 (error getting bug inform

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/spl/spl_directory.c branches/PHP_5_3/ext/spl/tests/SplFileObject_fgetcsv_escape_default.phpt trunk/ext/spl/spl_directory.c trunk

2010-11-09 Thread Adam Harvey
aharvey Tue, 09 Nov 2010 14:53:23 + Revision: http://svn.php.net/viewvc?view=revision&revision=305227 Log: Fix bug #53279 (SplFileObject doesn't initialise default CSV escape character). Bug: http://bugs.php.net/53279 (Open) SplFileObject doesn't initialise d

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

2010-11-09 Thread Adam Harvey
aharvey Tue, 09 Nov 2010 14:54:10 + Revision: http://svn.php.net/viewvc?view=revision&revision=305228 Log: Fix line wrapping. 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/trunk/ NEWS ext/hash/hash_adler32.c

2010-11-08 Thread Adam Harvey
aharvey Mon, 08 Nov 2010 09:35:33 + Revision: http://svn.php.net/viewvc?view=revision&revision=305193 Log: Implemented FR #53213 (Adler32 algorithm is very slow). Patch by zavasek at yandex dot ru. Bug: http://bugs.php.net/53213 (error getting bug information

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/tests/security/bug53226.phpt trunk/tests/security/bug53226.phpt

2010-11-08 Thread Adam Harvey
aharvey Mon, 08 Nov 2010 09:14:48 + Revision: http://svn.php.net/viewvc?view=revision&revision=305191 Log: Update the tests committed in r305098 (as part of the fix for bug #53226) to use the PHP_MAXPATHLEN constant, as recommended by Pierre. Bug: http://bugs

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

2010-11-05 Thread Adam Harvey
aharvey Fri, 05 Nov 2010 18:12:30 + Revision: http://svn.php.net/viewvc?view=revision&revision=305107 Log: Fix bracket in prototype comment. Changed paths: U php/php-src/trunk/ext/pcre/php_pcre.c Modified: php/php-src/trunk/ext/pcre/php_pcre.c

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/main/fopen_wrappers.c branches/PHP_5_3/tests/security/bug53226.phpt trunk/main/fopen_wrappers.c trunk/tests/security/bug53226.phpt

2010-11-04 Thread Adam Harvey
aharvey Fri, 05 Nov 2010 05:28:07 + Revision: http://svn.php.net/viewvc?view=revision&revision=305098 Log: Fix bug #53226 (file_exists fails on big filenames). Bug: http://bugs.php.net/53226 (Assigned) file_exists fails on big filenames Changed paths:

[PHP-CVS] svn: /php/php-src/trunk/ NEWS UPGRADING ext/pcre/php_pcre.c ext/pcre/tests/002.phpt ext/pcre/tests/preg_match_all_basic.phpt ext/pcre/tests/preg_match_all_error.phpt

2010-11-04 Thread Adam Harvey
aharvey Fri, 05 Nov 2010 04:37:27 + Revision: http://svn.php.net/viewvc?view=revision&revision=305097 Log: Implemented FR #53238 (Make third parameter of preg_match_all optional). Bug: http://bugs.php.net/53238 (Assigned) Make third parameter of preg_match_a

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/php.ini-development branches/PHP_5_3/php.ini-production trunk/php.ini-development trunk/php.ini-production

2010-10-17 Thread Adam Harvey
aharvey Mon, 18 Oct 2010 02:10:29 + Revision: http://svn.php.net/viewvc?view=revision&revision=304463 Log: Fix bug #53089 (php.ini should use portable example of find) by using POSIX compliant syntax in the suggested find command for cleaning up session files

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

2010-10-13 Thread Adam Harvey
aharvey Wed, 13 Oct 2010 09:23:39 + Revision: http://svn.php.net/viewvc?view=revision&revision=304368 Log: Fix vim marker folds. Changed paths: U php/php-src/branches/PHP_5_3/ext/openssl/openssl.c U php/php-src/trunk/ext/openssl/openssl.c Modifie

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/run-tests.php branches/PHP_5_3/run-tests.php trunk/run-tests.php

2010-09-30 Thread Adam Harvey
aharvey Thu, 30 Sep 2010 11:16:45 + Revision: http://svn.php.net/viewvc?view=revision&revision=303891 Log: Loosen the valgrind version check slightly in run-tests.php so that it works with the packaged valgrind in Ubuntu 10.04. Changed paths: U php/php-

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

2010-09-30 Thread Adam Harvey
aharvey Thu, 30 Sep 2010 11:04:21 + Revision: http://svn.php.net/viewvc?view=revision&revision=303890 Log: Fixed bug #52941 (The 'iconv_mime_decode_headers' function is skipping headers). Bug: http://bugs.php.net/52941 (Assigned) The 'iconv_mime_decode_header

[PHP-CVS] svn: /php/php-src/branches/PHP_5_2/ NEWS ext/filter/logical_filters.c ext/filter/tests/bug52929.phpt

2010-09-29 Thread Adam Harvey
aharvey Thu, 30 Sep 2010 02:35:37 + Revision: http://svn.php.net/viewvc?view=revision&revision=303885 Log: MFH: Fix for bug #52929 (Segfault in filter_var with FILTER_VALIDATE_EMAIL with large amount of data). Bug: http://bugs.php.net/52929 (Closed) Segfault

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/filter/logical_filters.c branches/PHP_5_3/ext/filter/tests/bug52929.phpt trunk/ext/filter/logical_filters.c trunk/ext/filter/tes

2010-09-27 Thread Adam Harvey
aharvey Mon, 27 Sep 2010 07:08:04 + Revision: http://svn.php.net/viewvc?view=revision&revision=303779 Log: Fix bug #52929 (Segfault in filter_var with FILTER_VALIDATE_EMAIL with large amount of data). Bug: http://bugs.php.net/52929 (Assigned) Segfault in filt

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/phar/tests/ phpinfo_001.phpt phpinfo_002.phpt phpinfo_003.phpt phpinfo_004.phpt

2010-09-24 Thread Adam Harvey
aharvey Fri, 24 Sep 2010 12:13:33 + Revision: http://svn.php.net/viewvc?view=revision&revision=303747 Log: MFH: fix phar phpinfo() tests. Changed paths: U php/php-src/branches/PHP_5_3/ext/phar/tests/phpinfo_001.phpt U php/php-src/branches/PHP_5_3/

[PHP-CVS] svn: /php/php-src/trunk/ext/phar/tests/ phpinfo_001.phpt phpinfo_002.phpt phpinfo_003.phpt phpinfo_004.phpt

2010-09-24 Thread Adam Harvey
aharvey Fri, 24 Sep 2010 08:53:00 + Revision: http://svn.php.net/viewvc?view=revision&revision=303746 Log: Fix failing phar tests. Changed paths: U php/php-src/trunk/ext/phar/tests/phpinfo_001.phpt U php/php-src/trunk/ext/phar/tests/phpinfo_002.ph

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

2010-09-22 Thread Adam Harvey
aharvey Thu, 23 Sep 2010 04:41:14 + Revision: http://svn.php.net/viewvc?view=revision&revision=303709 Log: Fix up the vim folds in phar_object.c and add a note that the two prototypes before Phar::__construct() are actually valid and not a mistake, per bug #52

[PHP-CVS] svn: /php/php-src/trunk/ NEWS UPGRADING ext/json/json.c ext/json/php_json.h ext/json/tests/json_encode_pretty_print.phpt

2010-09-16 Thread Adam Harvey
aharvey Thu, 16 Sep 2010 16:21:15 + Revision: http://svn.php.net/viewvc?view=revision&revision=303425 Log: Implement FR #44331 (Formatting option for json_encode). Bikeshedding about the exact form of the JSON pretty printing and brace handling will only be ac

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

2010-09-16 Thread Adam Harvey
aharvey Thu, 16 Sep 2010 14:15:19 + Revision: http://svn.php.net/viewvc?view=revision&revision=303422 Log: Rebalance the folds in json.c. Changed paths: U php/php-src/trunk/ext/json/json.c Modified: php/php-src/trunk/ext/json/json.c ===

[PHP-CVS] svn: /php/php-src/trunk/ NEWS UPGRADING ext/json/json.c ext/json/php_json.h ext/json/tests/json_encode_unescaped_slashes.phpt

2010-09-16 Thread Adam Harvey
aharvey Thu, 16 Sep 2010 13:53:27 + Revision: http://svn.php.net/viewvc?view=revision&revision=303421 Log: Implemented FR #49366 (Make slash escaping optional in json_encode()). Bug: http://bugs.php.net/49366 (Open) json_encode incorrectly escapes slashes (/

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

2010-09-15 Thread Adam Harvey
aharvey Wed, 15 Sep 2010 10:51:55 + Revision: http://svn.php.net/viewvc?view=revision&revision=303391 Log: Fix bug #52849 (GNU MP invalid version match). Bug: http://bugs.php.net/52849 (Assigned) Invalid version match Changed paths: U php/php-src

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

2010-09-14 Thread Adam Harvey
aharvey Tue, 14 Sep 2010 10:58:59 + Revision: http://svn.php.net/viewvc?view=revision&revision=303361 Log: Fix bug #52827 (cURL leaks handle and causes assertion error (CURLOPT_STDERR)). Patch by Gustavo. Bug: http://bugs.php.net/52827 (Assigned) cURL leaks h

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

2010-09-13 Thread Adam Harvey
aharvey Tue, 14 Sep 2010 03:46:28 + Revision: http://svn.php.net/viewvc?view=revision&revision=303350 Log: Fix English in the error message emitted when json_decode() is called with depth <= 0. Changed paths: U php/php-src/branches/PHP_5_3/ext/json/json

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

2010-09-13 Thread Adam Harvey
aharvey Mon, 13 Sep 2010 07:41:39 + Revision: http://svn.php.net/viewvc?view=revision&revision=303307 Log: Fix bug #52826 (phpinfo is incorrect for bzip2 stream wrapper). Bug: http://bugs.php.net/52826 (Assigned) phpinfo is incorrect for bzip2 stream wrapper

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/standard/file.c branches/PHP_5_3/main/php_streams.h trunk/ext/standard/file.c trunk/main/php_streams.h

2010-09-09 Thread Adam Harvey
aharvey Fri, 10 Sep 2010 03:08:05 + Revision: http://svn.php.net/viewvc?view=revision&revision=303249 Log: Fix bug #52802 (Out-of-date comment for file_get_contents/php_stream_copy_to_mem) by updating the relevant comments. Bug: http://bugs.php.net/52802 (Ass

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/calendar/calendar.c branches/PHP_5_3/ext/calendar/tests/bug52744.phpt trunk/ext/calendar/calendar.c trunk/ext/calendar/tests/bug

2010-09-08 Thread Adam Harvey
aharvey Thu, 09 Sep 2010 06:41:23 + Revision: http://svn.php.net/viewvc?view=revision&revision=303203 Log: Fixed bug #52744 (cal_days_in_month incorrect for December 1 BCE). Original patch by gpap at internet dot gr. Bug: http://bugs.php.net/52744 (Assigned)

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

2010-09-08 Thread Adam Harvey
aharvey Thu, 09 Sep 2010 05:11:05 + Revision: http://svn.php.net/viewvc?view=revision&revision=303199 Log: Fix bug #52786 (PHP should reset section to [PHP] after ini sections). Patch by Fedora at famillecollet dot com. Bug: http://bugs.php.net/52786 (Assigne

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

2010-09-08 Thread Adam Harvey
aharvey Thu, 09 Sep 2010 05:08:58 + Revision: http://svn.php.net/viewvc?view=revision&revision=303198 Log: Fix bug ordering in NEWS. 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/trunk/ NEWS UPGRADING ext/standard/array.c ext/standard/tests/array/array_combine_error2.phpt ext/standard/tests/array/array_combine_variation3.phpt ext/standard/tests/arra

2010-08-26 Thread Adam Harvey
aharvey Fri, 27 Aug 2010 03:54:10 + Revision: http://svn.php.net/viewvc?view=revision&revision=302838 Log: Implemented request #34857 (Change array_combine behaviour when called with empty arrays). Patch by Joel Perras . Bug: http://bugs.php.net/34857 (Assign

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

2010-08-25 Thread Adam Harvey
On 25 August 2010 23:06, Andrey Hristov wrote: > +               php_error_docref(NULL TSRMLS_CC, E_ERROR, > "magic_quotes_runtime are not supported by mysqlnd. They were deprecated in > PHP 5.3 "); Is E_ERROR the appropriate level here? This could break code between 5.3 point releases. OK, you

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

2010-08-24 Thread Adam Harvey
aharvey Tue, 24 Aug 2010 17:00:23 + Revision: http://svn.php.net/viewvc?view=revision&revision=302746 Log: Sorry, forgot the news update for the previous commit. Changed paths: U php/php-src/branches/PHP_5_2/NEWS Modified: php/php-src/branches/PHP_5_2/

[PHP-CVS] svn: /php/php-src/branches/PHP_5_2/ext/pdo_dblib/ dblib_stmt.c

2010-08-24 Thread Adam Harvey
aharvey Tue, 24 Aug 2010 16:58:16 + Revision: http://svn.php.net/viewvc?view=revision&revision=302745 Log: MFB5.3: The fix (and the fix to the fix) for bug #52546 (pdo_dblib segmentation fault when iterating MONEY values). Bug: http://bugs.php.net/52546 (Re-O

Re: [PHP-CVS] svn: /php/php-src/tags/ oci8-1.4.3/CREDITS oci8-1.4.3/README oci8-1.4.3/config.m4 oci8-1.4.3/config.w32 oci8-1.4.3/oci8.c oci8-1.4.3/oci8.dsp oci8-1.4.3/oci8_collection.c oci8-1.4.3/o

2010-08-08 Thread Adam Harvey
On 7 August 2010 08:28, Christopher Jones wrote: > sixd                                     Sat, 07 Aug 2010 00:28:09 + > > Revision: http://svn.php.net/viewvc?view=revision&revision=301961 > > Log: > Tagging the 1.4.3 release > > Changed paths: >    A   php/php-src/tags/oci8-1.4.3/ Should we

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

2010-07-23 Thread Adam Harvey
aharvey Fri, 23 Jul 2010 09:02:14 + Revision: http://svn.php.net/viewvc?view=revision&revision=301482 Log: MFH: fix bug #52380 (Typo in lcfirst comment docs). Bug: http://bugs.php.net/52380 (Suspended) Typo in lcfirst comment docs Changed paths: U

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

2010-07-23 Thread Adam Harvey
aharvey Fri, 23 Jul 2010 08:58:03 + Revision: http://svn.php.net/viewvc?view=revision&revision=301481 Log: Correct bug ID in the NEWS file for posterity. 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/trunk/ext/standard/ string.c

2010-07-19 Thread Adam Harvey
aharvey Tue, 20 Jul 2010 04:26:57 + Revision: http://svn.php.net/viewvc?view=revision&revision=301412 Log: Fix bug #52380 (Typo in lcfirst comment docs) by updating the commented prototype for lcfirst() to actually read lcfirst(). Bug: http://bugs.php.net/523

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

2010-07-19 Thread Adam Harvey
aharvey Mon, 19 Jul 2010 13:38:53 + Revision: http://svn.php.net/viewvc?view=revision&revision=301396 Log: MFH: fix for bug #52317 (Segmentation fault when using mail() on a rhel 4.x (only 64 bit)). Bug: http://bugs.php.net/52317 (Assigned) Segmentation fault

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

2010-07-19 Thread Adam Harvey
aharvey Mon, 19 Jul 2010 10:46:44 + Revision: http://svn.php.net/viewvc?view=revision&revision=301392 Log: Fix for bug #52317 (Segmentation fault when using mail() on a rhel 4.x (only 64 bit)). Bug: http://bugs.php.net/52317 (Assigned) Segmentation fault when

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/standard/tests/http/ bug52359.phpt

2010-07-19 Thread Adam Harvey
aharvey Mon, 19 Jul 2010 09:58:19 + Revision: http://svn.php.net/viewvc?view=revision&revision=301390 Log: Revert r301354, since we don't need a test for a bogus bug. Changed paths: D php/php-src/branches/PHP_5_3/ext/standard/tests/http/bug52359.phpt D

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/date/tests/ bug51819.phpt

2010-07-19 Thread Adam Harvey
On 19 July 2010 17:47, Johannes Schlüter wrote: > Thanks for the tests but please don't forget trunk ;-) Furthermore, please don't commit tests for bugs that haven't actually been fixed (or even triaged yet), such as #52359. They're not always valid. :) If you do write a test for an open, untria

Re: [PHP-CVS] svn: /php/php-src/trunk/ext/standard/tests/network/ getmxrr.phpt

2010-05-24 Thread Adam Harvey
Awesome! Thanks so much for organising that, Martin. Adam On 25 May 2010 13:01, Martin Jansen wrote: > mj                                       Tue, 25 May 2010 05:01:03 + > > Revision: http://svn.php.net/viewvc?view=revision&revision=299730 > > Log: > Changed test case to use our new dummy

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

2010-05-17 Thread Adam Harvey
2010/5/18 Pierre Joye : > 2010/5/17 Johannes Schlüter : >> test? (lookup php.net or so ... previously there were discussions about >> adding test.php.net or so to our zone ...) > > yes, I wanted to be sure what we use prior to add a test. Last I heard, Martin had sent a proposal to the systems lis

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

2010-05-04 Thread Adam Harvey
aharvey Tue, 04 May 2010 11:59:54 + Revision: http://svn.php.net/viewvc?view=revision&revision=298965 Log: Fix misordered news item. 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_2/NEWS branches/PHP_5_2/ext/iconv/iconv.c branches/PHP_5_2/ext/iconv/tests/bug48289.phpt branches/PHP_5_3/NEWS branches/PHP_5_3/ext/iconv/iconv.c branches/P

2010-05-04 Thread Adam Harvey
aharvey Tue, 04 May 2010 11:56:59 + Revision: http://svn.php.net/viewvc?view=revision&revision=298963 Log: Fix for bug #48289 (iconv_mime_encode() quoted-printable scheme is broken). Thanks to Hiroaki Kawai for the original patch. Bug: http://bugs.php.net/482

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

2010-05-04 Thread Adam Harvey
aharvey Tue, 04 May 2010 11:01:46 + Revision: http://svn.php.net/viewvc?view=revision&revision=298962 Log: Well, as long as we're dealing with typos... :) 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/ext/standard/tests/network/getmxrr.phpt trunk/ext/standard/tests/network/getmxrr.phpt

2010-05-04 Thread Adam Harvey
On 4 May 2010 18:53, Martin Jansen wrote: > We could probably rig something like > >        mx1.tests.php.net >        mx2.tests.php.net >        ... > > up in our DNS zone in order to have a stable scaffolding for those tests. Indeed, that would be even better, since there's obviously no way to

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

2010-05-04 Thread Adam Harvey
aharvey Tue, 04 May 2010 09:41:47 + Revision: http://svn.php.net/viewvc?view=revision&revision=298949 Log: Alter the getmxrr() test to use lists.php.net (which we presumably control) instead of ez.no (which we presumably don't) for the single MX record test.

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/NEWS branches/PHP_5_2/ext/standard/mail.c branches/PHP_5_2/ext/standard/tests/mail/bug51604.phpt branches/PHP_5_3/NEWS branches/PHP_5_3/ext/standard/mail.

2010-04-21 Thread Adam Harvey
aharvey Thu, 22 Apr 2010 02:22:49 + Revision: http://svn.php.net/viewvc?view=revision&revision=298291 Log: Fix for bug #51604 (newline in end of header is shown in start of message). Patch by Daniel Egeberg. Bug: http://bugs.php.net/51604 (Assigned) newline i

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

2010-04-19 Thread Adam Harvey
aharvey Tue, 20 Apr 2010 04:31:11 + Revision: http://svn.php.net/viewvc?view=revision&revision=298196 Log: Added explanatory comments to filter_input and filter_input_array to document why some code that looks intuitively wrong is actually correct. Related to

[PHP-CVS] svn: /php/php-src/branches/PHP_5_2/ NEWS ext/date/lib/parse_date.c ext/date/lib/parse_date.re

2010-03-26 Thread Adam Harvey
aharvey Fri, 26 Mar 2010 10:12:43 + Revision: http://svn.php.net/viewvc?view=revision&revision=296837 Log: Backported the fix for bug #51393 (DateTime::createFromFormat() fails if format string contains timezone) to PHP_5_2 per discussion with Derick. Bug: ht

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/date/lib/parse_date.c branches/PHP_5_3/ext/date/lib/parse_date.re branches/PHP_5_3/ext/date/lib/parse_iso_intervals.c branches/P

2010-03-25 Thread Adam Harvey
aharvey Fri, 26 Mar 2010 04:31:26 + Revision: http://svn.php.net/viewvc?view=revision&revision=296828 Log: Fixed bug #51393 (DateTime::createFromFormat() fails if format string contains timezone). Bug: http://bugs.php.net/51393 (Assigned) DateTime::createFro

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/NEWS branches/PHP_5_2/ext/zlib/tests/bug51269.phpt branches/PHP_5_2/ext/zlib/zlib.c branches/PHP_5_3/NEWS branches/PHP_5_3/ext/zlib/tests/bug51269.p

2010-03-11 Thread Adam Harvey
On 12 March 2010 00:11, Hannes Magnusson wrote: > On Thu, Mar 11, 2010 at 07:20, Adam Harvey wrote: >> aharvey                                  Thu, 11 Mar 2010 06:20:22 + >> >> Revision: http://svn.php.net/viewvc?view=revision&revision=296060 >&

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/NEWS branches/PHP_5_2/ext/zlib/tests/bug51269.phpt branches/PHP_5_2/ext/zlib/zlib.c branches/PHP_5_3/NEWS branches/PHP_5_3/ext/zlib/tests/bug51269.phpt br

2010-03-10 Thread Adam Harvey
aharvey Thu, 11 Mar 2010 06:20:22 + Revision: http://svn.php.net/viewvc?view=revision&revision=296060 Log: Fixed bug #51269 (zlib.output_compression Overwrites Vary Header). Bug: http://bugs.php.net/51269 (Assigned) zlib.output_compression Overwrites Vary He

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/mysql/tests/bug51242.phpt branches/PHP_5_3/ext/mysql/tests/skipifnotmysqlnd.inc branches/PHP_5_3/ext/mysqlnd/mysqlnd.c trunk/ext

2010-03-08 Thread Adam Harvey
aharvey Tue, 09 Mar 2010 05:08:31 + Revision: http://svn.php.net/viewvc?view=revision&revision=295982 Log: Fixed bug #51242 (Empty mysql.default_port does not default to 3306 anymore, but 0). Bug: http://bugs.php.net/51242 (Assigned) Empty mysql.default_port

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

2010-03-03 Thread Adam Harvey
aharvey Wed, 03 Mar 2010 09:25:50 + Revision: http://svn.php.net/viewvc?view=revision&revision=295773 Log: Fix for bug #51192 (FILTER_VALIDATE_URL will invalidate a hostname that includes '-'). Original patch by so...@azrael.ws. Bug: http://bugs.php.net/5119

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

2010-02-26 Thread Adam Harvey
aharvey Fri, 26 Feb 2010 18:01:03 + Revision: http://svn.php.net/viewvc?view=revision&revision=295541 Log: Fix for bug #23229 (syslog function truncates messages): remove the hard-coded 500 character error message limit imposed when using error_log=syslog. Bu

<    1   2