[PHP-CVS] Re: cvs: php-src(PHP_5_3) /ext/phar/tests ini_set.phpt

2008-12-09 Thread Gregory Beaver
Hannes Magnusson wrote: bjori Tue Dec 9 13:02:40 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/phar/tests ini_set.phpt Log: MFH: fix test http://cvs.php.net/viewvc.cgi/php-src/ext/phar/tests/ini_set.phpt?r1=1.4.2.1r2=1.4.2.2diff_format=u

[PHP-CVS] Re: cvs: php-src /ext/phar/tests phar_oo_005.phpt

2008-10-25 Thread Gregory Beaver
Alexey Zakhlestin wrote: indeyets Tue Oct 21 13:00:30 2008 UTC Modified files: /php-src/ext/phar/tests phar_oo_005.phpt Log: MFB: proper check for php-version

[PHP-CVS] Re: cvs: php-src(PHP_5_2) / NEWS /ext/spl spl_array.c /ext/spl/tests array_026.phpt

2008-10-05 Thread Gregory Beaver
Etienne Kneuss wrote: http://cvs.php.net/viewvc.cgi/php-src/ext/spl/tests/array_026.phpt?view=markuprev=1.1 Index: php-src/ext/spl/tests/array_026.phpt +++ php-src/ext/spl/tests/array_026.phpt --TEST-- SPL: ArrayObject indirect offsetGet overwriting EG(uninitialized_zvar_ptr) --FILE-- ?php

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

2008-09-13 Thread Gregory Beaver
Arnaud Le Blanc wrote: lbarnaud Fri Sep 12 16:09:01 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/phar/pharpharcommand.inc Log: MFH: make pharcommand.inc works without ereg

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/phar/tests/zip corrupt_010.phpt/ext/phar/tests/zip/files corrupt3.php.inc corrupt_zipmaker.php.inc disknumber.zipextralen_toolong.zip

2008-08-18 Thread Gregory Beaver
Antony Dovgal wrote: On 12.08.2008 02:43, Greg Beaver wrote: cellogMon Aug 11 22:43:02 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/phar/tests/zipcorrupt_010.phpt /php-src/ext/phar/tests/zip/filesdisknumber.zip Modified files:

[PHP-CVS] Re: cvs: php-src(PHP_5_3) /ext/phar phar.c tar.c zip.c /ext/phar/tests cached_manifest_1.phpt

2008-06-19 Thread Gregory Beaver
Steph Fox wrote: sfox Wed Jun 18 15:06:50 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/phar phar.c tar.c zip.c /php-src/ext/phar/tests cached_manifest_1.phpt Log: - Kill 10 MSVC compiler warnings due to type conflict - Make cached

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

2008-04-11 Thread Gregory Beaver
Hannes Magnusson wrote: bjori Fri Apr 11 21:57:58 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/win32/build mkdist.php Log: MFH: Update URL for go-pear

[PHP-CVS] Re: cvs: php-src / README.UNICODE-UPGRADES /main snprintf.c spprintf.c

2008-02-07 Thread Gregory Beaver
Marcus Boerger wrote: helly Thu Feb 7 18:40:29 2008 UTC Modified files: /php-src README.UNICODE-UPGRADES /php-src/main snprintf.c spprintf.c Log: - Add %Z to *printf

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/zip Makefile.frag config.m4

2008-01-17 Thread Gregory Beaver
Jani Taskinen wrote: Exactly what are you trying to fix here? This is not PECL, this is core and it works fine here! This change installs 4 .h files so that libzip symbols are exported when the zip extension is installed. Greg -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe,

[PHP-CVS] Re: cvs: php-src(PHP_5_2) /ext/zip config.w32 /ext/zip/lib zip.h zip_add.c zip_add_dir.c zip_close.c zip_delete.c zip_dirent.c zip_entry_free.c zip_entry_new.c zip_error.c zip_error_clear.c

2008-01-11 Thread Gregory Beaver
Greg Beaver wrote: cellogSat Jan 12 03:43:06 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/zip config.w32 /php-src/ext/zip/lib zip.h zip_add.c zip_add_dir.c zip_close.c zip_delete.c zip_dirent.c

Re: [PHP-CVS] cvs: php-src(PHP_5_2) / run-tests.php

2008-01-09 Thread Gregory Beaver
Antony Dovgal wrote: Hello Greg. tests/basic/026.phpt fails after these patches. Either the test is wrong or the patches have b0rked it. Please take a look. --- 003+ string(9) a=1b=ZYX 003- string(10) a=1b=ZYX 004- --- Hi Tony, The

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

2007-08-17 Thread Gregory Beaver
Hi, typo alert (inline) Dmitry Stogov wrote: dmitryFri Aug 17 17:12:29 2007 UTC Modified files: /php-src README.namespaces Log: Added examples http://cvs.php.net/viewvc.cgi/php-src/README.namespaces?r1=1.4r2=1.5diff_format=u Index: