[PHP-CVS] com php-src: Fix a typo in the ZipArchive error messages: ext/zip/php_zip.c

2013-01-08 Thread Joey Smith
Commit:c3acefd9ea9f1c0b0900f75d05c14a1e6ab2b671 Author:Joey Smith joeysm...@gmail.com Tue, 8 Jan 2013 14:18:31 -0700 Parents: c41291feb9d8b713684331307147bbaef43bc22a Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/tests/lang/ bug45392.phpt

2011-08-24 Thread Joey Smith
joey Wed, 24 Aug 2011 15:56:12 + Revision: http://svn.php.net/viewvc?view=revisionrevision=315430 Log: Fix tests/lang/bug45392.phpt to log expected error when run with -n flag Bug: https://bugs.php.net/45392 (Closed) ob_start()/ob_end_clean() and

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/tests/lang/ bug45392.phpt

2011-08-24 Thread Joey Smith
joey Wed, 24 Aug 2011 16:15:35 + Revision: http://svn.php.net/viewvc?view=revisionrevision=315436 Log: Revert my previous change - getting different results in different environments, shouldn't have committed it Changed paths: U

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

2011-08-09 Thread Joey Smith
joey Tue, 09 Aug 2011 06:36:47 + Revision: http://svn.php.net/viewvc?view=revisionrevision=314585 Log: Fix an unchecked return - change was back-migrated from version 3.7.6.3 of sqlite.c from upstream. Changed paths: U

[PHP-CVS] svn: /SVNROOT/ global_avail

2010-12-27 Thread Lukas Smith
lsmith Mon, 27 Dec 2010 12:31:34 + Revision: http://svn.php.net/viewvc?view=revisionrevision=306732 Log: adjusted web PROTOTYPE_2010 karma as per bjori's request Changed paths: U SVNROOT/global_avail Modified: SVNROOT/global_avail

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

2010-03-30 Thread Joey Smith
joey Tue, 30 Mar 2010 10:10:20 + Revision: http://svn.php.net/viewvc?view=revisionrevision=297166 Log: Don't assume the SHA-based crypt constants are registered this is a partial fix for 51435. Changed paths: U php/php-src/trunk/ext/standard/crypt.c

Re: [PHP-CVS] svn: /php/php-src/trunk/ NEWS ext/standard/html.c ext/standard/tests/strings/bug44703.phpt ext/standard/tests/strings/get_html_translation_table_basic1.phpt ext/standard/tests/strings/ge

2010-03-26 Thread Lukas Kahwe Smith
include it in a 5.4 if that is the version name for the next release. regards, Lukas Kahwe Smith m...@pooteeweet.org -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

2010-03-12 Thread Lukas Kahwe Smith
the hell out of everyone. regards, Lukas Kahwe Smith m...@pooteeweet.org -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

2010-03-12 Thread Lukas Kahwe Smith
On 12.03.2010, at 14:52, Jani Taskinen wrote: On 03/12/2010 03:43 PM, Lukas Kahwe Smith wrote: Because no decision has been made. Jani is creating facts without basis. Furthermore normal development is continuing on the branches we decided to have. Now there is suddenly a 5.4. The point

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

2010-03-12 Thread Lukas Kahwe Smith
On 12.03.2010, at 15:27, Andrey Hristov wrote: Lukas, Lukas Kahwe Smith wrote: On 12.03.2010, at 14:52, Jani Taskinen wrote: On 03/12/2010 03:43 PM, Lukas Kahwe Smith wrote: Because no decision has been made. Jani is creating facts without basis. Furthermore normal development

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

2010-02-23 Thread Joey Smith
joey Tue, 23 Feb 2010 20:24:51 + Revision: http://svn.php.net/viewvc?view=revisionrevision=295436 Log: Update crypt() tests to use binary strings and do stricter comparisons Changed paths: U php/php-src/trunk/ext/standard/tests/strings/bug51059.phpt

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/tests/strings/ crypt_blowfish_invalid_rounds.phpt crypt_blowfish_variation1.phpt crypt_blowfish_variation2.phpt

2010-02-23 Thread Joey Smith
joey Tue, 23 Feb 2010 20:53:58 + Revision: http://svn.php.net/viewvc?view=revisionrevision=295440 Log: Rename crypt_blowfish_invalid_rounds.phpt to crypt_blowfish_variation1.phpt to follow phpt naming conventions. Added SKIPIF test to

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

2010-02-23 Thread Joey Smith
joey Tue, 23 Feb 2010 21:14:51 + Revision: http://svn.php.net/viewvc?view=revisionrevision=295441 Log: MFH'd crypt() tests - renamed to fit phpt schema, tests for DES-fallback, use b'' on strings. Changed paths: U

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

