[PHP-DEV] New/Cleaner PHP 5.3 Windows Build

2008-05-28 Thread Hector Santos
the proper location. Depending on your layouts, there were mixes of headers and libraries. This should all be fixed now. Of course, comments are welcome and expected. I hope this work is acceptable and I'm giving the go head to finalize it. Thanks -- Hector Santos -- PHP Internals - PHP Runt

Re: [PHP-DEV] RFC: allow_call_pass_by_reference

2008-05-21 Thread Hector Santos
he PHP parser would enabled it per the extension's API call only and not others. -- Hector Santos -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: --with-ereg

2008-05-20 Thread Hector Santos
it is related to that. Buts that's about it. The real question I had when I was going thru all this is why isn't configure.js turning off defines if something isn't set. -- Hector Santos -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] --with-ereg

2008-05-20 Thread Hector Santos
t, other than adding the above switch. Thanks -- Hector Santos -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: .NET Enabled

2008-05-20 Thread Hector Santos
Pierre Joye wrote: hi Hector, On Tue, May 20, 2008 at 2:11 AM, Hector Santos <[EMAIL PROTECTED]> wrote: Pierre Joye wrote: You can install many SDK on the same machine. But you can't use the .net SDK with VC6 to build php extensions for our binaries. Ok, but the one in ZIP.ZIP

[PHP-DEV] .NET Enabled

2008-05-19 Thread Hector Santos
UDE('mscoree.h', 'CFLAGS_COM_DOTNET'); + CHECK_HEADER_ADD_INCLUDE('mscoree.h', 'CFLAGS_COM_DOTNET', PHP_PHP_BUILD+"\\dotnet"); } -- Hector Santos -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: LIBXML conflict

2008-05-19 Thread Hector Santos
ions because of issues. -- Hector Santos Santronics Software, Inc. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: Proposal for a PHP-BASED Make facility

2008-05-15 Thread Hector Santos
Johannes Schlüter wrote: Hi, On Thu, 2008-05-15 at 00:49 -0400, Hector Santos wrote: - All that is needed with a source distribution or as a separate distribution, is a PHPMAKE package that might include a root folder: phpmake/bin minimum php binaries for the platform

Re: [PHP-DEV] Extension_Dir: Proposal to offer multi-directory DLL loading

2008-05-15 Thread Hector Santos
allow_relative_loads = No <-- new default behavior But it might be an overkill to add this. -- Hector Santos, CTO Santronics Software, Inc. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Proposal for a PHP-BASED Make facility

2008-05-14 Thread Hector Santos
lding process by developing cross platform Interactive Console and/or GUI based frontends. -- Hector Santos, CTO Santronics Software, Inc. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Building PHP5TS.DLL (only) for Win32

2008-05-13 Thread Hector Santos
nding all my time on this, but I'm getting no where. I would greatly appreciate the skinny of everything I need, what options in order to rebuild php5ts.dll. -- Hector Santos -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Extension_Dir: Proposal to offer multi-directory DLL loading

2008-05-12 Thread Hector Santos
issues and especially high-end corporate implementation needs if it wishes to be more friendly and cooperative as PHP moves on. -- Hector Santos, CTO Santronics Software, Inc. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Extension_Dir: Proposal to offer multi-directory DLL loading

2008-05-12 Thread Hector Santos
hareNet Configuration ;-- [wcsharenet] wcsharenet.pdo.drv = "sqlite" wcsharenet.pdo.dbf ="c:/wcat/wcShareNet/wcShareNet.db" wcsharenet.pdo.dsn = "" wcsharenet.pdo.uid = "" wcsharenet.pdo.pwd = "" -- Hector Santos, CTO Santronics Software, Inc. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Work Status: Extension_Dir multi-directory DLL loading

2008-05-12 Thread Hector Santos
s, it will only use the first path "./ext" as its root. php_extension3.dll has a FQFN so its explicitly loaded with the FQFN. Comment? What path do you think its the best way? Again, although PHP53 change logic seems to be more correct, IMO, that is would be so if PHP was new and there wa

Re: [PHP-DEV] README.WIN32-BUILD-SYSTEM

2008-05-11 Thread Hector Santos
later too. > Which CVS bundle folder? http://cvs.php.net/viewvc.cgi/php-src/ That's the main PHP CVS module. And what does that mean? Why are the bundle files dead? Is this related to the idea that LIBXML is now part of the core? -- Hector Santos -- PHP Internals - PHP R

Re: [PHP-DEV] README.WIN32-BUILD-SYSTEM

2008-05-11 Thread Hector Santos
y the CVS bundle folder has this as >> dead files, if they are still required for a build. > > Which CVS bundle folder? http://cvs.php.net/viewvc.cgi/php-src/ -- Hector Santos -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Creating one extension version: how?

2008-05-11 Thread Hector Santos
b. These should be binary compatible updates. If not, then increase x. Just imagine the productivity and support gains when you don't have to recompile for very simple minor update. Again, I am not here to buck the system. But if I can make suggestions, I will. :-) -- Hector S

Re: [PHP-DEV] Creating one extension version: how?

2008-05-11 Thread Hector Santos
Pierre Joye wrote: On Sun, May 11, 2008 at 12:08 PM, Hector Santos <[EMAIL PROTECTED]> wrote: I have serious doubt that you are able to load a 5.0.0 DLL with 5.2.x or a 5.2.x DLL with 5.0.x. You're right. I just doubled checked the package and it indeed had multiple dll ext

Re: [PHP-DEV] Creating one extension version: how?

2008-05-11 Thread Hector Santos
Pierre Joye wrote: Hi, On Sun, May 11, 2008 at 8:04 AM, Hector Santos <[EMAIL PROTECTED]> wrote: How can you prepare my new extension source code and/or links so that the DLL can support all the PHP 5.x.x versions? You can't. But you can have one source version which can be built

Re: [PHP-DEV] README.WIN32-BUILD-SYSTEM

2008-05-11 Thread Hector Santos
Pierre Joye wrote: Hi Hector, On Sun, May 11, 2008 at 10:19 AM, Hector Santos <[EMAIL PROTECTED]> wrote: Building PHP using DSW files [PHP 4] Compiling PHP using the DSW files isn't supported as of PHP 5, as a much more flexible system was made available. Anyw

Re: [PHP-DEV] README.WIN32-BUILD-SYSTEM

2008-05-11 Thread Hector Santos
Hector Santos wrote: > ... > I would love to clean this all up for PHP Windows developers so if someone can give me the "AH HA" behind all this, that would be great. Ok folks, never mind. The web page "Building from Source" at: http://uk3.php.net/manual/en/instal

[PHP-DEV] README.WIN32-BUILD-SYSTEM

2008-05-10 Thread Hector Santos
all this, that would be great. Once I am able to reproduce the exact official release PHP5TS.DLL image for Win32, then I know I am on the right track. TIA -- Hector Santos 8,45d7 < PHP_3HAVAL128Init < PHP_3HAVAL160Init < PHP_3HAVAL192Init < PHP_3HAVAL224Init < PHP_3HAVA

[PHP-DEV] Creating one extension version: how?

2008-05-10 Thread Hector Santos
and now 5.26 and provide each one for users to select during installation of the extension. TIA -- Hector Santos -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Windows build

2008-05-10 Thread Hector Santos
clude file are found when using relatives INCLUDE paths. Anyway, not sure if any of the above is note worthy but if I am going to be doing more PHP work, maybe I can contribute by providing a "no-hassle" windows build. -- Hector Santos Elizabeth M Smith wrote: Great! Got two posi

Re: [PHP-DEV] Extension_Dir: Proposal to offer multi-directory DLL loading

2008-05-10 Thread Hector Santos
integration solution, the in-house developed module can be easily auto-deployed and live with system-wide default extensions. cu, Lars Great! Got two positives on this, so I'll work on this. Now, if I can only figure out the Windows Build. What a mess!! :-) -- Hector Santos -- PHP Inte

[PHP-DEV] Extension_Dir: Proposal to offer multi-directory DLL loading

2008-05-09 Thread Hector Santos
r security isolation, sand-boxing applications. Do you see a technical reason why this is not a good idea? Would it be transparent enough that it would not cause issues with current extensions? TIA -- Hector Hector Santos wrote: I'm relatively new to PHP development. I hope this is the approp

Re: [PHP-DEV] Win32 Makefile template patch.

2008-05-09 Thread Hector Santos
Richard Quadling wrote: 2008/5/9 Hector Santos <[EMAIL PROTECTED]>: nmake is the issue as it is not using the shell first. It is looking for executables via the path. System Internal's FileMonitor shows this. I can confirm that nmake v6 from VS C/C++ 6.00 did not exhibit

Re: [PHP-DEV] Win32 Makefile template patch.

2008-05-09 Thread Hector Santos
hin a cygwin shell, then it will use the EXE version found in the bin folder which is incompatible with the Windows RMDIR/RD shell commands, switch wise. -- Hector Santos -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Extention_Dir

2008-05-09 Thread Hector Santos
nsion_dir method. Ideally we would love to keep our specific PHP*.DLL files in our server folder and have extension_dir defined to look at multiple paths. Comments? TIA -- Hector Santos -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] allow_call_time_pass_reference

2008-05-09 Thread Hector Santos
Steph Fox wrote: The more I look into this, the weirder it seems. > [snip] > There's nothing wrong with it? So why throw an error at all? I have to say, I'm really confused over this. Either it's wrong, so you deliver a warning, or it's OK, so you don't. But what *really* bothers me is th

Re: [PHP-DEV] allow_call_time_pass_reference

2008-05-08 Thread Hector Santos
Steph Fox wrote: Hi all, Does anyone have a good reason for keeping it switched on by default in PHP 5.3? Like, would switching it off by default break a lot of existing code, given that most users are a bit beyond PHP 3 now? As a new PHP extension author, it was one the first things I had