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

2009-03-20 Thread Steph Fox
ding box is wrong for angle<>0) (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/)

[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_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 - Se

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

2009-03-19 Thread Steph Fox
Working --- EXTENSION: phar -PRIMARY MAINTAINER: Greg Beaver , Marcus Börger +PRIMARY MAINTAINER: Greg Beaver , Marcus Börger , Steph Fox MAINTENANCE: Maintained STATUS: W

[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) / 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 N

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
been dropped for CLI forever ago? What did I miss? - Steph ps Happy new year Stas ;) -- Stanislav Malyshev, Zend Software Architect [email protected] http://www.zend.com/ (408)253-8829 MSN: [email protected] -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://w

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 -- PH

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: Sent: Mon

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(PHP_5_3) /ext/phar config.m4 util.c

2008-11-04 Thread Steph Fox
use it. Args, sorry. I misread the commit 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
ths.. 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 -- 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
need re-including anywhere else. Also - it looks like ext/hash needs adding 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

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: Sent: Monday,

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

2008-10-21 Thread Steph Fox
Hi Alexey, This test requires 5.3. Not 5.2, not 6.0, just 5.3. Yes the original's wrong, but so's the fix... probably needs strstr or substr rather than version_compare. - Steph - Original Message - From: "Alexey Zakhlestin" <[EMAIL PROTECTED]> To: Sent:

[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.7&r2=1.27.2.8&diff_format=u Index: php-src/ext/phar/confi

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

2008-09-01 Thread Steph Fox
sfoxMon Sep 1 16:29:38 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/phar config.w32 Log: - Fix the fix (sorry, missed this until now) http://cvs.php.net/viewvc.cgi/php-src/ext/phar/config.w32?r1=1.27.2.6&r2=1.27.2.7&diff_format=u Index: php-src/

[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 http://cvs.php.net/viewvc.cgi/php-src/ext/phar/.cvsignore?r1=1.5&r2=1.6&d

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

2008-09-01 Thread Steph Fox
sfoxMon Sep 1 15:44:48 2008 UTC Removed files: (Branch: PHP_5_3) /php-src/ext/phar phar.phar Modified files: /php-src/ext/phar .cvsignore Log: - Remove pre-made phar.phar http://cvs.php.net/viewvc.cgi/php-src/ext/phar/.cvsignore?r1

[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 http://cvs.php.net/viewvc.

[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! http://cvs.php.net/viewvc.cgi/php-src/ext/phar/phar_object.c?r1=1.266.2.45&r2=1.266.2

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

2008-08-31 Thread Steph Fox
out phar 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

[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.18&r2=1.19&diff_format=u Index: php-src/ext/phar/php_phar.h dif

[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 phar_get_supported_signatur

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 chang

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

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
st write a nice letter to Caroline :) (cem@) - 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 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.5&r2=1.27.2.6&diff_format=u Index: php-src/ext/pha

[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.31&r2=1.32&diff_format=u Index: php-src/ext/phar/config.m4 diff -u php-src/ext/phar/conf

[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

[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.32&r2=1.33&diff_format=u Index: php-src/ext/phar/stream.c diff -u php

[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 pha

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

2008-07-29 Thread Steph Fox
Hi Tony, Feel free to revert it, but please re-apply when you've done syncing. To be quite frank, I don't know how to go about reverting new changes when my local copy is so different. Would you mind? I've every intention of retaining your fixes, don't worry :)

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: 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) /php-src/ext/phar ut

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 PROT

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
e standards 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 unawar

[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

[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.5&r2=1.3.6.6&diff_format=u Index: php-src/ext/s

[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. http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_directory.c?r1=1.45.2.27.2.23.2.26&r2=1.45.2.27.2.23.2.27

[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.8&r2=1.9&diff_format=u Index: php-src/ext/spl/tests/dit_001.phpt diff

[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.161&r2=1.162&diff_format=u Index: php-src/ext/spl

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

2008-07-22 Thread Steph Fox
-517,7 +517,7 @@ -sWrite output to . --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'

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

2008-07-22 Thread Steph Fox
echo '$Revision: 1.365 $' . "\n"; exit(1); default: @@ -517,7 +517,7 @@ -sWrite output to . --x FIXME: STEPH WRITES THE HELP TEXT HERE!! +-x Sets 'SKIP_SLOW_TESTS

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: Sent: Monday, July

[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) http://cvs.php.net/viewvc.cgi/php-src/main

[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.289&r2=1.290&diff_format=u Index: php-src/e

[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
basic +project file 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

[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?) http://cvs.php.net/viewvc.cgi/php-src/win32/build/Makefile?r1=

[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 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.26&r2=1.60.2.1.2.8.2.27&diff_format=u

[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 http://cvs.php.net/viewvc.cgi/php-src/win32/build/co

[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) http://cvs.php.net/viewvc.cgi/php-src/win32/build/projectgen.js?r1=1.1.2.5&r2=1.1.2.6&diff_fo

[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 http://cvs.php.net/viewvc.cgi/php-src/win32/build/confutils.js?r1=1.60.2.1.2.8.2.24&r2=1.60.2.1.2.8.2.25&di

[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. http://cvs.php.net/viewvc.cgi/php-s

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

2008-07-16 Thread Steph Fox
(s) doesn't give you anything). - 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 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 cg

[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 - P

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
about versioning in core modules, but I guess that goes as 'cosmetic'. - Steph -- 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] 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
ken files all over CVS 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 C

[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... http://cvs.php.net/viewvc.cgi/php-src/win32/build/projectgen.js?r1=1.1.2.2&r2=

[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.1&r2=1.1.2.2&diff_format=u

[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
k getting your name and fingerprints all over it again. - 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 Kneus

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
ask your permission? - 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 .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.8&r2=1.8.6.1&diff_format=u Index: php-src/win32/.cvsignore d

[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/buildbui

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
x27;s just 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

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
#x27;s the other reason I left it on by default. Cheers, - Steph -- 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] cvs: php-src(PHP_5_3) /win32/build config.w32 confutils.js

2008-07-07 Thread Steph Fox
that others (probably with larger screens) will see things differently. - 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
ch work 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

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

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

2008-07-07 Thread Steph Fox
y round, to drop 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

[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! http://cvs.php.net/viewvc.cgi/php-src/ext/standard/info.c?r1=1.249.2.10.2.14.2.8&r2=1.249.2.10.2.14.2

[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 inf

[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 in

[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 http://cvs.php.net/viewvc.cgi/php-src/e

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

2008-07-06 Thread Steph Fox
sfoxMon Jul 7 01:11:08 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/phar phar_object.c Log: - We forgot to check that the phar exists before trying to extract files from it :) http://cvs.php.net/viewvc.cgi/php-src/ext/phar/phar_object.c?r1=1.26

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/phar/tests open_for_write_existing_b.phpt open_for_write_existing_b_5_2.phpt open_for_write_existing_c.phpt open_for_write_existing_c_5_2.phpt open_for_write_newfi

2008-07-06 Thread Steph Fox
sfoxMon Jul 7 01:09:22 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/phar/tests open_for_write_existing_b_5_2.phpt open_for_write_existing_c_5_2.phpt open_for_write_newfile_b_5_2.phpt

[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/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
ency is soft 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 mi

[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 http://cvs.php.net/viewvc.cgi/php-src/ext/phar/tests/phar_get_supported_signatures_002a.phpt?r1=

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

2008-06-23 Thread Steph Fox
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,

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

2008-06-22 Thread Steph Fox
e 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 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-imp

[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) http://cvs.php.ne

[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.28&r2=1.266.2.29&diff_format=u Index: php-src/ext/phar/phar

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

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, 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
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: Sent: Sunday, June 22, 2008 1:50 AM Subject: [PHP-CVS]

[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.18&r2=1.55.2.19&diff_format=u Index: php-src/ext/phar/util.c d

[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.. http://cvs.php.ne

[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.12&r2=1.47.2.13&diff_format=u Index: php-src/ext/phar/zip.c diff -u p

[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 http://cvs.php.net/viewvc.cgi/php-src/ext/phar/phar_internal.h?r1=1.109.2.18&r2=

[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.17&r2=1.55.2.18&diff_format=u Index: php-src/ext/pha

[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.5&r2=1.14.2.6&diff_format=u Index: php-src/ext/pha

[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.14&r2=1.55.2.15&diff_format=u

[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 http://cvs.php.net/viewvc.cgi/php-src/ext/phar/tests/bug13727.phpt?r1=1.3&r2=

[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.12&r2=1.55.2.13&diff_format=u Index: php

[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 non-exi

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

2008-06-20 Thread Steph Fox
em_with_timeout($valgrind_cmd); Anyway this seems a great addition, as now I can fine tune the timeout without editing the script by hand. I'm just happy to be able to get out of those 10-minute tests :) - Steph Nuno -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

  1   2   >