[PHP-CVS] cvs: php-src(PHP_5_2) /ext/pdo_dblib dblib_driver.c dblib_stmt.c

2009-03-20 Thread Steph Fox
sfoxFri Mar 20 22:14:17 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/pdo_dblib dblib_driver.c dblib_stmt.c Log: MFH: Fixed bug #38805 ( PDO Truncates Text from SQL Server Text Data Type Field) - Bring behaviour into line with ext/mssql

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

2009-03-20 Thread Steph Fox
is wrong for angle0) (Martin McNickle) +- Fixed bug #38805 (PDO truncates text from SQL Server text data type field) (Steph) 26 Feb 2009, PHP 5.2.9 - Changed __call() to be invoked on private/protected method access, similar to -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe

[PHP-CVS] cvs: php-src /ext/pdo_dblib dblib_driver.c dblib_stmt.c

2009-03-19 Thread Steph Fox
sfoxThu Mar 19 22:15:04 2009 UTC Modified files: /php-src/ext/pdo_dblib dblib_driver.c dblib_stmt.c Log: - Fix bug #38805 ( PDO Truncates Text from SQL Server Text Data Type Field) - Bring behaviour into line with ext/mssql - Several memleaks plugged

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

2009-03-19 Thread Steph Fox
--- EXTENSION: phar -PRIMARY MAINTAINER: Greg Beaver cel...@php.net, Marcus Börger he...@php.net +PRIMARY MAINTAINER: Greg Beaver cel...@php.net, Marcus Börger he...@php.net, Steph Fox s...@php.net MAINTENANCE

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/pdo_dblib dblib_driver.c dblib_stmt.c

2009-03-19 Thread Steph Fox
sfoxThu Mar 19 22:16:29 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pdo_dblib dblib_driver.c dblib_stmt.c Log: MFH - Fix bug #38805 ( PDO Truncates Text from SQL Server Text Data Type Field) - Bring behaviour into line with ext/mssql -

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

2009-01-28 Thread Steph Fox
sfoxWed Jan 28 17:23:28 2009 UTC Modified files: (Branch: PHP_5_3) /php-srcUPGRADING Log: - Skeleton version taken directly from the scratchpad and tidied. @Lukas, Johannes: This is nowhere near complete, and may contain entries that would be happier in

Re: [PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/standard basic_functions.c /main SAPI.h main.c /sapi/cgi cgi_main.c /sapi/cli php_cli.c /sapi/embed php_embed.c

2009-01-04 Thread Steph Fox
forever ago? What did I miss? - Steph ps Happy new year Stas ;) -- Stanislav Malyshev, Zend Software Architect s...@zend.com http://www.zend.com/ (408)253-8829 MSN: s...@zend.com -- 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) /win32/build configure.bat

2008-12-08 Thread Steph Fox
Hey Pierre, Can I query this? configure.bat is already in the top-level dir, where people would generally expect to call configure... why do you need a copy in win32/build? - Steph - Original Message - From: Pierre-Alain Joye [EMAIL PROTECTED] To: php-cvs@lists.php.net Sent

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

2008-12-08 Thread Steph Fox
configure.bat is already in the top-level dir, where people would generally expect to call configure... why do you need a copy in win32/build? It is not and should not be, unless a buildconf has be ran. OK, so long as it ends up in the standard place I'm happy :) - Steph -- PHP CVS

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/phar config.m4 util.c

2008-11-04 Thread Steph Fox
. HAVE_HASH_EXT is at least automatic...! Since I cannot test on windows I need windows developers like zou to fix it. I haven't been able to test 5.3 in months.. I'll fix/test/merge out of PECL 5.2 once it's working under *nix, but currently it doesn't seem to be working anywhere :) - Steph

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/phar config.m4 util.c

2008-11-04 Thread Steph Fox
to phar_deps in phar.c (as ZEND_MOD_OPTIONAL). And config.w32 needs updating to define PHAR_HASH_OK, since there'll be zero hash support under doze otherwise. HAVE_HASH_EXT is at least automatic...! - Steph - Original Message - From: Marcus Boerger [EMAIL PROTECTED] To: php-cvs

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/phar config.m4 util.c

