[PHP-CVS] cvs: php-src(PHP_5_3) /ext/bcmath/libbcmath/src bcmath.h
kalle Wed Jun 3 01:19:33 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/bcmath/libbcmath/src bcmath.h Log: MFH: config.h is in this directory, not in ext/bcmath root, fixes re-compilation for me http://cvs.php.net/viewvc.cgi/php-src/ext/bcmath/libbcmath/src/bcmath.h?r1=1.9.6.2.2.2&r2=1.9.6.2.2.3&diff_format=u Index: php-src/ext/bcmath/libbcmath/src/bcmath.h diff -u php-src/ext/bcmath/libbcmath/src/bcmath.h:1.9.6.2.2.2 php-src/ext/bcmath/libbcmath/src/bcmath.h:1.9.6.2.2.3 --- php-src/ext/bcmath/libbcmath/src/bcmath.h:1.9.6.2.2.2 Fri Aug 15 16:36:39 2008 +++ php-src/ext/bcmath/libbcmath/src/bcmath.h Wed Jun 3 01:19:33 2009 @@ -53,7 +53,7 @@ } bc_struct; #ifdef HAVE_CONFIG_H -#include "../../config.h" +#include "config.h" #endif #include "php.h" -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP-CVS] cvs: php-src /ext/bcmath/libbcmath/src bcmath.h
kalle Wed Jun 3 01:18:42 2009 UTC Modified files: /php-src/ext/bcmath/libbcmath/src bcmath.h Log: config.h is in this directory, not in ext/bcmath root, fixes re-compilation for me http://cvs.php.net/viewvc.cgi/php-src/ext/bcmath/libbcmath/src/bcmath.h?r1=1.13&r2=1.14&diff_format=u Index: php-src/ext/bcmath/libbcmath/src/bcmath.h diff -u php-src/ext/bcmath/libbcmath/src/bcmath.h:1.13 php-src/ext/bcmath/libbcmath/src/bcmath.h:1.14 --- php-src/ext/bcmath/libbcmath/src/bcmath.h:1.13 Fri Aug 15 16:37:22 2008 +++ php-src/ext/bcmath/libbcmath/src/bcmath.h Wed Jun 3 01:18:42 2009 @@ -53,7 +53,7 @@ } bc_struct; #ifdef HAVE_CONFIG_H -#include "../../config.h" +#include "config.h" #endif #include "php.h" -- 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) /win32/build mkdist.php template.rc
kalle Wed Jun 3 01:14:58 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/win32/buildmkdist.php template.rc Log: MFH: * We dont need to wrap to two lines here, its small enough to show with a standard sized cmd window * Bump copyright year in the .rc http://cvs.php.net/viewvc.cgi/php-src/win32/build/mkdist.php?r1=1.13.4.1.2.10&r2=1.13.4.1.2.11&diff_format=u Index: php-src/win32/build/mkdist.php diff -u php-src/win32/build/mkdist.php:1.13.4.1.2.10 php-src/win32/build/mkdist.php:1.13.4.1.2.11 --- php-src/win32/build/mkdist.php:1.13.4.1.2.10Wed Apr 1 09:21:31 2009 +++ php-src/win32/build/mkdist.php Wed Jun 3 01:14:58 2009 @@ -1,4 +1,4 @@ - http://cvs.php.net/viewvc.cgi/php-src/win32/build/template.rc?r1=1.7.2.2.2.1.2.2&r2=1.7.2.2.2.1.2.3&diff_format=u Index: php-src/win32/build/template.rc diff -u php-src/win32/build/template.rc:1.7.2.2.2.1.2.2 php-src/win32/build/template.rc:1.7.2.2.2.1.2.3 --- php-src/win32/build/template.rc:1.7.2.2.2.1.2.2 Mon Nov 3 19:25:42 2008 +++ php-src/win32/build/template.rc Wed Jun 3 01:14:58 2009 @@ -1,5 +1,5 @@ /* This is a template RC file. - * $Id: template.rc,v 1.7.2.2.2.1.2.2 2008/11/03 19:25:42 auroraeosrose Exp $ + * $Id: template.rc,v 1.7.2.2.2.1.2.3 2009/06/03 01:14:58 kalle Exp $ * Do not edit with MSVC */ #ifdef APSTUDIO_INVOKED # error dont edit with MSVC @@ -28,7 +28,7 @@ #endif #ifndef URL -#define URL "http://www.php.net"; +#define URL "http://www.php.net/"; #endif #ifndef EXT_VERSION @@ -65,7 +65,7 @@ #endif VALUE "FileVersion", EXT_VERSION VALUE "InternalName", INTERNAL_NAME -VALUE "LegalCopyright", "Copyright © 1997-2008 The PHP Group" +VALUE "LegalCopyright", "Copyright © 1997-2009 The PHP Group" VALUE "LegalTrademarks", "PHP" VALUE "OriginalFilename", FILE_NAME VALUE "ProductName", "PHP" -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP-CVS] cvs: php-src /win32/build mkdist.php template.rc
kalle Wed Jun 3 01:13:37 2009 UTC Modified files: /php-src/win32/buildmkdist.php template.rc Log: * We dont need to wrap to two lines here, its small enough to show with a standard sized cmd window * Bump copyright year in the .rc http://cvs.php.net/viewvc.cgi/php-src/win32/build/mkdist.php?r1=1.23&r2=1.24&diff_format=u Index: php-src/win32/build/mkdist.php diff -u php-src/win32/build/mkdist.php:1.23 php-src/win32/build/mkdist.php:1.24 --- php-src/win32/build/mkdist.php:1.23 Wed Apr 1 09:20:35 2009 +++ php-src/win32/build/mkdist.php Wed Jun 3 01:13:37 2009 @@ -1,4 +1,4 @@ - http://cvs.php.net/viewvc.cgi/php-src/win32/build/template.rc?r1=1.12&r2=1.13&diff_format=u Index: php-src/win32/build/template.rc diff -u php-src/win32/build/template.rc:1.12 php-src/win32/build/template.rc:1.13 --- php-src/win32/build/template.rc:1.12Mon Nov 3 19:24:47 2008 +++ php-src/win32/build/template.rc Wed Jun 3 01:13:37 2009 @@ -1,5 +1,5 @@ /* This is a template RC file. - * $Id: template.rc,v 1.12 2008/11/03 19:24:47 auroraeosrose Exp $ + * $Id: template.rc,v 1.13 2009/06/03 01:13:37 kalle Exp $ * Do not edit with MSVC */ #ifdef APSTUDIO_INVOKED # error dont edit with MSVC @@ -28,7 +28,7 @@ #endif #ifndef URL -#define URL "http://www.php.net"; +#define URL "http://www.php.net/"; #endif #ifndef EXT_VERSION @@ -65,7 +65,7 @@ #endif VALUE "FileVersion", EXT_VERSION VALUE "InternalName", INTERNAL_NAME -VALUE "LegalCopyright", "Copyright © 1997-2008 The PHP Group" +VALUE "LegalCopyright", "Copyright © 1997-2009 The PHP Group" VALUE "LegalTrademarks", "PHP" VALUE "OriginalFilename", FILE_NAME VALUE "ProductName", "PHP" -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS
janiTue Jun 2 19:55:08 2009 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: bfn http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.1538&r2=1.2027.2.547.2.1539&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.547.2.1538 php-src/NEWS:1.2027.2.547.2.1539 --- php-src/NEWS:1.2027.2.547.2.1538Mon Jun 1 13:10:57 2009 +++ php-src/NEWSTue Jun 2 19:55:07 2009 @@ -3,6 +3,8 @@ ?? Jun 2009, PHP 5.2.10 - Added "ignore_errors" option to http fopen wrapper. (David Zulke, Sara) +- Fixed bug #48456 (CPPFLAGS not restored properly in phpize.m4). + (Jani, spisek at kerio dot com) - Fixed bug #48434 (memory_get_usage() accuracy). (Arnaud) - Fixed bug #48416 (Force a cache limit in ereg() to stop excessive memory usage). (Scott) -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP-CVS] cvs: php-src(PHP_5_2) /scripts phpize.m4
janiTue Jun 2 19:54:22 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/scriptsphpize.m4 Log: MFH:- Fixed bug #48456 (CPPFLAGS not restored properly in phpize.m4) http://cvs.php.net/viewvc.cgi/php-src/scripts/phpize.m4?r1=1.17.2.3.2.10&r2=1.17.2.3.2.11&diff_format=u Index: php-src/scripts/phpize.m4 diff -u php-src/scripts/phpize.m4:1.17.2.3.2.10 php-src/scripts/phpize.m4:1.17.2.3.2.11 --- php-src/scripts/phpize.m4:1.17.2.3.2.10 Sat May 9 20:36:35 2009 +++ php-src/scripts/phpize.m4 Tue Jun 2 19:54:22 2009 @@ -77,6 +77,7 @@ ],[ PHP_DEBUG=no ]) +CPPFLAGS=$old_CPPFLAGS AC_MSG_RESULT([$PHP_DEBUG]) AC_MSG_CHECKING([if zts is enabled]) -- 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) /scripts phpize.m4
janiTue Jun 2 19:54:04 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/scriptsphpize.m4 Log: MFH:- Fixed bug #48456 (CPPFLAGS not restored properly in phpize.m4) http://cvs.php.net/viewvc.cgi/php-src/scripts/phpize.m4?r1=1.17.2.3.2.5.2.7&r2=1.17.2.3.2.5.2.8&diff_format=u Index: php-src/scripts/phpize.m4 diff -u php-src/scripts/phpize.m4:1.17.2.3.2.5.2.7 php-src/scripts/phpize.m4:1.17.2.3.2.5.2.8 --- php-src/scripts/phpize.m4:1.17.2.3.2.5.2.7 Mon May 18 21:33:38 2009 +++ php-src/scripts/phpize.m4 Tue Jun 2 19:54:03 2009 @@ -77,6 +77,7 @@ ],[ PHP_DEBUG=no ]) +CPPFLAGS=$old_CPPFLAGS AC_MSG_RESULT([$PHP_DEBUG]) AC_MSG_CHECKING([if zts is enabled]) -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP-CVS] cvs: php-src /scripts phpize.m4
janiTue Jun 2 19:53:29 2009 UTC Modified files: /php-src/scriptsphpize.m4 Log: - Fixed bug #48456 (CPPFLAGS not restored properly in phpize.m4) http://cvs.php.net/viewvc.cgi/php-src/scripts/phpize.m4?r1=1.32&r2=1.33&diff_format=u Index: php-src/scripts/phpize.m4 diff -u php-src/scripts/phpize.m4:1.32 php-src/scripts/phpize.m4:1.33 --- php-src/scripts/phpize.m4:1.32 Mon May 18 21:28:42 2009 +++ php-src/scripts/phpize.m4 Tue Jun 2 19:53:29 2009 @@ -77,6 +77,7 @@ ],[ PHP_DEBUG=no ]) +CPPFLAGS=$old_CPPFLAGS AC_MSG_RESULT([$PHP_DEBUG]) AC_MSG_CHECKING([if zts is enabled]) -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP-CVS] cvs: phpruntests /src/testrun rtPhpTestRun.php
zoe Tue Jun 2 19:52:53 2009 UTC Modified files: /phpruntests/src/testrunrtPhpTestRun.php Log: Replacing status array with status object http://cvs.php.net/viewvc.cgi/phpruntests/src/testrun/rtPhpTestRun.php?r1=1.9&r2=1.10&diff_format=u Index: phpruntests/src/testrun/rtPhpTestRun.php diff -u phpruntests/src/testrun/rtPhpTestRun.php:1.9 phpruntests/src/testrun/rtPhpTestRun.php:1.10 --- phpruntests/src/testrun/rtPhpTestRun.php:1.9Mon May 25 12:46:57 2009 +++ phpruntests/src/testrun/rtPhpTestRun.phpTue Jun 2 19:52:53 2009 @@ -88,10 +88,13 @@ $testFile = new rtPhpTestFile(); $testFile->doRead($testName); $testFile->normaliseLineEndings($testName); + +$testStatus = new rtTestStatus(); +$testStatus->setTestName($testFile->getTestName()); if ($testFile->arePreconditionsMet()) { -$testCase = new rtPhpTest($testFile->getContents(), $testFile->getTestName(), $testFile->getSectionHeadings(), $runConfiguration); +$testCase = new rtPhpTest($testFile->getContents(), $testFile->getTestName(), $testFile->getSectionHeadings(), $runConfiguration, $testStatus); //Setup and set the local environment for the test case $testCase->executeTest($runConfiguration); -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP-CVS] cvs: CVSROOT / avail
rasmus Tue Jun 2 17:44:41 2009 UTC Modified files: /CVSROOTavail Log: Karma for Garret http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1534&r2=1.1535&diff_format=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.1534 CVSROOT/avail:1.1535 --- CVSROOT/avail:1.1534Tue Jun 2 14:26:23 2009 +++ CVSROOT/avail Tue Jun 2 17:44:41 2009 @@ -17,7 +17,7 @@ # The PHP Developers have full access to the full source trees for # PHP, as well as the documentation. -avail|mbeccati,dkelsey,ilewis,mkoppanen,lstrojny,dharmap,kraghuba,stevseea,colder,lwe,auroraeosrose,mike,rolland,cawa,msisolak,alan_k,rrichards,tal,mfischer,fmk,hirokawa,jah,eschmid,dbeu,sebastian,samjam,avsm,ronabob,derick,sterling,venaas,stas,hholzgra,cmv,phildriscoll,jmoore,andre,jani,sr,david,jdonagher,chagenbu,jon,elixer,joosters,jason,mysql,kalowsky,opaquedave,steinm,phanto,gluke,svanegmond,rjs,vlad,jimjag,emile,ericstewart,wez,sasha,camber,ohrn,romolo,martin,lurcher,wsanchez,dreid,bmcadams,swm,zhang,kevin,joey,entity,cardinal,coar,jflemer,raphael,danda,rbb,mboeren,dougm,edink,alexwaugh,bernd,zak,sesser,yohgaki,imajes,markonen,dickmeiss,helly,sander,jan,kir,aaron,jwoolley,pbannister,rvenkat,dali,rodif_bl,hyanantha,witten,georg,msopacua,mpdoremus,fujimoto,iliaa,chregu,azzit,gschlossnagle,andrey,dan,moriyoshi,dviner,bfrance,flex,iwakiri,john,harrie,pollita,ianh,k.schroeder,dcowgill,jerenkrantz,jay,ddhill,jorton,thetaphi,abies,vincent,goba,dmitry,pajoye,shie,rafi,magnus,! tony2001,johannes,dbs,skoduru,nrathna,jesus,gopalv,bjori,nlopess,wrowe,shire,zoe,scottmac,t2man,dsp,davidw,ab5602,nicholsr,lsmith,cellog,davidc,felipe,robinf,jmessa,philip,sixd,gwynne,ant,kalle,mattwil,sfox,hnangelo,ohill,indeyets,felixdv,mich4ld,lbarnaud,cseiler,sean,tabe,sebs|phpfi,php3,php-src,pecl,non-pecl,spl,phpdoc,phpdoc-ar,phpdoc-bg,phpdoc-cs,phpdoc-da,phpdoc-de,phpdoc-el,phpdoc-es,phpdoc-fa,phpdoc-fi,phpdoc-fr,phpdoc-he,phpdoc-hk,phpdoc-hu,phpdoc-id,phpdoc-it,phpdoc-ja,phpdoc-kr,phpdoc-lt,phpdoc-nl,phpdoc-pl,phpdoc-pt_BR,phpdoc-pt,phpdoc-ro,phpdoc-ru,phpdoc-sk,phpdoc-sl,phpdoc-sv,phpdoc-tr,phpdoc-tw,phpdoc-zh,phpdoc-ca,phpdoc-no,phd,docweb,doc-editor +avail|mbeccati,dkelsey,ilewis,mkoppanen,lstrojny,dharmap,kraghuba,stevseea,colder,lwe,auroraeosrose,mike,rolland,cawa,msisolak,alan_k,rrichards,tal,mfischer,fmk,hirokawa,jah,eschmid,dbeu,sebastian,samjam,avsm,ronabob,derick,sterling,venaas,stas,hholzgra,cmv,phildriscoll,jmoore,andre,jani,sr,david,jdonagher,chagenbu,jon,elixer,joosters,jason,mysql,kalowsky,opaquedave,steinm,phanto,gluke,svanegmond,rjs,vlad,jimjag,emile,ericstewart,wez,sasha,camber,ohrn,romolo,martin,lurcher,wsanchez,dreid,bmcadams,swm,zhang,kevin,joey,entity,cardinal,coar,jflemer,raphael,danda,rbb,mboeren,dougm,edink,alexwaugh,bernd,zak,sesser,yohgaki,imajes,markonen,dickmeiss,helly,sander,jan,kir,aaron,jwoolley,pbannister,rvenkat,dali,rodif_bl,hyanantha,witten,georg,msopacua,mpdoremus,fujimoto,iliaa,chregu,azzit,gschlossnagle,andrey,dan,moriyoshi,dviner,bfrance,flex,iwakiri,john,harrie,pollita,ianh,k.schroeder,dcowgill,jerenkrantz,jay,ddhill,jorton,thetaphi,abies,vincent,goba,dmitry,pajoye,shie,rafi,magnus,! tony2001,johannes,dbs,skoduru,nrathna,jesus,gopalv,bjori,nlopess,wrowe,shire,zoe,scottmac,t2man,dsp,davidw,ab5602,nicholsr,lsmith,cellog,davidc,felipe,robinf,jmessa,philip,sixd,gwynne,ant,kalle,mattwil,sfox,hnangelo,ohill,indeyets,felixdv,mich4ld,lbarnaud,cseiler,sean,tabe,sebs,garretts|phpfi,php3,php-src,pecl,non-pecl,spl,phpdoc,phpdoc-ar,phpdoc-bg,phpdoc-cs,phpdoc-da,phpdoc-de,phpdoc-el,phpdoc-es,phpdoc-fa,phpdoc-fi,phpdoc-fr,phpdoc-he,phpdoc-hk,phpdoc-hu,phpdoc-id,phpdoc-it,phpdoc-ja,phpdoc-kr,phpdoc-lt,phpdoc-nl,phpdoc-pl,phpdoc-pt_BR,phpdoc-pt,phpdoc-ro,phpdoc-ru,phpdoc-sk,phpdoc-sl,phpdoc-sv,phpdoc-tr,phpdoc-tw,phpdoc-zh,phpdoc-ca,phpdoc-no,phd,docweb,doc-editor # Some people have access to tests in the Engine avail|ilewis,magnus,michael,zoe,jmessa,sfox,tomerc,felixdv|Zend/tests,ZendEngine2/tests -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP-CVS] cvs: CVSROOT / avail
derick Tue Jun 2 14:26:24 2009 UTC Modified files: /CVSROOTavail Log: - Give Michael pecl/cairo karma. http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1533&r2=1.1534&diff_format=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.1533 CVSROOT/avail:1.1534 --- CVSROOT/avail:1.1533Sat May 30 12:43:27 2009 +++ CVSROOT/avail Tue Jun 2 14:26:23 2009 @@ -292,7 +292,7 @@ avail|graham,myang|pecl/optimizer avail|joonas|pecl/llvm avail|indeyets|pecl/spread,pecl/xslcache -avail|akshat|pecl/cairo +avail|akshat,mgdm|pecl/cairo avail|txforward|pecl/txforward avail|smantoor|php-src/ext/standard,php-src/ext/date avail|guilhermeblanco|phpweb -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP-CVS] cvs: php-src /ext/standard/tests/strings str_getcsv_001.phpt
iliaa Tue Jun 2 12:20:24 2009 UTC Modified files: /php-src/ext/standard/tests/strings str_getcsv_001.phpt Log: -- Fixed test http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/strings/str_getcsv_001.phpt?r1=1.1&r2=1.2&diff_format=u Index: php-src/ext/standard/tests/strings/str_getcsv_001.phpt diff -u php-src/ext/standard/tests/strings/str_getcsv_001.phpt:1.1 php-src/ext/standard/tests/strings/str_getcsv_001.phpt:1.2 --- php-src/ext/standard/tests/strings/str_getcsv_001.phpt:1.1 Sun Nov 2 18:20:57 2008 +++ php-src/ext/standard/tests/strings/str_getcsv_001.phpt Tue Jun 2 12:20:24 2009 @@ -105,11 +105,11 @@ - array(1) { [0]=> - unicode(0) "" + NULL } - array(1) { [0]=> - unicode(0) "" + NULL } - -- 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/standard/tests/strings str_getcsv_001.phpt
iliaa Tue Jun 2 12:19:34 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard/tests/strings str_getcsv_001.phpt Log: Fixed test http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/strings/str_getcsv_001.phpt?r1=1.1.2.2&r2=1.1.2.3&diff_format=u Index: php-src/ext/standard/tests/strings/str_getcsv_001.phpt diff -u php-src/ext/standard/tests/strings/str_getcsv_001.phpt:1.1.2.2 php-src/ext/standard/tests/strings/str_getcsv_001.phpt:1.1.2.3 --- php-src/ext/standard/tests/strings/str_getcsv_001.phpt:1.1.2.2 Sun Nov 2 18:24:34 2008 +++ php-src/ext/standard/tests/strings/str_getcsv_001.phpt Tue Jun 2 12:19:34 2009 @@ -105,11 +105,11 @@ - array(1) { [0]=> - string(0) "" + NULL } - array(1) { [0]=> - string(0) "" + NULL } - -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP-CVS] cvs: phpruntests /src/testcase rtTestStatus.php
zoe Tue Jun 2 11:49:58 2009 UTC Added files: /phpruntests/src/testcase rtTestStatus.php Log: adding a teststatus object http://cvs.php.net/viewvc.cgi/phpruntests/src/testcase/rtTestStatus.php?view=markup&rev=1.1 Index: phpruntests/src/testcase/rtTestStatus.php +++ phpruntests/src/testcase/rtTestStatus.php * @author Stefan Priebsch * @copyright 2009 The PHP Group * @licensehttp://www.php.net/license/3_01.txt PHP License 3.01 * */ class rtTestStatus { } ?> -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP-CVS] cvs: phpruntests /src/testcase rtPhpTest.php
zoe Tue Jun 2 11:49:35 2009 UTC Modified files: /phpruntests/src/testcase rtPhpTest.php Log: adding a teststatus object http://cvs.php.net/viewvc.cgi/phpruntests/src/testcase/rtPhpTest.php?r1=1.9&r2=1.10&diff_format=u Index: phpruntests/src/testcase/rtPhpTest.php diff -u phpruntests/src/testcase/rtPhpTest.php:1.9 phpruntests/src/testcase/rtPhpTest.php:1.10 --- phpruntests/src/testcase/rtPhpTest.php:1.9 Mon May 25 12:46:57 2009 +++ phpruntests/src/testcase/rtPhpTest.php Tue Jun 2 11:49:35 2009 @@ -19,17 +19,19 @@ private $testName; private $contents; private $status; +private $testStatus; private $output; private $sections; private $fileSection; private $expectSection; private $sectionHeadings; -public function __construct(array $contents, $testName, $sectionHeadings, $runConfiguration) +public function __construct(array $contents, $testName, $sectionHeadings, $runConfiguration, $testStatus) { $this->contents = $contents; $this->testName = $testName; $this->sectionHeadings = $sectionHeadings; +$this->testStatus = $testStatus; $this->parse(); $this->init($runConfiguration); } -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP-CVS] cvs: phpruntests /src rtClassMap.php
zoe Tue Jun 2 08:03:32 2009 UTC Modified files: /phpruntests/srcrtClassMap.php Log: new status class http://cvs.php.net/viewvc.cgi/phpruntests/src/rtClassMap.php?r1=1.11&r2=1.12&diff_format=u Index: phpruntests/src/rtClassMap.php diff -u phpruntests/src/rtClassMap.php:1.11 phpruntests/src/rtClassMap.php:1.12 --- phpruntests/src/rtClassMap.php:1.11 Mon May 25 12:48:40 2009 +++ phpruntests/src/rtClassMap.php Tue Jun 2 08:03:32 2009 @@ -1,20 +1,10 @@ - * @author Stefan Priebsch - * @copyright 2009 The PHP Group - * @licensehttp://www.php.net/license/3_01.txt PHP License 3.01 - * */ $rtClassMap = array( 'rtEnvironmentException' => 'configuration/exceptions/rtEnvironmentException.php', @@ -73,6 +63,7 @@ 'rtTestOutputWriter' => 'testcase/rtTestOutputWriter.php', 'rtTestPreCondition' => 'testcase/rtTestPreCondition.php', 'rtTestResults'=> 'testcase/rtTestResults.php', +'rtTestStatus' => 'testcase/rtTestStatus.php', 'rtArgsSection'=> 'testcase/sections/configurationsections/rtArgsSection.php', 'rtCookieSection' => 'testcase/sections/configurationsections/rtCookieSection.php', 'rtDeflatePostSection' => 'testcase/sections/configurationsections/rtDeflatePostSection.php', -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php