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

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),

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

[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

[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/ 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 =

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/ 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

[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

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/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/

[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: /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] cvs: php-src /ext/posix posix.c

2009-06-23 Thread Gwynne Raskind
gwynne Tue Jun 23 21:11:12 2009 UTC Modified files: /php-src/ext/posix posix.c Log: add S_IRWXU and friends as defined POSIX constants http://cvs.php.net/viewvc.cgi/php-src/ext/posix/posix.c?r1=1.109&r2=1.110&diff_format=u Index: php-src/ext/posix/posix.c diff

[PHP-CVS] [TESTING] - svn: pear/

2009-06-24 Thread Gwynne Raskind
gwynne Wed, 24 Jun 2009 13:52:51 + Changed paths: D pear/modules/ A pear/packages/ Log: As requested by cweiske -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] cvs: php-src(PHP_5_3) / UPGRADING

2009-06-25 Thread Gwynne Raskind
gwynne Thu Jun 25 07:57:05 2009 UTC Modified files: (Branch: PHP_5_3) /php-srcUPGRADING Log: Whitespace fixes, reformatting to bring all lines to 80 cols, grammatical fixes, removed redundant information http://cvs.php.net/viewvc.cgi/php-src/UPGRADING?r1=

[PHP-CVS] cvs: php-src(PHP_5_3) / UPGRADING

2009-06-25 Thread Gwynne Raskind
gwynne Thu Jun 25 10:41:07 2009 UTC Modified files: (Branch: PHP_5_3) /php-srcUPGRADING Log: fix a little typo I made, bug #48685 http://cvs.php.net/viewvc.cgi/php-src/UPGRADING?r1=1.1.2.3.2.1.2.22&r2=1.1.2.3.2.1.2.23&diff_format=u Index: php-src/UPGRADING d

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard/tests/http .cvsignore

2009-06-25 Thread Gwynne Raskind
gwynne Thu Jun 25 16:18:24 2009 UTC Added files: (Branch: PHP_5_3) /php-src/ext/standard/tests/http.cvsignore Log: missing .cvsignore file added http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/http/.cvsignore?view=markup&rev=1.1 Index: php-src/e

[PHP-CVS] cvs: php-src(PHP_5_3) / UPGRADING

2009-06-26 Thread Gwynne Raskind
gwynne Fri Jun 26 11:56:51 2009 UTC Modified files: (Branch: PHP_5_3) /php-srcUPGRADING Log: more grammar and spelling, consistent usage, suggestions for replacements http://cvs.php.net/viewvc.cgi/php-src/UPGRADING?r1=1.1.2.3.2.1.2.30&r2=1.1.2.3.2.1.2.31&diff

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/gd/tests jpeg2wbmp_error1.phpt

2009-07-02 Thread Gwynne Raskind
gwynne Thu Jul 2 10:02:38 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/gd/tests jpeg2wbmp_error1.phpt Log: Fixed a stray 'in the test http://cvs.php.net/viewvc.cgi/php-src/ext/gd/tests/jpeg2wbmp_error1.phpt?r1=1.1.2.3&r2=1.1.2.4&diff_format=u I

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/pcntl/tests bug47566.phpt

2009-07-02 Thread Gwynne Raskind
gwynne Thu Jul 2 10:03:15 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pcntl/testsbug47566.phpt Log: Don't use short tags in tests http://cvs.php.net/viewvc.cgi/php-src/ext/pcntl/tests/bug47566.phpt?r1=1.1.2.2&r2=1.1.2.3&diff_format=u Index: php-

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/pdo_mysql/tests pdo_mysql_fetch_both.phpt

2009-07-02 Thread Gwynne Raskind
gwynne Thu Jul 2 10:05:15 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pdo_mysql/testspdo_mysql_fetch_both.phpt Log: call-time pass-by-reference is deprecated in 5.3 http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_mysql/tests/pdo_mysql_fetch_bo

[PHP-CVS] [TESTING] - svn: /

2009-07-07 Thread Gwynne Raskind
gwynne Tue, 07 Jul 2009 08:28:18 + Changed paths: A pecl/ D php/pecl/ Log: rearranging old repo to look like new one will -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] [TESTING] - svn: /

2009-07-07 Thread Gwynne Raskind
gwynne Tue, 07 Jul 2009 08:28:57 + Changed paths: A archived/ Log: rearranging old repo to look like new one will -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] [TESTING] - svn: archived/

2009-07-07 Thread Gwynne Raskind
gwynne Tue, 07 Jul 2009 08:29:57 + Changed paths: A archived/THERE_WILL_BE_MODULES_HERE/ Log: rearranging old repo to look like new one will -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] [TESTING] - svn: /

2009-07-09 Thread Gwynne Raskind
gwynne Thu, 09 Jul 2009 07:39:50 + Changed paths: D phpoc_de/ Log: BAD BAD YOU SHOULDN'T BE HERE GET AWAY GET AWAY\!\!\!\! -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

2009-07-09 Thread Gwynne Raskind
gwynne Thu, 09 Jul 2009 09:26:43 + ViewVC URL: http://svn.php.net/viewvc?view=revision&revision=284257 Changed paths: A php/php-src/branches/THIS_IS_EMPTY/ Log: this is a test -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.

[PHP-CVS] cvs: CVSROOT / commitinfo cvs_is_dead.sh

