[PHP-CVS] svn: /SVNROOT/ commit-email.php

2013-01-12 Thread Gwynne Raskind
gwynne Sat, 12 Jan 2013 17:05:31 + Revision: http://svn.php.net/viewvc?view=revision&revision=329106 Log: Gwynne doesn't need to get every commit email anymore. Changed paths: U SVNROOT/commit-email.php Modified: SVNROOT/commit-email.php =

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

2011-08-29 Thread Gwynne Raskind
gwynne Mon, 29 Aug 2011 16:17:46 + Revision: http://svn.php.net/viewvc?view=revision&revision=315717 Log: Correct NEWS entry attribution. Apologies to all for the confusion. Changed paths: U php/php-src/branches/PHP_5_4/NEWS Modified: php/php-src/bran

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

2011-08-29 Thread Gwynne Raskind
gwynne Mon, 29 Aug 2011 15:09:08 + Revision: http://svn.php.net/viewvc?view=revision&revision=315710 Log: Added NEWS note for #53946 Bug: https://bugs.php.net/53946 (Assigned) add json_encode option for not escaping unnecessary character Changed path

[PHP-CVS] svn: /php/php-src/branches/PHP_5_4/ext/json/tests/ bug53946.phpt

2011-08-29 Thread Gwynne Raskind
gwynne Mon, 29 Aug 2011 14:57:53 + Revision: http://svn.php.net/viewvc?view=revision&revision=315708 Log: Add test for #53946 to 5.4 (missed it when committing revision 315707) Bug: https://bugs.php.net/53946 (Assigned) add json_encode option for not escapi

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/json/json.c branches/PHP_5_4/ext/json/php_json.h branches/PHP_5_4/ext/json/utf8_to_utf16.c branches/PHP_5_4/ext/json/utf8_to_utf16.h trunk/ext/json/js

2011-08-29 Thread Gwynne Raskind
gwynne Mon, 29 Aug 2011 14:56:19 + Revision: http://svn.php.net/viewvc?view=revision&revision=315707 Log: Add unescaped Unicode encoding to json_encode(). Closes bug #53946. Patch by Irker and Gwynne. Bug: https://bugs.php.net/53946 (Assigned) add json_enco

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

2011-08-07 Thread Gwynne Raskind
gwynne Sun, 07 Aug 2011 18:12:52 + Revision: http://svn.php.net/viewvc?view=revision&revision=314445 Log: possible use without init fixed Changed paths: U php/php-src/branches/PHP_5_3/ext/date/php_date.c U php/php-src/branches/PHP_5_4/ext/date/ph

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

2011-08-07 Thread Gwynne Raskind
gwynne Sun, 07 Aug 2011 17:15:40 + Revision: http://svn.php.net/viewvc?view=revision&revision=314441 Log: Front- and back-port rev 314431 (missing php.h include) Changed paths: U php/php-src/branches/PHP_5_3/ext/intl/resourcebundle/resourcebundle_clas

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/intl/grapheme/grapheme_string.c branches/PHP_5_3/ext/intl/grapheme/grapheme_util.c branches/PHP_5_3/ext/intl/grapheme/grapheme_util.h trunk/ext/intl/g

2011-08-07 Thread Gwynne Raskind
gwynne Sun, 07 Aug 2011 17:14:14 + Revision: http://svn.php.net/viewvc?view=revision&revision=314440 Log: Back- and front-port fixes for #55019 Bug: https://bugs.php.net/55019 (Closed) undefined symbol: grapheme_extract_count_iter in Unknown on line 0

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/Zend/zend_operators.h trunk/Zend/zend_operators.h

2011-08-07 Thread Gwynne Raskind
gwynne Sun, 07 Aug 2011 16:31:21 + Revision: http://svn.php.net/viewvc?view=revision&revision=314439 Log: For 5.4, fix C++-style comments. For trunk, forward-port build fix. Changed paths: U php/php-src/branches/PHP_5_4/Zend/zend_operators.h U ph

[PHP-CVS] svn: /php/php-src/branches/PHP_5_4/ext/intl/grapheme/ grapheme_util.c grapheme_util.h

2011-08-07 Thread Gwynne Raskind
gwynne Sun, 07 Aug 2011 15:12:34 + Revision: http://svn.php.net/viewvc?view=revision&revision=314433 Log: Fixes build issues with ext/intl. This appears to be related to bug #55019, but since the functions in question are used elsewhere, the solution is to

[PHP-CVS] svn: /php/php-src/branches/PHP_5_4/ext/intl/grapheme/ grapheme_string.c

2011-08-07 Thread Gwynne Raskind
gwynne Sun, 07 Aug 2011 15:09:42 + Revision: http://svn.php.net/viewvc?view=revision&revision=314432 Log: fix for bug #55019 Bug: https://bugs.php.net/55019 (Assigned) undefined symbol: grapheme_extract_count_iter in Unknown on line 0 Changed paths:

[PHP-CVS] svn: /php/php-src/branches/PHP_5_4/ext/intl/resourcebundle/ resourcebundle_class.h

2011-08-07 Thread Gwynne Raskind
gwynne Sun, 07 Aug 2011 15:07:53 + Revision: http://svn.php.net/viewvc?view=revision&revision=314431 Log: Add missing php.h include Changed paths: U php/php-src/branches/PHP_5_4/ext/intl/resourcebundle/resourcebundle_class.h Modified: php/php-src/br

