[PHP-INSTALL] compile PHP5 with pdflib??????

2004-07-16 Thread George Crawford
Hi, I would very much like some help with compiling PHP 5 on my machine. It's all gone well so far, with one small problem. I am running Mac OS X 10.3.4. I downloaded the first true release of PHP 5. Then I investigated the various libraries I need to include in the compilation. I found that I

[PHP-INSTALL] What happen to JAVA support in PHP5

2004-07-16 Thread Alawi albaity
the setting is removed from php.ini , How can we integrate them in PHP5 ?

Re: [PHP-INSTALL] Need advice upgrading from 4.0.3pl1 to most current version

2004-07-16 Thread Chris Hewitt
On Fri, 2004-07-16 at 16:56, Karen Resplendo wrote: > Looking for best way to do this: > upgrade version 4.0.3pl1 to 4.8.3 or whatever is most current version. > Windows NT 4 box running Apache 1.3.14(win32) > The site is up 7/24 and don't want to jeoporedize this by having an > upgrade bomb. We ca

Re: [PHP-INSTALL] Re: PHP5 on IIS 5 HELP!

2004-07-16 Thread Phil Driscoll
On Friday 16 July 2004 15:32, PHPDiscuss - PHP Newsgroups and mailing lists wrote: > > I can run the installer for php4x and things setup just fine, and I've > > even tried just installing with php4 installer, then maunally updating > > all of the files from php5 and everytime i replace the php.e

[PHP-INSTALL] Need advice upgrading from 4.0.3pl1 to most current version

2004-07-16 Thread Karen Resplendo
Looking for best way to do this: upgrade version 4.0.3pl1 to 4.8.3 or whatever is most current version. Windows NT 4 box running Apache 1.3.14(win32) The site is up 7/24 and don't want to jeoporedize this by having an upgrade bomb. We can make changes over the weekend, but I'm looking for a failsaf

[PHP-INSTALL] Re: PHP5 on IIS 5 HELP!

2004-07-16 Thread Ivan Milanez Castellanos
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Phpdiscuss - Php Newsgroups And Mailing Lists wrote: | Jesse Edwards wrote: | I have exactly the same issue. Unfortunately I don't have a solution yet. | Please let me know if you find anything. | | Thanks | Andrei | | | |>I'm going nuts here. I've inst

[PHP-INSTALL] Re: working with graphics

2004-07-16 Thread Ivan Milanez Castellanos
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tsewang Dorji wrote: | Hello , | i am very much new to php,apache,and mysql... | right now i have apache 2.x.x with php 4.3.6 and mysql..when i call a | function like ImageCreate() and ImageColorAllocate()..It says its undefined | function..Can somebod

[PHP-INSTALL] Re: PHP5 on IIS 5 HELP!

2004-07-16 Thread PHPDiscuss - PHP Newsgroups and mailing lists
Jesse Edwards wrote: I have exactly the same issue. Unfortunately I don't have a solution yet. Please let me know if you find anything. Thanks Andrei > I'm going nuts here. I've installed this manually going on 4 times now > making sure I follow directions exactly. But every time I try to pull u

[PHP-INSTALL] working with graphics

2004-07-16 Thread Tsewang Dorji
Hello , i am very much new to php,apache,and mysql... right now i have apache 2.x.x with php 4.3.6 and mysql..when i call a function like ImageCreate() and ImageColorAllocate()..It says its undefined function..Can somebody please help me... Thanks in advance

[PHP-INSTALL] apache - mod_php - open_basedir : syntax ?

2004-07-16 Thread Eric DUVAL
Hello, If I write into my page.php : $handle = fopen( 'http://www.myhost.org/' , 'r' ); fopen return SUCCES. If I write into my page.php : $handle = fopen( 'http://www.otherhost.org/' , 'r' ); fopen return ECHEC whith Error : failed to open stream: Connection refused in [..