[PHP-CVS] cvs: php-src(PHP_5_1) / NEWS /ext/soap php_encoding.c php_schema.c /ext/soap/tests/bugs bug35142.phpt bug35142.wsdl

2005-11-08 Thread Dmitry Stogov
dmitry Tue Nov 8 03:30:21 2005 EDT Added files: (Branch: PHP_5_1) /php-src/ext/soap/tests/bugsbug35142.phpt bug35142.wsdl Modified files: /php-srcNEWS /php-src/ext/soap php_encoding.c php_schema.c Log: Fixed bug #35142

Re: [PHP-CVS] cvs: php-src /ext/standard Makefile.frag url_scanner_ex.c var_unserializer.c

2005-11-08 Thread Marcus Boerger
Hello Jani, Tuesday, November 8, 2005, 1:02:55 AM, you wrote: http://cvs.php.net/diff.php/php-src/ext/standard/Makefile.frag?r1=1.9r2=1.10ty=u Index: php-src/ext/standard/Makefile.frag diff -u php-src/ext/standard/Makefile.frag:1.9 php-src/ext/standard/Makefile.frag:1.10 ---

[PHP-CVS] cvs: php-src /ext/soap php_encoding.c php_schema.c /ext/soap/tests/bugs bug35142.phpt bug35142.wsdl

2005-11-08 Thread Dmitry Stogov
dmitry Tue Nov 8 03:36:51 2005 EDT Modified files: /php-src/ext/soap php_encoding.c php_schema.c /php-src/ext/soap/tests/bugsbug35142.phpt bug35142.wsdl Log: Fixed bug #35142 (SOAP Client/Server Complex Object Support)

Re: [PHP-CVS] cvs: php-src /ext/standard Makefile.frag url_scanner_ex.c var_unserializer.c

2005-11-08 Thread Jani Taskinen
On Tue, 8 Nov 2005, Marcus Boerger wrote: We still have the stdout lines, shouldn't we be using the -o switch to chnage that? So that's the option to get rid of those. :) What should it be set to? --Jani -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP-CVS] cvs: php-src /ext/standard Makefile.frag

2005-11-08 Thread Jani Taskinen
sniper Tue Nov 8 07:34:18 2005 EDT Modified files: /php-src/ext/standard Makefile.frag Log: - use the target file name as output file instead of stdout http://cvs.php.net/diff.php/php-src/ext/standard/Makefile.frag?r1=1.10r2=1.11ty=u Index:

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

2005-11-08 Thread Jani Taskinen
sniper Tue Nov 8 07:35:02 2005 EDT Modified files: /php-src/ext/standard var_unserializer.c url_scanner_ex.c Log: - Use the source file as output filename instead of stdout

Re: [PHP-CVS] cvs: php-src /ext/standard Makefile.frag url_scanner_ex.c var_unserializer.c

2005-11-08 Thread Marcus Boerger
Hello Jani, the name of the file you are generating. Righ now you want: re2c -b -o $@ relfile.re $@ Probably in gcov mode we need something different, i don't know yet. All i can tell right now is that re2c offers the new -i switch which suppresses the #line output. regards marcus Tuesday,

Re: [PHP-CVS] cvs: php-src /ext/standard Makefile.frag url_scanner_ex.c var_unserializer.c

2005-11-08 Thread Jani Taskinen
If it's done like that, it's not gonna have all #line's to have relative path. The way it is now works fine. --Jani On Tue, 8 Nov 2005, Marcus Boerger wrote: Hello Jani, the name of the file you are generating. Righ now you want: re2c -b -o $@ relfile.re $@ Probably in

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/mysqli mysqli_api.c

2005-11-08 Thread Andrey Hristov
andrey Tue Nov 8 08:50:54 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/mysqli mysqli_api.c Log: on 32bit platform if the column is UNSIGNED INT(11) and the value is greater than 2^31-1 then convert to string. on 64bit this is of no problem because

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

2005-11-08 Thread Rui Hirokawa
hirokawaTue Nov 8 09:00:52 2005 EDT Modified files: (Branch: PHP_4_4) /php-srcNEWS Log: NEWS updated. http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1247.2.920.2.73r2=1.1247.2.920.2.74ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1247.2.920.2.73

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/mysqli/tests 009.phpt

2005-11-08 Thread Andrey Hristov
andrey Tue Nov 8 09:06:41 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/mysqli/tests 009.phpt Log: fix test - putting signed into unsigned produces 0, if not in strict mode (in strict mode this will fail)

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