[PHP-CVS] svn: /php/php-src/branches/PHP_5_4/Zend/ zend_operators.h

2011-08-06 Thread Gwynne Raskind
gwynne Sun, 07 Aug 2011 05:20:49 + Revision: http://svn.php.net/viewvc?view=revision&revision=314400 Log: Fix build under Clang 2.9 - see LLVM bug #9164 (http://llvm.org/bugs/show_bug.cgi?id=9164). Tested with GCC and Clang on Darwin and Ubuntu. Bug: https

[PHP-CVS] svn: /SVNROOT/ global_avail httpd.conf

2010-03-01 Thread Gwynne Raskind
gwynne Tue, 02 Mar 2010 06:37:59 + Revision: http://svn.php.net/viewvc?view=revision&revision=295721 Log: SSL access to SVN, and CVS->SVN in global_avail Changed paths: U SVNROOT/global_avail U SVNROOT/httpd.conf Modified: SVNROOT/global_avail =

[PHP-CVS] svn: /php/php-src/trunk/ext/pdo_mysql/ php_pdo_mysql_int.h

2010-01-31 Thread Gwynne Raskind
gwynne Sun, 31 Jan 2010 20:04:10 + Revision: http://svn.php.net/viewvc?view=revision&revision=294279 Log: ZEND_EXTERN_MODULE_GLOBALS() is necessary with ZTS, at least on OS X. How confusing. (Forgot to commit to trunk/ before, sorry) Changed paths: U

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/pdo_mysql/ php_pdo_mysql_int.h

2010-01-31 Thread Gwynne Raskind
gwynne Sun, 31 Jan 2010 20:00:36 + Revision: http://svn.php.net/viewvc?view=revision&revision=294278 Log: ZEND_EXTERN_MODULE_GLOBALS() is necessary with ZTS, at least on OS X. How confusing. Changed paths: U php/php-src/branches/PHP_5_3/ext/pdo_mysql/

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/NEWS branches/PHP_5_2/ext/pcre/pcrelib/AUTHORS branches/PHP_5_2/ext/pcre/pcrelib/ChangeLog branches/PHP_5_2/ext/pcre/pcrelib/HACKING branches/PHP_5_

2010-01-22 Thread Gwynne Raskind
On Jan 22, 2010, at 9:06 AM, Pierre Joye wrote: >> ps. I think it might be beneficial for PHP at large to depend more on >> C99 as the types are needed in multiple places and other C99 features >> might be interesting ... > The main problem is gcc thinking that adding random c99 features to > defau

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

2009-12-02 Thread Gwynne Raskind
gwynne Wed, 02 Dec 2009 17:42:58 + Revision: http://svn.php.net/viewvc?view=revision&revision=291598 Log: One change in trying to update Autoconf was missed. This makes phpize work again. Changed paths: U php/php-src/branches/PHP_5_3/scripts/phpize.m4

[PHP-CVS] svn: /SVNROOT/ commit-email.php

2009-12-02 Thread Gwynne Raskind
gwynne Wed, 02 Dec 2009 13:56:50 + Revision: http://svn.php.net/viewvc?view=revision&revision=291593 Log: Limit subject to 500 instead of 900. Quick hack that should guarantee correct encoding in all non-pathological cases. Changed paths: U SVNROOT/co

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/Zend/zend_ini_scanner.c branches/PHP_5_3/Zend/zend_ini_scanner_defs.h trunk/Zend/zend_ini_scanner.c trunk/Zend/zend_ini_scanner_defs.h

2009-12-01 Thread Gwynne Raskind
On Dec 1, 2009, at 3:08 AM, Jani Taskinen wrote: >> Having taken another look at the UTF-8 issue, I'd say this was a problem >> with your SVN, not anything here. The log message got entered into SVN with >> the escapes that way; by the time it reached the server it was already >> wrong. Check yo

[PHP-CVS] svn: /SVNROOT/ httpd.conf

2009-12-01 Thread Gwynne Raskind
gwynne Tue, 01 Dec 2009 11:58:37 + Revision: http://svn.php.net/viewvc?view=revision&revision=291552 Log: Add compression, compression logging, and a robots.txt Changed paths: U SVNROOT/httpd.conf Modified: SVNROOT/httpd.conf =

[PHP-CVS] svn: /SVNROOT/ hook-common.inc.php

2009-12-01 Thread Gwynne Raskind
gwynne Tue, 01 Dec 2009 11:57:17 + Revision: http://svn.php.net/viewvc?view=revision&revision=291550 Log: fix UTF-8 encoding issues Changed paths: U SVNROOT/hook-common.inc.php Modified: SVNROOT/hook-common.inc.php

[PHP-CVS] svn: /SVNROOT/ commit-email.php

2009-11-30 Thread Gwynne Raskind
gwynne Tue, 01 Dec 2009 04:29:13 + Revision: http://svn.php.net/viewvc?view=revision&revision=291534 Log: 1) sanitize Subject and From headers more thorughly, 2) calculate large email sizes more correctly Changed paths: U SVNROOT/commit-email.php Mod

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/Zend/zend_ini_scanner.c branches/PHP_5_3/Zend/zend_ini_scanner_defs.h trunk/Zend/zend_ini_scanner.c trunk/Zend/zend_ini_scanner_defs.h

2009-11-30 Thread Gwynne Raskind
On Nov 30, 2009, at 5:45 PM, Jani Taskinen wrote: > 1. Does not deal with utf8 stuff very well..? > 2. Paths..? > 3. Diff..? > > I'd say revert whatever you did.. Having taken another look at the UTF-8 issue, I'd say this was a problem with your SVN, not anything here. The log message got entere

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/Zend/zend_ini_scanner.c branches/PHP_5_3/Zend/zend_ini_scanner_defs.h trunk/Zend/zend_ini_scanner.c trunk/Zend/zend_ini_scanner_defs.h

2009-11-30 Thread Gwynne Raskind
On Nov 30, 2009, at 5:45 PM, Jani Taskinen wrote: > 1. Does not deal with utf8 stuff very well..? > 2. Paths..? > 3. Diff..? > > I'd say revert whatever you did.. > > --Jani The missing paths are Philip's fault (the diffs size shouldn't have been used in determining whether to hide the paths),

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/configure.in branches/PHP_5_3/configure.in trunk/configure.in

2009-11-30 Thread Gwynne Raskind
gwynne Mon, 30 Nov 2009 21:38:44 + Revision: http://svn.php.net/viewvc?view=revision&revision=291523 Log: The old Darwin hack is BROKEN and INCORRECT. It works only for Darwin 9, not 10, and uses an ugly CFLAGS hack that messes with the entire build. This v

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ configure.in

2009-11-30 Thread Gwynne Raskind
gwynne Mon, 30 Nov 2009 08:18:44 + Revision: http://svn.php.net/viewvc?view=revision&revision=291478 Log: re-committing: unsetting LIBS and LDFLAGS just makes it impossible to specify LDFLAGS from the environment. keeping them doesn't seem to cause any troub

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ configure.in

2009-11-30 Thread Gwynne Raskind
gwynne Mon, 30 Nov 2009 08:17:13 + Revision: http://svn.php.net/viewvc?view=revision&revision=291477 Log: once and for all remove the old broken Darwin hack, replace it with the new and much cleaner and simpler one Changed paths: U php/php-src/branche

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/mysql/ config.m4

2009-11-28 Thread Gwynne Raskind
gwynne Sat, 28 Nov 2009 21:11:39 + Revision: http://svn.php.net/viewvc?view=revision&revision=291399 Log: socket location needs to be checked before mysqlnd in order for --with-mysql-sock to work with mysqlnd Changed paths: U php/php-src/branches/PHP_

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ configure.in

2009-11-28 Thread Gwynne Raskind
gwynne Sat, 28 Nov 2009 19:48:38 + Revision: http://svn.php.net/viewvc?view=revision&revision=291398 Log: unsetting LIBS and LDFLAGS just makes it impossible to specify LDFLAGS from the environment. keeping them doesn't seem to cause any trouble Changed pat

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ configure.in

2009-11-28 Thread Gwynne Raskind
gwynne Sat, 28 Nov 2009 19:19:11 + Revision: http://svn.php.net/viewvc?view=revision&revision=291396 Log: Remove the now-unnecessary (and wrong anyway) Darwin hack Changed paths: U php/php-src/branches/PHP_5_3/configure.in Modified: php/php-src/branch

[PHP-CVS] svn: /SVNROOT/ commit-email.php

2009-08-25 Thread Gwynne Raskind
gwynne Tue, 25 Aug 2009 11:00:07 + Revision: http://svn.php.net/viewvc?view=revision&revision=287681 Log: go back to noreply@, if nothing else it's more correct and seems to mostly work Changed paths: U SVNROOT/commit-email.php Modified: SVNROOT/commi

[PHP-CVS] Test message

2009-08-19 Thread Gwynne Raskind
This is a test message. Please ignore it. -- Gwynne -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] svn: /SVNROOT/ commit-email.php

2009-08-18 Thread Gwynne Raskind
gwynne Tue, 18 Aug 2009 10:17:41 + Revision: http://svn.php.net/viewvc?view=revision&revision=287444 Log: the envelope sender seems to trigger some particular configuration in the lists MX; reverting it to its former value for now Changed paths: U SVN

[PHP-CVS] svn: /SVNROOT/ commit-email.php

2009-08-18 Thread Gwynne Raskind
gwynne Tue, 18 Aug 2009 07:51:41 + Revision: http://svn.php.net/viewvc?view=revision&revision=287439 Log: change commit email envelope sender, per bjori's request Changed paths: U SVNROOT/commit-email.php Modified: SVNROOT/commit-email.php ===

[PHP-CVS] svn: /SVNROOT/ commit-email.php

2009-08-18 Thread Gwynne Raskind
gwynne Tue, 18 Aug 2009 07:38:47 + Revision: http://svn.php.net/viewvc?view=revision&revision=287438 Log: Jani is now CC'd on bugtracker commits, per Jani's request Changed paths: U SVNROOT/commit-email.php Modified: SVNROOT/commit-email.php =

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/simplexml/tests/ bug41861.phpt

2009-08-14 Thread Gwynne Raskind
gwynne Fri, 14 Aug 2009 09:44:45 + Revision: http://svn.php.net/viewvc?view=revision&revision=287280 Log: fix broken test (spurious tab characters caused run-tests to spaz) Changed paths: U php/php-src/branches/PHP_5_3/ext/simplexml/tests/bug41861.phpt

[PHP-CVS] svn: /SVNROOT/ commit-email.php

