Re: [PHP-WIN] Compiling PHP_YAZ with PHP 5.3

2011-03-30 Thread Maciej Jaros
Richard Quadling (2011-03-30 11:33): Is YAZ and/or the YAZ libraries thread safe? I was trying to compile TS. I build locally for CLI and FastCGI, so a non-thread-safe build is better for me - as I understand things, a non-thread-safe build will be faster than a thread-safe build. My instruc

Re: [PHP-WIN] Compiling PHP_YAZ with PHP 5.3

2011-03-30 Thread Richard Quadling
On 29 March 2011 23:49, Maciej Jaros wrote: > Hi. > > I'm trying to compile PHP YAZ on Windows 7 32-bit with Visual Studio 2008 > Express. I've seen some of people on this list were succesful, but archives > seem to be missing some of crucial e-mails... Or maybe just the wiki.php.net > :-(. > > An

Re: [PHP-WIN] Compiling PHP_YAZ with PHP 5.3

2011-03-30 Thread Pierre Joye
hi, See the previous discussion about that. Pretty much everything you need, until we got our wiki back online. Cheers, On Wed, Mar 30, 2011 at 12:49 AM, Maciej Jaros wrote: > Hi. > > I'm trying to compile PHP YAZ on Windows 7 32-bit with Visual Studio 2008 > Express. I've seen some of people o

[PHP-WIN] Compiling PHP_YAZ with PHP 5.3

2011-03-30 Thread Maciej Jaros
Hi. I'm trying to compile PHP YAZ on Windows 7 32-bit with Visual Studio 2008 Express. I've seen some of people on this list were succesful, but archives seem to be missing some of crucial e-mails... Or maybe just the wiki.php.net :-(. Anyway from various manuals on the web I got the followi

Re: [PHP-WIN] Compiling error

2010-11-26 Thread Niel Archer
Hi This is more a question for internals-...@lists.php.net > I am attempting to build our DLL on PHP 5.3.4. The problem I am > encountering has to do with the time32. I am receiving the following > errors: > C:\Program Files\Microsoft Visual Studio > 9.0\VC\include\sys/stat.inl(44) : error C246

[PHP-WIN] Compiling error

2010-11-26 Thread Steven Scott
I am attempting to build our DLL on PHP 5.3.4. The problem I am encountering has to do with the time32. I am receiving the following errors: C:\Program Files\Microsoft Visual Studio 9.0\VC\include\sys/stat.inl(44) : error C2466: cannot allocate an array of constant size 0 C:\Program Files\Microsof

Re: [PHP-WIN] Compiling PHP with MS SQL Server Driver for PHP support

2010-04-30 Thread Richard Quadling
- > From: Richard Quadling [mailto:rquadl...@googlemail.com] > Sent: Thursday, April 29, 2010 8:16 AM > To: php-windows > Subject: [PHP-WIN] Compiling PHP with MS SQL Server Driver for PHP support > > Hi. > > Compiling using VC9 Express Edition. > > I'm ending up with

RE: [PHP-WIN] Compiling PHP with MS SQL Server Driver for PHP support

2010-04-29 Thread Venkat Raman Don
To: php-windows Subject: [PHP-WIN] Compiling PHP with MS SQL Server Driver for PHP support Hi. Compiling using VC9 Express Edition. I'm ending up with a php_sqlsrv.dll of 88KB The VC9 x86 nts version supplied by MS (php_sqlsrv_53_nts_vc9.dll) is 227KB. If it had been just a few bytes, th

[PHP-WIN] Compiling PHP with MS SQL Server Driver for PHP support

2010-04-29 Thread Richard Quadling
Hi. Compiling using VC9 Express Edition. I'm ending up with a php_sqlsrv.dll of 88KB The VC9 x86 nts version supplied by MS (php_sqlsrv_53_nts_vc9.dll) is 227KB. If it had been just a few bytes, then OK, but to be over 40% smaller is a significant difference. Any ideas? As far as I can tell,

Re: [PHP-WIN] compiling php 5.3

2009-09-08 Thread Tommy Pham
--- On Tue, 9/8/09, Tommy Pham wrote: > From: Tommy Pham > Subject: [PHP-WIN] compiling php 5.3 > To: php-windows@lists.php.net > Date: Tuesday, September 8, 2009, 3:51 AM > Hi, > > Has anyone manage to build v5.3.x on Windows without > --disable-sockets? > >

[PHP-WIN] compiling php 5.3

2009-09-08 Thread Tommy Pham
Hi, Has anyone manage to build v5.3.x on Windows without --disable-sockets? I can't seem to get pass this error: :( "cl.exe" /DHAVE_WINSOCK_H=1 /D COMPILE_DL_SOCKETS /D SOCKETS_EXPORTS=1 / nologo /FD /I . /I main /I Zend /I TSRM /I ext /D _WINDOWS /D ZEND_WIN32=1 /D PHP_WIN32=1 /D WIN32

[PHP-WIN] Compiling PHP on Windows

2009-04-28 Thread Jeff McKenna
Can someone point me to the latest installation instructions for building PHP on Windows with Visual C++ 9 (2008)? Developers seem to point to the Wiki at http://wiki.php.net/internals/windows/stepbystepbuild but it is incomplete. Thanks. -jeff -- Jeff McKenna FOSS4G Consulting and Training

[PHP-WIN] Compiling error on WinXP

2008-12-27 Thread Marco Schuster
Hi all, I currently try to compile php 5.2.8 on Windows XP Home SP3 (32bit) with VS2008 Pro, as described in . Compiling runs successful and the php.exe works with cscript /nologo configure.js --disable-all --enable-cli --enable-object-out

[PHP-WIN] Compiling PHP on Windows as static lib produces a dynamic lib

2008-07-13 Thread Bernhard Schulz
Hello! SORRY - I do not know why the last mail was cut off. Here my mail again: I am trying to compile PHP 5.2.5 on Windows (XP) with VC 6, Windows Server 2003 SDK. I have downloaded the winbuild zip file and the zip from http://files.edin.dk. I am using this configure Flags: ### cs

[PHP-WIN] Compiling PHP on Windows as static lib produces a dynamic lib

2008-07-13 Thread Bernhard Schulz
Hello! I am trying to compile PHP 5.2.5 on Windows (XP) with VC 6, Windows Server 2003 SDK. I have downloaded the winbuild zip file and the zip from http://files.edin.dk. I am using this configure Flags: ### cscript /nologo configure.js --disable-all --with-mime-magic --enable-cale

[PHP-WIN] compiling using vs 2005

2008-03-30 Thread Meir
hello i compiled php 5.2.5 with vs 2005 and every thing works fine on my computer , but when i transfered it to another computer i got this error message "the application failed to initialize properly (0xc0150002) click ok to terminate the application" i tried to copy all the redist directory fr

[PHP-WIN] Compiling PHP 5.2.0 on 64 bit Windows (using MS Visual Studio 2005)

2007-01-23 Thread Ted Byers
Has anyone done this? If so, any suggestions that may save me time and trouble? Ted -- R.E. (Ted) Byers, Ph.D., Ed.D. R & D Decision Support Solutions http://www.randddecisionsupportsolutions.com/ -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/un

[PHP-WIN] Compiling PHP & eAccelerator using Visual Studio Express?

2006-04-27 Thread Dominic Ryan
Hi All, Just downloaded Visual Studio Express, and was wondering if anyone had successfully compiled the PHP 4/5 interpreter, or eAccelerator with it? I've added extra libraries/includes/executables to my VC++ directories so that I no longer get pages of fatal "cannot find file" errors now,

[PHP-WIN] compiling own extension for php-5.1.1

2006-01-01 Thread Marco Glatz
hello, i am trying to port a self-written extension from php-5.0.2 to php-5.1.1, if i try to load the extension i get an error: ext/php_webcontrol.dll doesn't appear to be a valid Zend extension then i tried to compile the minimal example from ext/skeleton, but same error :( this is my confi

[PHP-WIN] compiling php5 on win32

2005-10-27 Thread Luka
I'm using VC6++ and the VC2003 Toolkit I downloaded a dev tree from: http://ftp.emini.dk/pub/php/win32/dev/php_build/ the compile keeps failing with: Creating library Release_TS\php5ts.lib and object Release_TS\php5ts.exp sunfuncs.obj : error LNK2001: unresolved external symbol __ftol2 uue

RE: [PHP-WIN] compiling php on win 2003

2005-05-04 Thread Mikey
[snip] > Horde will not run without gettext support. Compile php > --with-gettext before continuing. > > I have looked online a bunch and can't seem to get a good > answer as to what > to do with the "--with-gettext" information. In my > php/extensions folder, > there is a php_gettext.dll b

[PHP-WIN] compiling php on win 2003

2005-05-04 Thread Kc
I have installed PHP4 successfully with mysql and am able to run my pages with queries from my database. Now I was wanting to install Horde. This is the error I get from the screen that is supposed to tell you if you have everything you need to keep going: Horde will not run without gettext sup

Re: [PHP-WIN] Compiling Win32 extensions (VC++)

2005-04-08 Thread Frank M. Kromann
Hi Jeff, The default build of PHP on Win32 is thread safe but it's only required if you are using PHP with a multithreaded server. I Use PHP5 in a non threaded configuration (CGI and CLI) on win32. You can download binaries at http://kromann.info/php.php, or compile them. There is two ways to fix

[PHP-WIN] Compiling Win32 extensions (VC++)

2005-04-07 Thread Jeff Beidler
Hello, I am trying to compile Doru Petrescu's Upload Progress Meter extension on Win32. (See http://pdoru.from.ro/upload-progress-meter.) This is a great extension, it works very well... on linux, for which it was designed. I am using MS Visual Studio (Visual C++ 6.0) as my build environment

[PHP-WIN] Compiling php 5.0.0 Errors

2004-07-28 Thread Anthony Cummings
I am trying to compile a custom/streamline php dist using Visual Studio's nmake. I downloaded the stable source and have built all my dependent libs (hopefully). But I keep getting an error looking for a "winres.h" file for template.rc. The exact error is as follows... rc /fo Release_TS

Re: [PHP-WIN] compiling extensions

2003-12-03 Thread Svensson, B.A.T. (HKG)
OK, maybe this is what you need to do then(?): In the first case you need to create a DLL project in VC++ (I understand you are using VC++?), and when you work with the PHP project you need to include a header file that describe the DLL functions. In the second case you need to get the header file

Re: [PHP-WIN] compiling extensions

2003-12-03 Thread Piotr Pluciennik
Hi, I'm thinking about both cases. This time I'd like to compile GD with some modifications and I'd like also prepare extension with my own functions. Regards Piotr --- "Svensson, B.A.T. (HKG)" <[EMAIL PROTECTED]> wrote: > Are you talking about your own extension or a third > party extension? >

Re: [PHP-WIN] compiling extensions

2003-12-03 Thread Svensson, B.A.T. (HKG)
Are you talking about your own extension or a third party extension? On Tue, 2003-12-02 at 16:40, Piotr Pluciennik wrote: > Hi, > > I've already compiled php and now is time for some extensions. So, what > should I do, where can I find info on how to do it under windows? > > Waiting to hear from

[PHP-WIN] compiling extensions

2003-12-02 Thread Piotr Pluciennik
Hi, I've already compiled php and now is time for some extensions. So, what should I do, where can I find info on how to do it under windows? Waiting to hear from you asap... Piotr -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] Compiling

2003-11-21 Thread Eric COLINET
Yes, all you need is Visual C++ 6 and the requirements for PHP on Windows (http://www.php.net/manual/en/install.windows.php). At 17:43 21/11/2003, Alexandre Trevisani wrote: Thanks a lot. I´ve seen that all instructions in Zend refer to Linux based compilation, as well as the source code avail

Re: [PHP-WIN] Compiling

2003-11-21 Thread Alexandre Trevisani
Thanks a lot. I´ve seen that all instructions in Zend refer to Linux based compilation, as well as the source code available in php.net is in Linux file format. Will it work in Windows ? "Eric Colinet" <[EMAIL PROTECTED]> escreveu na mensagem news:[EMAIL PROTECTED] > Hi, > > >I have a file with m

Re: [PHP-WIN] Compiling

2003-11-21 Thread Eric COLINET
Hi, I have a file with many functions defined for my use in some applications. How can I compile them so that I can use it as an PHP extension ? Is that possible ? Yes, look at http://www.zend.com/apidoc/ to have more info about it. Additionnaly you can look at the ext/ sub directories in the PH

[PHP-WIN] Compiling

2003-11-21 Thread Alexandre Trevisani
I have a file with many functions defined for my use in some applications. How can I compile them so that I can use it as an PHP extension ? Is that possible ? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Compiling PHP, Running PHP4/5 Simultaneously & Tracking Down IIS

2003-02-28 Thread Jason Lange
Greetings! My first question is what other possibilities there are for compiling PHP under Windoze besides MSVS. I am a high-schooler (think no $$$ :-) and besides not being able to afford MSVS I don't have much love lost on Microsoft. So, I was hoping there might be a cheaper way to go... (Wha

[PHP-WIN] Compiling PHP under Windows

2003-01-10 Thread Per Lundberg
Hey Windows PHP people, I am trying to compile PHP 4.2.3 under Windows with Visual C++ 6.0. However, I am not being very successful. Do I need any special libraries/etc to get this working? (I am trying to build the php4dllts project in the win32 directory, for use as an embedded library in

[PHP-WIN] Compiling php 4.2.2 with Visual Studio .Net (VC++ 7)

2002-09-01 Thread David Comeau
Has anyone had any luck in compiling php 4.2.2 and Apache2 on a Windows XP with Visual Studio .Net? Sincerely, David [EMAIL PROTECTED] _o/\ __o _-< \_ / \ < \, __(_)/_(_)/\___(_) /_(_)__ -- PHP Windows Mailing List (htt

[PHP-WIN] compiling with VC++

2002-07-16 Thread Marco Glatz
hi there, as i said yesterday, i had some problems compiling the example-code for an extension. now i solved these probs, but now i have a new error: test.obj : error LNK2001: no defined external symbol "__declspec(dllimport) int __cdecl zend_parse_parameters(int,char *,...)" (__imp_?zend_parse

[PHP-WIN] compiling an extension

2002-07-16 Thread Marco Glatz
hi there, i tried to compile the example-code for an extension from the php-manual. first i trief compiling it with borland c++ builder, but that didn't work. so i tried to compile it with vc++, but the i get the following errors: c:\_source_\php-source\ext\mod_test1\test.cpp(17) : error C2065

[PHP-WIN] Compiling extensions in VC++6

2002-06-05 Thread Michael Davey
I was wondering if anyone here had any experience with building any of the extensions supplied with the PHP source code? I have so far managed to successfully compile both the CGI and Apache module versions of PHP itself, but I am having mixed luck with the extensions. Some I can get libraries f

[PHP-WIN] Compiling Php on Windows

2002-04-29 Thread Sukhwinder Singh
Hello, I want to compile php on windows 95 using Microsoft Visual C++ 6.0 because many extensions like ldap and imap are not available in the download. I followed the instructions provided in the manual which are inadequate and doesn't provide detailed instructions. First of all it asks

[PHP-WIN] Compiling Php on Windows

2002-04-29 Thread Sukhwinder Singh
Hello, I want to compile php on windows 95 using Microsoft Visual C++ 6.0 because many extensions like ldap and imap are not available in the download. I followed the instructions provided in the manual which are inadequate and doesn't provide detailed instructions. First of all it asks

[PHP-WIN] compiling --with-t1lib= on win2k apache with cygwin

2002-03-11 Thread think a Bit
I'm desperately trying to compile php 4.1.2 with t1lib support on a windows apache server I succeeded in getting rid of the unary minus error in datetime.c by getting the latest version from cvs. But now the make process stops with lots of undefined references in xml.c (libtool: link: warning: u

[PHP-WIN] compiling 4.1.2 on windows (2000)

2002-02-28 Thread Barry Wom
Hello there, I'm trying to compile php 4.1.2 on windows 2000 with VC++ 6. I'm in the win32 folder builidng the project php4.dsw and I get the following D:\src\php-4.1.2\main\php_network.h(28) : fatal error C1083: Cannot open include file: 'arpa/inet.h': No such file or directory which is true,

[PHP-WIN] compiling from cvs with vc++.net

2002-02-25 Thread Christoph Grottolo
Hi I try to compile latest cvs with visual studio.net according to the instructions in the manual. I'm always getting the following linking error: php4ts fatal error LNK1104: cannot open file 'php4ts_debug.lib' Can anybody help me with that? Christoph -- PHP Windows Mailing List (http

[PHP-WIN] compiling and building under Windows

2002-02-25 Thread Piotr Pluciennik
Hi, I'd like to ask you where I can find informations how I can compile and build PHP 4.x and extensions in Windows environment. TIA Piotr __ Do You Yahoo!? Yahoo! Sports - Coverage of the 2002 Olympic Games http://sports.yahoo.com -- PHP Windo

RE: [PHP-WIN] Compiling PHP code

2002-02-01 Thread Shrock, Court
Message- > From: Nicole Amashta [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 01, 2002 9:17 AM > To: [EMAIL PROTECTED] > Subject: [PHP-WIN] Compiling PHP code > > > OK, this may sound far fetched, or maybe not. By any chance > would it be > possible to "compil

[PHP-WIN] Compiling PHP code

2002-02-01 Thread Nicole Amashta
OK, this may sound far fetched, or maybe not. By any chance would it be possible to "compile" php code into some sort of executable, or similiar form, so that way when I distribute code to customers, they aren't able to view the code? This was suggested by a co-worker in case it is possible. Does

[PHP-WIN] compiling php for apache2 on win?

2001-12-26 Thread Gösta Boström
How do I compile latest php for use on apache2.0.28 on winxp?? /Gösta

[PHP-WIN] Compiling with Dev-CPP

2001-11-30 Thread Chris Murphy
Does anybody out there know how to compile PHP with Dev-CPP? I can't afford MSVCPP - what can I say. Anyway - I am a relative Newbie, but would like to compile it with extensions such as GD... Thanks for the help, I know its probably something simple! Chris -- PHP Windows Mailing List (http

[PHP-WIN] Compiling extensions on win32

2001-11-28 Thread Krokovay Károly
Hi All, I would like to compile a self-made php extension on win32. Is it true that the source C code can be compiled only with Microsoft Visual C/C++ 6.0? Thanks! Kroko -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mai

[PHP-WIN] Compiling Questions

2001-11-20 Thread ALi
Hi, It's my first time trying to compile PHP on Win32 myself. I get lots of arpa/inet.h not found errors. Is this usual? I'm trying to build the apache dll. ALi -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

[PHP-WIN] Compiling trouble.

2001-10-02 Thread A.J. Ostman
PHP users-> There has got to be a techie among you who has compiled PHP on the WIN32 platform. I am having some troubles getting it to compile error free. If someone has some experience, please contact me. Thank you! -A.J. Ostman [EMAIL PROTECTED] -- PHP Windows Mailing List (http://www.php.n

[PHP-WIN] Compiling problems.

2001-09-28 Thread A.J. Ostman
I am having problems compiling the most recent version of PHP with Visual Studio 6 in windows 2k. Does anyone know where there are step by step guides to compile the source. I am particularly haveing problems with finding all the INCLUDE files, etc. Thanks, A.J. Ostman [EMAIL PROTECTED] -- PH

[PHP-WIN] Compiling PHP with Apache

2001-09-18 Thread Jobarr
I want to compile Apache with PHP built-in instead of being loaded as an external module. Can anyone help me with this? I have Visual C++ 6.0 and Windows 2000. -Jobarr -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

[PHP-WIN] Compiling PHP as a filter for apache2 on win32

2001-08-24 Thread Paulius Bulotas
Hello list, has anyone succeeded doing $subj and wants to share instructions/way of doing this? I've got latest cvs snapshot, but there's none info on compiling it for apache2 (only on unix). TIA Regards, Paulius -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL

[PHP-WIN] Compiling, How to resolve com?

2001-03-25 Thread Joe Brown
I've been trying to compile php4 on Windows. Almost there, but I haven't figured out how to resolve this, except to yank COM stuff out of the source. Haven't figured out how to compile oci8 either, but that's secondary to the initial obstical. With RC1 and the latest snaps, there are unresolved