2010-02-21 Thread Joey Smith
joey Sun, 21 Feb 2010 18:50:14 + Revision: http://svn.php.net/viewvc?view=revisionrevision=295314 Log: Not sure how I screwed up that MFH so badly. Proper fix to config.m4 applied for when checking different crypt() types. Changed paths: U

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ config.m4

2010-02-20 Thread Joey Smith
joey Sat, 20 Feb 2010 17:58:17 + Revision: http://svn.php.net/viewvc?view=revisionrevision=295293 Log: Fixing a typo found in the m4 file while trying to understand/document crypt() better - the MD5 check was reporting itself as Extended DES Changed

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

2010-02-20 Thread Joey Smith
joey Sat, 20 Feb 2010 19:13:09 + Revision: http://svn.php.net/viewvc?view=revisionrevision=295294 Log: MFH crypt() tests Changed paths: A php/php-src/branches/PHP_5_3/ext/standard/tests/strings/bug51059.phpt A

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

2010-02-20 Thread Joey Smith
joey Sat, 20 Feb 2010 19:28:39 + Revision: http://svn.php.net/viewvc?view=revisionrevision=295295 Log: MFH fix to config.m4 to make MD5 check label accurate Changed paths: U php/php-src/branches/PHP_5_3/ext/standard/config.m4 Modified:

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

2010-02-19 Thread Joey Smith
joey Fri, 19 Feb 2010 21:08:35 + Revision: http://svn.php.net/viewvc?view=revisionrevision=295264 Log: Tests for upcoming patches to crypt, as discussed with Pierre over IRC. Changed paths: A

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

2010-02-19 Thread Joey Smith
joey Fri, 19 Feb 2010 21:11:38 + Revision: http://svn.php.net/viewvc?view=revisionrevision=295265 Log: Marked XFAIL as requested by Pierre Changed paths: U php/php-src/trunk/ext/standard/tests/strings/bug51059.phpt U

[PHP-CVS] svn: /php/php-src/trunk/sapi/cli/ php.1.in

2009-12-01 Thread Joey Smith
joey Wed, 02 Dec 2009 02:01:18 + Revision: http://svn.php.net/viewvc?view=revisionrevision=291577 Log: Merge some spelling corrections found in the Debian patch base. Changed paths: U php/php-src/trunk/sapi/cli/php.1.in Modified:

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_ope

2009-07-20 Thread Lukas Kahwe Smith
, Lukas Kahwe Smith m...@pooteeweet.org -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-CVS] cvs: php-src / php.ini-development php.ini-production

2009-07-02 Thread Lukas Kahwe Smith
to be..some PHP 3 thing? Good point. We should probably remove it before 5.3.1 You mean marking it deprecated and removing it in PHP 6.0? Seems sensible to me. regards, Lukas Kahwe Smith m...@pooteeweet.org -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

Re: [PHP-CVS] cvs: php-src / php.ini-development php.ini-production

2009-07-02 Thread Lukas Kahwe Smith
On 02.07.2009, at 14:48, Derick Rethans wrote: On Thu, 2 Jul 2009, Lukas Kahwe Smith wrote: On 30.06.2009, at 11:57, Hannes Magnusson wrote: On Tue, Jun 30, 2009 at 11:15, Jani Taskinenjani.taski...@sci.fi wrote: Hannes Magnusson wrote: bjori Tue Jun 30 08:49:05 2009 UTC

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

2009-07-02 Thread Lukas Smith
lsmith Thu Jul 2 13:34:29 2009 UTC Modified files: /php-srcphp.ini-development php.ini-production Log: removed references to track_vars, since this option doesnt exist since ages

[PHP-CVS] cvs: php-src(PHP_5_3) / php.ini-development php.ini-production

2009-07-02 Thread Lukas Smith
lsmith Thu Jul 2 13:34:38 2009 UTC Modified files: (Branch: PHP_5_3) /php-srcphp.ini-production php.ini-development Log: MFH: removed references to track_vars, since this option doesnt exist since ages

[PHP-CVS] cvs: php-src / README.RELEASE_PROCESS

2009-06-30 Thread Lukas Smith
lsmith Tue Jun 30 11:37:16 2009 UTC Modified files: /php-srcREADME.RELEASE_PROCESS Log: formatting fix for the re-releasing section http://cvs.php.net/viewvc.cgi/php-src/README.RELEASE_PROCESS?r1=1.19r2=1.20diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_3) / README.RELEASE_PROCESS

2009-06-30 Thread Lukas Smith
lsmith Tue Jun 30 11:37:24 2009 UTC Modified files: (Branch: PHP_5_3) /php-srcREADME.RELEASE_PROCESS Log: MFH: formatting fix for the re-releasing section http://cvs.php.net/viewvc.cgi/php-src/README.RELEASE_PROCESS?r1=1.1.2.19r2=1.1.2.20diff_format=u

[PHP-CVS] cvs: php-src / README.RELEASE_PROCESS