2009-08-13 Thread Gwynne Raskind
gwynne Thu, 13 Aug 2009 07:49:49 + Revision: http://svn.php.net/viewvc?view=revision&revision=287205 Log: pear/ci and pear/pear-mirror shouldn't go to pear-core@, per cweiske's request Changed paths: U SVNROOT/commit-email.php Modified: SVNROOT/commit

Re: [PHP-CVS] svn: /SVNROOT/ pear_avail

2009-08-10 Thread Gwynne Raskind
On Aug 10, 2009, at 8:40 PM, Hannes Magnusson wrote: -# The PEAR group has access to full pear tree -avail|ashnazg,clockwerx,cweiske,gauthierm,kguest,saltybeagle,shupp| pear +# The PEAR group has access to full pear tree, and pear2 +avail|ashnazg,clockwerx,cweiske,gauthierm,kguest,saltybeagle,s

[PHP-CVS] svn: /SVNROOT/ commit-email.php

2009-08-10 Thread Gwynne Raskind
gwynne Mon, 10 Aug 2009 19:39:28 + Revision: http://svn.php.net/viewvc?view=revision&revision=287054 Log: Bcc addresses that get copies of all emails; reduces confusion and clutter Changed paths: U SVNROOT/commit-email.php Modified: SVNROOT/commit-ema

[PHP-CVS] svn: /SVNROOT/ global_avail

2009-08-02 Thread Gwynne Raskind
gwynne Sun, 02 Aug 2009 17:36:45 + Revision: http://svn.php.net/viewvc?view=revision&revision=286685 Log: fix typo Changed paths: U SVNROOT/global_avail Modified: SVNROOT/global_avail ===

[PHP-CVS] svn: /SVNROOT/ global_avail pear_avail

2009-08-02 Thread Gwynne Raskind
gwynne Sun, 02 Aug 2009 17:34:36 + Revision: http://svn.php.net/viewvc?view=revision&revision=286683 Log: Karma granted to the entire repository must appear at the end of the file, or else unavails in the middle (such as for Zend) will deny them access. Cha

[PHP-CVS] svn: /SVNROOT/ global_avail pear_avail

2009-08-01 Thread Gwynne Raskind
gwynne Sat, 01 Aug 2009 19:19:10 + Revision: http://svn.php.net/viewvc?view=revision&revision=286632 Log: another fix spotted by bjori Changed paths: U SVNROOT/global_avail U SVNROOT/pear_avail Modified: SVNROOT/global_avail

[PHP-CVS] svn: /SVNROOT/ global_avail pear_avail

2009-08-01 Thread Gwynne Raskind
gwynne Sat, 01 Aug 2009 18:45:28 + Revision: http://svn.php.net/viewvc?view=revision&revision=286631 Log: Gwynne no longer needs superkarma. Zend and TSRM are restricted. Several obsolete lines removed. Changed paths: U SVNROOT/global_avail U SV

[PHP-CVS] svn: /SVNROOT/ commit-email.php

2009-07-31 Thread Gwynne Raskind
gwynne Fri, 31 Jul 2009 23:46:19 + Revision: http://svn.php.net/viewvc?view=revision&revision=286604 Log: utf-8 is a charset, not an encoding, as far as RFC2822 is concerned. This wasn't causing any problems since the charset of the attachment isn't necessa

[PHP-CVS] svn: /SVNROOT/ hook-common.inc.php

2009-07-29 Thread Gwynne Raskind
gwynne Wed, 29 Jul 2009 18:29:12 + Revision: http://svn.php.net/viewvc?view=revision&revision=286528 Log: the ISO/UTF-8 junk should no longer be needed Changed paths: U SVNROOT/hook-common.inc.php Modified: SVNROOT/hook-common.inc.php

Re: [PHP-CVS] svn: / pecl/phar/trunk/package.php pecl/phar/trunk/package.xml php/php-src/branches/PHP_5_3/ext/phar/package.php php/php-src/branches/PHP_5_3/ext/phar/package.xml php/php-src/trunk/ext/p

2009-07-29 Thread Gwynne Raskind
On Jul 29, 2009, at 12:29 PM, Greg Beaver wrote: cellog Wed, 29 Jul 2009 16:29:30 + Revision: http://svn.php.net/viewvc?view=revision&revision=286521 Log: oops, released as beta instead of stable, Gwynne: svn rm tags/ RELEASE_2_0_0 fails, perhaps this ca

[PHP-CVS] svn: /SVNROOT/ pre-commit

2009-07-29 Thread Gwynne Raskind
gwynne Wed, 29 Jul 2009 17:09:15 + Revision: http://svn.php.net/viewvc?view=revision&revision=286524 Log: Disable checks for commits to tags/. It was a good idea, but there are too many cases where it would be legit and not enough cases of the protection bei

[PHP-CVS] svn: /SVNROOT/ commit-email.php

2009-07-27 Thread Gwynne Raskind
gwynne Mon, 27 Jul 2009 18:15:14 + Revision: http://svn.php.net/viewvc?view=revision&revision=286425 Log: pear_avail commits should go to pear lists, and no need for sending SVNROOT commits to svn-migration anymore Changed paths: U SVNROOT/commit-emai

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

2009-07-26 Thread Gwynne Raskind
gwynne Sun, 26 Jul 2009 15:52:50 + Revision: http://svn.php.net/viewvc?view=revision&revision=286361 Log: fix ZTS build Changed paths: U php/php-src/trunk/ext/phar/phar_object.c Modified: php/php-src/trunk/ext/phar/phar_object.c ==