2008-11-04 Thread Steph Fox
and thought you'd removed the first line in that block, so yes the check is now correct in config.m4. But - since when is hash not optional? - Steph -- 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/phar config.m4 util.c

2008-11-04 Thread Steph Fox
But - since when is hash not optional? It still is optional :-) Only if it is shared we cannot rely on it for higher SHA. Grr no exports. OK, gotcha now, sorry for the noise. - Steph -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

2008-11-03 Thread Steph Fox
Hi Elizabeth, I think you'll find that's version-specific. I have both those files, and they do rather different things. Can you test against both VC 6 and 9? - Steph - Original Message - From: Elizabeth Marie Smith [EMAIL PROTECTED] To: php-cvs@lists.php.net Sent: Monday, November

[PHP-CVS] cvs: php-src /ext/phar .cvsignore phar.phar

2008-09-01 Thread Steph Fox
sfoxMon Sep 1 15:48:55 2008 UTC Removed files: /php-src/ext/phar phar.phar Modified files: /php-src/ext/phar .cvsignore Log: - MFB Remove pre-made phar.phar

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

2008-09-01 Thread Steph Fox
sfoxMon Sep 1 16:32:55 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/phar config.w32 Log: I hate not being able to test. http://cvs.php.net/viewvc.cgi/php-src/ext/phar/config.w32?r1=1.27.2.7r2=1.27.2.8diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/phar/tests phar_get_supported_signatures_001.phpt phar_get_supported_signatures_001a.phpt phar_get_supported_signatures_002.phpt phar_get_supported_signatures_002a

2008-08-31 Thread Steph Fox
sfoxSun Aug 31 19:18:35 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/phar/tests phar_get_supported_signatures_001.phpt phar_get_supported_signatures_001a.phpt

[PHP-CVS] cvs: php-src /ext/phar php_phar.h

2008-08-31 Thread Steph Fox
sfoxSun Aug 31 20:55:52 2008 UTC Modified files: /php-src/ext/phar php_phar.h Log: - Note to self: don't try to second-guess Greg http://cvs.php.net/viewvc.cgi/php-src/ext/phar/php_phar.h?r1=1.18r2=1.19diff_format=u Index: php-src/ext/phar/php_phar.h diff

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/phar package.php package.xml phar.c

2008-08-31 Thread Steph Fox
extension [Greg/Steph] * add support for tar-based and zip-based phar archives [Greg] + * add support for OpenSSL-based true signatures [Greg] + * add support for signatures to tar-based phar archives [Greg] * add Phar::isFileFormat() [Greg] * add Phar::convertToExecutable(), Phar

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

2008-08-31 Thread Steph Fox
sfoxSun Aug 31 21:02:56 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/phar phar_object.c Log: - unnecessary ; We are now 100% synched - let's keep it that way!

[PHP-CVS] cvs: php-src /ext/phar/tests/cache_list/files blog.phar blog.phar.inc config.xml extracted.inc

2008-08-31 Thread Steph Fox
sfoxSun Aug 31 21:09:10 2008 UTC Modified files: /php-src/ext/phar/tests/cache_list/filesblog.phar blog.phar.inc config.xml extracted.inc Log: - Missed the files we don't use yet

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

2008-08-18 Thread Steph Fox
Uh, no you can - that's what our long discussion was about all those weeks ago, and it's also what that configuration switch is for. Since we don't have to use the OpenSSL extension to wrap the OpenSSL libraries, it's possible to link to them directly. Or at least, you *could* until this

Re: [PHP-CVS] cvs: php-src /ext/reflection php_reflection.c /ext/reflection/tests 024.phpt pecl/sdo/SCA/Bindings/atom .cvsignore Atom1.0.xsd AtomDas.php Proxy.php RequestTester.php SCA_AtomServer.php

2008-08-11 Thread Steph Fox
letter to Caroline :) (cem@) - Steph -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-CVS] cvs: php-src /ext/reflection php_reflection.c/ext/reflection/tests 024.phpt pecl/sdo/SCA/Bindings/atom .cvsignoreAtom1.0.xsd AtomDas.php Proxy.php RequestTester.php SCA_AtomServer.phpSCA

2008-08-11 Thread Steph Fox
I received the warnings when commiting: Ohh. It's supposed to just fail... - Steph -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] cvs: php-src /ext/phar config.m4

2008-08-02 Thread Steph Fox
sfoxSat Aug 2 15:37:38 2008 UTC Modified files: /php-src/ext/phar config.m4 Log: - Remove obsolete check http://cvs.php.net/viewvc.cgi/php-src/ext/phar/config.m4?r1=1.31r2=1.32diff_format=u Index: php-src/ext/phar/config.m4 diff -u

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/phar config.m4

2008-08-02 Thread Steph Fox
sfoxSat Aug 2 15:38:46 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/phar config.m4 Log: MFH Remove obsolete check (thanks Tony) http://cvs.php.net/viewvc.cgi/php-src/ext/phar/config.m4?r1=1.27.2.5r2=1.27.2.6diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/phar/phar clicommand.inc directorygraphiterator.inc directorytreeiterator.inc invertedregexiterator.inc phar.inc phar.php pharcommand.inc

2008-08-01 Thread Steph Fox
sfoxFri Aug 1 13:42:56 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/phar/phar clicommand.inc directorygraphiterator.inc directorytreeiterator.inc invertedregexiterator.inc phar.inc

[PHP-CVS] cvs: php-src /ext/phar stream.c

2008-08-01 Thread Steph Fox
sfoxFri Aug 1 16:28:19 2008 UTC Modified files: /php-src/ext/phar stream.c Log: - Merge Dmitry's changes from PHP_5_3 branch http://cvs.php.net/viewvc.cgi/php-src/ext/phar/stream.c?r1=1.32r2=1.33diff_format=u Index: php-src/ext/phar/stream.c diff -u

[PHP-CVS] cvs: php-src /ext/phar/tests/cache_list .cvsignore frontcontroller1.phpt frontcontroller10.phpt frontcontroller11.phpt frontcontroller12.phpt frontcontroller13.phpt frontcontroller14.phpt fr

2008-08-01 Thread Steph Fox
sfoxFri Aug 1 17:34:03 2008 UTC Modified files: /php-src/ext/phar/tests/cache_list .cvsignore frontcontroller1.phpt frontcontroller10.phpt frontcontroller11.phpt

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

2008-07-29 Thread Steph Fox
Hi Tony, I spent the last three days merging all three branches of the phar extension. Please can you revert these two commits until that's in, as there _will_ be merge conflicts otherwise! Thanks, - Steph - Original Message - From: Antony Dovgal [EMAIL PROTECTED] To: php-cvs

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

2008-07-29 Thread Steph Fox
Hello? :) - Original Message - From: Antony Dovgal [EMAIL PROTECTED] To: php-cvs@lists.php.net Sent: Tuesday, July 29, 2008 12:18 PM Subject: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/phar util.c tony2001 Tue Jul 29 11:18:41 2008 UTC Modified files: (Branch: PHP_5_3)

Re: [PHP-CVS] Re: cvs: php-src(PHP_5_3) /ext/sqlite3 php_sqlite3.h php_sqlite3_structs.h /ext/sqlite3/tests skipif.inc stream_test.inc

2008-07-28 Thread Steph Fox
for source files and what technical issues come up when something other than 'X' is used? Long experience has taught me that patches don't apply cleanly (if at all) when EOLs are mixed, for one. There are probably other ws-related issues arising too, but I'm unaware of them. - Steph -- PHP CVS

[PHP-CVS] cvs: php-src /ext/spl spl_directory.c spl_directory.h

2008-07-24 Thread Steph Fox
sfoxThu Jul 24 08:52:24 2008 UTC Modified files: /php-src/ext/splspl_directory.c spl_directory.h Log: - Introduce SPL_FILE_DIR_UNIXPATHS. http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_directory.c?r1=1.161r2=1.162diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/spl/tests dit_001.phpt

2008-07-24 Thread Steph Fox
sfoxThu Jul 24 08:53:56 2008 UTC Modified files: /php-src/ext/spl/tests dit_001.phpt Log: - Make test x-platform http://cvs.php.net/viewvc.cgi/php-src/ext/spl/tests/dit_001.phpt?r1=1.8r2=1.9diff_format=u Index: php-src/ext/spl/tests/dit_001.phpt diff

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