2009-06-30 Thread Lukas Smith
lsmith Tue Jun 30 14:24:15 2009 UTC Modified files: /php-srcREADME.RELEASE_PROCESS Log: expanded the section about how to create the changelog http://cvs.php.net/viewvc.cgi/php-src/README.RELEASE_PROCESS?r1=1.20r2=1.21diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_3) / README.RELEASE_PROCESS

2009-06-30 Thread Lukas Smith
lsmith Tue Jun 30 14:24:25 2009 UTC Modified files: (Branch: PHP_5_3) /php-srcREADME.RELEASE_PROCESS Log: MFH: expanded the section about how to create the changelog

Re: [PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/phar/phar pharcommand.inc

2009-06-25 Thread Lukas Kahwe Smith
need to be merged to HEAD? regards, Lukas Kahwe Smith m...@pooteeweet.org -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /main php_open_temporary_file.c

2009-06-24 Thread Lukas Kahwe Smith
; } } -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php Lukas Kahwe Smith m...@pooteeweet.org -- PHP CVS Mailing List (http://www.php.net

[PHP-CVS] Re: [PHP-DEV] PHP 5.3.0RC4

2009-06-19 Thread Lukas Kahwe Smith
On 19.06.2009, at 10:50, Lukas Kahwe Smith wrote: Hello! we have packaged PHP 5.3.0RC4, which you can find here: http://downloads.php.net/johannes/ Windows binaries are available here: http://windows.php.net/qa/ This this release candidate focused on bug fixes and stability improvements

[PHP-CVS] Re: [PHP-DEV] Last steps towards 5.3.0

2009-06-16 Thread Lukas Kahwe Smith
of the 21st without any further changes so we can test the packages. In case something critical, unexpected, pops up please notify us asap. June 25th 2009 Release PHP 5.3.0 final. We are still on track for this one. regards, Lukas Kahwe Smith m...@pooteeweet.org -- PHP CVS Mailing List

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/curl interface.c

2009-06-10 Thread Lukas Kahwe Smith
obvious mistakes at time and its just really ver inconvenient if we have such stuff during the final build testing right before an RC. regards, Lukas Kahwe Smith m...@pooteeweet.org -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/curl interface.c

2009-06-10 Thread Lukas Kahwe Smith
build testing and fixing done if we constantly have commits for bug fixes going on. regards, Lukas Kahwe Smith m...@pooteeweet.org -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] commit freeze for 5.3 branch ahead of thursdays RC3 release

2009-06-09 Thread Lukas Kahwe Smith
into 5.3.1. Again a commit freeze means no commits to any part unless its clearly a build fix or just touches README's. When in doubt ask Johannes (who should be available again some time tonight). regards, Lukas Kahwe Smith m...@pooteeweet.org -- PHP CVS Mailing List (http://www.php.net

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/mysqlnd mysqlnd_palloc.c mysqlnd_wireprotocol.c

2009-06-08 Thread Lukas Kahwe Smith
and design choices. regards, Lukas Kahwe Smith m...@pooteeweet.org -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-CVS] cvs: php-src / README.PARAMETER_PARSING_API /win32/build config.w32 ZendEngine2 Zend.m4 zend_API.c zend_compile.c zend_execute.c zend_execute_API.c zend_operators.c zend_operators.h ze