[PHP-CVS] svn: /SVNROOT/

2009-07-26 Thread Gwynne Raskind
gwynne Sun, 26 Jul 2009 14:47:43 + Revision: http://svn.php.net/viewvc?view=revision&revision=286358 Log: add secret.inc to ignored files Changed paths: _U SVNROOT/ Property changes on: SVNROOT _

[PHP-CVS] svn: /SVNROOT/ hook-common.inc.php pre-commit

2009-07-25 Thread Gwynne Raskind
gwynne Sun, 26 Jul 2009 04:00:55 + Revision: http://svn.php.net/viewvc?view=revision&revision=286349 Log: minor whitespace quirk in debug output fixed. More importantly, the creation of tags/ directories is now allowed subject to location-in-repo restriction

[PHP-CVS] svn: /SVNROOT/ pre-commit

2009-07-25 Thread Gwynne Raskind
gwynne Sat, 25 Jul 2009 14:42:05 + Revision: http://svn.php.net/viewvc?view=revision&revision=286303 Log: correctly match /pear2 as well as /pear for the use of PEAR semantics Changed paths: U SVNROOT/pre-commit Modified: SVNROOT/pre-commit ==

[PHP-CVS] svn: /

2009-07-25 Thread Gwynne Raskind
gwynne Sat, 25 Jul 2009 14:28:54 + Revision: http://svn.php.net/viewvc?view=revision&revision=284750 Log: preparing for PEAR2 import Changed paths: A pear2/ -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsu

[PHP-CVS] svn: /SVNROOT/ commit-bugs.php commit-email.php commit-svnroot.php hook-common.inc.php post-commit pre-commit start-commit

2009-07-24 Thread Gwynne Raskind
gwynne Fri, 24 Jul 2009 18:54:54 + Revision: http://svn.php.net/viewvc?view=revision&revision=284714 Log: - Restructure hooks again. They now use a common include which does a bunch of common stuff. - Use PHP_EOL instead of a literal \n for commit emails. Pa

[PHP-CVS] svn: SVNROOT/ commit-email.php

2009-07-23 Thread Gwynne Raskind
gwynne Thu, 23 Jul 2009 17:06:43 + Revision: http://svn.php.net/viewvc?view=revision&revision=284661 Log: fix the issue with non-confluent parent paths (multi-project commits) Changed paths: U SVNROOT/commit-email.php Modified: SVNROOT/commit-email.ph

[PHP-CVS] svn: SVNROOT/ commit-bugs.php

2009-07-23 Thread Gwynne Raskind
gwynne Thu, 23 Jul 2009 15:55:12 + Revision: http://svn.php.net/viewvc?view=revision&revision=284653 Log: fix case-sensitivity problem in bug matcher Changed paths: U SVNROOT/commit-bugs.php Modified: SVNROOT/commit-bugs.php ==

[PHP-CVS] svn: SVNROOT/ commit-bugs.php

2009-07-22 Thread Gwynne Raskind
gwynne Wed, 22 Jul 2009 18:29:28 + Revision: http://svn.php.net/viewvc?view=revision&revision=284620 Log: whoops. fix the fix. Changed paths: U SVNROOT/commit-bugs.php Modified: SVNROOT/commit-bugs.php =

[PHP-CVS] svn: SVNROOT/ commit-bugs.php

2009-07-22 Thread Gwynne Raskind
gwynne Wed, 22 Jul 2009 18:22:42 + Revision: http://svn.php.net/viewvc?view=revision&revision=284619 Log: allow for explicit php prefix in bug numbers Changed paths: U SVNROOT/commit-bugs.php Modified: SVNROOT/commit-bugs.php =

[PHP-CVS] svn: SVNROOT/ commit-bugs.php

2009-07-21 Thread Gwynne Raskind
gwynne Wed, 22 Jul 2009 03:05:15 + Revision: http://svn.php.net/viewvc?view=revision&revision=284576 Log: first match is always set. check it for empty string instead Changed paths: U SVNROOT/commit-bugs.php Modified: SVNROOT/commit-bugs.php =

[PHP-CVS] svn: SVNROOT/ commit-bugs.php

2009-07-21 Thread Gwynne Raskind
gwynne Wed, 22 Jul 2009 01:16:33 + Revision: http://svn.php.net/viewvc?view=revision&revision=284572 Log: ws, cs, and fixing Rasmus' substr() bug Changed paths: U SVNROOT/commit-bugs.php Modified: SVNROOT/commit-bugs.php ==

[PHP-CVS] svn: php/

2009-07-21 Thread Gwynne Raskind
gwynne Tue, 21 Jul 2009 12:28:42 + Revision: http://svn.php.net/viewvc?view=revision&revision=284490 Log: php-cmake module dirs Changed paths: A php/cmake/ A php/cmake/branches/ A php/cmake/tags/ -- PHP CVS Mailing List (http://www.php.n

[PHP-CVS] svn: SVNROOT/ global_avail

2009-07-21 Thread Gwynne Raskind
gwynne Tue, 21 Jul 2009 12:28:37 + Revision: http://svn.php.net/viewvc?view=revision&revision=284489 Log: php-cmake module karma Changed paths: U SVNROOT/global_avail Modified: SVNROOT/global_avail =

[PHP-CVS] svn: SVNROOT/ post-commit

2009-07-21 Thread Gwynne Raskind
gwynne Tue, 21 Jul 2009 11:52:10 + Revision: http://svn.php.net/viewvc?view=revision&revision=284486 Log: oopsy. teehee... log messages need their newlines in order to grow up big and strong Changed paths: U SVNROOT/post-commit Modified: SVNROOT/post

[PHP-CVS] svn: SVNROOT/ commit-email.php

2009-07-21 Thread Gwynne Raskind
gwynne Tue, 21 Jul 2009 11:47:57 + Revision: http://svn.php.net/viewvc?view=revision&revision=284485 Log: - fix bjori's newlines once and for all, I hope- a bit more reorganization of the code- use easier-to-read-and-understand heredocs- allow a slightly longer subject- give the di

[PHP-CVS] svn: SVNROOT/ commit-email.php

2009-07-21 Thread Gwynne Raskind
gwynne Tue, 21 Jul 2009 08:43:49 + Revision: http://svn.php.net/viewvc?view=revision&revision=284472 Log: whoops, bug links go with the log message Changed paths: U SVNROOT/commit-email.php Modified: SVNROOT/commit-email.php ===

[PHP-CVS] svn: SVNROOT/ commit-bugs.php

2009-07-20 Thread Gwynne Raskind
gwynne Mon, 20 Jul 2009 16:00:09 + Revision: http://svn.php.net/viewvc?view=revision&revision=284451 Log: Most of that debug stuff is unneeded. Just switch to only getbug instead of ncomment for debug. Changed paths: U SVNROOT/commit-bugs.php Modified: SVNROOT/commit-bug

[PHP-CVS] svn: SVNROOT/ commit-email.php

2009-07-20 Thread Gwynne Raskind
gwynne Mon, 20 Jul 2009 15:15:03 + Revision: http://svn.php.net/viewvc?view=revision&revision=284447 Changed paths: U SVNROOT/commit-email.php Log: move log above changed paths, per Derick's request Modified: SVNROOT/commit-email.php ==

[PHP-CVS] Re: [SVN-MIGRATION] svn: SVNROOT/ pear_avail

2009-07-20 Thread Gwynne Raskind
On Jul 20, 2009, at 11:10 AM, Derick Rethans wrote: saltybeagle Mon, 20 Jul 2009 15:06:47 + Revision: http://svn.php.net/viewvc?view=revision&revision=28 Changed paths: U SVNROOT/pear_avail Log: Grant tacker permissions for pear/packages/File_Bittorrent Modified:

[PHP-CVS] svn: SVNROOT/ pear_avail

2009-07-20 Thread Gwynne Raskind
gwynne Mon, 20 Jul 2009 15:08:19 + Revision: http://svn.php.net/viewvc?view=revision&revision=284445 Changed paths: U SVNROOT/pear_avail Log: watch your avail syntax, people Modified: SVNROOT/pear_avail === -

[PHP-CVS] svn: SVNROOT/ pre-commit

2009-07-20 Thread Gwynne Raskind
gwynne Mon, 20 Jul 2009 15:05:54 + Revision: http://svn.php.net/viewvc?view=revision&revision=284443 Changed paths: U SVNROOT/pre-commit Log: enable per-file avail checks Modified: SVNROOT/pre-commit === ---

[PHP-CVS] svn: SVNROOT/ global_avail

2009-07-20 Thread Gwynne Raskind
gwynne Mon, 20 Jul 2009 14:51:04 + Revision: http://svn.php.net/viewvc?view=revision&revision=284441 Changed paths: U SVNROOT/global_avail Log: allow the PEAR group to play with pear_avail Modified: SVNROOT/global_avail

[PHP-CVS] svn: php/php-src/branches/PHP_5_3/ NEWS ext/standard/proc_open.c ext/standard/proc_open.h ext/standard/tests/general_functions/proc_open03.phpt ext/standard/tests/general_functions/proc_open

2009-07-20 Thread Gwynne Raskind
gwynne Mon, 20 Jul 2009 11:48:04 + Revision: http://svn.php.net/viewvc?view=revision&revision=284431 Changed paths: U php/php-src/branches/PHP_5_3/NEWS U php/php-src/branches/PHP_5_3/ext/standard/proc_open.c U php/php-src/branches/PHP_5_3/ext/standard/pr

Re: [PHP-CVS] svn: php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/standard/proc_open.c branches/PHP_5_3/ext/standard/proc_open.h branches/PHP_5_3/ext/standard/tests/general_functions/proc_o

2009-07-20 Thread Gwynne Raskind
On Jul 20, 2009, at 6:21 AM, Pierre Joye wrote: Excuse me but where/when was it agreed that this new feature can go into PHP_5_3? I thought it was supposed to go HEAD only.. It should not go in 5.3, Nuno please revert. And for the record, this was supposed to be my patch and I had full ka

[PHP-CVS] svn: SVNROOT/ commit-email.php

2009-07-20 Thread Gwynne Raskind
gwynne Mon, 20 Jul 2009 10:14:10 + Revision: http://svn.php.net/viewvc?view=revision&revision=284425 Changed paths: U SVNROOT/commit-email.php Log: again with the need for better debugging. no more empty diff attachments Modified: SVNROOT/commit-email.php

[PHP-CVS] svn: SVNROOT/ commit-bugs.php

2009-07-19 Thread Gwynne Raskind
gwynne Mon, 20 Jul 2009 04:44:42 + Revision: http://svn.php.net/viewvc?view=revision&revision=284415 Changed paths: U SVNROOT/commit-bugs.php Log: gah, blasted debugging issues Modified: SVNROOT/commit-bugs.php =