2009-07-09 Thread Gwynne Raskind
gwynne Thu Jul 9 19:29:57 2009 UTC Added files: /CVSROOTcvs_is_dead.sh Modified files: /CVSROOTcommitinfo Log: disable CVS http://cvs.php.net/viewvc.cgi/CVSROOT/commitinfo?r1=1.14&r2=1.15&diff_format=u Index: CVSROOT/commitinfo

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

2009-07-12 Thread Gwynne Raskind
gwynne Sun, 12 Jul 2009 19:43:27 + ViewVC URL: http://svn.php.net/viewvc?view=revision&revision=283972 Changed paths: U php/php-src/branches/PHP_5_3/build/build.mk D php/php-src/branches/PHP_5_3/cvsclean A php/php-src/branches/PHP_5_3/svnclean Log: cvsc

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

2009-07-12 Thread Gwynne Raskind
gwynne Sun, 12 Jul 2009 21:51:28 + ViewVC URL: http://svn.php.net/viewvc?view=revision&revision=283991 Changed paths: U php/php-src/trunk/build/build.mk D php/php-src/trunk/cvsclean A php/php-src/trunk/svnclean Log: MFB: cvsclean -> svnclean Modified:

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

2009-07-12 Thread Gwynne Raskind
gwynne Sun, 12 Jul 2009 22:06:53 + ViewVC URL: http://svn.php.net/viewvc?view=revision&revision=283992 Changed paths: U php/php-src/branches/PHP_5_2/build/build.mk D php/php-src/branches/PHP_5_2/cvsclean A php/php-src/branches/PHP_5_2/svnclean Log: MFB:

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

2009-07-13 Thread Gwynne Raskind
gwynne Mon, 13 Jul 2009 08:14:46 + ViewVC URL: http://svn.php.net/viewvc?view=revision&revision=283997 Changed paths: D web/php/trunk/anoncvs.php A web/php/trunk/anonsvn.php D web/php/trunk/cvs-php.php U web/php/trunk/error.php U web/

[PHP-CVS] svn: SVNROOT/

2009-07-13 Thread Gwynne Raskind
gwynne Mon, 13 Jul 2009 08:57:18 + ViewVC URL: http://svn.php.net/viewvc?view=revision&revision=284001 Changed paths: U SVNROOT/commit-email.php Log: fix commit emails handling Modified: SVNROOT/commit-email.php

[PHP-CVS] svn: SVNROOT/

2009-07-13 Thread Gwynne Raskind
gwynne Mon, 13 Jul 2009 22:30:37 + ViewVC URL: http://svn.php.net/viewvc?view=revision&revision=284031 Changed paths: U SVNROOT/httpd.conf Log: deny git cloner Modified: SVNROOT/httpd.conf === --- SVNROOT/htt

[PHP-CVS] svn: SVNROOT/

2009-07-13 Thread Gwynne Raskind
gwynne Mon, 13 Jul 2009 23:40:16 + ViewVC URL: http://svn.php.net/viewvc?view=revision&revision=284032 Changed paths: U SVNROOT/commit-email.php Log: make use of Mail_MIME to correctly encode email, deal with ISO-8859-1/UTF-8 inconsistencies in users.db with an ugly hack,

Re: [PHP-CVS] svn: php/php-src/trunk/win32/build/

2009-07-13 Thread Gwynne Raskind
On Jul 13, 2009, at 12:51 PM, Pierre Joye wrote: pajoye Mon, 13 Jul 2009 16:11:45 + ViewVC URL: http://svn.php.net/viewvc?view=revision&revision=284019 Changed paths: A php/php-src/trunk/win32/build/svnclean.js Log: - rename to svn Copied: php/php-src/trunk/win32/build/s

[PHP-CVS] Commit freeze is officially over

2009-07-13 Thread Gwynne Raskind
As of right now, I'm declaring SVN open to full time use. Commit away, everyone! There are still a number of issues to resolve, but development's been held up too long. We'll fix the issues as we go. Some known issues: - Rsync is still down. Derick's working on this. - SVN access over HTTP

[PHP-CVS] svn: SVNROOT/

2009-07-14 Thread Gwynne Raskind
gwynne Tue, 14 Jul 2009 09:21:16 + URL: http://svn.php.net/viewvc?view=revision&revision=284062 Changed paths: U SVNROOT/commit-email.php Log: go back to manually constructing MIME emails for now. Yet another stab at fixing the email encoding problems. Cleaner handling of

[PHP-CVS] svn: SVNROOT/

2009-07-14 Thread Gwynne Raskind
gwynne Tue, 14 Jul 2009 10:02:22 + URL: http://svn.php.net/viewvc?view=revision&revision=284067 Changed paths: U SVNROOT/commit-email.php Log: Okay, I give up. Full names are now encoded LOSSILY as ASCII. Also added a couple of missing which-list expressions. Modified: SV

Re: [PHP-CVS] Commit freeze is officially over

2009-07-14 Thread Gwynne Raskind
On Jul 14, 2009, at 4:36 PM, Knut Urdalen wrote: Any other issues, please bring them to my attention. Preferably via email, not IRC :). Are we going to have a similar page like the one for "Anonymous CVS Access" [1] for svn.php.net? Please in the future avoid cross-posting to seven lists; u

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

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

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

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

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

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

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

[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: 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/ 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] 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/ 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] 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-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-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/ 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/ 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: 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/ 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: 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 =

  1   2   >