2009-06-08 Thread Lukas Kahwe Smith
* 3) is flawed anyway with the old (err, formerly new) double-long conversion method, but that could be changed to get the same result cross-platform... Sounds like we have a BC issue? regards, Lukas Kahwe Smith m...@pooteeweet.org -- PHP CVS Mailing List (http://www.php.net

[PHP-CVS] commit freeze for non build fixes until 5.3.0RC2 release (was: Re: [PHP-DEV] PHP 5.3.0RC2)

2009-05-05 Thread Lukas Kahwe Smith
On 28.04.2009, at 12:51, Lukas Kahwe Smith wrote: Aloha, So seriously .. Thursday next week we will release RC2. This means a commit freeze for all but build fixes and README commits starting Monday evening. Also with RC2 any feature additions, regardless of how small, will no longer

[PHP-CVS] cvs commit freeze for the 5.3 branch

2009-03-20 Thread Lukas Kahwe Smith
. Please keep track of any HEAD commits that need merging or let me know about them so I can keep track of them (dunno if it makes sense to just write a note in the HEAD commit that this changes needs merging into 5_3). regards, Lukas Kahwe Smith m...@pooteeweet.org -- PHP CVS Mailing List

Re: [PHP-CVS] Re: [PHP-DEV] cvs commit freeze for the 5.3 branch

2009-03-20 Thread Lukas Kahwe Smith
On 20.03.2009, at 12:37, Ferenc Kovacs wrote: On Fri, Mar 20, 2009 at 12:01 PM, Lukas Kahwe Smith m...@pooteeweet.org wrote: Hello, We are not in a commit freeze on the 5_3 branch. For today for any commit not just affecting README's (as in anything affecting buolding or build testing

[PHP-CVS] cvs: php-src(PHP_5_3) / README.RELEASE_PROCESS

2009-02-10 Thread Lukas Smith
lsmith Tue Feb 10 20:45:42 2009 UTC Modified files: (Branch: PHP_5_3) /php-srcREADME.RELEASE_PROCESS Log: MFH primary tester ml needs to be in the TO not CC http://cvs.php.net/viewvc.cgi/php-src/README.RELEASE_PROCESS?r1=1.1.2.15r2=1.1.2.16diff_format=u

[PHP-CVS] cvs: php-src(PHP_5_3) / README.RELEASE_PROCESS

2009-02-08 Thread Lukas Smith
lsmith Sun Feb 8 20:24:13 2009 UTC Modified files: (Branch: PHP_5_3) /php-srcREADME.RELEASE_PROCESS Log: primary testers list is now mailed for every release http://cvs.php.net/viewvc.cgi/php-src/README.RELEASE_PROCESS?r1=1.1.2.14r2=1.1.2.15diff_format=u

[PHP-CVS] cvs: php-src / README.RELEASE_PROCESS

2009-02-08 Thread Lukas Smith
lsmith Sun Feb 8 20:24:44 2009 UTC Modified files: /php-srcREADME.RELEASE_PROCESS Log: MFB primary testers list is now mailed for every release http://cvs.php.net/viewvc.cgi/php-src/README.RELEASE_PROCESS?r1=1.14r2=1.15diff_format=u Index:

[PHP-CVS] cvs: CVSROOT / avail

2008-12-01 Thread Lukas Smith
lsmith Mon Dec 1 22:27:49 2008 UTC Modified files: /CVSROOTavail Log: upgrade christian seiler to ZE karma level http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1471r2=1.1472diff_format=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.1471

Re: [PHP-CVS] cvs: php-src / NEWS

2008-11-22 Thread Lukas Kahwe Smith
the key count -1 instead + of the key count). (David C.) only one NEWS file entry per change .. as in the earliest branch that will get released with the change. i have recently updated the README on this point: http://php.net/reST/php-src/README.CVS-RULES regards, Lukas Kahwe Smith [EMAIL

[PHP-CVS] cvs: php-src(PHP_5_3) / README.CVS-RULES

2008-11-09 Thread Lukas Smith
lsmith Sun Nov 9 12:13:04 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcREADME.CVS-RULES Log: MFH http://cvs.php.net/viewvc.cgi/php-src/README.CVS-RULES?r1=1.18.2.1.2.2.2.2r2=1.18.2.1.2.2.2.3diff_format=u Index: php-src/README.CVS-RULES diff -u

[PHP-CVS] cvs: php-src / README.CVS-RULES

2008-11-09 Thread Lukas Smith
lsmith Sun Nov 9 12:12:58 2008 UTC Modified files: /php-srcREADME.CVS-RULES Log: PHP 4.4 is no longer active, clarify that all changes should go to HEAD first and that NEWS entries should only go into one branch

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/sybase_ct php_sybase_ct.c