2008-07-24 Thread Steph Fox
sfoxThu Jul 24 08:55:53 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/splspl_directory.c spl_directory.h Log: MFH SPL_FILE_DIR_UNIXPATHS.

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

2008-07-24 Thread Steph Fox
sfoxThu Jul 24 08:56:51 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/spl/tests dit_001.phpt Log: MFH Make test x-platform http://cvs.php.net/viewvc.cgi/php-src/ext/spl/tests/dit_001.phpt?r1=1.3.6.5r2=1.3.6.6diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/phar phar_object.c /ext/phar/tests cached_manifest_1.phpt mounteddir.phpt phar_dir_iterate.phpt phar_extract.phpt phar_extract2.phpt phar_extract3.phpt phar_oo_00

2008-07-24 Thread Steph Fox
sfoxThu Jul 24 09:22:35 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/phar phar_object.c /php-src/ext/phar/tests cached_manifest_1.phpt mounteddir.phpt phar_dir_iterate.phpt phar_extract.phpt

Re: [PHP-CVS] cvs: php-src /win32/build confutils.js

2008-07-22 Thread Steph Fox
Hi Pierre, AC_DEFINE hasn't been called at that stage, so the call to configure_hdr.Remove does nothing. That's why there's a need to work around it. - Steph - Original Message - From: Pierre-Alain Joye [EMAIL PROTECTED] To: php-cvs@lists.php.net Sent: Monday, July 21, 2008 6:00

[PHP-CVS] cvs: php-src / run-tests.php

2008-07-22 Thread Steph Fox
; exit(1); default: @@ -517,7 +517,7 @@ -s file Write output to file. --x FIXME: STEPH WRITES THE HELP TEXT HERE!! +-x Sets 'SKIP_SLOW_TESTS' environmental variable. --verbose -v Verbose

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

2008-07-22 Thread Steph Fox
. --x FIXME: STEPH WRITES THE HELP TEXT HERE!! +-x Sets 'SKIP_SLOW_TESTS' environmental variable. --verbose -v Verbose mode. @@ -539,8 +539,10 @@ Do not delete 'all' files, 'php' test file, 'skip' or 'clean' file. ---set

[PHP-CVS] cvs: php-src /win32/build DSP.README Makefile block.template.dsw buildconf.js config.w32 confutils.js cvsclean.js projectgen.js template.dsp template.dsw

