Date: 01/25/03
- Next message: Friedhelm Betz: "[PHP-DOC] Re: [PHP-DEV] win32 builtin zlib"
- Previous message: hholzgra <email protected>: "[PHP-DOC] #20644 [Opn]: Incrementing/Decrementing booleans != boolean+1"
- In reply to: Friedhelm Betz: "[PHP-DOC] win32 builtin zlib"
- Next in thread: Friedhelm Betz: "[PHP-DOC] Re: [PHP-DEV] win32 builtin zlib"
- Reply: Friedhelm Betz: "[PHP-DOC] Re: [PHP-DEV] win32 builtin zlib"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
At 19:59 25/01/2003, Friedhelm Betz wrote:
>Hi,
>
>I rewrote the part in the phpdoc manual about building on windows.
>zlib is builtin with 4.3.0 but the shipped Workspace for VC++
>relies on a precompilded external zlib.lib.
>
>Therefore building on win32, out of the box, is not possible without
>downloading zlib sources, compiling them and either modify the
>workspace or figure out where to place zlib.lib.
>
>Two points:
>
>1.) In the released 4.3.0 source dist, the workspace points to ../../zlib,
>2.) for example snapshot php4-STABLE-200301241430 points to
> ../../zlib/Release
>
>This is hard to document....
>
>1.) Are there future plans to include the zlib sources?
No. zlib is included in a similar way to the way we include
bindlib_w32. It's in a different repository on cvs.php.net, that we expect
to be checked out and built by the time you build PHP.
>2.) Should users be advised to modify config.win32.h.in
Nope (this particular file doesn't exist anymore, btw)
>3.) Should users be advised to download zlib sources, building
> zlib.lib?
Not sure - I think that zlib should be in the win32build.zip archive. If
you put it where bindlib_w32.lib is, we should be fine :)
Zeev
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: Friedhelm Betz: "[PHP-DOC] Re: [PHP-DEV] win32 builtin zlib"
- Previous message: hholzgra <email protected>: "[PHP-DOC] #20644 [Opn]: Incrementing/Decrementing booleans != boolean+1"
- In reply to: Friedhelm Betz: "[PHP-DOC] win32 builtin zlib"
- Next in thread: Friedhelm Betz: "[PHP-DOC] Re: [PHP-DEV] win32 builtin zlib"
- Reply: Friedhelm Betz: "[PHP-DOC] Re: [PHP-DEV] win32 builtin zlib"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