2008-11-09 Thread Lukas Kahwe Smith
just committed an update to the above document (should show up in an hour or two on that site) that clarifies some of the issues you have run into. Latest version is of course always available in HEAD CVS. regards, Lukas Kahwe Smith [EMAIL PROTECTED] -- PHP CVS Mailing List (http

Re: [PHP-CVS] cvs: php-src(PHP_5_3) / README.CVS-RULES

2008-11-09 Thread Lukas Kahwe Smith
On 09.11.2008, at 16:16, Jani Taskinen wrote: Why not MFH to the stable branch too? a.k.a. PHP_5_2.. in the past i have been told to not MFH these kinds of README changes to maintenance branches. regards, Lukas Kahwe Smith [EMAIL PROTECTED] -- PHP CVS Mailing List (http

[PHP-CVS] cvs: php-src /ext/msql .cvsignore CREDITS config.m4 config.w32 msql.dsp php_msql.c php_msql.h

2008-11-04 Thread Lukas Smith
lsmith Tue Nov 4 22:22:37 2008 UTC Removed files: /php-src/ext/msql config.w32 php_msql.h msql.dsp .cvsignore CREDITS php_msql.c config.m4 Log: ext/msql has been moved from php-src to PECL adhead of PHP 5.3 -- PHP CVS Mailing

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/msql .cvsignore CREDITS config.m4 config.w32 msql.dsp php_msql.c php_msql.h

2008-11-04 Thread Lukas Smith
lsmith Tue Nov 4 22:22:44 2008 UTC Removed files: (Branch: PHP_5_3) /php-src/ext/msql .cvsignore php_msql.h config.w32 CREDITS msql.dsp config.m4 php_msql.c Log: MFH -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe,

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

2008-11-04 Thread Lukas Smith
lsmith Tue Nov 4 22:31:48 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: ext/msql is now in PECL starting alpha3 [DOC] http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.361r2=1.2027.2.547.2.965.2.362diff_format=u Index:

[PHP-CVS] cvs: php-src / README.RELEASE_PROCESS

2008-11-04 Thread Lukas Smith
lsmith Tue Nov 4 23:00:18 2008 UTC Modified files: /php-srcREADME.RELEASE_PROCESS Log: added note about running scripts/dev/credits http://cvs.php.net/viewvc.cgi/php-src/README.RELEASE_PROCESS?r1=1.11r2=1.12diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_3) / README.RELEASE_PROCESS

2008-11-04 Thread Lukas Smith
lsmith Tue Nov 4 23:00:58 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcREADME.RELEASE_PROCESS Log: MFH http://cvs.php.net/viewvc.cgi/php-src/README.RELEASE_PROCESS?r1=1.1.2.11r2=1.1.2.12diff_format=u Index: php-src/README.RELEASE_PROCESS diff -u

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

2008-11-04 Thread Lukas Smith
lsmith Tue Nov 4 23:01:13 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: fixed ext/msql NEWS entry http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.362r2=1.2027.2.547.2.965.2.363diff_format=u Index: php-src/NEWS diff -u

[PHP-CVS] cvs: php-src / README.RELEASE_PROCESS

2008-11-04 Thread Lukas Smith
lsmith Wed Nov 5 07:25:12 2008 UTC Modified files: /php-srcREADME.RELEASE_PROCESS Log: typo fix (thx chris jones for spotting) http://cvs.php.net/viewvc.cgi/php-src/README.RELEASE_PROCESS?r1=1.12r2=1.13diff_format=u Index: php-src/README.RELEASE_PROCESS

[PHP-CVS] cvs: php-src(PHP_5_3) / README.RELEASE_PROCESS

2008-11-04 Thread Lukas Smith
lsmith Wed Nov 5 07:25:18 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcREADME.RELEASE_PROCESS Log: MFH http://cvs.php.net/viewvc.cgi/php-src/README.RELEASE_PROCESS?r1=1.1.2.12r2=1.1.2.13diff_format=u Index: php-src/README.RELEASE_PROCESS diff -u

[PHP-CVS] cvs: php-src /win32/build template.rc

2008-11-03 Thread Elizabeth Marie Smith
auroraeosrose Mon Nov 3 19:24:47 2008 UTC Modified files: /php-src/win32/buildtemplate.rc Log: Actual name of the file is WinResRc.h - silly to make people rename their header files

[PHP-CVS] cvs: php-src(PHP_5_3) /win32/build template.rc

2008-11-03 Thread Elizabeth Marie Smith
auroraeosrose Mon Nov 3 19:25:42 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/win32/buildtemplate.rc Log: MFH http://cvs.php.net/viewvc.cgi/php-src/win32/build/template.rc?r1=1.7.2.2.2.1.2.1r2=1.7.2.2.2.1.2.2diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_2) /win32/build template.rc

2008-11-03 Thread Elizabeth Marie Smith
auroraeosrose Mon Nov 3 19:28:23 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/win32/buildtemplate.rc Log: MFH http://cvs.php.net/viewvc.cgi/php-src/win32/build/template.rc?r1=1.7.2.2.2.1r2=1.7.2.2.2.2diff_format=u Index:

Re: [PHP-CVS] cvs: php-src(PHP_5_3) / README.RELEASE_PROCESS

2008-09-08 Thread Lukas Kahwe Smith
On 04.09.2008, at 16:26, Lukas Kahwe Smith wrote: Summary: - So lesson learned from my side (and thanks to the readme for future RMs as well). - Pierre will handle creation of a libming 0.3 compatible ext/ming PECL release - ext/fbsql history can probably be saved - ext/fdf and ext/sybase

Re: [PHP-CVS] cvs: php-src(PHP_5_3) / README.RELEASE_PROCESS

2008-09-04 Thread Lukas Kahwe Smith
not be in pecl - ext/ncurses has been moved a while ago and all is well - ext/dbase history is not going to be available via cvs.php.net/pecl unless someone is willing to put in the time regards, Lukas Kahwe Smith [EMAIL PROTECTED] -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe

[PHP-CVS] cvs: php-src / README.RELEASE_PROCESS

2008-09-03 Thread Lukas Smith
lsmith Wed Sep 3 17:08:00 2008 UTC Modified files: /php-srcREADME.RELEASE_PROCESS Log: - made it clear which steps are relevant for RCs only http://cvs.php.net/viewvc.cgi/php-src/README.RELEASE_PROCESS?r1=1.10r2=1.11diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_3) / README.RELEASE_PROCESS

2008-09-03 Thread Lukas Smith
lsmith Wed Sep 3 17:08:05 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcREADME.RELEASE_PROCESS Log: MFH http://cvs.php.net/viewvc.cgi/php-src/README.RELEASE_PROCESS?r1=1.1.2.10r2=1.1.2.11diff_format=u Index: php-src/README.RELEASE_PROCESS diff -u

[PHP-CVS] cvs: php-src / README.RELEASE_PROCESS

2008-08-31 Thread Lukas Smith
lsmith Sun Aug 31 08:32:21 2008 UTC Modified files: /php-srcREADME.RELEASE_PROCESS Log: added note about how to move extensions from/to pecl http://cvs.php.net/viewvc.cgi/php-src/README.RELEASE_PROCESS?r1=1.8r2=1.9diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_3) / README.RELEASE_PROCESS

2008-08-31 Thread Lukas Smith
lsmith Sun Aug 31 08:32:32 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcREADME.RELEASE_PROCESS Log: MFH http://cvs.php.net/viewvc.cgi/php-src/README.RELEASE_PROCESS?r1=1.1.2.8r2=1.1.2.9diff_format=u Index: php-src/README.RELEASE_PROCESS diff -u

Re: [PHP-CVS] cvs: php-src(PHP_5_3) / README.RELEASE_PROCESS

2008-08-31 Thread Lukas Kahwe Smith
On 31.08.2008, at 11:47, Hannes Magnusson wrote: On Sun, Aug 31, 2008 at 10:32, Lukas Smith [EMAIL PROTECTED] wrote: lsmith Sun Aug 31 08:32:32 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcREADME.RELEASE_PROCESS Log: MFH http://cvs.php.net/viewvc.cgi/php

Re: [PHP-CVS] cvs: php-src(PHP_5_3) / README.RELEASE_PROCESS

2008-08-31 Thread Lukas Kahwe Smith
On 31.08.2008, at 12:11, Pierre Joye wrote: Hi Hannes, Lukas. On Sun, Aug 31, 2008 at 12:05 PM, Lukas Kahwe Smith [EMAIL PROTECTED] wrote: Sounds sensible. Anyways, I would appreciate it if someone who knows would write a howto, so that RMs can verify that things are done properly. I

[PHP-CVS] cvs: php-src / README.RELEASE_PROCESS

2008-08-31 Thread Lukas Smith
lsmith Sun Aug 31 10:34:57 2008 UTC Modified files: /php-srcREADME.RELEASE_PROCESS Log: - added further details on the steps necessary to move ext from/to pecl http://cvs.php.net/viewvc.cgi/php-src/README.RELEASE_PROCESS?r1=1.9r2=1.10diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_3) / README.RELEASE_PROCESS

2008-08-31 Thread Lukas Smith
lsmith Sun Aug 31 10:35:06 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcREADME.RELEASE_PROCESS Log: MFH http://cvs.php.net/viewvc.cgi/php-src/README.RELEASE_PROCESS?r1=1.1.2.9r2=1.1.2.10diff_format=u Index: php-src/README.RELEASE_PROCESS diff -u

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

2008-08-31 Thread Lukas Kahwe Smith
). regards, Lukas Kahwe Smith [EMAIL PROTECTED] -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] Re: [PHP-DEV] Re: [PHP-CVS] Re: cvs: php-src /ext/pcntl EXPERIMENTAL

