Re: [PHP-DEV] compiling PHP_4_3

2003-03-13 Thread Corne' Cornelius
Nevermind, stupid me made stupid mistake Rasmus Lerdorf wrote: Did you actually check out version 4.3? cvs co -r PHP_4_3 php4 Check your CVS/Entries file. You should see the branch name after each file. -Rasmus On Thu, 13 Mar 2003, Corne' Cornelius wrote: Hi, I compiled CLI version of

Re: [PHP-DEV] compiling PHP_4_3

2003-03-12 Thread Corne' Cornelius
[EMAIL PROTECTED]:~/php4/main$ cvs status main.c === File: main.cStatus: Up-to-date Working revision:1.512.2.16 Repository revision: 1.512.2.16 /repository/php4/main/main.c,v Sticky Tag: PHP_4_3 (bra

Re: [PHP-DEV] compiling PHP_4_3

2003-03-12 Thread Corne' Cornelius
Yep, it's branch PHP_4_3 and ran a cvs update just before compiling -Corne' Rasmus Lerdorf wrote: Did you actually check out version 4.3? cvs co -r PHP_4_3 php4 Check your CVS/Entries file. You should see the branch name after each file. -Rasmus On Thu, 13 Mar 2003, Corne' Cornelius wrote:

RE: [PHP-DEV] compiling PHP_4_3

2003-03-12 Thread Jacques
Hi Corne, The latest stable works fine for CLI from http://snaps.php.net/ Regards --jm > -Original Message- > From: Corne' Cornelius [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 13, 2003 9:29 AM > To: [EMAIL PROTECTED] > Subject: [PHP-DEV] compiling PHP_4_3 > > > Hi, > > I compil

Re: [PHP-DEV] compiling PHP_4_3

2003-03-12 Thread Rasmus Lerdorf
Did you actually check out version 4.3? cvs co -r PHP_4_3 php4 Check your CVS/Entries file. You should see the branch name after each file. -Rasmus On Thu, 13 Mar 2003, Corne' Cornelius wrote: > Hi, > > I compiled CLI version of PHP_4_3 this morning and it gave the following: > > php4/main/

Re: [PHP-DEV] Compiling php4activescript

2003-01-27 Thread Maxim Maletsky
There are a few libraries to include in the VC path. Find them on the net (I did it somehow myself and don't have a clue where from). -- Maxim Maletsky [EMAIL PROTECTED] On Mon, 27 Jan 2003 11:04:58 -0600 "joe hansche" <[EMAIL PROTECTED]> wrote: > I just tried downloading the latest stable so

Re: [PHP-DEV] Compiling php4activescript

2003-01-27 Thread joe hansche
My main goal is experimenting on my own, using the WSH. Thanks a lot for the information =D Joe "Wez Furlong" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > There are some additional libraries and tools that you need to be able to > build the win32 version.

Re: [PHP-DEV] Compiling php4activescript

2003-01-27 Thread Marcus Börger
Performing Custom Build Step on ".\zend_language_parser.y" 'bison' is not recognized as an internal or external command, operable program or batch file. Error executing c:\winnt\system32\cmd.exe. Obviously your ide tells you that you are bissin bison... Try searching for bison + win32 on the ne

Re: [PHP-DEV] Compiling php4activescript

2003-01-27 Thread Wez Furlong
There are some additional libraries and tools that you need to be able to build the win32 version. The manual has more details here: http://www.php.net/manual/en/install.windows.php Please note that the ActiveScript SAPI is by no means ready for production use (I would call it pre-alpha), and tha

Re: [PHP-DEV] Compiling PHP as Apache 2 static module?

2002-11-08 Thread Melvyn Sopacua
At 14:06 11/8/2002 -0500, Robert Twitty wrote: Is it possible to compile PHP as an Apache 2.0 static module. None of PHP 's configure indicate that this is possible. Nor does any other Apache mod. There's no support for that, in Apache, last time I looked. Believe me - I'm waiting too :) Met

RE: [PHP-DEV] compiling on windows vc++ bison error ?

2002-11-06 Thread Dave Viner
also, can you let me know what version of bison you are using ? thanks dave -Original Message- From: Dave Viner [mailto:dviner@;yahoo-inc.com] Sent: Wednesday, November 06, 2002 10:15 AM To: [EMAIL PROTECTED] Cc: Php-Dev@lists. php. net Subject: RE: [PHP-DEV] compiling on windows vc

RE: [PHP-DEV] compiling on windows vc++ bison error ?

2002-11-06 Thread Dave Viner
c zend_opcode.c zend_operators.c zend_ptr_stack.c zend_qsort.c zend_sprintf.c zend_stack.c zend_variables.c Error executing cl.exe. ZendTS.lib - 7 error(s), 1 warning(s) -Original Message- From: Maxim Maletsky [mailto:maxim@;php.net] Sent: Wednesday, November 06, 2002 10:17 AM To: Dave Viner Cc:

Re: [PHP-DEV] compiling on windows vc++ bison error ?

2002-11-06 Thread Maxim Maletsky
you need to make sure VC can find bison. What is the error exactly? -- Maxim Maletsky [EMAIL PROTECTED] "Dave Viner" <[EMAIL PROTECTED]> wrote... : > Hi, > I'm having difficulty compiling the PHP source code on Win2K with VC++ 6.0. > I've followed the instructions on the website, but I

Re: [PHP-DEV] compiling extension

2002-07-02 Thread Ron Lange
A attempt to explain... Source-Struktur: -- PHP-Tree INDI-CVS ext ... @indi -->php *buildconf (php) include *configure (php)

Re: [PHP-DEV] compiling extension

2002-07-02 Thread Ron Lange
Hi Markus, > > You don't need to include your sources but a static library > of your extension needs to be created which exports the > symbols as needed and which gets statically linked into > libphp4.so . How you build and link static libs automatically by modifying config.m4?

Re: [PHP-DEV] compiling extension

2002-07-01 Thread Markus Fischer
On Tue, Jul 02, 2002 at 12:42:08AM +0200, Ron Lange wrote : > my last question for this week (I hope): > How can I include the sources of my lib in the php build??? Although it's > compiling fine, the apache build fails about undefined references to my > functions. I am really tired now, since

Re: [PHP-DEV] compiling extension

2002-07-01 Thread Ron Lange
Hello again, my last question for this week (I hope): How can I include the sources of my lib in the php build??? Although it's compiling fine, the apache build fails about undefined references to my functions. I am really tired now, since four hours I am trying to solve this problem. May I am

Re: [PHP-DEV] compiling extension

2002-07-01 Thread Ron Lange
Hi Fab, I have left out some informations, sorry. I had a problem with including our lib headers, but now I managed it. Man pages are fine things...especially these of autoconf ;-). Another mistake I've done was to ignore the output of the ext-skel script, which is telling the further steps (.

Re: [PHP-DEV] compiling extension

2002-07-01 Thread fab wash
Not sure why you say that including a header should throw make errors.. if you didn't change the Makefile, it should have no effect. What are the errors you're getting? Fab >From: Ron Lange <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: [PHP-DEV] compiling e

Re: [PHP-DEV] Compiling for Win32

2002-05-30 Thread Braulio José Solano Rojas
Hi! Thanks Sander. I still would like to do it with mingw, because it produces native Windows32 programs that do not rely on any 3rd-party DLLs. I am having this problem when I am running ./configure: checking whether to enable WDDX support... no checking whether byte ordering is bigendian...

Re: [PHP-DEV] Compiling for Win32

2002-05-30 Thread Sander Roobol
Compiling PHP on Windows is not very easy. The easiest and cheapest way to do it, is by using Cygwin, although it's not the most common way to do it. The official binaries are made with Microsoft Visual C++ which is quite expensive. IIRC, you can create Cygwin binaries from unix, but it's easie

Re: [PHP-DEV] Compiling PHP as a NLM

2001-04-25 Thread Davin Thompson
actually, I am using GCC here is a page that may be of some interest to you http://www.penguin.cz/~mhi/nlm/NLM-HOWTO/NLM-HOWTO.html I finaly figured out that I could set all the options I needed in the file "config_vars.mk", now i am fighting with POSIX   it does not want to die M

Re: [PHP-DEV] Compiling PHP as a NLM

2001-04-25 Thread Matt White
Davin; I've been wanting to do this for a while (compile PHP as an Apache/NetWare module). If you need help, please let me know. I don't have a NetWare compiler, but I've been needing a reason to get one. The flags that are being passed into GCC control the way it compiles (In order... All wa

Re: [PHP-DEV] Compiling under Borland C Builder / NoBEGIN_EXTERN_C?

2001-02-14 Thread Bryan Mayland
Andi Gutmans wrote: > There is no good reason the BEGIN_EXTERN_C() haven't been included. > We'd welcome a patch. Check out the other places we do put these to get an > idea where they should be. I've already got all this done. I'll send a patch for this first. > In any case, one thing I'

Re: [PHP-DEV] Compiling under Borland C Builder / No BEGIN_EXTERN_C?

2001-02-13 Thread Andi Gutmans
There is no good reason the BEGIN_EXTERN_C() haven't been included. We'd welcome a patch. Check out the other places we do put these to get an idea where they should be. In any case, one thing I've wanted to do for a long time is get PHP to compile with the freeware Borland C++ compiler. However

Re: [PHP-DEV] Compiling

2001-01-18 Thread Sascha Schumann
On Thu, 18 Jan 2001, Derick Rethans wrote: > Configure gives this when configuring with the latest CVS: Try running buildconf. Those files have been moved weeks ago. - Sascha -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For addi

Re: [PHP-DEV] compiling PHP with oracle

2001-01-11 Thread Paul Mindeman
Paco Ortiz wrote: > Hi: > > >> PHP as a DSO with Oracle support does work. > > > yes, that's how I believe it has to be... > >> You need to make sure that >> $ORACLE_HOME is in Apache's path > > > do you mean that when I compile and configure apache, $ORACLE_HOME is properly set? No,

RE: [PHP-DEV] compiling PHP with oracle

2001-01-11 Thread Paco Ortiz
Hi: > PHP as a DSO with Oracle support does work. yes, that's how I believe it has to be... >You need to make sure that > $ORACLE_HOME is in Apache's path do you mean that when I compile and configure apache, $ORACLE_HOME is properly set? >and that the libctlnsh.so.8.0 file is

Re: [PHP-DEV] compiling PHP with oracle

2001-01-11 Thread Paul Mindeman
Paco Ortiz wrote: > Hi: > > >> Did anybody have any problems with compiling PHP 4.0x with oracle? >> (--with-oci8) > > > no problem at all with this combination: > > - PIII 800MHz -256MB > - Red Hat 6.2 > - Apache 1.3.12 > - PHP 4.0.3pl1 > - Oracle 8.1.6 > > Only one tip: PHP as a loadable

RE: [PHP-DEV] compiling PHP with oracle

2001-01-11 Thread Paco Ortiz
Hi: > Did anybody have any problems with compiling PHP 4.0x with oracle? > (--with-oci8) no problem at all with this combination: - PIII 800MHz -256MB - Red Hat 6.2 - Apache 1.3.12 - PHP 4.0.3pl1 - Oracle 8.1.6 Only one tip: PHP as a loadable module of Apache DOESN'T SEEM to wo

Re: [PHP-DEV] compiling PHP with oracle

2001-01-11 Thread Cynic
I don't know if this is of any interest, but I successfully built php4-200101100845 with OCI8 on NT5. I haven't tested it yet, but the extension shows as loaded in phpinfo(). At 14:39 11.1. 2001, Andrzej Kiesz wrote the following: --