2008-07-21 Thread Steph Fox
generation still fails (as in, you ran the command and +configure again after saving, and you have a working copy of MSVS +installed, but clicking on the workspace(s) doesn't give you anything). + +- Steph [EMAIL PROTECTED] + +July 2008 http://cvs.php.net/viewvc.cgi/php-src/win32/build/block.template.dsw

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

2008-07-21 Thread Steph Fox
sfoxMon Jul 21 09:58:28 2008 UTC Modified files: /php-src/ext/standard info.c Log: MFB Make compiler/architecture info potentially cross-platform http://cvs.php.net/viewvc.cgi/php-src/ext/standard/info.c?r1=1.289r2=1.290diff_format=u Index:

[PHP-CVS] cvs: php-src /main .cvsignore config.w32.h

2008-07-21 Thread Steph Fox
sfoxMon Jul 21 10:02:08 2008 UTC Removed files: /php-src/main config.w32.h Modified files: /php-src/main .cvsignore Log: MFB Removed generated file (no longer used for .dsp builds)

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

2008-07-19 Thread Steph Fox
sfoxSat Jul 19 16:57:59 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/win32/buildconfutils.js Log: - Rejig REMOVE_TARGET - Tidy ADD_EXTENSION_DEP - Put summary output in alphabetical order

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

2008-07-19 Thread Steph Fox
sfoxSat Jul 19 19:02:59 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/win32/buildconfutils.js Log: - Fix logic in get_define() http://cvs.php.net/viewvc.cgi/php-src/win32/build/confutils.js?r1=1.60.2.1.2.8.2.26r2=1.60.2.1.2.8.2.27diff_format=u

[PHP-CVS] cvs: php-src(PHP_5_3) /win32/build block.template.dsw projectgen.js template.dsw

2008-07-19 Thread Steph Fox
sfoxSun Jul 20 01:19:45 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/win32/buildblock.template.dsw projectgen.js template.dsw Log: - Update get_define() calls to reflect earlier change in return value on failure - Rename output files (to avoid

[PHP-CVS] cvs: php-src(PHP_5_3) /win32/build Makefile buildconf.js confutils.js cvsclean.js

2008-07-19 Thread Steph Fox
sfoxSun Jul 20 02:20:31 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/win32/buildMakefile buildconf.js confutils.js cvsclean.js Log: - Happy New Year! (better late than never, eh?)

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

2008-07-18 Thread Steph Fox
sfoxFri Jul 18 15:45:04 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/win32/buildconfutils.js Log: - Make REMOVE_TARGET work in all cases

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

2008-07-18 Thread Steph Fox
sfoxFri Jul 18 17:35:37 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/win32/buildprojectgen.js Log: - Make SAPI include paths work (on my box at least)

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

2008-07-17 Thread Steph Fox
sfoxFri Jul 18 02:53:06 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/win32/buildprojectgen.js Log: - SAPIs are go. Caveat: aolserver, isapi, nsapi, pi3web and (obviously) Linux-specific modules not tested.

[PHP-CVS] cvs: php-src(PHP_5_3) /win32/build block.template.dsw projectgen.js template.dsp template.dsw

2008-07-16 Thread Steph Fox
sfoxWed Jul 16 22:25:46 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/win32/buildblock.template.dsw projectgen.js template.dsp template.dsw Log: - A bit more finesse for .dsp generation - Builds (on my box) for

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

2008-07-16 Thread Steph Fox
). - Steph [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) /win32/build confutils.js

2008-07-12 Thread Steph Fox
sfoxSat Jul 12 15:04:39 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/win32/buildconfutils.js Log: This looks more than it is due to ws/cs and minor fixes in it... - Fixes logic in dependency check - Fixes logic in AC_DEFINE error message -

[PHP-CVS] cvs: php-src(PHP_5_3) /win32/build DSP.README block.template.dsw buildconf.js config.w32 confutils.js projectgen.js template.dsp template.dsw

2008-07-09 Thread Steph Fox
sfoxWed Jul 9 08:15:46 2008 UTC Added files: (Branch: PHP_5_3) /php-src/win32/buildDSP.README block.template.dsw projectgen.js template.dsp template.dsw Modified files: /php-src/win32/build

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

2008-07-09 Thread Steph Fox
sfoxWed Jul 9 08:17:03 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/win32 .cvsignore Log: - Add generated files to .cvsignore http://cvs.php.net/viewvc.cgi/php-src/win32/.cvsignore?r1=1.8r2=1.8.6.1diff_format=u Index: php-src/win32/.cvsignore

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /win32/build DSP.README block.template.dsw buildconf.js config.w32 confutils.js projectgen.js template.dsp template.dsw

2008-07-09 Thread Steph Fox
? - Steph -- 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/phar/tests phar_oo_005.phpt refcount1.phpt /ext/phar/tests/tar refcount1.phpt /ext/phar/tests/zip refcount1.phpt

2008-07-09 Thread Steph Fox
Whoa, hang on Etienne, that's actually different behaviour... you used to get 'string(21) phar_oo_test.phar.php' and now you get 'string(5) a.php'? Can you explain? Thanks, - Steph - Original Message - From: Etienne Kneuss [EMAIL PROTECTED] To: php-cvs@lists.php.net Sent

[PHP-CVS] Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src(PHP_5_3) /win32/build DSP.README block.template.dsw buildconf.js config.w32 confutils.js projectgen.js template.dsp template.dsw

2008-07-09 Thread Steph Fox
over it again. - Steph -- 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 projectgen.js

2008-07-09 Thread Steph Fox
sfoxWed Jul 9 14:57:15 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/win32/buildprojectgen.js Log: - Clean up ws/cs a bit and add some comments http://cvs.php.net/viewvc.cgi/php-src/win32/build/projectgen.js?r1=1.1.2.1r2=1.1.2.2diff_format=u

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

2008-07-09 Thread Steph Fox
sfoxWed Jul 9 15:47:06 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/win32/buildprojectgen.js Log: - It's amazing the havoc one little misplaced bracket can cause...

[PHP-CVS] Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src(PHP_5_3) /win32/build DSP.README block.template.dsw buildconf.js config.w32 confutils.js projectgen.js template.dsp template.dsw

2008-07-09 Thread Steph Fox
to support that; and all I want to do is replace those 60-odd broken files with 4 working files in the win32 directory that will generate 60-odd broken files on request if you really really want them. My only question is, 'how much broken is OK?' - Steph -- PHP CVS Mailing List (http://www.php.net

Re: [PHP-CVS] Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src(PHP_5_3) /win32/build DSP.README block.template.dsw buildconf.js config.w32 confutils.js projectgen.js template.dsp template.dsw

2008-07-09 Thread Steph Fox
'. - Steph -- 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) /win32/build config.w32 confutils.js

2008-07-07 Thread Steph Fox
the noise or get it if enabled. Believe it or not, I was trying not to offend you :) - Steph -- 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/standard info.c

2008-07-07 Thread Steph Fox
Pierre, What are you doing here? Can you please revert this commit asap, thanks. Please look at the code before reacting, this is actually the proper way to do it ('proper' as in, this is the way all the other build-specific information reaches phpinfo()). Thanks, - Steph -- PHP CVS

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

2008-07-07 Thread Steph Fox
to get working properly so count me out. So we can't even know if it's gcc or not, and if so which version? Weird, the build system does. If the info isn't available it's simply not reported. The constants could equally well be set to 'unknown' if that's problematic. - Steph -- PHP CVS Mailing

[PHP-CVS] Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src(PHP_5_3) /win32/build config.w32 confutils.js

2008-07-07 Thread Steph Fox
differently. - Steph -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-CVS] Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src(PHP_5_3) /win32/build config.w32 confutils.js