2008-08-07 Thread Lukas Kahwe Smith
in maintaining it :) I was just going to propose you :) regards, Lukas Kahwe Smith [EMAIL PROTECTED] -- 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) /ext/pdo_sqlite config.w32

2008-08-06 Thread Elizabeth Marie Smith
auroraeosrose Wed Aug 6 16:56:36 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pdo_sqlite config.w32 Log: Stupid typo http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_sqlite/config.w32?r1=1.6.2.1.2.3.2.7r2=1.6.2.1.2.3.2.8diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/pdo_sqlite config.w32

2008-08-06 Thread Elizabeth Marie Smith
auroraeosrose Wed Aug 6 16:57:08 2008 UTC Modified files: /php-src/ext/pdo_sqlite config.w32 Log: Stupid typo http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_sqlite/config.w32?r1=1.14r2=1.15diff_format=u Index: php-src/ext/pdo_sqlite/config.w32 diff -u

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/spl spl_iterators.c

2008-08-06 Thread Lukas Kahwe Smith
); } Best regards, Marcus -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php Lukas Kahwe Smith [EMAIL PROTECTED] -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] cvs: php-src / README.RELEASE_PROCESS

2008-08-06 Thread Lukas Smith
lsmith Wed Aug 6 19:34:35 2008 UTC Modified files: /php-srcREADME.RELEASE_PROCESS Log: updated in regards to windows, added some clarifications and addition tipps http://cvs.php.net/viewvc.cgi/php-src/README.RELEASE_PROCESS?r1=1.5r2=1.6diff_format=u

[PHP-CVS] cvs: php-src(PHP_5_3) / README.RELEASE_PROCESS