[PHP-CVS] svn: SVNROOT/ commit-svnroot.php

2009-07-19 Thread Gwynne Raskind
gwynne Mon, 20 Jul 2009 04:42:01 + Revision: http://svn.php.net/viewvc?view=revision&revision=284414 Changed paths: U SVNROOT/commit-svnroot.php Log: oops, stderr->STDERR Modified: SVNROOT/commit-svnroot.php

[PHP-CVS] svn: SVNROOT/ commit-bugs.php commit-email.php commit-svnroot.php post-commit

2009-07-19 Thread Gwynne Raskind
gwynne Mon, 20 Jul 2009 04:40:31 + Revision: http://svn.php.net/viewvc?view=revision&revision=284413 Changed paths: A SVNROOT/commit-bugs.php U SVNROOT/commit-email.php A SVNROOT/commit-svnroot.php U SVNROOT/post-commit Log: - reorganized the

[PHP-CVS] svn: SVNROOT/ global_avail

2009-07-19 Thread Gwynne Raskind
gwynne Sun, 19 Jul 2009 23:59:45 + Revision: http://svn.php.net/viewvc?view=revision&revision=284402 Changed paths: U SVNROOT/global_avail Log: fix Nuno's username Modified: SVNROOT/global_avail === --- SVNRO

[PHP-CVS] svn: php/php-src/branches/PHP_5_3/ext/session/ session.c tests/031.phpt

2009-07-17 Thread Gwynne Raskind
gwynne Fri, 17 Jul 2009 14:21:59 + URL: http://svn.php.net/viewvc?view=revision&revision=284268 Changed paths: U php/php-src/branches/PHP_5_3/ext/session/session.c A php/php-src/branches/PHP_5_3/ext/session/tests/031.phpt Log: MFH: fix crash when session hash fun

[PHP-CVS] svn: php/php-src/trunk/ext/session/ session.c tests/031.phpt

2009-07-17 Thread Gwynne Raskind
gwynne Fri, 17 Jul 2009 14:21:31 + URL: http://svn.php.net/viewvc?view=revision&revision=284267 Changed paths: U php/php-src/trunk/ext/session/session.c A php/php-src/trunk/ext/session/tests/031.phpt Log: fix crash when session hash function generated long hashes

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

2009-07-17 Thread Gwynne Raskind
gwynne Fri, 17 Jul 2009 13:22:56 + URL: http://svn.php.net/viewvc?view=revision&revision=284260 Changed paths: U php/php-src/branches/PHP_5_3/php.ini-development U php/php-src/branches/PHP_5_3/php.ini-production Log: MFH: document the hash name functionality avai

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

2009-07-17 Thread Gwynne Raskind
gwynne Fri, 17 Jul 2009 13:22:44 + URL: http://svn.php.net/viewvc?view=revision&revision=284259 Changed paths: U php/php-src/trunk/php.ini-development U php/php-src/trunk/php.ini-production Log: document the hash name functionality available since 5.3 Modified:

[PHP-CVS] svn: SVNROOT/ commit-email.php

2009-07-17 Thread Gwynne Raskind
gwynne Fri, 17 Jul 2009 12:39:24 + URL: http://svn.php.net/viewvc?view=revision&revision=284257 Changed paths: U SVNROOT/commit-email.php Log: significantly improve email subject handling. I hope. Also make the message ID more useful. Modified: SVNROOT/commit-email.php ==

[PHP-CVS] svn: SVNROOT/ pre-commit

2009-07-17 Thread Gwynne Raskind
gwynne Fri, 17 Jul 2009 11:40:08 + URL: http://svn.php.net/viewvc?view=revision&revision=284252 Changed paths: U SVNROOT/pre-commit Log: disable the keywords check. sigh. Modified: SVNROOT/pre-commit === ---

[PHP-CVS] svn: SVNROOT/ commit-email.php post-commit

2009-07-17 Thread Gwynne Raskind
gwynne Fri, 17 Jul 2009 11:28:19 + URL: http://svn.php.net/viewvc?view=revision&revision=284250 Changed paths: U SVNROOT/commit-email.php U SVNROOT/post-commit Log: cleanliness in commit-email, use a consistent DEBUG flag instead of repeating annoying if checks

[PHP-CVS] svn: SVNROOT/ commit-email.php httpd.conf

2009-07-16 Thread Gwynne Raskind
gwynne Fri, 17 Jul 2009 00:54:03 + URL: http://svn.php.net/viewvc?view=revision&revision=284219 Changed paths: U SVNROOT/commit-email.php U SVNROOT/httpd.conf Log: a pair of fixes from dsp Modified: SVNROOT/commit-email.php ==

[PHP-CVS] svn: SVNROOT/ global_avail

2009-07-16 Thread Gwynne Raskind
gwynne Thu, 16 Jul 2009 22:27:52 + URL: http://svn.php.net/viewvc?view=revision&revision=284207 Changed paths: U SVNROOT/global_avail Log: fixed typo in global avail Modified: SVNROOT/global_avail === --- SVN

[PHP-CVS] svn: SVNROOT/ commit-email.php

2009-07-15 Thread Gwynne Raskind
gwynne Thu, 16 Jul 2009 05:31:26 + URL: http://svn.php.net/viewvc?view=revision&revision=284177 Changed paths: U SVNROOT/commit-email.php Log: handle the case of an empty diff (only deleted files) correctly Modified: SVNROOT/commit-email.php ==

[PHP-CVS] svn: php/php-src/branches/PHP_5_2/ build/build.mk buildconf.bat cvsclean.bat ext/mbstring/libmbfl/mksbcc32.bat svnclean svnclean.bat vcsclean win32/EngineSelect.bat win32/build/configure.bat

2009-07-15 Thread Gwynne Raskind
gwynne Thu, 16 Jul 2009 04:54:26 + URL: http://svn.php.net/viewvc?view=revision&revision=284174 Changed paths: U php/php-src/branches/PHP_5_2/build/build.mk _U php/php-src/branches/PHP_5_2/buildconf.bat D php/php-src/branches/PHP_5_2/cvsclean.bat

[PHP-CVS] svn: php/php-src/branches/PHP_5_3/ build/build.mk buildconf.bat cvsclean.bat ext/mbstring/libmbfl/mksbcc32.bat ext/session/mod_files.bat ext/standard/tests/file/windows_acls/tiny.bat svnclea

2009-07-15 Thread Gwynne Raskind
gwynne Thu, 16 Jul 2009 04:50:06 + URL: http://svn.php.net/viewvc?view=revision&revision=284173 Changed paths: U php/php-src/branches/PHP_5_3/build/build.mk _U php/php-src/branches/PHP_5_3/buildconf.bat D php/php-src/branches/PHP_5_3/cvsclean.bat

[PHP-CVS] svn: php/php-src/trunk/ build/build.mk buildconf.bat cvsclean.bat ext/mbstring/libmbfl/mksbcc32.bat ext/session/mod_files.bat ext/standard/tests/file/windows_acls/tiny.bat svnclean svnclean.

2009-07-15 Thread Gwynne Raskind
gwynne Thu, 16 Jul 2009 04:43:18 + URL: http://svn.php.net/viewvc?view=revision&revision=284172 Changed paths: U php/php-src/trunk/build/build.mk _U php/php-src/trunk/buildconf.bat D php/php-src/trunk/cvsclean.bat _U php/php-src/trunk/ext/mbstrin

[PHP-CVS] svn: SVNROOT/ commit-email.php

2009-07-15 Thread Gwynne Raskind
gwynne Thu, 16 Jul 2009 01:03:23 + URL: http://svn.php.net/viewvc?view=revision&revision=284165 Changed paths: U SVNROOT/commit-email.php Log: gwynne made a logic booboo Modified: SVNROOT/commit-email.php ===

[PHP-CVS] svn: SVNROOT/

2009-07-15 Thread Gwynne Raskind
gwynne Thu, 16 Jul 2009 00:56:35 + URL: http://svn.php.net/viewvc?view=revision&revision=284162 Changed paths: U SVNROOT/commit-email.php U SVNROOT/pre-commit Log: okay, you win. One more attempt at doing the Q-encoding properly. Also, by ridiculously popular req

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

2009-07-15 Thread Gwynne Raskind
gwynne Wed, 15 Jul 2009 07:04:43 + URL: http://svn.php.net/viewvc?view=revision&revision=284101 Changed paths: U php/php-src/trunk/Makefile.global U php/php-src/trunk/configure.in U php/php-src/trunk/makerpm D php/php-src/trunk/php5.spec.in Lo

[PHP-CVS] svn: php/php-src/trunk/ext/bcmath/

2009-07-14 Thread Gwynne Raskind
gwynne Tue, 14 Jul 2009 21:54:59 + URL: http://svn.php.net/viewvc?view=revision&revision=284090 Changed paths: _U php/php-src/trunk/ext/bcmath/package.xml _U php/php-src/trunk/ext/bz2/package.xml _U php/php-src/trunk/ext/calendar/package.xml _U php

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

2009-07-14 Thread Gwynne Raskind
gwynne Tue, 14 Jul 2009 21:52:43 + URL: http://svn.php.net/viewvc?view=revision&revision=284089 Changed paths: _U php/php-src/branches/PHP_5_2/ext/bcmath/package.xml _U php/php-src/branches/PHP_5_2/ext/bz2/package.xml _U php/php-src/branches/PHP_5_2/ext/cal

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

2009-07-14 Thread Gwynne Raskind
gwynne Tue, 14 Jul 2009 21:51:40 + URL: http://svn.php.net/viewvc?view=revision&revision=284088 Changed paths: _U php/php-src/branches/PHP_5_3/ext/bcmath/package.xml _U php/php-src/branches/PHP_5_3/ext/bz2/package.xml _U php/php-src/branches/PHP_5_3/ext/cal

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

2009-07-14 Thread Gwynne Raskind
gwynne Tue, 14 Jul 2009 21:49:44 + URL: http://svn.php.net/viewvc?view=revision&revision=284087 Changed paths: U php/php-src/branches/PHP_5_3/makedist Log: MFH: CVS->SVN Modified: php/php-src/branches/PHP_5_3/makedist ==

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

2009-07-14 Thread Gwynne Raskind
gwynne Tue, 14 Jul 2009 21:49:36 + URL: http://svn.php.net/viewvc?view=revision&revision=284086 Changed paths: U php/php-src/branches/PHP_5_2/makedist Log: MFH: CVS->SVN Modified: php/php-src/branches/PHP_5_2/makedist ==

  1   2   >