PHP_YAZ

PHP_YAZ

am 09.03.2011 15:49:47 von Cindy Harper

--0015175df02e483ee2049e0dd8ad
Content-Type: text/plain; charset=ISO-8859-1

Is anyone successfully using php_yaz with either
1) WAMP - I have a test Windows server that I manage
or
2) a Linux shared hosted LAMP where they won't load the YAZ PECL module for
you, but they will allow you to put your lib files in your home directory
via SSH.

I'm running into brick walls every way I turn.

Cindy Harper, Systems Librarian
Colgate University Libraries
charper@colgate.edu
315-228-7363

--0015175df02e483ee2049e0dd8ad--

Re: PHP_YAZ

am 11.03.2011 10:43:04 von Richard Quadling

On 9 March 2011 14:49, Cindy Harper wrote:
> Is anyone successfully using php_yaz with either
> 1) WAMP - I have a test Windows server that I manage
> or
> 2) a Linux shared hosted LAMP where they won't load the YAZ PECL module for
> you, but they will allow you to put your lib files in your home directory
> via SSH.
>
> I'm running into brick walls every way I turn.
>
> Cindy Harper, Systems Librarian
> Colgate University Libraries
> charper@colgate.edu
> 315-228-7363
>

I've just built Yaz using the V4.1.2 of the library and the
pecl/yaz/trunk code on Windows (VC9, x86, nts).

2 of the 5 tests fail.

ccl1.diff is ...

001+ the art: RPN="the art"
001- the art: RPN=the\ art
003+ ti=the art: RPN=@attr 1=4 "the art"
003- ti=the art: RPN=@attr 1=4 the\ art

and connect2.diff is ...

001+ connect failed errno=10007
001- connect failed errno=10000


I've no idea on actual usage of Yaz, but I'm willing to help if I can.

Richard.

--
Richard Quadling
Twitter : EE : Zend
@RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY

--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Fwd: PHP_YAZ

am 11.03.2011 20:19:20 von Cindy Harper

Cindy Harper, Systems Librarian
Colgate University Libraries
charper@colgate.edu
315-228-7363



---------- Forwarded message ----------
From: Cindy Harper
Date: Fri, Mar 11, 2011 at 2:12 PM
Subject: Re: [PHP-WIN] PHP_YAZ
To: RQuadling@googlemail.com
Cc: Richard Quadling , php-windows@lists.php.net


AFAIK, There are 2 pieces of code - the YAZ module itself, found at
http://www.indexdata.com/yaz, and PHP_YAZ, the interface between YAZ
and PHP at http://pecl.php.net/package/yaz.=A0 So from your message, I
take it the php_yaz you used came from pecl/yaz/trunk - is this the
same as the 2nd link above?

I don't know much about compiling PECL modules, and after I've
compiled, when I test, I get a Fatal error: Call to undefined function
yaz_connect() in C:\Inetpub\wwwroot\aftergoogle2\aftergoogle.php on
line 28

But maybe that's because I'm using IIS.

Cindy Harper, Systems Librarian
Colgate University Libraries
charper@colgate.edu
315-228-7363



On Fri, Mar 11, 2011 at 4:43 AM, Richard Quadling wro=
te:
>
> On 9 March 2011 14:49, Cindy Harper wrote:
> > Is anyone successfully using php_yaz with either
> > 1) WAMP - I have a test Windows server that I manage
> > or
> > 2) a Linux shared hosted LAMP where they won't load the YAZ PECL module=
for
> > you, but they will allow you to put your lib files in your home directo=
ry
> > via SSH.
> >
> > I'm running into brick walls every way I turn.
> >
> > Cindy Harper, Systems Librarian
> > Colgate University Libraries
> > charper@colgate.edu
> > 315-228-7363
> >
>
> I've just built Yaz using the V4.1.2 of the library and the
> pecl/yaz/trunk code on Windows (VC9, x86, nts).
>
> 2 of the 5 tests fail.
>
> ccl1.diff is ...
>
> 001+ the art: RPN=3D"the art"
> 001- the art: RPN=3Dthe\ art
> 003+ ti=3Dthe art: RPN=3D@attr 1=3D4 "the art"
> 003- ti=3Dthe art: RPN=3D@attr 1=3D4 the\ art
>
> and connect2.diff is ...
>
> 001+ connect failed errno=3D10007
> 001- connect failed errno=3D10000
>
>
> I've no idea on actual usage of Yaz, but I'm willing to help if I can.
>
> Richard.
>
> --
> Richard Quadling
> Twitter : EE : Zend
> @RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY

--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Re: PHP_YAZ

am 13.03.2011 10:36:38 von Richard Quadling

On 11 March 2011 19:12, Cindy Harper wrote:
> AFAIK, There are 2 pieces of code - the YAZ module itself, found at
> http://www.indexdata.com/yaz, and PHP_YAZ, the interface between YAZ and =
PHP
> at http://pecl.php.net/package/yaz.  So from your message, I take it=
the
> php_yaz you used came from pecl/yaz/trunk - is this the same as the 2nd l=
ink
> above?
>
> I don't know much about compiling PECL modules, and after I've compiled,
> when I test, I get a Fatal error: Call to undefined function yaz_connect(=
)
> in C:\Inetpub\wwwroot\aftergoogle2\aftergoogle.php on line 28
>
> But maybe that's because I'm using IIS.
>
> Cindy Harper, Systems Librarian
> Colgate University Libraries
> charper@colgate.edu
> 315-228-7363
>
>
>
> On Fri, Mar 11, 2011 at 4:43 AM, Richard Quadling
> wrote:
>>
>> On 9 March 2011 14:49, Cindy Harper wrote:
>> > Is anyone successfully using php_yaz with either
>> > 1) WAMP - I have a test Windows server that I manage
>> > or
>> > 2) a Linux shared hosted LAMP where they won't load the YAZ PECL modul=
e
>> > for
>> > you, but they will allow you to put your lib files in your home
>> > directory
>> > via SSH.
>> >
>> > I'm running into brick walls every way I turn.
>> >
>> > Cindy Harper, Systems Librarian
>> > Colgate University Libraries
>> > charper@colgate.edu
>> > 315-228-7363
>> >
>>
>> I've just built Yaz using the V4.1.2 of the library and the
>> pecl/yaz/trunk code on Windows (VC9, x86, nts).
>>
>> 2 of the 5 tests fail.
>>
>> ccl1.diff is ...
>>
>> 001+ the art: RPN=3D"the art"
>> 001- the art: RPN=3Dthe\ art
>> 003+ ti=3Dthe art: RPN=3D@attr 1=3D4 "the art"
>> 003- ti=3Dthe art: RPN=3D@attr 1=3D4 the\ art
>>
>> and connect2.diff is ...
>>
>> 001+ connect failed errno=3D10007
>> 001- connect failed errno=3D10000
>>
>>
>> I've no idea on actual usage of Yaz, but I'm willing to help if I can.
>>
>> Richard.
>>
>> --
>> Richard Quadling
>> Twitter : EE : Zend
>> @RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY
>
>