2008-08-06 Thread Lukas Smith
lsmith Wed Aug 6 19:35:20 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcREADME.RELEASE_PROCESS Log: MFH http://cvs.php.net/viewvc.cgi/php-src/README.RELEASE_PROCESS?r1=1.1.2.5r2=1.1.2.6diff_format=u Index: php-src/README.RELEASE_PROCESS diff -u

Re: [PHP-CVS] cvs: php-src / README.RELEASE_PROCESS

2008-08-06 Thread Lukas Kahwe Smith
On 06.08.2008, at 21:37, Stanislav Malyshev wrote: Hi! +General notes and tipps I think you have a typpo here ;) Bah, why does english have to be different than german? :) regards, Lukas Kahwe Smith [EMAIL PROTECTED] -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe

[PHP-CVS] cvs: php-src / README.RELEASE_PROCESS

2008-08-06 Thread Lukas Smith
lsmith Wed Aug 6 19:41:54 2008 UTC Modified files: /php-srcREADME.RELEASE_PROCESS Log: lets me all american :) http://cvs.php.net/viewvc.cgi/php-src/README.RELEASE_PROCESS?r1=1.6r2=1.7diff_format=u Index: php-src/README.RELEASE_PROCESS diff -u

[PHP-CVS] cvs: php-src(PHP_5_3) / README.RELEASE_PROCESS

2008-08-06 Thread Lukas Smith
lsmith Wed Aug 6 19:42:01 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcREADME.RELEASE_PROCESS Log: MFH http://cvs.php.net/viewvc.cgi/php-src/README.RELEASE_PROCESS?r1=1.1.2.6r2=1.1.2.7diff_format=u Index: php-src/README.RELEASE_PROCESS diff -u

[PHP-CVS] cvs: php-src / README.RELEASE_PROCESS

2008-08-06 Thread Lukas Smith
lsmith Wed Aug 6 21:49:37 2008 UTC Modified files: /php-srcREADME.RELEASE_PROCESS Log: separate tagging of the zend dir should not be necessary, fix reST formatting of titles

[PHP-CVS] cvs: php-src(PHP_5_3) / README.RELEASE_PROCESS

2008-08-06 Thread Lukas Smith
lsmith Wed Aug 6 21:49:47 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcREADME.RELEASE_PROCESS Log: MFH http://cvs.php.net/viewvc.cgi/php-src/README.RELEASE_PROCESS?r1=1.1.2.7r2=1.1.2.8diff_format=u Index: php-src/README.RELEASE_PROCESS diff -u

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard string.c

2008-08-05 Thread Lukas Kahwe Smith
it? regards, Derick still not MFH'ed .. or? regards, Lukas Kahwe Smith [EMAIL PROTECTED] -- 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) /ext/pdo_sqlite config.w32 /ext/sqlite3 config.w32

2008-08-05 Thread Elizabeth Marie Smith
auroraeosrose Tue Aug 5 20:16:21 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pdo_sqlite config.w32 /php-src/ext/sqlite3config.w32 Log: Some fancy detection for sqlite3 and pdo_sqlite3 - so the two extensions don't depend on each

[PHP-CVS] cvs: php-src /ext/pdo_sqlite config.w32 /ext/sqlite3 config.w32

2008-08-05 Thread Elizabeth Marie Smith
auroraeosrose Tue Aug 5 20:22:54 2008 UTC Modified files: /php-src/ext/pdo_sqlite config.w32 /php-src/ext/sqlite3config.w32 Log: Some fancy detection for sqlite3 and pdo_sqlite3 - so the two extensions don't depend on each other if shared, and

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard php_crypt_r.c

2008-07-28 Thread Elizabeth Marie Smith
auroraeosrose Mon Jul 28 16:43:51 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard php_crypt_r.c Log: Secure versions of string functions don't exist for VC6

[PHP-CVS] cvs: php-src /ext/standard php_crypt_r.c

2008-07-28 Thread Elizabeth Marie Smith
auroraeosrose Mon Jul 28 16:48:38 2008 UTC Modified files: /php-src/ext/standard php_crypt_r.c Log: Secure versions of string functions don't exist for VC6 http://cvs.php.net/viewvc.cgi/php-src/ext/standard/php_crypt_r.c?r1=1.1r2=1.2diff_format=u Index:

Re: [PHP-CVS] cvs: php-src /ext/mysql config.m4 php_mysql.c php_mysql_structs.h /ext/mysqli mysqli.c php_mysqli_structs.h /ext/pdo_mysql config.m4 mysql_driver.c pdo_mysql.c php_pdo_mysql_int.h

2008-07-21 Thread Lukas Kahwe Smith
On 21.07.2008, at 15:19, Jani Taskinen wrote: I don't know who invented MFB.. I guess it's its a last resort attempt to save a bunny when you screwed up with a commit .. therefore it should be called SAB (saving a bunny). regards, Lukas Kahwe Smith [EMAIL PROTECTED] -- PHP CVS

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/ereg config.w32 /ext/libxml config.w32 /ext/mysqlnd config.w32 /ext/zlib config.w32 /sapi/apache2filter config.w32 /sapi/apache2handler config.w32 /sapi/isap