2005-11-08 Thread Andrey Hristov
andrey Tue Nov 8 09:10:25 2005 EDT Modified files: (Branch: PHP_5_1) /php-srcNEWS Log: BFN http://cvs.php.net/diff.php/php-src/NEWS?r1=1.2027.2.181r2=1.2027.2.182ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.181 php-src/NEWS:1.2027.2.182 ---

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

2005-11-08 Thread Derick Rethans
On Tue, 8 Nov 2005, Rui Hirokawa wrote: hirokawa Tue Nov 8 09:00:52 2005 EDT Modified files: (Branch: PHP_4_4) /php-src NEWS Log: NEWS updated. http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1247.2.920.2.73r2=1.1247.2.920.2.74ty=u Index:

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/mysqli/tests 009.phpt

2005-11-08 Thread Andrey Hristov
andrey Tue Nov 8 09:43:55 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/mysqli/tests 009.phpt Log: test fetching of unsigned int(11) http://cvs.php.net/diff.php/php-src/ext/mysqli/tests/009.phpt?r1=1.6.2.3r2=1.6.2.4ty=u Index:

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

2005-11-08 Thread Rui Hirokawa
hirokawaTue Nov 8 09:44:10 2005 EDT Modified files: (Branch: PHP_4_4) /php-srcNEWS Log: fixed the order. http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1247.2.920.2.74r2=1.1247.2.920.2.75ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1247.2.920.2.74

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

2005-11-08 Thread Rui Hirokawa
hirokawaTue Nov 8 09:45:04 2005 EDT Modified files: (Branch: PHP_5_0) /php-srcNEWS Log: NEWS updated. http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1760.2.510r2=1.1760.2.511ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1760.2.510

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

2005-11-08 Thread Rui Hirokawa
hirokawaTue Nov 8 09:47:51 2005 EDT Modified files: (Branch: PHP_5_1) /php-srcNEWS Log: NEWS updated. http://cvs.php.net/diff.php/php-src/NEWS?r1=1.2027.2.182r2=1.2027.2.183ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.182

[PHP-CVS] cvs: php-src / genfiles

2005-11-08 Thread Jani Taskinen
sniper Tue Nov 8 10:54:23 2005 EDT Modified files: /php-srcgenfiles Log: - Make sure parse_date.c is free of #line directives in releases http://cvs.php.net/diff.php/php-src/genfiles?r1=1.22r2=1.23ty=u Index: php-src/genfiles diff -u php-src/genfiles:1.22

[PHP-CVS] cvs: php-src(PHP_5_1) / genfiles

2005-11-08 Thread Jani Taskinen
sniper Tue Nov 8 10:54:49 2005 EDT Modified files: (Branch: PHP_5_1) /php-srcgenfiles Log: MFH http://cvs.php.net/diff.php/php-src/genfiles?r1=1.22r2=1.22.2.1ty=u Index: php-src/genfiles diff -u php-src/genfiles:1.22 php-src/genfiles:1.22.2.1 ---

[PHP-CVS] cvs: php-src / .cvsignore Makefile.gcov NEWS

2005-11-08 Thread Jani Taskinen
sniper Tue Nov 8 11:43:10 2005 EDT Modified files: /php-src.cvsignore Makefile.gcov NEWS Log: - Fixed --enable-gcov to work with VPATH builds too http://cvs.php.net/diff.php/php-src/.cvsignore?r1=1.51r2=1.52ty=u Index: php-src/.cvsignore diff -u

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

2005-11-08 Thread Jani Taskinen
sniper Tue Nov 8 11:53:55 2005 EDT Modified files: (Branch: PHP_4_4) /php-srcNEWS Log: fix news http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1247.2.920.2.75r2=1.1247.2.920.2.76ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1247.2.920.2.75

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

2005-11-08 Thread Jani Taskinen
Was the actual fix in some other commit that I don't see..? Or was this fixed long time ago but didn't have a NEWS entry? --Jani On Tue, 8 Nov 2005, Rui Hirokawa wrote: hirokawaTue Nov 8 09:47:51 2005 EDT Modified files: (Branch: PHP_5_1)

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

2005-11-08 Thread Jani Taskinen
sniper Tue Nov 8 11:57:11 2005 EDT Modified files: (Branch: PHP_5_1) /php-srcNEWS Log: FBFN http://cvs.php.net/diff.php/php-src/NEWS?r1=1.2027.2.183r2=1.2027.2.184ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.183 php-src/NEWS:1.2027.2.184 ---

[PHP-CVS] cvs: php-src /ext/pdo pdo_sql_parser.c

