Re: [PHP-WIN] link error on compile php4ts.dsw-cannotopen input file "zlib.lib"

2003-03-15 Thread Frank M. Kromann
Hi John, > I'll report a bug against php-4.3.1.tar.gz and > /manual/en/install.windows.php for this situation with zlib.lib so it can be > tracked. Thats the right way! > > I have a couple of related questions if anyone can help get me up the PHP > "Build from source" learning curve. > > 1) I

Re: [PHP-WIN] link error on compile php4ts.dsw -cannotopen input file "zlib.lib"

2003-03-15 Thread John M. Calvert
Thank you, that solved my immediate problem. I now have a fully compiled and linked php.exe. I have to play with my configuration a little more to be sure that it works properly. I'll report a bug against php-4.3.1.tar.gz and /manual/en/install.windows.php for this situation with zlib.lib so it ca

[PHP-WIN] htaccess ignored

2003-03-15 Thread Thomas Smart
apache is totally ignoring the htacces file iv got in this folder: http://films.k9logic.nl/123 im running the latest apache 1.3 build on windows xp httpd.conf: AllowOverride All AccessFileName .htaccess Order allow,deny Deny from all Satisfy All .htaccess: AuthType Basic AuthName

[PHP-WIN] Re: fopen("http://...") shows error when there is none

2003-03-15 Thread Lukas
Ha, just forget it! It was no php problem but the settings I had with my SMS gateway linked back to a file on my server that doesn't exist. "Lukas" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] > Hi! > I've installed 4.3.1 under Windows 2002 and whenever I try to call my SMS >

php-windows Digest 15 Mar 2003 21:03:38 -0000 Issue 1636

2003-03-15 Thread php-windows-digest-help
php-windows Digest 15 Mar 2003 21:03:38 - Issue 1636 Topics (messages 19019 through 19026): Re: IDE's 19019 by: Uttam Registers global variables 19020 by: Sun Yong Re: Global Variable Issues 19021 by: Thomas Smart Re: ODBC Query max() 19022 by: Thomas Smart

[PHP-WIN] fopen("http://...") shows error when there is none

2003-03-15 Thread Lukas
Hi! I've installed 4.3.1 under Windows 2002 and whenever I try to call my SMS gateway with a php function (which was no problem with the provider I had before) the script gives me the following output: Warning: fopen() [function.fopen]: HTTP request failed! HTTP/1.1 404 Object Not Found in E:\Webs

Re: [PHP-WIN] link error on compile php4ts.dsw -cannotopen input file "zlib.lib"

2003-03-15 Thread Frank M. Kromann
Hi John, I have never used the pre build version of the source code (I allways build from the cvs version). From version 4.3.0 of php we decided to have the zlib extension compiled in so there is no need for php_zlib.dll. In order to compile php you need to get a copy of the zlib sources. I guess

Re: [PHP-WIN] link error on compile php4ts.dsw -cannot open input file "zlib.lib"

2003-03-15 Thread John M. Calvert
I'm not familiar enough with the architecture of PHP to fully understand your comment. When you say module, to me that means *.dll. However, my error occurs when the linker is trying to link a library, zlib.lib. The relevant details are in the /win32/php4dllts.dsp project which is part of the /win3

Re: [PHP-WIN] cgi error when instantiating a com application

2003-03-15 Thread Rowan Hick
Fix (sortof) - If I run PHP as an ISAPI module then instantiating a COM object works fine and as intended, the minute I try it using under CGI binary it gives the error. Alas alak my production environment will have to wait a while for COM object use until it's bulletproof... It had little bearing

[PHP-WIN] Re: ODBC Query max()

2003-03-15 Thread Thomas Smart
this is a mysql query for heighest id, maybe it helps // get highest ID from database include 'includes/connect.php'; $query1=MYSQL_QUERY("SELECT max(id) as max_id FROM $ctableuk"); $getvar=MYSQL_FETCH_ARRAY($query1); $id=$getvar["max_id"]; mysql_close(); if (!isset($id)){$id="1";} "Gen

[PHP-WIN] Re: Global Variable Issues

2003-03-15 Thread Thomas Smart
you could use a database or you could write the information to a textfile on the server, i have used that sometimes to transfer large lumps of info from 1 page to another if i didnt want to use a database. "Cam" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Through past releas

[PHP-WIN] Registers global variables

2003-03-15 Thread Sun Yong
There are a functions posted on this page that can help to make it seem that register_globals is turned on. /** * Registers global variables * * This function takes global namespace $_* variables from input and if they exist, * register them as a global variable so that scripts can use them. T

[PHP-WIN] RE: IDE's

2003-03-15 Thread Uttam
This is good & free: Maguma Studio for PHP at http://www.maguma.com/en/lightdownload.html regds, -Original Message- From: Beach, Jim [mailto:[EMAIL PROTECTED] Sent: Saturday, March 15, 2003 03:25 To: [EMAIL PROTECTED] Subject: IDE's Does anyone have experience with PHP integrated develo

php-windows Digest 15 Mar 2003 08:34:11 -0000 Issue 1635

2003-03-15 Thread php-windows-digest-help
php-windows Digest 15 Mar 2003 08:34:11 - Issue 1635 Topics (messages 19011 through 19018): IDE's 19011 by: Beach, Jim 19017 by: Alexandru COSTIN Global Variable Issues 19012 by: Cam 19013 by: The Head Sage ODBC Query max() 19014 by: GeneralX

Re: [PHP-WIN] link error on compile php4ts.dsw -cannot open input file "zlib.lib"

2003-03-15 Thread Frank M. Kromann
the zlib extension is compiled in and you need to get the zlib module from cvs.php.net. - Frank > Hi, I trying for the first time ever to compile PHP on my Windows 2000 > machine using MS VC++ 6. I have been following the instructions in > /manual/en/install.windows.php. Everything goes fine un