2008-07-07 Thread Steph Fox
left it on by default. Cheers, - Steph -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-CVS] Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src(PHP_5_3) /win32/build config.w32 confutils.js

2008-07-07 Thread Steph Fox
there may be a gap :) - Steph Cheers, -- Pierre http://blog.thepimp.net | http://www.libgd.org -- 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

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

2008-07-06 Thread Steph Fox
sfoxMon Jul 7 01:13:14 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/phar config.w32 Log: - Fixed config.w32 to keep Elizabeth happy - NB This whole lot still might disappear, OpenSSL patch review pending

[PHP-CVS] cvs: php-src(PHP_5_3) /main .cvsignore config.w32.h

2008-07-06 Thread Steph Fox
sfoxMon Jul 7 01:16:45 2008 UTC Removed files: (Branch: PHP_5_3) /php-src/main config.w32.h Modified files: /php-src/main .cvsignore Log: - This file is generated from win32/build/config.w32.h.in. It should never have been

[PHP-CVS] cvs: php-src(PHP_5_3) /win32/build config.w32 confutils.js

2008-07-06 Thread Steph Fox
sfoxMon Jul 7 01:23:56 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/win32/buildconfig.w32 confutils.js Log: - Fix up some bits and pieces. - Always report re2c version. - Head towards making it possible for all platforms to have compiler

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

2008-07-06 Thread Steph Fox
sfoxMon Jul 7 01:25:53 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard info.c Log: - Don't do stuff twice over @Jani: pick up mail!

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

2008-06-23 Thread Steph Fox
of enabled SAPI - improve the table output +function MESSAGE(msg) +{ + STDERR.WriteLine( + msg); +} Shouldn't that be STDOUT? - Steph + function ERROR(msg) { STDERR.WriteLine(ERROR: + msg); -- 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/phar/tests phar_get_supported_signatures_002a.phpt

2008-06-23 Thread Steph Fox
sfoxMon Jun 23 17:48:24 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/phar/tests phar_get_supported_signatures_002a.phpt Log: - Wrong SKIPIF message

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/dom config.w32 /ext/exif config.w32 /ext/libxml config.w32 /ext/mysql config.w32 /ext/mysqli config.w32 /ext/odbc config.w32 /ext/pdo_odbc config.w32 /e

2008-06-23 Thread Steph Fox
or hard and emits a warning or fatal error as is appropriate. There's no need to rewrite the functionality in the individual config.w32 files, and changing the main config file to do something new may break non-core extensions This much I see in seconds. I may have missed a lot. - Steph

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/phar config.w32 phar.c util.c /ext/phar/tests phar_get_supported_signatures_002.phpt phar_setsignaturealgo2.phpt phpinfo_001.phpt phpinfo_002.phpt phpinfo_003.php

2008-06-23 Thread Steph Fox
sfoxMon Jun 23 19:18:02 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/phar config.w32 phar.c util.c /php-src/ext/phar/tests phar_get_supported_signatures_002.phpt phar_setsignaturealgo2.phpt

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/phar cgidebug phar.c phar.phar tar.c

2008-06-22 Thread Steph Fox
Hi Greg, This commit caused a crash in tar/bignames.phpt. You'll be happy to hear that all other tests pass under 5_3 on my box :-) - Steph - Original Message - From: Greg Beaver [EMAIL PROTECTED] To: php-cvs@lists.php.net Sent: Sunday, June 22, 2008 1:50 AM Subject: [PHP-CVS] cvs

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/phar cgidebug phar.c phar.phar tar.c

2008-06-22 Thread Steph Fox
Hi Hannes, snip long list / These are all failing here Platform? PHP version? And is it the same commit that causes those fails and mine? Thanks, - Steph -- 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/phar cgidebug phar.c phar.phar tar.c

2008-06-22 Thread Steph Fox
Sorry, need more caffeine.. I've three versions running at once here and forgot nobody else does... Platform? PHP version? And is it the same commit that causes those fails and mine? The first and third questions still hold :) - Steph -- PHP CVS Mailing List (http://www.php.net

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/phar phar_object.c util.c

2008-06-22 Thread Steph Fox
sfoxSun Jun 22 13:10:03 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/phar phar_object.c util.c Log: - ws, typo fix http://cvs.php.net/viewvc.cgi/php-src/ext/phar/phar_object.c?r1=1.266.2.28r2=1.266.2.29diff_format=u Index:

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

2008-06-22 Thread Steph Fox
sfoxSun Jun 22 14:46:11 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/phar tar.c Log: - Revert the tar.c part of the inode calculation fix - All tests now pass under win32, please test under *nix/osx (4 known fails at present)

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

2008-06-22 Thread Steph Fox
sfoxSun Jun 22 16:35:26 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/phar phar_object.c Log: - Revert the two blocks of code that implement the phar_build optimization, causes segfaults under *nix - Leave the new structure in place to make

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/phar cgidebug phar.c phar.phar tar.c

2008-06-22 Thread Steph Fox
driving Felipe mad :\ I left your new structure in place, just took out the new code that uses it. - Steph -- 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/phar Makefile.frag phar.c phar_object.c util.c

2008-06-21 Thread Steph Fox
sfoxSat Jun 21 18:57:53 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/phar Makefile.frag phar.c phar_object.c util.c Log: - ws http://cvs.php.net/viewvc.cgi/php-src/ext/phar/Makefile.frag?r1=1.14.2.5r2=1.14.2.6diff_format=u Index:

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

2008-06-21 Thread Steph Fox
sfoxSat Jun 21 19:15:46 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/phar util.c Log: - fix for segfault in 5.2 (patch from Greg) http://cvs.php.net/viewvc.cgi/php-src/ext/phar/util.c?r1=1.55.2.17r2=1.55.2.18diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/phar phar_internal.h zip.c

2008-06-21 Thread Steph Fox
sfoxSat Jun 21 19:40:41 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/phar phar_internal.h zip.c Log: - Fix macro definition syntax - Remove pre-existing workaround

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

2008-06-21 Thread Steph Fox
sfoxSat Jun 21 20:14:43 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/phar zip.c Log: - pefree pemalloc'd filename http://cvs.php.net/viewvc.cgi/php-src/ext/phar/zip.c?r1=1.47.2.12r2=1.47.2.13diff_format=u Index: php-src/ext/phar/zip.c diff -u

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

2008-06-21 Thread Steph Fox
sfoxSat Jun 21 20:47:36 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/phar func_interceptors.c Log: - Kill a couple of double frees and a memleak @Greg: You may want to run valgrind over the filestat functions before release..

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

2008-06-21 Thread Steph Fox
sfoxSat Jun 21 21:37:39 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/phar util.c Log: - Don't free stuff you still need http://cvs.php.net/viewvc.cgi/php-src/ext/phar/util.c?r1=1.55.2.18r2=1.55.2.19diff_format=u Index: php-src/ext/phar/util.c

[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-20 Thread Steph Fox
: that wasn't intended as a solution. I was hoping you'd find one. Sounds like you have, I'll test in a minute. Also, // comments should be /* */, not that it really matters after the next commit :). Yep - it was intended to a) be temporary and b) jangle nerves :) - Steph -- PHP CVS Mailing List

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

2008-06-20 Thread Steph Fox
sfoxFri Jun 20 12:21:33 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/phar phar.c Log: The only reason that particular 'real solution' wasn't applied in the first place was that it also breaks the shared build Maybe we don't need to call a

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

2008-06-20 Thread Steph Fox
sfoxFri Jun 20 14:40:54 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/phar tar.c Log: - Kill the last compiler warning under 5.3 (release-only) http://cvs.php.net/viewvc.cgi/php-src/ext/phar/tar.c?r1=1.55.2.12r2=1.55.2.13diff_format=u Index:

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

2008-06-20 Thread Steph Fox
sfoxFri Jun 20 14:42:04 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/phar/tests bug13727.phpt bug45218_SLOWTEST.phpt Log: - Use SKIP_SLOW_TESTS where it's most useful

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/phar util.c zip.c

2008-06-20 Thread Steph Fox
sfoxFri Jun 20 16:29:37 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/phar util.c zip.c Log: - 5_2 compatibility stuff (so we can stay in sync with PECL) http://cvs.php.net/viewvc.cgi/php-src/ext/phar/util.c?r1=1.55.2.14r2=1.55.2.15diff_format=u

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

2008-06-19 Thread Steph Fox
sfoxThu Jun 19 17:14:44 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/win32/buildconfutils.js Log: - '' != 'no' http://cvs.php.net/viewvc.cgi/php-src/win32/build/confutils.js?r1=1.60.2.1.2.8.2.11r2=1.60.2.1.2.8.2.12diff_format=u Index:

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

2008-06-19 Thread Steph Fox
sfoxThu Jun 19 17:43:38 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/win32/buildconfutils.js Log: - ext/standard currently has a dependency on ext/ereg thanks to browscap.c

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

2008-06-19 Thread Steph Fox
sfoxThu Jun 19 21:03:37 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcrun-tests.php Log: Two new options for Travis to come to terms with: - --set-timeout n sets the timeout in seconds for the call to stream_select() during system_with_timeout() -

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

2008-06-19 Thread Steph Fox
sfoxThu Jun 19 21:08:14 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcrun-tests.php Log: Two new options for Travis to come to terms with: - --set-timeout n sets the timeout in seconds for the call to stream_select() during system_with_timeout() -

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

2008-06-19 Thread Steph Fox
sfoxThu Jun 19 21:08:56 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcrun-tests.php Log: Oops. http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.226.2.37.2.35.2.23r2=1.226.2.37.2.35.2.24diff_format=u Index: php-src/run-tests.php diff -u

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/phar phar.c phar.phar phar_internal.h tar.c zip.c /ext/phar/tests phpinfo_001.phpt phpinfo_002.phpt phpinfo_003.phpt phpinfo_004.phpt

2008-06-18 Thread Steph Fox
bits and pieces to kill the MSVC warnings that appeared in the debug build over the last week, but I can't actually build ext/phar here at present due to the linking problems caused by the above. Cheers, - Steph - Original Message - From: Greg Beaver [EMAIL PROTECTED] To: php-cvs

  1   2   >