2005-11-08 Thread Jani Taskinen
sniper Tue Nov 8 15:12:11 2005 EDT Modified files: /php-src/ext/pdopdo_sql_parser.c Log: - Fix #line paths http://cvs.php.net/diff.php/php-src/ext/pdo/pdo_sql_parser.c?r1=1.37r2=1.38ty=u Index: php-src/ext/pdo/pdo_sql_parser.c diff -u

[PHP-CVS] cvs: php-src / genfiles

2005-11-08 Thread Jani Taskinen
sniper Tue Nov 8 15:21:40 2005 EDT Modified files: /php-srcgenfiles Log: More files to have #line directives stripped for release http://cvs.php.net/diff.php/php-src/genfiles?r1=1.23r2=1.24ty=u Index: php-src/genfiles diff -u php-src/genfiles:1.23

[PHP-CVS] cvs: php-src(PHP_5_1) / genfiles

2005-11-08 Thread Jani Taskinen
sniper Tue Nov 8 15:21:47 2005 EDT Modified files: (Branch: PHP_5_1) /php-srcgenfiles Log: MFH http://cvs.php.net/diff.php/php-src/genfiles?r1=1.22.2.1r2=1.22.2.2ty=u Index: php-src/genfiles diff -u php-src/genfiles:1.22.2.1 php-src/genfiles:1.22.2.2 ---

[PHP-CVS] cvs: php-src /ext/pdo_sqlite/sqlite/src parse.c

2005-11-08 Thread Jani Taskinen
sniper Tue Nov 8 15:25:17 2005 EDT Modified files: /php-src/ext/pdo_sqlite/sqlite/src parse.c Log: nuke #line directives. http://cvs.php.net/diff.php/php-src/ext/pdo_sqlite/sqlite/src/parse.c?r1=1.10r2=1.11ty=u Index: php-src/ext/pdo_sqlite/sqlite/src/parse.c

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

2005-11-08 Thread Nuno Lopes
And what about flex/bison parsers? - Original Message - sniper Tue Nov 8 15:21:40 2005 EDT Modified files: /php-src genfiles Log: More files to have #line directives stripped for release http://cvs.php.net/diff.php/php-src/genfiles?r1=1.23r2=1.24ty=u Index: php-src/genfiles

[PHP-CVS] cvs: php-src / Makefile.gcov gen_php_cov

2005-11-08 Thread Jani Taskinen
sniper Tue Nov 8 15:27:11 2005 EDT Removed files: /php-srcgen_php_cov Modified files: /php-srcMakefile.gcov Log: - Moved gen_php_cov functionality into the Makefile. Doing 'make lcov' will run the test suite and create the code

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

2005-11-08 Thread Jani Taskinen
Be more precise, which ones? :) The relevant ones are handled in the beginning of this file. --Jani On Tue, 8 Nov 2005, Nuno Lopes wrote: And what about flex/bison parsers? - Original Message - sniper Tue Nov 8 15:21:40 2005 EDT Modified files: /php-src

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

2005-11-08 Thread Nuno Lopes
Zend ones. Zend/zend_ini_scanner.c, language_parser, ini_parser,etc .. 'grep -lr #line *' shows all them :) Nuno - Original Message - Be more precise, which ones? :) The relevant ones are handled in the beginning of this file. --Jani On Tue, 8 Nov 2005, Nuno Lopes

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

2005-11-08 Thread Jani Taskinen
This genfiles does produce #line free files. You need to do './cvsclean' first though. :) --Jani On Tue, 8 Nov 2005, Nuno Lopes wrote: Zend ones. Zend/zend_ini_scanner.c, language_parser, ini_parser,etc .. 'grep -lr #line *' shows all them :) Nuno - Original Message

[PHP-CVS] cvs: php-src /ext/date/lib parse_date.c

2005-11-08 Thread Jani Taskinen
sniper Tue Nov 8 17:46:04 2005 EDT Modified files: /php-src/ext/date/lib parse_date.c Log: - Change paths to be relative # # Derick, don't forget to move the .re file into this same directory! # # This was the 2nd last piece of making the

[PHP-CVS] cvs: php-src / Makefile.global

2005-11-08 Thread Jani Taskinen
sniper Wed Nov 9 00:41:11 2005 EDT Modified files: /php-srcMakefile.global Log: Cleanup the code coverage files http://cvs.php.net/diff.php/php-src/Makefile.global?r1=1.62r2=1.63ty=u Index: php-src/Makefile.global diff -u php-src/Makefile.global:1.62