I've pulled the trunk rather than a specific release, simply because I
play with pecl trunk, but I've compiled the extension and ran the
tests (as I've mentioned).

To be getting the error you are getting, I can think of 3 things you
are missing ...

1 - You've not told PHP to load the php_yaz.dll extension. Check you
php.ini file for extension=3Dphp_yaz.dll
2 - You've not put the compiled php_yaz.dll extension into your
extension folder. For me this is C:\PHP5\ext - check your php.ini file
for extension_dir.
3 - You are missing the necessary yaz libraries required by the
extension. These need to be either in the path.

If you load PHP from the command line by using ...

php -m

what do you get?

Try ...

php -ddisplay_startup_errors=3D1 -m



--=20
Richard Quadling
Twitter : EE : Zend
@RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY

--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Re: PHP_YAZ

am 13.03.2011 10:39:20 von Richard Quadling

On 13 March 2011 09:36, Richard Quadling wrote:
>> I don't know much about compiling PECL modules, and after I've compiled,
>> when I test, I get a Fatal error: Call to undefined function yaz_connect()
>> in C:\Inetpub\wwwroot\aftergoogle2\aftergoogle.php on line 28

To compile a PHP extension on Windows, you need MS Visual C++ 2008
(aka VC9). I use the Express Edition (which is free).

You can see the relevant notes at http://wiki.php.net/internals/windows

--
Richard Quadling
Twitter : EE : Zend
@RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY

--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Re: PHP_YAZ

am 14.03.2011 07:41:03 von Pierre Joye

hi,

You can fetch the Windows Platform SDK 6.1, which includes VC9 too.

Cheers,

On Sun, Mar 13, 2011 at 10:39 AM, Richard Quadling wrote:
> On 13 March 2011 09:36, Richard Quadling wrote:
>>> I don't know much about compiling PECL modules, and after I've compiled,
>>> when I test, I get a Fatal error: Call to undefined function yaz_connect()
>>> in C:\Inetpub\wwwroot\aftergoogle2\aftergoogle.php on line 28
>
> To compile a PHP extension on Windows, you need MS Visual C++ 2008
> (aka VC9). I use the Express Edition (which is free).
>
> You can see the relevant notes at http://wiki.php.net/internals/windows
>
> --
> Richard Quadling
> Twitter : EE : Zend
> @RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>



--
Pierre

@pierrejoye | http://blog.thepimp.net | http://www.libgd.org

--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Re: PHP_YAZ

am 19.03.2011 22:28:45 von Cindy Harper

--0016368e2ae882e744049edc957f
Content-Type: text/plain; charset=ISO-8859-1

OK - so I 'm using VC9. I thought I might as well get everything working,
so I turned on configre --enable-one-shot. Now it's giving errors in trying
to link zlib. I got zlib.1.2.5, and I'm following the README there to try to
compile the dll / library - I'm afriad I don't know the difference and don't
know which I need. But I get this:

---------------------------------------------------
C:\php\php_sdk\php_53_dev\vc9\x86\deps\zlib-1.2.5>nmake -f
win32/makefile.msc

Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
Copyright (C) Microsoft Corporation. All rights reserved.

cl -c -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE -nologo
-MD
-W3 -O2 -Oy- -Zi -Fd"zlib" adler32.c
adler32.c
cl -c -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE -nologo
-MD
-W3 -O2 -Oy- -Zi -Fd"zlib" compress.c
compress.c
cl -c -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE -nologo
-MD
-W3 -O2 -Oy- -Zi -Fd"zlib" crc32.c
crc32.c
cl -c -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE -nologo
-MD
-W3 -O2 -Oy- -Zi -Fd"zlib" deflate.c
deflate.c
cl -c -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE -nologo
-MD
-W3 -O2 -Oy- -Zi -Fd"zlib" gzclose.c
gzclose.c
cl -c -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE -nologo
-MD
-W3 -O2 -Oy- -Zi -Fd"zlib" gzlib.c
gzlib.c
cl -c -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE -nologo
-MD
-W3 -O2 -Oy- -Zi -Fd"zlib" gzread.c
gzread.c
cl -c -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE -nologo
-MD
-W3 -O2 -Oy- -Zi -Fd"zlib" gzwrite.c
gzwrite.c
cl -c -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE -nologo
-MD
-W3 -O2 -Oy- -Zi -Fd"zlib" infback.c
infback.c
cl -c -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE -nologo
-MD
-W3 -O2 -Oy- -Zi -Fd"zlib" inflate.c
inflate.c
cl -c -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE -nologo
-MD
-W3 -O2 -Oy- -Zi -Fd"zlib" inftrees.c
inftrees.c
cl -c -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE -nologo
-MD
-W3 -O2 -Oy- -Zi -Fd"zlib" trees.c
trees.c
cl -c -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE -nologo
-MD
-W3 -O2 -Oy- -Zi -Fd"zlib" uncompr.c
uncompr.c
cl -c -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE -nologo
-MD
-W3 -O2 -Oy- -Zi -Fd"zlib" zutil.c
zutil.c
lib -nologo -out:zlib.lib adler32.obj compress.obj crc32.obj
deflate.obj
gzclose.obj gzlib.obj gzread.obj gzwrite.obj infback.obj inflate.obj
inftrees.
obj trees.obj uncompr.obj zutil.obj
rc /dWIN32 /r /fozlib1.res win32/zlib1.rc
Microsoft (R) Windows (R) Resource Compiler Version 6.1.7600.16385
Copyright (C) Microsoft Corporation. All rights reserved.

link -nologo -debug -incremental:no -opt:ref -def:win32/zlib.def
-dll -i
mplib:zdll.lib -out:zlib1.dll -base:0x5A4C0000 adler32.obj compress.obj
crc32.o
bj deflate.obj gzclose.obj gzlib.obj gzread.obj gzwrite.obj infback.obj
inflate
..obj inftrees.obj trees.obj uncompr.obj zutil.obj zlib1.res
Creating library zdll.lib and object zdll.exp
infback.obj : error LNK2019: unresolved external symbol _inflate_fast
referenced
in function _inflateBack
inflate.obj : error LNK2001: unresolved external symbol _inflate_fast
zlib1.dll : fatal error LNK1120: 1 unresolved externals
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio
9.0\VC\Bin
\link.EXE"' : return code '0x460'
Stop.

C:\php\php_sdk\php_53_dev\vc9\x86\deps\zlib-1.2.5>

--------------------------------------
Is this zdll.lib the actual library I need, rather than zlib1.lib????


Cindy Harper, Systems Librarian
Colgate University Libraries
charper@colgate.edu
315-228-7363



On Sun, Mar 13, 2011 at 5:39 AM, Richard Quadling wrote:

> On 13 March 2011 09:36, Richard Quadling wrote:
> >> I don't know much about compiling PECL modules, and after I've compiled,
> >> when I test, I get a Fatal error: Call to undefined function
> yaz_connect()
> >> in C:\Inetpub\wwwroot\aftergoogle2\aftergoogle.php on line 28
>
> To compile a PHP extension on Windows, you need MS Visual C++ 2008
> (aka VC9). I use the Express Edition (which is free).
>
> You can see the relevant notes at http://wiki.php.net/internals/windows
>
> --
> Richard Quadling
> Twitter : EE : Zend
> @RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY
>

--0016368e2ae882e744049edc957f--

Re: PHP_YAZ

am 21.03.2011 11:41:42 von Richard Quadling

On 19 March 2011 21:28, Cindy Harper wrote:
> OK - so I 'm using VC9.  I thought I might as well get everything wo=
rking,
> so I turned on configre --enable-one-shot.  Now it's giving errors i=
n trying
> to link zlib. I got zlib.1.2.5, and I'm following the README there to try=
to
> compile the dll / library - I'm afriad I don't know the difference and do=
n't
> know which I need.  But I get this:

You need to download a set of dependencies from
http://pecl2.php.net/downloads/php-windows-builds/php-libs/V C9/x86

There are slight amendments to the standard code to make it fit PHP's
usage/setup. Normally, you don't need to build them yourself.

But you can't at the moment due to the offline nature of that server
(includes wiki.php.net and windows.php.net).

I can send you the file zlib-1.2.3-vc9-x86.zip, which I use.

I unzip this into the deps folder and that's pretty much it for the library=
..

I don't have the original md5 hash of the zip file, though ...

[2011-03-21 10:33:00]
[L:\BuildPHP\php53dev\vc9\x86\Dependencies\pecl2.php.net\dow nloads\php-wind=
ows-builds\php-libs\VC9\x86]
[\\bv-dev-svr-4\d$ ] >php -r "echo
md5_file('zlib-1.2.3-vc9-x86.zip');"
1136ad0b92491b86ca4e98366ae4d3f4


If anyone can confirm that, I can send you the library off list and
you can check it and then use it.


OOI, as the server is offline, here is the list of dependencies I've
got, along with their md5 hashes.

44da8af436a48765f0ce5ea907423b52 : apache-2.2-vc9-x86.zip
e60f1b5cdb0435a2f26c29b96e20511c : bindlib-cvs-vc9-x86.zip
d710165fbed2b20880be227f2252dd38 : cclient-2007b-vc9-x86.zip
f154b97572c1f22f09559f28ffa18b66 : cclient-2007e-vc9-x86.zip
794af478c84a61cfc04a7cf48d70310e : dirent-20080629-vc9-x86.zip
1463371fb6661359fb57efc494630377 : enchant-1.5.0-1-vc9-x86.zip
a40936ed7f6862a54f57f544e42f49c0 : enchant-1.5.0-vc9-x86.zip
c862854d87c64bdbe22ed4e7118821d7 : firebird-2.5.0.26074-vc9-x86.zip
836879063000b6e07f9f19375c5dbf1a : freetype-2.3.9-vc9-x86.zip
46c8796af836644a955ba63ef5a7f339 : freetype-2.4.3-vc9-x86.zip
7488d7ab3a6325a7d3cd39598f6db1c3 : gettext-runtime-0.17-1-vc9-x86.zip
b5741ec5b79098758e97992aaa617485 : gettext-runtime-0.17-2-vc9-x86.zip
3ee8164e420f370a54fa827a830bcfc3 : gettext-runtime-0.17-vc9-x86.zip
3aa5fa8210a241f9cf4f5878b44712eb : glib-2.22.0-vc9-x86.zip
a6898d8d3368419dc961efc9162d67bf : ICU-3.8.1-vc9-x86.zip
ffc44ca601d9e67da54f0f290e794768 : ICU-4.0.0-vc9-x86.zip
30b813548aeee2a6ba3ceac130a16ace : ICU-4.2.0-vc9-x86.zip
29c6891a02e00c805d93cbdab2baa56a : libbz2-1.0.5-vc9-x86.zip
e4e12591c7045e4632ff320aa0e9177a : libbz2-1.0.6-vc9-x86.zip
66a62370eabc7db525f4a120ba29c149 : libcurl-7.18.1-vc9-x86.zip
5008769618f67677b892d6d2b1d29dc9 : libcurl-7.19.3-vc9-x86.zip
e0348783f7dee094e3a75f9d8a29f736 : libcurl-7.19.4-vc9-x86.zip
983914588052737c4447bdd677a4f184 : libcurl-7.19.6-vc9-x86.zip
b4c9c33b73f1272b21cc64091d4da74c : libcurl-7.20.0-vc9-x86.zip
a68048543bdea698e922dbf3642d2de1 : libcurl-7.21.0-vc9-x86.zip
d4ea19e272487da2958a0623987d3b97 : libcurl-7.21.2-1-vc9-x86.zip
ac0b6217be32385857df84d735018df7 : libcurl-7.21.2-vc9-x86.zip
425a0c22f0aa9e3b452abf088a4840fa : libenchant-1.4.7-vc9-x86.zip
484941878a122f7e647e2503012f4976 : libenchant-1.5.0-vc9-x86.zip
c0c9f213c09c18f6b66f053a94a70bcd : libiconv-1.12-vc9-x86.zip
4760953a1dd903e481cf90aa93965a6c : libjpeg-v6b-vc9-x86.zip
47eb10754692c103b127b713fcc59d15 : libmcrypt-2.5.8-vc9-x86.zip
8ca5aa622571bc80a03cd32671780be3 : libmpir-1.2.0-vc9-x86.zip
09562c6eada2eca9b24cbeb58495be0e : libmpir-1.2.1-VC9-x86.zip
c1c94db9ddc4bcdd171016317209bf69 : libmpir-1.2.2-VC9-x86.zip
d6d36401eecd89194d64b21d52cdd1cb : libmpir-1.3.1-VC9-x86.zip
302c919a6603b09d59f240ed08f17149 : libpng-1.2.35-asm-vc9-x86.zip
f19e76d7bc363b6ea9383724cc681c8d : libpng-1.2.37-asm-vc9-x86.zip
f15330c81156948601fb6226d87017b8 : libpng-1.2.44-asm-vc9-x86.zip
472bde083953b3e0e359ed42d470f815 : libpq-8.3.6-vc9-x86.zip
11c0de9ba56be5577d70741c1c7b4534 : libssh2-1.1.0-vc9-x86.zip
63eb10bff81cada7b2c693890a6d3cc2 : libssh2-1.2.4-vc9-x86.zip
26996c3e0d4b24626e878fcba3e3e4d3 : libssh2-1.2.7-vc9-x86.zip
2f45de1b312af626d2dc84405b79459a : libssh2-2.1.0-vc9-x86.zip
629b68695017188075813a3275c36b07 : libtidy-20080322-vc9.zip
525c2bd7894da29b21a6c45e34e1b85d : libtidy-20090406-vc9-x86.zip
437c70c5ab33276f9c8241edd61f5900 : libvpx-0.9.2-vc9-x86.zip
6b5189ed723aee5ff119845998184293 : libxml-2.7.7-vc9-x86.zip
a2ffd10e9ba24f2e596d7fe2a992a71d : libxml2-2.7.3-vc9-x86.zip
d730fe28b2705ce8b3cf72d0c4aebbd7 : libxpm-3.5.7-vc9-x86.zip
6cf09e2b31c290bcf455eb74a8b9db6a : libxslt-1.1.23-vc9-x86.zip
7c08c7eaa50b1a8599b5f64ec4a6265d : mpir-1.1.2-vc9-x86.zip
de3a94019441cfcc7c24ce3d909bfc3a : net-snmp-5.4.2.1-vc9-x86.zip
f04db7930dce610667dab8e737ad3436 : openldap-2.3.42-1-vc9-x86.zip
769a3c52a9e703ca69e52fb4f0c22a8a : openldap-2.3.42-2-vc9-x86.zip
492f295fe7aad3ffd1a53553fa93810a : openldap-2.3.42-vc9-x86.zip
031dcb024fdc0ff1ef7560ce3ae002a9 : openssl-0.9.8j-asm-vc9-x86.zip
8f6560f648f499550e0527e0bcf19ce3 : openssl-0.9.8k-asm-vc9-x86.zip
28d6380007c2d55c8b1beabfe41b9d2d : openssl-0.9.8l-asm-vc9-x86.zip
37d177a45f8a31965a5014e14b1d6e29 : openssl-0.9.8o-vc9-x86.zip
e0538e07913bf580de7c86ff611b8cc8 : openssl-0.9.8p-vc9-x86.zip
9df88e3c451251103bc024e23765648d : openssl-0.9.8q-vc9.x86.zip
d6d8683aba3ac9c6a69966c18c219c06 : qdmb-1.8.77-vc9-x86.zip
faabd552bbbad65254161da889c643da : sasl-2.1.23-vc9-x86.zip
1136ad0b92491b86ca4e98366ae4d3f4 : zlib-1.2.3-vc9-x86.zip


Richard.

--=20
Richard Quadling
Twitter : EE : Zend
@RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY

--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Re: PHP_YAZ

am 21.03.2011 13:49:16 von Cindy Harper

--20cf30364013c5e5dd049efd8f03
Content-Type: text/plain; charset=ISO-8859-1

Thanks - please do send me the zlib-1.2.3-vc9-x86.zip. Do you know when the
windows.php.net will be back up? And does your list of dependencies have
multiple versions, and I'd only need one version? Or are all of those
included in the download from pecl2.php.net?

Cindy Harper, Systems Librarian
Colgate University Libraries
charper@colgate.edu
315-228-7363



On Mon, Mar 21, 2011 at 6:41 AM, Richard Quadling wrote:

> On 19 March 2011 21:28, Cindy Harper wrote:
> > OK - so I 'm using VC9. I thought I might as well get everything
> working,
> > so I turned on configre --enable-one-shot. Now it's giving errors in
> trying
> > to link zlib. I got zlib.1.2.5, and I'm following the README there to try
> to
> > compile the dll / library - I'm afriad I don't know the difference and
> don't
> > know which I need. But I get this:
>
> You need to download a set of dependencies from
> http://pecl2.php.net/downloads/php-windows-builds/php-libs/V C9/x86
>
> There are slight amendments to the standard code to make it fit PHP's
> usage/setup. Normally, you don't need to build them yourself.
>
> But you can't at the moment due to the offline nature of that server
> (includes wiki.php.net and windows.php.net).
>
> I can send you the file zlib-1.2.3-vc9-x86.zip, which I use.
>
> I unzip this into the deps folder and that's pretty much it for the
> library.
>
> I don't have the original md5 hash of the zip file, though ...
>
> [2011-03-21 10:33:00]
> [L:\BuildPHP\php53dev\vc9\x86\Dependencies\pecl2.php.net
> \downloads\php-windows-builds\php-libs\VC9\x86]
> [\\bv-dev-svr-4\d$ ] >php -r "echo
> md5_file('zlib-1.2.3-vc9-x86.zip');"
> 1136ad0b92491b86ca4e98366ae4d3f4
>
>
> If anyone can confirm that, I can send you the library off list and
> you can check it and then use it.
>
>
> OOI, as the server is offline, here is the list of dependencies I've
> got, along with their md5 hashes.
>
> 44da8af436a48765f0ce5ea907423b52 : apache-2.2-vc9-x86.zip
> e60f1b5cdb0435a2f26c29b96e20511c : bindlib-cvs-vc9-x86.zip
> d710165fbed2b20880be227f2252dd38 : cclient-2007b-vc9-x86.zip
> f154b97572c1f22f09559f28ffa18b66 : cclient-2007e-vc9-x86.zip
> 794af478c84a61cfc04a7cf48d70310e : dirent-20080629-vc9-x86.zip
> 1463371fb6661359fb57efc494630377 : enchant-1.5.0-1-vc9-x86.zip
> a40936ed7f6862a54f57f544e42f49c0 : enchant-1.5.0-vc9-x86.zip
> c862854d87c64bdbe22ed4e7118821d7 : firebird-2.5.0.26074-vc9-x86.zip
> 836879063000b6e07f9f19375c5dbf1a : freetype-2.3.9-vc9-x86.zip
> 46c8796af836644a955ba63ef5a7f339 : freetype-2.4.3-vc9-x86.zip
> 7488d7ab3a6325a7d3cd39598f6db1c3 : gettext-runtime-0.17-1-vc9-x86.zip
> b5741ec5b79098758e97992aaa617485 : gettext-runtime-0.17-2-vc9-x86.zip
> 3ee8164e420f370a54fa827a830bcfc3 : gettext-runtime-0.17-vc9-x86.zip
> 3aa5fa8210a241f9cf4f5878b44712eb : glib-2.22.0-vc9-x86.zip
> a6898d8d3368419dc961efc9162d67bf : ICU-3.8.1-vc9-x86.zip
> ffc44ca601d9e67da54f0f290e794768 : ICU-4.0.0-vc9-x86.zip
> 30b813548aeee2a6ba3ceac130a16ace : ICU-4.2.0-vc9-x86.zip
> 29c6891a02e00c805d93cbdab2baa56a : libbz2-1.0.5-vc9-x86.zip
> e4e12591c7045e4632ff320aa0e9177a : libbz2-1.0.6-vc9-x86.zip
> 66a62370eabc7db525f4a120ba29c149 : libcurl-7.18.1-vc9-x86.zip
> 5008769618f67677b892d6d2b1d29dc9 : libcurl-7.19.3-vc9-x86.zip
> e0348783f7dee094e3a75f9d8a29f736 : libcurl-7.19.4-vc9-x86.zip
> 983914588052737c4447bdd677a4f184 : libcurl-7.19.6-vc9-x86.zip
> b4c9c33b73f1272b21cc64091d4da74c : libcurl-7.20.0-vc9-x86.zip
> a68048543bdea698e922dbf3642d2de1 : libcurl-7.21.0-vc9-x86.zip
> d4ea19e272487da2958a0623987d3b97 : libcurl-7.21.2-1-vc9-x86.zip
> ac0b6217be32385857df84d735018df7 : libcurl-7.21.2-vc9-x86.zip
> 425a0c22f0aa9e3b452abf088a4840fa : libenchant-1.4.7-vc9-x86.zip
> 484941878a122f7e647e2503012f4976 : libenchant-1.5.0-vc9-x86.zip
> c0c9f213c09c18f6b66f053a94a70bcd : libiconv-1.12-vc9-x86.zip
> 4760953a1dd903e481cf90aa93965a6c : libjpeg-v6b-vc9-x86.zip
> 47eb10754692c103b127b713fcc59d15 : libmcrypt-2.5.8-vc9-x86.zip
> 8ca5aa622571bc80a03cd32671780be3 : libmpir-1.2.0-vc9-x86.zip
> 09562c6eada2eca9b24cbeb58495be0e : libmpir-1.2.1-VC9-x86.zip
> c1c94db9ddc4bcdd171016317209bf69 : libmpir-1.2.2-VC9-x86.zip
> d6d36401eecd89194d64b21d52cdd1cb : libmpir-1.3.1-VC9-x86.zip
> 302c919a6603b09d59f240ed08f17149 : libpng-1.2.35-asm-vc9-x86.zip
> f19e76d7bc363b6ea9383724cc681c8d : libpng-1.2.37-asm-vc9-x86.zip
> f15330c81156948601fb6226d87017b8 : libpng-1.2.44-asm-vc9-x86.zip
> 472bde083953b3e0e359ed42d470f815 : libpq-8.3.6-vc9-x86.zip
> 11c0de9ba56be5577d70741c1c7b4534 : libssh2-1.1.0-vc9-x86.zip
> 63eb10bff81cada7b2c693890a6d3cc2 : libssh2-1.2.4-vc9-x86.zip
> 26996c3e0d4b24626e878fcba3e3e4d3 : libssh2-1.2.7-vc9-x86.zip
> 2f45de1b312af626d2dc84405b79459a : libssh2-2.1.0-vc9-x86.zip
> 629b68695017188075813a3275c36b07 : libtidy-20080322-vc9.zip
> 525c2bd7894da29b21a6c45e34e1b85d : libtidy-20090406-vc9-x86.zip
> 437c70c5ab33276f9c8241edd61f5900 : libvpx-0.9.2-vc9-x86.zip
> 6b5189ed723aee5ff119845998184293 : libxml-2.7.7-vc9-x86.zip
> a2ffd10e9ba24f2e596d7fe2a992a71d : libxml2-2.7.3-vc9-x86.zip
> d730fe28b2705ce8b3cf72d0c4aebbd7 : libxpm-3.5.7-vc9-x86.zip
> 6cf09e2b31c290bcf455eb74a8b9db6a : libxslt-1.1.23-vc9-x86.zip
> 7c08c7eaa50b1a8599b5f64ec4a6265d : mpir-1.1.2-vc9-x86.zip
> de3a94019441cfcc7c24ce3d909bfc3a : net-snmp-5.4.2.1-vc9-x86.zip
> f04db7930dce610667dab8e737ad3436 : openldap-2.3.42-1-vc9-x86.zip
> 769a3c52a9e703ca69e52fb4f0c22a8a : openldap-2.3.42-2-vc9-x86.zip
> 492f295fe7aad3ffd1a53553fa93810a : openldap-2.3.42-vc9-x86.zip
> 031dcb024fdc0ff1ef7560ce3ae002a9 : openssl-0.9.8j-asm-vc9-x86.zip
> 8f6560f648f499550e0527e0bcf19ce3 : openssl-0.9.8k-asm-vc9-x86.zip
> 28d6380007c2d55c8b1beabfe41b9d2d : openssl-0.9.8l-asm-vc9-x86.zip
> 37d177a45f8a31965a5014e14b1d6e29 : openssl-0.9.8o-vc9-x86.zip
> e0538e07913bf580de7c86ff611b8cc8 : openssl-0.9.8p-vc9-x86.zip
> 9df88e3c451251103bc024e23765648d : openssl-0.9.8q-vc9.x86.zip
> d6d8683aba3ac9c6a69966c18c219c06 : qdmb-1.8.77-vc9-x86.zip
> faabd552bbbad65254161da889c643da : sasl-2.1.23-vc9-x86.zip
> 1136ad0b92491b86ca4e98366ae4d3f4 : zlib-1.2.3-vc9-x86.zip
>
>
> Richard.
>
> --
> Richard Quadling
> Twitter : EE : Zend
> @RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY
>

--20cf30364013c5e5dd049efd8f03--

Re: PHP_YAZ

am 21.03.2011 13:58:23 von Pierre Joye

hi,

You don't need zlib to compile yaz.

As long as you have a working yaz library (.lib and headers), all you
should do is:

configure --disable-all --enable-cli --with-yaz=3Dshared
nmake

for the Thread Safe build (apache module). And:

configure --disable-all --enable-cli --with-yaz=3Dshared --disable-zts
nmake

for the NTS version (fastcgi and cli)


Cheers,
On Mon, Mar 21, 2011 at 1:49 PM, Cindy Harper wrote:
> Thanks - please do send me the zlib-1.2.3-vc9-x86.zip. =A0Do you know whe=
n the
> windows.php.net will be back up? And does your list of dependencies have
> multiple versions, and I'd only need one version? Or are all of those
> included in the download from pecl2.php.net?
>
> Cindy Harper, Systems Librarian
> Colgate University Libraries
> charper@colgate.edu
> 315-228-7363
>
>
>
> On Mon, Mar 21, 2011 at 6:41 AM, Richard Quadling wr=
ote:
>
>> On 19 March 2011 21:28, Cindy Harper wrote:
>> > OK - so I 'm using VC9. =A0I thought I might as well get everything
>> working,
>> > so I turned on configre --enable-one-shot. =A0Now it's giving errors i=
n
>> trying
>> > to link zlib. I got zlib.1.2.5, and I'm following the README there to =
try
>> to
>> > compile the dll / library - I'm afriad I don't know the difference and
>> don't
>> > know which I need. =A0But I get this:
>>
>> You need to download a set of dependencies from
>> http://pecl2.php.net/downloads/php-windows-builds/php-libs/V C9/x86
>>
>> There are slight amendments to the standard code to make it fit PHP's
>> usage/setup. Normally, you don't need to build them yourself.
>>
>> But you can't at the moment due to the offline nature of that server
>> (includes wiki.php.net and windows.php.net).
>>
>> I can send you the file zlib-1.2.3-vc9-x86.zip, which I use.
>>
>> I unzip this into the deps folder and that's pretty much it for the
>> library.
>>
>> I don't have the original md5 hash of the zip file, though ...
>>
>> [2011-03-21 10:33:00]
>> [L:\BuildPHP\php53dev\vc9\x86\Dependencies\pecl2.php.net
>> \downloads\php-windows-builds\php-libs\VC9\x86]
>> [\\bv-dev-svr-4\d$ ] >php -r "echo
>> md5_file('zlib-1.2.3-vc9-x86.zip');"
>> 1136ad0b92491b86ca4e98366ae4d3f4
>>
>>
>> If anyone can confirm that, I can send you the library off list and
>> you can check it and then use it.
>>
>>
>> OOI, as the server is offline, here is the list of dependencies I've
>> got, along with their md5 hashes.
>>
>> 44da8af436a48765f0ce5ea907423b52 : apache-2.2-vc9-x86.zip
>> e60f1b5cdb0435a2f26c29b96e20511c : bindlib-cvs-vc9-x86.zip
>> d710165fbed2b20880be227f2252dd38 : cclient-2007b-vc9-x86.zip
>> f154b97572c1f22f09559f28ffa18b66 : cclient-2007e-vc9-x86.zip
>> 794af478c84a61cfc04a7cf48d70310e : dirent-20080629-vc9-x86.zip
>> 1463371fb6661359fb57efc494630377 : enchant-1.5.0-1-vc9-x86.zip
>> a40936ed7f6862a54f57f544e42f49c0 : enchant-1.5.0-vc9-x86.zip
>> c862854d87c64bdbe22ed4e7118821d7 : firebird-2.5.0.26074-vc9-x86.zip
>> 836879063000b6e07f9f19375c5dbf1a : freetype-2.3.9-vc9-x86.zip
>> 46c8796af836644a955ba63ef5a7f339 : freetype-2.4.3-vc9-x86.zip
>> 7488d7ab3a6325a7d3cd39598f6db1c3 : gettext-runtime-0.17-1-vc9-x86.zip
>> b5741ec5b79098758e97992aaa617485 : gettext-runtime-0.17-2-vc9-x86.zip
>> 3ee8164e420f370a54fa827a830bcfc3 : gettext-runtime-0.17-vc9-x86.zip
>> 3aa5fa8210a241f9cf4f5878b44712eb : glib-2.22.0-vc9-x86.zip
>> a6898d8d3368419dc961efc9162d67bf : ICU-3.8.1-vc9-x86.zip
>> ffc44ca601d9e67da54f0f290e794768 : ICU-4.0.0-vc9-x86.zip
>> 30b813548aeee2a6ba3ceac130a16ace : ICU-4.2.0-vc9-x86.zip
>> 29c6891a02e00c805d93cbdab2baa56a : libbz2-1.0.5-vc9-x86.zip
>> e4e12591c7045e4632ff320aa0e9177a : libbz2-1.0.6-vc9-x86.zip
>> 66a62370eabc7db525f4a120ba29c149 : libcurl-7.18.1-vc9-x86.zip
>> 5008769618f67677b892d6d2b1d29dc9 : libcurl-7.19.3-vc9-x86.zip
>> e0348783f7dee094e3a75f9d8a29f736 : libcurl-7.19.4-vc9-x86.zip
>> 983914588052737c4447bdd677a4f184 : libcurl-7.19.6-vc9-x86.zip
>> b4c9c33b73f1272b21cc64091d4da74c : libcurl-7.20.0-vc9-x86.zip
>> a68048543bdea698e922dbf3642d2de1 : libcurl-7.21.0-vc9-x86.zip
>> d4ea19e272487da2958a0623987d3b97 : libcurl-7.21.2-1-vc9-x86.zip
>> ac0b6217be32385857df84d735018df7 : libcurl-7.21.2-vc9-x86.zip
>> 425a0c22f0aa9e3b452abf088a4840fa : libenchant-1.4.7-vc9-x86.zip
>> 484941878a122f7e647e2503012f4976 : libenchant-1.5.0-vc9-x86.zip
>> c0c9f213c09c18f6b66f053a94a70bcd : libiconv-1.12-vc9-x86.zip
>> 4760953a1dd903e481cf90aa93965a6c : libjpeg-v6b-vc9-x86.zip
>> 47eb10754692c103b127b713fcc59d15 : libmcrypt-2.5.8-vc9-x86.zip
>> 8ca5aa622571bc80a03cd32671780be3 : libmpir-1.2.0-vc9-x86.zip
>> 09562c6eada2eca9b24cbeb58495be0e : libmpir-1.2.1-VC9-x86.zip
>> c1c94db9ddc4bcdd171016317209bf69 : libmpir-1.2.2-VC9-x86.zip
>> d6d36401eecd89194d64b21d52cdd1cb : libmpir-1.3.1-VC9-x86.zip
>> 302c919a6603b09d59f240ed08f17149 : libpng-1.2.35-asm-vc9-x86.zip
>> f19e76d7bc363b6ea9383724cc681c8d : libpng-1.2.37-asm-vc9-x86.zip
>> f15330c81156948601fb6226d87017b8 : libpng-1.2.44-asm-vc9-x86.zip
>> 472bde083953b3e0e359ed42d470f815 : libpq-8.3.6-vc9-x86.zip
>> 11c0de9ba56be5577d70741c1c7b4534 : libssh2-1.1.0-vc9-x86.zip
>> 63eb10bff81cada7b2c693890a6d3cc2 : libssh2-1.2.4-vc9-x86.zip
>> 26996c3e0d4b24626e878fcba3e3e4d3 : libssh2-1.2.7-vc9-x86.zip
>> 2f45de1b312af626d2dc84405b79459a : libssh2-2.1.0-vc9-x86.zip
>> 629b68695017188075813a3275c36b07 : libtidy-20080322-vc9.zip
>> 525c2bd7894da29b21a6c45e34e1b85d : libtidy-20090406-vc9-x86.zip
>> 437c70c5ab33276f9c8241edd61f5900 : libvpx-0.9.2-vc9-x86.zip
>> 6b5189ed723aee5ff119845998184293 : libxml-2.7.7-vc9-x86.zip
>> a2ffd10e9ba24f2e596d7fe2a992a71d : libxml2-2.7.3-vc9-x86.zip
>> d730fe28b2705ce8b3cf72d0c4aebbd7 : libxpm-3.5.7-vc9-x86.zip
>> 6cf09e2b31c290bcf455eb74a8b9db6a : libxslt-1.1.23-vc9-x86.zip
>> 7c08c7eaa50b1a8599b5f64ec4a6265d : mpir-1.1.2-vc9-x86.zip
>> de3a94019441cfcc7c24ce3d909bfc3a : net-snmp-5.4.2.1-vc9-x86.zip
>> f04db7930dce610667dab8e737ad3436 : openldap-2.3.42-1-vc9-x86.zip
>> 769a3c52a9e703ca69e52fb4f0c22a8a : openldap-2.3.42-2-vc9-x86.zip
>> 492f295fe7aad3ffd1a53553fa93810a : openldap-2.3.42-vc9-x86.zip
>> 031dcb024fdc0ff1ef7560ce3ae002a9 : openssl-0.9.8j-asm-vc9-x86.zip
>> 8f6560f648f499550e0527e0bcf19ce3 : openssl-0.9.8k-asm-vc9-x86.zip
>> 28d6380007c2d55c8b1beabfe41b9d2d : openssl-0.9.8l-asm-vc9-x86.zip
>> 37d177a45f8a31965a5014e14b1d6e29 : openssl-0.9.8o-vc9-x86.zip
>> e0538e07913bf580de7c86ff611b8cc8 : openssl-0.9.8p-vc9-x86.zip
>> 9df88e3c451251103bc024e23765648d : openssl-0.9.8q-vc9.x86.zip
>> d6d8683aba3ac9c6a69966c18c219c06 : qdmb-1.8.77-vc9-x86.zip
>> faabd552bbbad65254161da889c643da : sasl-2.1.23-vc9-x86.zip
>> 1136ad0b92491b86ca4e98366ae4d3f4 : zlib-1.2.3-vc9-x86.zip
>>
>>
>> Richard.
>>
>> --
>> Richard Quadling
>> Twitter : EE : Zend
>> @RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY
>>
>



--=20
Pierre

@pierrejoye | http://blog.thepimp.net | http://www.libgd.org

--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Re: PHP_YAZ

am 21.03.2011 14:01:02 von Cindy Harper

--00032555988a7f8ffb049efdb9ef
Content-Type: text/plain; charset=ISO-8859-1

Thanks - I didn't know how to go back to square one after I'd
enable-one-shot'd.

Cindy Harper, Systems Librarian
Colgate University Libraries
charper@colgate.edu
315-228-7363



On Mon, Mar 21, 2011 at 8:58 AM, Pierre Joye wrote:

> hi,
>
> You don't need zlib to compile yaz.
>
> As long as you have a working yaz library (.lib and headers), all you
> should do is:
>
> configure --disable-all --enable-cli --with-yaz=shared
> nmake
>
> for the Thread Safe build (apache module). And:
>
> configure --disable-all --enable-cli --with-yaz=shared --disable-zts
> nmake
>
> for the NTS version (fastcgi and cli)
>
>
> Cheers,
> On Mon, Mar 21, 2011 at 1:49 PM, Cindy Harper wrote:
> > Thanks - please do send me the zlib-1.2.3-vc9-x86.zip. Do you know when
> the
> > windows.php.net will be back up? And does your list of dependencies have
> > multiple versions, and I'd only need one version? Or are all of those
> > included in the download from pecl2.php.net?
> >
> > Cindy Harper, Systems Librarian
> > Colgate University Libraries
> > charper@colgate.edu
> > 315-228-7363
> >
> >
> >
> > On Mon, Mar 21, 2011 at 6:41 AM, Richard Quadling > >wrote:
> >
> >> On 19 March 2011 21:28, Cindy Harper wrote:
> >> > OK - so I 'm using VC9. I thought I might as well get everything
> >> working,
> >> > so I turned on configre --enable-one-shot. Now it's giving errors in
> >> trying
> >> > to link zlib. I got zlib.1.2.5, and I'm following the README there to
> try
> >> to
> >> > compile the dll / library - I'm afriad I don't know the difference and
> >> don't
> >> > know which I need. But I get this:
> >>
> >> You need to download a set of dependencies from
> >> http://pecl2.php.net/downloads/php-windows-builds/php-libs/V C9/x86
> >>
> >> There are slight amendments to the standard code to make it fit PHP's
> >> usage/setup. Normally, you don't need to build them yourself.
> >>
> >> But you can't at the moment due to the offline nature of that server
> >> (includes wiki.php.net and windows.php.net).
> >>
> >> I can send you the file zlib-1.2.3-vc9-x86.zip, which I use.
> >>
> >> I unzip this into the deps folder and that's pretty much it for the
> >> library.
> >>
> >> I don't have the original md5 hash of the zip file, though ...
> >>
> >> [2011-03-21 10:33:00]
> >> [L:\BuildPHP\php53dev\vc9\x86\Dependencies\pecl2.php.net
> >> \downloads\php-windows-builds\php-libs\VC9\x86]
> >> [\\bv-dev-svr-4\d$ ] >php -r "echo
> >> md5_file('zlib-1.2.3-vc9-x86.zip');"
> >> 1136ad0b92491b86ca4e98366ae4d3f4
> >>
> >>
> >> If anyone can confirm that, I can send you the library off list and
> >> you can check it and then use it.
> >>
> >>
> >> OOI, as the server is offline, here is the list of dependencies I've
> >> got, along with their md5 hashes.
> >>
> >> 44da8af436a48765f0ce5ea907423b52 : apache-2.2-vc9-x86.zip
> >> e60f1b5cdb0435a2f26c29b96e20511c : bindlib-cvs-vc9-x86.zip
> >> d710165fbed2b20880be227f2252dd38 : cclient-2007b-vc9-x86.zip
> >> f154b97572c1f22f09559f28ffa18b66 : cclient-2007e-vc9-x86.zip
> >> 794af478c84a61cfc04a7cf48d70310e : dirent-20080629-vc9-x86.zip
> >> 1463371fb6661359fb57efc494630377 : enchant-1.5.0-1-vc9-x86.zip
> >> a40936ed7f6862a54f57f544e42f49c0 : enchant-1.5.0-vc9-x86.zip
> >> c862854d87c64bdbe22ed4e7118821d7 : firebird-2.5.0.26074-vc9-x86.zip
> >> 836879063000b6e07f9f19375c5dbf1a : freetype-2.3.9-vc9-x86.zip
> >> 46c8796af836644a955ba63ef5a7f339 : freetype-2.4.3-vc9-x86.zip
> >> 7488d7ab3a6325a7d3cd39598f6db1c3 : gettext-runtime-0.17-1-vc9-x86.zip
> >> b5741ec5b79098758e97992aaa617485 : gettext-runtime-0.17-2-vc9-x86.zip
> >> 3ee8164e420f370a54fa827a830bcfc3 : gettext-runtime-0.17-vc9-x86.zip
> >> 3aa5fa8210a241f9cf4f5878b44712eb : glib-2.22.0-vc9-x86.zip
> >> a6898d8d3368419dc961efc9162d67bf : ICU-3.8.1-vc9-x86.zip
> >> ffc44ca601d9e67da54f0f290e794768 : ICU-4.0.0-vc9-x86.zip
> >> 30b813548aeee2a6ba3ceac130a16ace : ICU-4.2.0-vc9-x86.zip
> >> 29c6891a02e00c805d93cbdab2baa56a : libbz2-1.0.5-vc9-x86.zip
> >> e4e12591c7045e4632ff320aa0e9177a : libbz2-1.0.6-vc9-x86.zip
> >> 66a62370eabc7db525f4a120ba29c149 : libcurl-7.18.1-vc9-x86.zip
> >> 5008769618f67677b892d6d2b1d29dc9 : libcurl-7.19.3-vc9-x86.zip
> >> e0348783f7dee094e3a75f9d8a29f736 : libcurl-7.19.4-vc9-x86.zip
> >> 983914588052737c4447bdd677a4f184 : libcurl-7.19.6-vc9-x86.zip
> >> b4c9c33b73f1272b21cc64091d4da74c : libcurl-7.20.0-vc9-x86.zip
> >> a68048543bdea698e922dbf3642d2de1 : libcurl-7.21.0-vc9-x86.zip
> >> d4ea19e272487da2958a0623987d3b97 : libcurl-7.21.2-1-vc9-x86.zip
> >> ac0b6217be32385857df84d735018df7 : libcurl-7.21.2-vc9-x86.zip
> >> 425a0c22f0aa9e3b452abf088a4840fa : libenchant-1.4.7-vc9-x86.zip
> >> 484941878a122f7e647e2503012f4976 : libenchant-1.5.0-vc9-x86.zip
> >> c0c9f213c09c18f6b66f053a94a70bcd : libiconv-1.12-vc9-x86.zip
> >> 4760953a1dd903e481cf90aa93965a6c : libjpeg-v6b-vc9-x86.zip
> >> 47eb10754692c103b127b713fcc59d15 : libmcrypt-2.5.8-vc9-x86.zip
> >> 8ca5aa622571bc80a03cd32671780be3 : libmpir-1.2.0-vc9-x86.zip
> >> 09562c6eada2eca9b24cbeb58495be0e : libmpir-1.2.1-VC9-x86.zip
> >> c1c94db9ddc4bcdd171016317209bf69 : libmpir-1.2.2-VC9-x86.zip
> >> d6d36401eecd89194d64b21d52cdd1cb : libmpir-1.3.1-VC9-x86.zip
> >> 302c919a6603b09d59f240ed08f17149 : libpng-1.2.35-asm-vc9-x86.zip
> >> f19e76d7bc363b6ea9383724cc681c8d : libpng-1.2.37-asm-vc9-x86.zip
> >> f15330c81156948601fb6226d87017b8 : libpng-1.2.44-asm-vc9-x86.zip
> >> 472bde083953b3e0e359ed42d470f815 : libpq-8.3.6-vc9-x86.zip
> >> 11c0de9ba56be5577d70741c1c7b4534 : libssh2-1.1.0-vc9-x86.zip
> >> 63eb10bff81cada7b2c693890a6d3cc2 : libssh2-1.2.4-vc9-x86.zip
> >> 26996c3e0d4b24626e878fcba3e3e4d3 : libssh2-1.2.7-vc9-x86.zip
> >> 2f45de1b312af626d2dc84405b79459a : libssh2-2.1.0-vc9-x86.zip
> >> 629b68695017188075813a3275c36b07 : libtidy-20080322-vc9.zip
> >> 525c2bd7894da29b21a6c45e34e1b85d : libtidy-20090406-vc9-x86.zip
> >> 437c70c5ab33276f9c8241edd61f5900 : libvpx-0.9.2-vc9-x86.zip
> >> 6b5189ed723aee5ff119845998184293 : libxml-2.7.7-vc9-x86.zip
> >> a2ffd10e9ba24f2e596d7fe2a992a71d : libxml2-2.7.3-vc9-x86.zip
> >> d730fe28b2705ce8b3cf72d0c4aebbd7 : libxpm-3.5.7-vc9-x86.zip
> >> 6cf09e2b31c290bcf455eb74a8b9db6a : libxslt-1.1.23-vc9-x86.zip
> >> 7c08c7eaa50b1a8599b5f64ec4a6265d : mpir-1.1.2-vc9-x86.zip
> >> de3a94019441cfcc7c24ce3d909bfc3a : net-snmp-5.4.2.1-vc9-x86.zip
> >> f04db7930dce610667dab8e737ad3436 : openldap-2.3.42-1-vc9-x86.zip
> >> 769a3c52a9e703ca69e52fb4f0c22a8a : openldap-2.3.42-2-vc9-x86.zip
> >> 492f295fe7aad3ffd1a53553fa93810a : openldap-2.3.42-vc9-x86.zip
> >> 031dcb024fdc0ff1ef7560ce3ae002a9 : openssl-0.9.8j-asm-vc9-x86.zip
> >> 8f6560f648f499550e0527e0bcf19ce3 : openssl-0.9.8k-asm-vc9-x86.zip
> >> 28d6380007c2d55c8b1beabfe41b9d2d : openssl-0.9.8l-asm-vc9-x86.zip
> >> 37d177a45f8a31965a5014e14b1d6e29 : openssl-0.9.8o-vc9-x86.zip
> >> e0538e07913bf580de7c86ff611b8cc8 : openssl-0.9.8p-vc9-x86.zip
> >> 9df88e3c451251103bc024e23765648d : openssl-0.9.8q-vc9.x86.zip
> >> d6d8683aba3ac9c6a69966c18c219c06 : qdmb-1.8.77-vc9-x86.zip
> >> faabd552bbbad65254161da889c643da : sasl-2.1.23-vc9-x86.zip
> >> 1136ad0b92491b86ca4e98366ae4d3f4 : zlib-1.2.3-vc9-x86.zip
> >>
> >>
> >> Richard.
> >>
> >> --
> >> Richard Quadling
> >> Twitter : EE : Zend
> >> @RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY
> >>
> >
>
>
>
> --
> Pierre
>
> @pierrejoye | http://blog.thepimp.net | http://www.libgd.org
>

--00032555988a7f8ffb049efdb9ef--

Re: PHP_YAZ

am 21.03.2011 14:05:38 von Cindy Harper

--0016368e2ae8fd83fe049efdc9c4
Content-Type: text/plain; charset=ISO-8859-1

And another question I've never been clear on - if I have already downloaded
the compiled php 5.3.x, and the compiled php_yaz, is it necessary to compile
a new PHP with yaz enabled if I want to enable yaz? Or could I just have put
the php_yaz in my extensions dir, put the dependecies in my path, and the
extension line in my php.ini? I'm assuming that PHP has to be compiled with
support for each PECL module that will be used, and the usual .exe distros
don't include yaz support. Is that right?

Cindy Harper, Systems Librarian
Colgate University Libraries
charper@colgate.edu
315-228-7363



On Mon, Mar 21, 2011 at 9:01 AM, Cindy Harper wrote:

> Thanks - I didn't know how to go back to square one after I'd
> enable-one-shot'd.
>
>
> Cindy Harper, Systems Librarian
> Colgate University Libraries
> charper@colgate.edu
> 315-228-7363
>
>
>
> On Mon, Mar 21, 2011 at 8:58 AM, Pierre Joye wrote:
>
>> hi,
>>
>> You don't need zlib to compile yaz.
>>
>> As long as you have a working yaz library (.lib and headers), all you
>> should do is:
>>
>> configure --disable-all --enable-cli --with-yaz=shared
>> nmake
>>
>> for the Thread Safe build (apache module). And:
>>
>> configure --disable-all --enable-cli --with-yaz=shared --disable-zts
>> nmake
>>
>> for the NTS version (fastcgi and cli)
>>
>>
>> Cheers,
>> On Mon, Mar 21, 2011 at 1:49 PM, Cindy Harper
>> wrote:
>> > Thanks - please do send me the zlib-1.2.3-vc9-x86.zip. Do you know when
>> the
>> > windows.php.net will be back up? And does your list of dependencies
>> have
>> > multiple versions, and I'd only need one version? Or are all of those
>> > included in the download from pecl2.php.net?
>> >
>> > Cindy Harper, Systems Librarian
>> > Colgate University Libraries
>> > charper@colgate.edu
>> > 315-228-7363
>> >
>> >
>> >
>> > On Mon, Mar 21, 2011 at 6:41 AM, Richard Quadling >> >wrote:
>> >
>> >> On 19 March 2011 21:28, Cindy Harper wrote:
>> >> > OK - so I 'm using VC9. I thought I might as well get everything
>> >> working,
>> >> > so I turned on configre --enable-one-shot. Now it's giving errors in
>> >> trying
>> >> > to link zlib. I got zlib.1.2.5, and I'm following the README there to
>> try
>> >> to
>> >> > compile the dll / library - I'm afriad I don't know the difference
>> and
>> >> don't
>> >> > know which I need. But I get this:
>> >>
>> >> You need to download a set of dependencies from
>> >> http://pecl2.php.net/downloads/php-windows-builds/php-libs/V C9/x86
>> >>
>> >> There are slight amendments to the standard code to make it fit PHP's
>> >> usage/setup. Normally, you don't need to build them yourself.
>> >>
>> >> But you can't at the moment due to the offline nature of that server
>> >> (includes wiki.php.net and windows.php.net).
>> >>
>> >> I can send you the file zlib-1.2.3-vc9-x86.zip, which I use.
>> >>
>> >> I unzip this into the deps folder and that's pretty much it for the
>> >> library.
>> >>
>> >> I don't have the original md5 hash of the zip file, though ...
>> >>
>> >> [2011-03-21 10:33:00]
>> >> [L:\BuildPHP\php53dev\vc9\x86\Dependencies\pecl2.php.net
>> >> \downloads\php-windows-builds\php-libs\VC9\x86]
>> >> [\\bv-dev-svr-4\d$ ] >php -r "echo
>> >> md5_file('zlib-1.2.3-vc9-x86.zip');"
>> >> 1136ad0b92491b86ca4e98366ae4d3f4
>> >>
>> >>
>> >> If anyone can confirm that, I can send you the library off list and
>> >> you can check it and then use it.
>> >>
>> >>
>> >> OOI, as the server is offline, here is the list of dependencies I've
>> >> got, along with their md5 hashes.
>> >>
>> >> 44da8af436a48765f0ce5ea907423b52 : apache-2.2-vc9-x86.zip
>> >> e60f1b5cdb0435a2f26c29b96e20511c : bindlib-cvs-vc9-x86.zip
>> >> d710165fbed2b20880be227f2252dd38 : cclient-2007b-vc9-x86.zip
>> >> f154b97572c1f22f09559f28ffa18b66 : cclient-2007e-vc9-x86.zip
>> >> 794af478c84a61cfc04a7cf48d70310e : dirent-20080629-vc9-x86.zip
>> >> 1463371fb6661359fb57efc494630377 : enchant-1.5.0-1-vc9-x86.zip
>> >> a40936ed7f6862a54f57f544e42f49c0 : enchant-1.5.0-vc9-x86.zip
>> >> c862854d87c64bdbe22ed4e7118821d7 : firebird-2.5.0.26074-vc9-x86.zip
>> >> 836879063000b6e07f9f19375c5dbf1a : freetype-2.3.9-vc9-x86.zip
>> >> 46c8796af836644a955ba63ef5a7f339 : freetype-2.4.3-vc9-x86.zip
>> >> 7488d7ab3a6325a7d3cd39598f6db1c3 : gettext-runtime-0.17-1-vc9-x86.zip
>> >> b5741ec5b79098758e97992aaa617485 : gettext-runtime-0.17-2-vc9-x86.zip
>> >> 3ee8164e420f370a54fa827a830bcfc3 : gettext-runtime-0.17-vc9-x86.zip
>> >> 3aa5fa8210a241f9cf4f5878b44712eb : glib-2.22.0-vc9-x86.zip
>> >> a6898d8d3368419dc961efc9162d67bf : ICU-3.8.1-vc9-x86.zip
>> >> ffc44ca601d9e67da54f0f290e794768 : ICU-4.0.0-vc9-x86.zip
>> >> 30b813548aeee2a6ba3ceac130a16ace : ICU-4.2.0-vc9-x86.zip
>> >> 29c6891a02e00c805d93cbdab2baa56a : libbz2-1.0.5-vc9-x86.zip
>> >> e4e12591c7045e4632ff320aa0e9177a : libbz2-1.0.6-vc9-x86.zip
>> >> 66a62370eabc7db525f4a120ba29c149 : libcurl-7.18.1-vc9-x86.zip
>> >> 5008769618f67677b892d6d2b1d29dc9 : libcurl-7.19.3-vc9-x86.zip
>> >> e0348783f7dee094e3a75f9d8a29f736 : libcurl-7.19.4-vc9-x86.zip
>> >> 983914588052737c4447bdd677a4f184 : libcurl-7.19.6-vc9-x86.zip
>> >> b4c9c33b73f1272b21cc64091d4da74c : libcurl-7.20.0-vc9-x86.zip
>> >> a68048543bdea698e922dbf3642d2de1 : libcurl-7.21.0-vc9-x86.zip
>> >> d4ea19e272487da2958a0623987d3b97 : libcurl-7.21.2-1-vc9-x86.zip
>> >> ac0b6217be32385857df84d735018df7 : libcurl-7.21.2-vc9-x86.zip
>> >> 425a0c22f0aa9e3b452abf088a4840fa : libenchant-1.4.7-vc9-x86.zip
>> >> 484941878a122f7e647e2503012f4976 : libenchant-1.5.0-vc9-x86.zip
>> >> c0c9f213c09c18f6b66f053a94a70bcd : libiconv-1.12-vc9-x86.zip
>> >> 4760953a1dd903e481cf90aa93965a6c : libjpeg-v6b-vc9-x86.zip
>> >> 47eb10754692c103b127b713fcc59d15 : libmcrypt-2.5.8-vc9-x86.zip
>> >> 8ca5aa622571bc80a03cd32671780be3 : libmpir-1.2.0-vc9-x86.zip
>> >> 09562c6eada2eca9b24cbeb58495be0e : libmpir-1.2.1-VC9-x86.zip
>> >> c1c94db9ddc4bcdd171016317209bf69 : libmpir-1.2.2-VC9-x86.zip
>> >> d6d36401eecd89194d64b21d52cdd1cb : libmpir-1.3.1-VC9-x86.zip
>> >> 302c919a6603b09d59f240ed08f17149 : libpng-1.2.35-asm-vc9-x86.zip
>> >> f19e76d7bc363b6ea9383724cc681c8d : libpng-1.2.37-asm-vc9-x86.zip
>> >> f15330c81156948601fb6226d87017b8 : libpng-1.2.44-asm-vc9-x86.zip
>> >> 472bde083953b3e0e359ed42d470f815 : libpq-8.3.6-vc9-x86.zip
>> >> 11c0de9ba56be5577d70741c1c7b4534 : libssh2-1.1.0-vc9-x86.zip
>> >> 63eb10bff81cada7b2c693890a6d3cc2 : libssh2-1.2.4-vc9-x86.zip
>> >> 26996c3e0d4b24626e878fcba3e3e4d3 : libssh2-1.2.7-vc9-x86.zip
>> >> 2f45de1b312af626d2dc84405b79459a : libssh2-2.1.0-vc9-x86.zip
>> >> 629b68695017188075813a3275c36b07 : libtidy-20080322-vc9.zip
>> >> 525c2bd7894da29b21a6c45e34e1b85d : libtidy-20090406-vc9-x86.zip
>> >> 437c70c5ab33276f9c8241edd61f5900 : libvpx-0.9.2-vc9-x86.zip
>> >> 6b5189ed723aee5ff119845998184293 : libxml-2.7.7-vc9-x86.zip
>> >> a2ffd10e9ba24f2e596d7fe2a992a71d : libxml2-2.7.3-vc9-x86.zip
>> >> d730fe28b2705ce8b3cf72d0c4aebbd7 : libxpm-3.5.7-vc9-x86.zip
>> >> 6cf09e2b31c290bcf455eb74a8b9db6a : libxslt-1.1.23-vc9-x86.zip
>> >> 7c08c7eaa50b1a8599b5f64ec4a6265d : mpir-1.1.2-vc9-x86.zip
>> >> de3a94019441cfcc7c24ce3d909bfc3a : net-snmp-5.4.2.1-vc9-x86.zip
>> >> f04db7930dce610667dab8e737ad3436 : openldap-2.3.42-1-vc9-x86.zip
>> >> 769a3c52a9e703ca69e52fb4f0c22a8a : openldap-2.3.42-2-vc9-x86.zip
>> >> 492f295fe7aad3ffd1a53553fa93810a : openldap-2.3.42-vc9-x86.zip
>> >> 031dcb024fdc0ff1ef7560ce3ae002a9 : openssl-0.9.8j-asm-vc9-x86.zip
>> >> 8f6560f648f499550e0527e0bcf19ce3 : openssl-0.9.8k-asm-vc9-x86.zip
>> >> 28d6380007c2d55c8b1beabfe41b9d2d : openssl-0.9.8l-asm-vc9-x86.zip
>> >> 37d177a45f8a31965a5014e14b1d6e29 : openssl-0.9.8o-vc9-x86.zip
>> >> e0538e07913bf580de7c86ff611b8cc8 : openssl-0.9.8p-vc9-x86.zip
>> >> 9df88e3c451251103bc024e23765648d : openssl-0.9.8q-vc9.x86.zip
>> >> d6d8683aba3ac9c6a69966c18c219c06 : qdmb-1.8.77-vc9-x86.zip
>> >> faabd552bbbad65254161da889c643da : sasl-2.1.23-vc9-x86.zip
>> >> 1136ad0b92491b86ca4e98366ae4d3f4 : zlib-1.2.3-vc9-x86.zip
>> >>
>> >>
>> >> Richard.
>> >>
>> >> --
>> >> Richard Quadling
>> >> Twitter : EE : Zend
>> >> @RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY
>> >>
>> >
>>
>>
>>
>> --
>> Pierre
>>
>> @pierrejoye | http://blog.thepimp.net | http://www.libgd.org
>>
>
>

--0016368e2ae8fd83fe049efdc9c4--

Re: PHP_YAZ

am 21.03.2011 14:05:45 von Richard Quadling

On 21 March 2011 13:01, Cindy Harper wrote:
> Thanks - I didn't know how to go back to square one after I'd
> enable-one-shot'd.
>
> Cindy Harper, Systems Librarian
> Colgate University Libraries
> charper@colgate.edu
> 315-228-7363
>
>
>
> On Mon, Mar 21, 2011 at 8:58 AM, Pierre Joye wrote=
:
>>
>> hi,
>>
>> You don't need zlib to compile yaz.
>>
>> As long as you have a working yaz library (.lib and headers), all you
>> should do is:
>>
>> configure --disable-all --enable-cli --with-yaz=3Dshared
>> nmake
>>
>> for the Thread Safe build (apache module). And:
>>
>> configure --disable-all --enable-cli --with-yaz=3Dshared --disable-zts
>> nmake
>>
>> for the NTS version (fastcgi and cli)
>>
>>
>> Cheers,
>> On Mon, Mar 21, 2011 at 1:49 PM, Cindy Harper wrot=
e:
>> > Thanks - please do send me the zlib-1.2.3-vc9-x86.zip.  Do you kn=
ow when
>> > the
>> > windows.php.net will be back up? And does your list of dependencies ha=
ve
>> > multiple versions, and I'd only need one version? Or are all of those
>> > included in the download from pecl2.php.net?
>> >
>> > Cindy Harper, Systems Librarian
>> > Colgate University Libraries
>> > charper@colgate.edu
>> > 315-228-7363
>> >
>> >
>> >
>> > On Mon, Mar 21, 2011 at 6:41 AM, Richard Quadling
>> > wrote:
>> >
>> >> On 19 March 2011 21:28, Cindy Harper wrote:
>> >> > OK - so I 'm using VC9.  I thought I might as well get everyth=
ing
>> >> working,
>> >> > so I turned on configre --enable-one-shot.  Now it's giving er=
rors in
>> >> trying
>> >> > to link zlib. I got zlib.1.2.5, and I'm following the README there =
to
>> >> > try
>> >> to
>> >> > compile the dll / library - I'm afriad I don't know the difference
>> >> > and
>> >> don't
>> >> > know which I need.  But I get this:
>> >>
>> >> You need to download a set of dependencies from
>> >> http://pecl2.php.net/downloads/php-windows-builds/php-libs/V C9/x86
>> >>
>> >> There are slight amendments to the standard code to make it fit PHP's
>> >> usage/setup. Normally, you don't need to build them yourself.
>> >>
>> >> But you can't at the moment due to the offline nature of that server
>> >> (includes wiki.php.net and windows.php.net).
>> >>
>> >> I can send you the file zlib-1.2.3-vc9-x86.zip, which I use.
>> >>
>> >> I unzip this into the deps folder and that's pretty much it for the
>> >> library.
>> >>
>> >> I don't have the original md5 hash of the zip file, though ...
>> >>
>> >> [2011-03-21 10:33:00]
>> >> [L:\BuildPHP\php53dev\vc9\x86\Dependencies\pecl2.php.net
>> >> \downloads\php-windows-builds\php-libs\VC9\x86]
>> >> [\\bv-dev-svr-4\d$ ] >php -r "echo
>> >> md5_file('zlib-1.2.3-vc9-x86.zip');"
>> >> 1136ad0b92491b86ca4e98366ae4d3f4
>> >>
>> >>
>> >> If anyone can confirm that, I can send you the library off list and
>> >> you can check it and then use it.
>> >>
>> >>
>> >> OOI, as the server is offline, here is the list of dependencies I've
>> >> got, along with their md5 hashes.
>> >>
>> >> 44da8af436a48765f0ce5ea907423b52 : apache-2.2-vc9-x86.zip
>> >> e60f1b5cdb0435a2f26c29b96e20511c : bindlib-cvs-vc9-x86.zip
>> >> d710165fbed2b20880be227f2252dd38 : cclient-2007b-vc9-x86.zip
>> >> f154b97572c1f22f09559f28ffa18b66 : cclient-2007e-vc9-x86.zip
>> >> 794af478c84a61cfc04a7cf48d70310e : dirent-20080629-vc9-x86.zip
>> >> 1463371fb6661359fb57efc494630377 : enchant-1.5.0-1-vc9-x86.zip
>> >> a40936ed7f6862a54f57f544e42f49c0 : enchant-1.5.0-vc9-x86.zip
>> >> c862854d87c64bdbe22ed4e7118821d7 : firebird-2.5.0.26074-vc9-x86.zip
>> >> 836879063000b6e07f9f19375c5dbf1a : freetype-2.3.9-vc9-x86.zip
>> >> 46c8796af836644a955ba63ef5a7f339 : freetype-2.4.3-vc9-x86.zip
>> >> 7488d7ab3a6325a7d3cd39598f6db1c3 : gettext-runtime-0.17-1-vc9-x86.zip
>> >> b5741ec5b79098758e97992aaa617485 : gettext-runtime-0.17-2-vc9-x86.zip
>> >> 3ee8164e420f370a54fa827a830bcfc3 : gettext-runtime-0.17-vc9-x86.zip
>> >> 3aa5fa8210a241f9cf4f5878b44712eb : glib-2.22.0-vc9-x86.zip
>> >> a6898d8d3368419dc961efc9162d67bf : ICU-3.8.1-vc9-x86.zip
>> >> ffc44ca601d9e67da54f0f290e794768 : ICU-4.0.0-vc9-x86.zip
>> >> 30b813548aeee2a6ba3ceac130a16ace : ICU-4.2.0-vc9-x86.zip
>> >> 29c6891a02e00c805d93cbdab2baa56a : libbz2-1.0.5-vc9-x86.zip
>> >> e4e12591c7045e4632ff320aa0e9177a : libbz2-1.0.6-vc9-x86.zip
>> >> 66a62370eabc7db525f4a120ba29c149 : libcurl-7.18.1-vc9-x86.zip
>> >> 5008769618f67677b892d6d2b1d29dc9 : libcurl-7.19.3-vc9-x86.zip
>> >> e0348783f7dee094e3a75f9d8a29f736 : libcurl-7.19.4-vc9-x86.zip
>> >> 983914588052737c4447bdd677a4f184 : libcurl-7.19.6-vc9-x86.zip
>> >> b4c9c33b73f1272b21cc64091d4da74c : libcurl-7.20.0-vc9-x86.zip
>> >> a68048543bdea698e922dbf3642d2de1 : libcurl-7.21.0-vc9-x86.zip
>> >> d4ea19e272487da2958a0623987d3b97 : libcurl-7.21.2-1-vc9-x86.zip
>> >> ac0b6217be32385857df84d735018df7 : libcurl-7.21.2-vc9-x86.zip
>> >> 425a0c22f0aa9e3b452abf088a4840fa : libenchant-1.4.7-vc9-x86.zip
>> >> 484941878a122f7e647e2503012f4976 : libenchant-1.5.0-vc9-x86.zip
>> >> c0c9f213c09c18f6b66f053a94a70bcd : libiconv-1.12-vc9-x86.zip
>> >> 4760953a1dd903e481cf90aa93965a6c : libjpeg-v6b-vc9-x86.zip
>> >> 47eb10754692c103b127b713fcc59d15 : libmcrypt-2.5.8-vc9-x86.zip
>> >> 8ca5aa622571bc80a03cd32671780be3 : libmpir-1.2.0-vc9-x86.zip
>> >> 09562c6eada2eca9b24cbeb58495be0e : libmpir-1.2.1-VC9-x86.zip
>> >> c1c94db9ddc4bcdd171016317209bf69 : libmpir-1.2.2-VC9-x86.zip
>> >> d6d36401eecd89194d64b21d52cdd1cb : libmpir-1.3.1-VC9-x86.zip
>> >> 302c919a6603b09d59f240ed08f17149 : libpng-1.2.35-asm-vc9-x86.zip
>> >> f19e76d7bc363b6ea9383724cc681c8d : libpng-1.2.37-asm-vc9-x86.zip
>> >> f15330c81156948601fb6226d87017b8 : libpng-1.2.44-asm-vc9-x86.zip
>> >> 472bde083953b3e0e359ed42d470f815 : libpq-8.3.6-vc9-x86.zip
>> >> 11c0de9ba56be5577d70741c1c7b4534 : libssh2-1.1.0-vc9-x86.zip
>> >> 63eb10bff81cada7b2c693890a6d3cc2 : libssh2-1.2.4-vc9-x86.zip
>> >> 26996c3e0d4b24626e878fcba3e3e4d3 : libssh2-1.2.7-vc9-x86.zip
>> >> 2f45de1b312af626d2dc84405b79459a : libssh2-2.1.0-vc9-x86.zip
>> >> 629b68695017188075813a3275c36b07 : libtidy-20080322-vc9.zip
>> >> 525c2bd7894da29b21a6c45e34e1b85d : libtidy-20090406-vc9-x86.zip
>> >> 437c70c5ab33276f9c8241edd61f5900 : libvpx-0.9.2-vc9-x86.zip
>> >> 6b5189ed723aee5ff119845998184293 : libxml-2.7.7-vc9-x86.zip
>> >> a2ffd10e9ba24f2e596d7fe2a992a71d : libxml2-2.7.3-vc9-x86.zip
>> >> d730fe28b2705ce8b3cf72d0c4aebbd7 : libxpm-3.5.7-vc9-x86.zip
>> >> 6cf09e2b31c290bcf455eb74a8b9db6a : libxslt-1.1.23-vc9-x86.zip
>> >> 7c08c7eaa50b1a8599b5f64ec4a6265d : mpir-1.1.2-vc9-x86.zip
>> >> de3a94019441cfcc7c24ce3d909bfc3a : net-snmp-5.4.2.1-vc9-x86.zip
>> >> f04db7930dce610667dab8e737ad3436 : openldap-2.3.42-1-vc9-x86.zip
>> >> 769a3c52a9e703ca69e52fb4f0c22a8a : openldap-2.3.42-2-vc9-x86.zip
>> >> 492f295fe7aad3ffd1a53553fa93810a : openldap-2.3.42-vc9-x86.zip
>> >> 031dcb024fdc0ff1ef7560ce3ae002a9 : openssl-0.9.8j-asm-vc9-x86.zip
>> >> 8f6560f648f499550e0527e0bcf19ce3 : openssl-0.9.8k-asm-vc9-x86.zip
>> >> 28d6380007c2d55c8b1beabfe41b9d2d : openssl-0.9.8l-asm-vc9-x86.zip
>> >> 37d177a45f8a31965a5014e14b1d6e29 : openssl-0.9.8o-vc9-x86.zip
>> >> e0538e07913bf580de7c86ff611b8cc8 : openssl-0.9.8p-vc9-x86.zip
>> >> 9df88e3c451251103bc024e23765648d : openssl-0.9.8q-vc9.x86.zip
>> >> d6d8683aba3ac9c6a69966c18c219c06 : qdmb-1.8.77-vc9-x86.zip
>> >> faabd552bbbad65254161da889c643da : sasl-2.1.23-vc9-x86.zip
>> >> 1136ad0b92491b86ca4e98366ae4d3f4 : zlib-1.2.3-vc9-x86.zip
>> >>
>> >>
>> >> Richard.
>> >>
>> >> --
>> >> Richard Quadling
>> >> Twitter : EE : Zend
>> >> @RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY
>> >>
>> >
>>
>>
>>
>> --
>> Pierre
>>
>> @pierrejoye | http://blog.thepimp.net | http://www.libgd.org
>
>

Cindy,

Run ...

configure --help

to see all the options.

The options available depend upon the different extensions (core and
pecl) that you've installed.

The command ...

buildconf

builds the configure script.

The configure script builds the makefile.

nmake builds PHP using the makefile built by configure.js which was
built with buildconf.

And I am extremely thankful to Pierre and others on this list for
helping me get to this position.



--=20
Richard Quadling
Twitter : EE : Zend
@RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY

--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Re: PHP_YAZ

am 21.03.2011 14:09:27 von Pierre Joye

On Mon, Mar 21, 2011 at 2:05 PM, Cindy Harper wrote:
> And another question I've never been clear on - if I have already downloa=
ded
> the compiled php 5.3.x, and the compiled php_yaz, is it necessary to comp=
ile
> a new PHP with yaz enabled if I want to enable yaz? Or could I just have =
put
> the php_yaz in my extensions dir, put the dependecies in my path, and the
> extension line in my php.ini?=A0 I'm assuming that PHP has to be compiled=
with
> support for each PECL module that will be used, and the usual .exe distro=
s
> don't include yaz support. Is that right?

Just put the freshly built php_yaz.dll in your extension dir. It
should be compatible with all 5.3 series.

Cheers,
--=20
Pierre

@pierrejoye | http://blog.thepimp.net | http://www.libgd.org

--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Re: PHP_YAZ

am 21.03.2011 14:12:12 von Cindy Harper

--000325554c7eb4d50e049efde160
Content-Type: text/plain; charset=ISO-8859-1

Thanks - I knew about configure --help, but I had only tried
disable-one-shot... Thanks for tutoring this real newbie, both of you!

Cindy Harper, Systems Librarian
Colgate University Libraries
charper@colgate.edu
315-228-7363



On Mon, Mar 21, 2011 at 9:05 AM, Richard Quadling wrote:

> On 21 March 2011 13:01, Cindy Harper wrote:
> > Thanks - I didn't know how to go back to square one after I'd
> > enable-one-shot'd.
> >
> > Cindy Harper, Systems Librarian
> > Colgate University Libraries
> > charper@colgate.edu
> > 315-228-7363
> >
> >
> >
> > On Mon, Mar 21, 2011 at 8:58 AM, Pierre Joye
> wrote:
> >>
> >> hi,
> >>
> >> You don't need zlib to compile yaz.
> >>
> >> As long as you have a working yaz library (.lib and headers), all you
> >> should do is:
> >>
> >> configure --disable-all --enable-cli --with-yaz=shared
> >> nmake
> >>
> >> for the Thread Safe build (apache module). And:
> >>
> >> configure --disable-all --enable-cli --with-yaz=shared --disable-zts
> >> nmake
> >>
> >> for the NTS version (fastcgi and cli)
> >>
> >>
> >> Cheers,
> >> On Mon, Mar 21, 2011 at 1:49 PM, Cindy Harper
> wrote:
> >> > Thanks - please do send me the zlib-1.2.3-vc9-x86.zip. Do you know
> when
> >> > the
> >> > windows.php.net will be back up? And does your list of dependencies
> have
> >> > multiple versions, and I'd only need one version? Or are all of those
> >> > included in the download from pecl2.php.net?
> >> >
> >> > Cindy Harper, Systems Librarian
> >> > Colgate University Libraries
> >> > charper@colgate.edu
> >> > 315-228-7363
> >> >
> >> >
> >> >
> >> > On Mon, Mar 21, 2011 at 6:41 AM, Richard Quadling
> >> > wrote:
> >> >
> >> >> On 19 March 2011 21:28, Cindy Harper wrote:
> >> >> > OK - so I 'm using VC9. I thought I might as well get everything
> >> >> working,
> >> >> > so I turned on configre --enable-one-shot. Now it's giving errors
> in
> >> >> trying
> >> >> > to link zlib. I got zlib.1.2.5, and I'm following the README there
> to
> >> >> > try
> >> >> to
> >> >> > compile the dll / library - I'm afriad I don't know the difference
> >> >> > and
> >> >> don't
> >> >> > know which I need. But I get this:
> >> >>
> >> >> You need to download a set of dependencies from
> >> >> http://pecl2.php.net/downloads/php-windows-builds/php-libs/V C9/x86
> >> >>
> >> >> There are slight amendments to the standard code to make it fit PHP's
> >> >> usage/setup. Normally, you don't need to build them yourself.
> >> >>
> >> >> But you can't at the moment due to the offline nature of that server
> >> >> (includes wiki.php.net and windows.php.net).
> >> >>
> >> >> I can send you the file zlib-1.2.3-vc9-x86.zip, which I use.
> >> >>
> >> >> I unzip this into the deps folder and that's pretty much it for the
> >> >> library.
> >> >>
> >> >> I don't have the original md5 hash of the zip file, though ...
> >> >>
> >> >> [2011-03-21 10:33:00]
> >> >> [L:\BuildPHP\php53dev\vc9\x86\Dependencies\pecl2.php.net
> >> >> \downloads\php-windows-builds\php-libs\VC9\x86]
> >> >> [\\bv-dev-svr-4\d$ ] >php -r "echo
> >> >> md5_file('zlib-1.2.3-vc9-x86.zip');"
> >> >> 1136ad0b92491b86ca4e98366ae4d3f4
> >> >>
> >> >>
> >> >> If anyone can confirm that, I can send you the library off list and
> >> >> you can check it and then use it.
> >> >>
> >> >>
> >> >> OOI, as the server is offline, here is the list of dependencies I've
> >> >> got, along with their md5 hashes.
> >> >>
> >> >> 44da8af436a48765f0ce5ea907423b52 : apache-2.2-vc9-x86.zip
> >> >> e60f1b5cdb0435a2f26c29b96e20511c : bindlib-cvs-vc9-x86.zip
> >> >> d710165fbed2b20880be227f2252dd38 : cclient-2007b-vc9-x86.zip
> >> >> f154b97572c1f22f09559f28ffa18b66 : cclient-2007e-vc9-x86.zip
> >> >> 794af478c84a61cfc04a7cf48d70310e : dirent-20080629-vc9-x86.zip
> >> >> 1463371fb6661359fb57efc494630377 : enchant-1.5.0-1-vc9-x86.zip
> >> >> a40936ed7f6862a54f57f544e42f49c0 : enchant-1.5.0-vc9-x86.zip
> >> >> c862854d87c64bdbe22ed4e7118821d7 : firebird-2.5.0.26074-vc9-x86.zip
> >> >> 836879063000b6e07f9f19375c5dbf1a : freetype-2.3.9-vc9-x86.zip
> >> >> 46c8796af836644a955ba63ef5a7f339 : freetype-2.4.3-vc9-x86.zip
> >> >> 7488d7ab3a6325a7d3cd39598f6db1c3 : gettext-runtime-0.17-1-vc9-x86.zip
> >> >> b5741ec5b79098758e97992aaa617485 : gettext-runtime-0.17-2-vc9-x86.zip
> >> >> 3ee8164e420f370a54fa827a830bcfc3 : gettext-runtime-0.17-vc9-x86.zip
> >> >> 3aa5fa8210a241f9cf4f5878b44712eb : glib-2.22.0-vc9-x86.zip
> >> >> a6898d8d3368419dc961efc9162d67bf : ICU-3.8.1-vc9-x86.zip
> >> >> ffc44ca601d9e67da54f0f290e794768 : ICU-4.0.0-vc9-x86.zip
> >> >> 30b813548aeee2a6ba3ceac130a16ace : ICU-4.2.0-vc9-x86.zip
> >> >> 29c6891a02e00c805d93cbdab2baa56a : libbz2-1.0.5-vc9-x86.zip
> >> >> e4e12591c7045e4632ff320aa0e9177a : libbz2-1.0.6-vc9-x86.zip
> >> >> 66a62370eabc7db525f4a120ba29c149 : libcurl-7.18.1-vc9-x86.zip
> >> >> 5008769618f67677b892d6d2b1d29dc9 : libcurl-7.19.3-vc9-x86.zip
> >> >> e0348783f7dee094e3a75f9d8a29f736 : libcurl-7.19.4-vc9-x86.zip
> >> >> 983914588052737c4447bdd677a4f184 : libcurl-7.19.6-vc9-x86.zip
> >> >> b4c9c33b73f1272b21cc64091d4da74c : libcurl-7.20.0-vc9-x86.zip
> >> >> a68048543bdea698e922dbf3642d2de1 : libcurl-7.21.0-vc9-x86.zip
> >> >> d4ea19e272487da2958a0623987d3b97 : libcurl-7.21.2-1-vc9-x86.zip
> >> >> ac0b6217be32385857df84d735018df7 : libcurl-7.21.2-vc9-x86.zip
> >> >> 425a0c22f0aa9e3b452abf088a4840fa : libenchant-1.4.7-vc9-x86.zip
> >> >> 484941878a122f7e647e2503012f4976 : libenchant-1.5.0-vc9-x86.zip
> >> >> c0c9f213c09c18f6b66f053a94a70bcd : libiconv-1.12-vc9-x86.zip
> >> >> 4760953a1dd903e481cf90aa93965a6c : libjpeg-v6b-vc9-x86.zip
> >> >> 47eb10754692c103b127b713fcc59d15 : libmcrypt-2.5.8-vc9-x86.zip
> >> >> 8ca5aa622571bc80a03cd32671780be3 : libmpir-1.2.0-vc9-x86.zip
> >> >> 09562c6eada2eca9b24cbeb58495be0e : libmpir-1.2.1-VC9-x86.zip
> >> >> c1c94db9ddc4bcdd171016317209bf69 : libmpir-1.2.2-VC9-x86.zip
> >> >> d6d36401eecd89194d64b21d52cdd1cb : libmpir-1.3.1-VC9-x86.zip
> >> >> 302c919a6603b09d59f240ed08f17149 : libpng-1.2.35-asm-vc9-x86.zip
> >> >> f19e76d7bc363b6ea9383724cc681c8d : libpng-1.2.37-asm-vc9-x86.zip
> >> >> f15330c81156948601fb6226d87017b8 : libpng-1.2.44-asm-vc9-x86.zip
> >> >> 472bde083953b3e0e359ed42d470f815 : libpq-8.3.6-vc9-x86.zip
> >> >> 11c0de9ba56be5577d70741c1c7b4534 : libssh2-1.1.0-vc9-x86.zip
> >> >> 63eb10bff81cada7b2c693890a6d3cc2 : libssh2-1.2.4-vc9-x86.zip
> >> >> 26996c3e0d4b24626e878fcba3e3e4d3 : libssh2-1.2.7-vc9-x86.zip
> >> >> 2f45de1b312af626d2dc84405b79459a : libssh2-2.1.0-vc9-x86.zip
> >> >> 629b68695017188075813a3275c36b07 : libtidy-20080322-vc9.zip
> >> >> 525c2bd7894da29b21a6c45e34e1b85d : libtidy-20090406-vc9-x86.zip
> >> >> 437c70c5ab33276f9c8241edd61f5900 : libvpx-0.9.2-vc9-x86.zip
> >> >> 6b5189ed723aee5ff119845998184293 : libxml-2.7.7-vc9-x86.zip
> >> >> a2ffd10e9ba24f2e596d7fe2a992a71d : libxml2-2.7.3-vc9-x86.zip
> >> >> d730fe28b2705ce8b3cf72d0c4aebbd7 : libxpm-3.5.7-vc9-x86.zip
> >> >> 6cf09e2b31c290bcf455eb74a8b9db6a : libxslt-1.1.23-vc9-x86.zip
> >> >> 7c08c7eaa50b1a8599b5f64ec4a6265d : mpir-1.1.2-vc9-x86.zip
> >> >> de3a94019441cfcc7c24ce3d909bfc3a : net-snmp-5.4.2.1-vc9-x86.zip
> >> >> f04db7930dce610667dab8e737ad3436 : openldap-2.3.42-1-vc9-x86.zip
> >> >> 769a3c52a9e703ca69e52fb4f0c22a8a : openldap-2.3.42-2-vc9-x86.zip
> >> >> 492f295fe7aad3ffd1a53553fa93810a : openldap-2.3.42-vc9-x86.zip
> >> >> 031dcb024fdc0ff1ef7560ce3ae002a9 : openssl-0.9.8j-asm-vc9-x86.zip
> >> >> 8f6560f648f499550e0527e0bcf19ce3 : openssl-0.9.8k-asm-vc9-x86.zip
> >> >> 28d6380007c2d55c8b1beabfe41b9d2d : openssl-0.9.8l-asm-vc9-x86.zip
> >> >> 37d177a45f8a31965a5014e14b1d6e29 : openssl-0.9.8o-vc9-x86.zip
> >> >> e0538e07913bf580de7c86ff611b8cc8 : openssl-0.9.8p-vc9-x86.zip
> >> >> 9df88e3c451251103bc024e23765648d : openssl-0.9.8q-vc9.x86.zip
> >> >> d6d8683aba3ac9c6a69966c18c219c06 : qdmb-1.8.77-vc9-x86.zip
> >> >> faabd552bbbad65254161da889c643da : sasl-2.1.23-vc9-x86.zip
> >> >> 1136ad0b92491b86ca4e98366ae4d3f4 : zlib-1.2.3-vc9-x86.zip
> >> >>
> >> >>
> >> >> Richard.
> >> >>
> >> >> --
> >> >> Richard Quadling
> >> >> Twitter : EE : Zend
> >> >> @RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY
> >> >>
> >> >
> >>
> >>
> >>
> >> --
> >> Pierre
> >>
> >> @pierrejoye | http://blog.thepimp.net | http://www.libgd.org
> >
> >
>
> Cindy,
>
> Run ...
>
> configure --help
>
> to see all the options.
>
> The options available depend upon the different extensions (core and
> pecl) that you've installed.
>
> The command ...
>
> buildconf
>
> builds the configure script.
>
> The configure script builds the makefile.
>
> nmake builds PHP using the makefile built by configure.js which was
> built with buildconf.
>
> And I am extremely thankful to Pierre and others on this list for
> helping me get to this position.
>
>
>
> --
> Richard Quadling
> Twitter : EE : Zend
> @RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY
>

--000325554c7eb4d50e049efde160--

Re: PHP_YAZ

am 21.03.2011 14:13:06 von Richard Quadling

On 21 March 2011 13:09, Pierre Joye wrote:
> On Mon, Mar 21, 2011 at 2:05 PM, Cindy Harper wrote=
:
>> And another question I've never been clear on - if I have already downlo=
aded
>> the compiled php 5.3.x, and the compiled php_yaz, is it necessary to com=
pile
>> a new PHP with yaz enabled if I want to enable yaz? Or could I just have=
put
>> the php_yaz in my extensions dir, put the dependecies in my path, and th=
e
>> extension line in my php.ini?  I'm assuming that PHP has to be comp=
iled with
>> support for each PECL module that will be used, and the usual .exe distr=
os
>> don't include yaz support. Is that right?
>
> Just put the freshly built php_yaz.dll in your extension dir. It
> should be compatible with all 5.3 series.
>
> Cheers,
> --
> Pierre
>
> @pierrejoye | http://blog.thepimp.net | http://www.libgd.org
>

If you are going to use yaz for nearly every script and there is any
sort of measurable delay in having to load the extension, then
compiling it statically (rather than shared) may be an option. Though,
with FastCGI, I think these sort of things are extremely difficult to
determine.

I'd stick with Pierre's advice - compile and then enable php_yaz.dll
via your php.ini file.

--=20
Richard Quadling
Twitter : EE : Zend
@RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY

--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php