2008-05-13 Thread Elizabeth Marie Smith
auroraeosrose Wed May 14 03:13:17 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/ereg config.w32 /php-src/ext/libxml config.w32 /php-src/ext/mysqlndconfig.w32 /php-src/ext/zlib config.w32 /php-src/sapi/apache2filter config.w32

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/pcre config.w32 /ext/reflection config.w32 /ext/spl config.w32

2008-05-02 Thread Elizabeth Marie Smith
auroraeosrose Fri May 2 14:05:53 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pcre config.w32 /php-src/ext/reflection config.w32 /php-src/ext/splconfig.w32 Log: Fix reflection (always static, never shared) and disable turning off

[PHP-CVS] cvs: php-src /ext/pcre config.w32 /ext/reflection config.w32 /ext/spl config.w32

2008-05-02 Thread Elizabeth Marie Smith
auroraeosrose Fri May 2 14:10:05 2008 UTC Modified files: /php-src/ext/pcre config.w32 /php-src/ext/reflection config.w32 /php-src/ext/splconfig.w32 Log: MFB

[PHP-CVS] cvs: php-src(PHP_5_3) /sapi/apache config.w32 /sapi/apache_hooks config.w32

2008-04-15 Thread Elizabeth Marie Smith
auroraeosrose Tue Apr 15 16:55:54 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/sapi/apacheconfig.w32 /php-src/sapi/apache_hooks config.w32 Log: These are really old config.w32 files - now they use PHP_PHP_BUILD correctly instead of hard

[PHP-CVS] cvs: php-src /sapi/apache config.w32 /sapi/apache_hooks config.w32

2008-04-15 Thread Elizabeth Marie Smith
auroraeosrose Tue Apr 15 16:59:40 2008 UTC Modified files: /php-src/sapi/apacheconfig.w32 /php-src/sapi/apache_hooks config.w32 Log: MFB http://cvs.php.net/viewvc.cgi/php-src/sapi/apache/config.w32?r1=1.8r2=1.9diff_format=u Index:

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

2008-03-18 Thread Elizabeth Marie Smith
auroraeosrose Tue Mar 18 18:00:40 2008 UTC Modified files: (Branch: PHP_5_3) /php-src.cvsignore Log: Ignore steph's pretty batch file http://cvs.php.net/viewvc.cgi/php-src/.cvsignore?r1=1.51.4.2r2=1.51.4.2.2.1diff_format=u Index: php-src/.cvsignore diff -u

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

2008-03-18 Thread Elizabeth Marie Smith
auroraeosrose Tue Mar 18 22:48:26 2008 UTC Modified files: (Branch: PHP_5_3) /php-src.cvsignore Log: Correct name for the file http://cvs.php.net/viewvc.cgi/php-src/.cvsignore?r1=1.51.4.2.2.1r2=1.51.4.2.2.2diff_format=u Index: php-src/.cvsignore diff -u

[PHP-CVS] cvs: php-src / README.RELEASE_PROCESS

2008-03-14 Thread Lukas Smith
lsmith Fri Mar 14 21:52:09 2008 UTC Modified files: /php-srcREADME.RELEASE_PROCESS Log: updated due to the creation of the primary testers mailinglist http://cvs.php.net/viewvc.cgi/php-src/README.RELEASE_PROCESS?r1=1.4r2=1.5diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_3) / README.RELEASE_PROCESS

2008-03-14 Thread Lukas Smith
lsmith Fri Mar 14 21:52:47 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcREADME.RELEASE_PROCESS Log: MFH http://cvs.php.net/viewvc.cgi/php-src/README.RELEASE_PROCESS?r1=1.1.2.4r2=1.1.2.5diff_format=u Index: php-src/README.RELEASE_PROCESS diff -u

[PHP-CVS] cvs: php-src / README.RELEASE_PROCESS

2008-03-01 Thread Lukas Smith
lsmith Sat Mar 1 22:47:27 2008 UTC Modified files: /php-srcREADME.RELEASE_PROCESS Log: link primary tester URLs and tried to limit lines to 80 chars http://cvs.php.net/viewvc.cgi/php-src/README.RELEASE_PROCESS?r1=1.2r2=1.3diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_3) / README.RELEASE_PROCESS

2008-03-01 Thread Lukas Smith
lsmith Sat Mar 1 22:47:33 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcREADME.RELEASE_PROCESS Log: MFH http://cvs.php.net/viewvc.cgi/php-src/README.RELEASE_PROCESS?r1=1.1.2.2r2=1.1.2.3diff_format=u Index: php-src/README.RELEASE_PROCESS diff -u

  1   2   >