that's totally unrelated. His problem is a basic installation issue.
Either the OCI client is missing or he is loading the wrong version
(11G in 5.3 requires version 11).
A wrong ISAPI would give a different error, like "this module is built
for xyz but foo is used" API error check.
Cheers,
On W
Have you tried running PHP as a FastCGI module instead of ISAPI? I'm not
sure if it's still performing better or not, but at very least it is a lot
easier to setup.
--Kris
Joye
Subject: Re: [PHP-WIN] error message appears "cannot find php_oci8.dll"
To: "Fred Silsbee"
Cc: "Justin Dearing" , php-windows@lists.php.net
Date: Tuesday, April 5, 2011, 12:02 AM
I'm not sure where you looked but the manual is full of complete
solution to install
gt;
> There is NO working,complete set of directions to install php on windows.
>
> I could find NO directions as to what to put on the line isapi in the IIS 5.1
> properties.
> get, head, post, debug
>
> --- On Mon, 4/4/11, Justin Dearing wrote:
>
> From: Justin Dearing
&g
, debug
--- On Mon, 4/4/11, Justin Dearing wrote:
From: Justin Dearing
Subject: Re: [PHP-WIN] error message appears "cannot find php_oci8.dll"
To: "Fred Silsbee"
Date: Monday, April 4, 2011, 8:16 PM
Edit your PHP.ini to remove the php_oci8 module. Aldo that DLL belongs in t
It occurred to me that you may be over complicating things. Could the
filenames for UV photos not be added as an extra column to the main
table? If that's acceptable you would have the filename available in
the previous page and could pass that through the session variable
instead of the species_n
> Oh foo! I posted before sending the code! This time it will be there. Sorry
> Bill
>
>
> Thanks to help from the forum, I am a step closer to being able to
> display a whole bunch of UV fluo
Am 17.01.2011 03:24, schrieb Bill Mudry:
When I tried this, I found more information on mysql_real_escape() at:
>
http://php.net/manual/en/function.mysql-real-escape-string.php
>
With this proof that it is a valid function, it is hard to understand the
error I got when I used your second sug
Thunderbird/3.1.7
To: php-windows@lists.php.net
Subject: Re: [PHP-WIN] Error: Not a proper resource --- with code this time!
Am 15.01.2011 17:35, schrieb Bill Mudry:
Lars, thank you for your effort and willingness to help. Unfortunately,
we have a way to go yet for success:
$uvquery = &q
Am 15.01.2011 17:35, schrieb Bill Mudry:
$uvquery = "SELECT `uv_filename` FROM 'uvphotos' WHERE `species_name`=
$speciesname";
That should probably be
... FROM `uvphotos` WHERE `species_name` = '$speciesname'";
or better:
...WHERE `species_name` = '".mysql_real_escape($speciesname)."'";
--
On 18 October 2010 15:54, wrote:
> Requested test results at bottom
> H.H.
>
> -Original Message-
> From: Richard Quadling [mailto:rquadl...@gmail.com]
> Sent: Friday, October 15, 2010 6:44 AM
> To: Holcombe, Howard @ CSG - CSE; php-windows
> Subject: Re: [PHP-
Requested test results at bottom
H.H.
-Original Message-
From: Richard Quadling [mailto:rquadl...@gmail.com]
Sent: Friday, October 15, 2010 6:44 AM
To: Holcombe, Howard @ CSG - CSE; php-windows
Subject: Re: [PHP-WIN] error of "Could not open input file" from PHP CLI
On 14 Oc
gt; phpinfo();
> ?>
>
> X:\work\hholcomb\PHP\extract_5.3.3_VC6>
>
> -Original Message-
> From: Richard Quadling [mailto:rquadl...@gmail.com]
> Sent: Thursday, October 14, 2010 1:24 PM
> To: Holcombe, Howard @ CSG - CSE; php-windows
> Subject: Re: [PHP-WIN] err
@gmail.com]
> Sent: Thursday, October 14, 2010 8:16 AM
> To: nevvermind
> Cc: Holcombe, Howard @ CSG - CSE; php-windows@lists.php.net
> Subject: Re: [PHP-WIN] error of "Could not open input file" from PHP CLI
>
> On 14 October 2010 12:50, nevvermind wrote:
>> That link was
On 13 October 2010 15:28, wrote:
>
> HELP
>
> I have just started to work with PHP.
>
> When I attempt to execute a PHP script I always get the error msg
> Could not open input file:
>
> I did not find anything about this being a known problem in the archive
> so presume I am doing somethi
hi,
On Sun, Apr 11, 2010 at 5:33 PM, Ferenc Kovacs wrote:
>> > I did silly error. I had put suhosin directory into extensions directory
>> > then I decided to make clean PHP compilation just to be sure I'm able to
>> > compile PHP. Suhosin contains patch for crypt but PHP sources was not
>> > pa
On Sun, Apr 11, 2010 at 12:41 PM, Pierre Joye wrote:
> hi,
>
> On Sun, Apr 11, 2010 at 10:51 AM, Tomasz Krawczyk
> wrote:
> > Hi
> >
> > crypt.obj : error LNK2001: unresolved external symbol _crypt
> > Release\php5.dll : fatal error LNK1120: 1 unresolved externals
> > NMAKE : fatal e
hi,
On Sun, Apr 11, 2010 at 10:51 AM, Tomasz Krawczyk wrote:
> Hi
>
> crypt.obj : error LNK2001: unresolved external symbol _crypt
> Release\php5.dll : fatal error LNK1120: 1 unresolved externals
> NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio
> 9.0\VC\Bin\
Hi
crypt.obj : error LNK2001: unresolved external symbol _crypt
Release\php5.dll : fatal error LNK1120: 1 unresolved externals
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio
9.0\VC\Bin\cl.exe"' : return code '0x2'
Stop.
I did silly error. I had put
hi,
everything looks normal but this error.
Can you try to run buildconf, configure, nmake again? Also delete the
debug/release directory before.
Cheers,
On Sat, Apr 10, 2010 at 9:53 AM, Tomasz Krawczyk wrote:
> Pierre Joye pisze:
>>
>> hi,
>>
>> It works just fine for us. Can you paste the co
Pierre Joye pisze:
hi,
It works just fine for us. Can you paste the compilation log to
pastebin pls (output generated when you called nmake)?
Btw, he php internals windows list more appropriate for this question.
Cheers,
2010/4/10 Tomasz Krawczyk :
Hi
I'm trying to compile PHP 5.3.2 with VC
hi,
It works just fine for us. Can you paste the compilation log to
pastebin pls (output generated when you called nmake)?
Btw, he php internals windows list more appropriate for this question.
Cheers,
2010/4/10 Tomasz Krawczyk :
> Hi
>
> I'm trying to compile PHP 5.3.2 with VC9 but I get this
On Fri, Feb 26, 2010 at 10:24 AM, Sachin Srivastava
wrote:
> In the link that is provided by you, there is a link to
> http://pecl2.php.net/downloads/php-windows-builds/php-libs/binary-tools.zip
> which does not contain any freetype libraries. Also i downloaded the
> php-5.3.1 zip source from php
In the link that is provided by you, there is a link to
http://pecl2.php.net/downloads/php-windows-builds/php-libs/binary-tools.zip
which does not contain any freetype libraries. Also i downloaded the
php-5.3.1 zip source from php site.
Another thing, the php-5.2.x builds fine with my setup, bu
Then try using the link I gave you. Do not use the libraries on
gnuwin32 (see the link).
On Fri, Feb 26, 2010 at 8:35 AM, Sachin Srivastava
wrote:
> Hello,
>
> Thanks for the reply.
>
> I installed the freetype v2.3.5 using the setup found at
> http://gnuwin32.sourceforge.net/packages/freetype.ht
Hello,
Thanks for the reply.
I installed the freetype v2.3.5 using the setup found at
http://gnuwin32.sourceforge.net/packages/freetype.htm
I am compiling php as:
cd C:\php-5.3.1
cscript /nologo win32\build\buildconf.js
cscript /nologo configure.js --enable-snapshot-build --enable-cli
--e
hi,
It works just fine here (and all our build boxes).
Where did you get the freetype library and how do you compile PHP?
Please try again using this simple howto:
http://wiki.php.net/internals/windows/stepbystepbuild
Cheers,
--
Pierre
On Thu, Feb 25, 2010 at 3:17 PM, Sachin Srivastava
wrote
Matthew,
It seems, from looking at your supplied code, that you have a variable-naming
typographic error.
The variables have to match:
$projects_results = mysql_query($projects, $conn) or die(mysql_error());
$project_data = mysql_fetch_array($project_results))
--
Jeff White is:
[EMAIL PROTECTE
Matt,
You may want to watch out for is sql injection attacks. Just to be on
the safe side consider something like:
$projects = "select name, type, location, date_added from uploads where
user_id = '" . mysql_real_escape_string($_SESSION['user_id'], $conn) .
"'";
The reason for the error is $pro
c: 'php-windows@lists.php.net'
Subject: RE: [PHP-WIN] Error reporting
Ha hawellthat's slightly embarrassing! But turns out it's not
the issue after all. It must be the permissions issue, but
unfortunately I haven't had a chance to get back and test it.
Thanks for tha
nday, July 30, 2007 1:02 AM
To: Stut
Cc: php-windows@lists.php.net
Subject: Re: [PHP-WIN] Error reporting
Thanks for the quick response. I load the page by going to the URL,
not
by doing a file/open. I checked the phpinfo page and there is only
one
php.ini mentioned there. I think your 3rd scenar
Bruce Cowin wrote:
Thanks for the quick response. I load the page by going to the URL, not
by doing a file/open. I checked the phpinfo page and there is only one
php.ini mentioned there. I think your 3rd scenario is the most likely
so I'll look into that.
You need to check phpinfo from both
ut
Cc: php-windows@lists.php.net
Subject: Re: [PHP-WIN] Error reporting
Thanks for the quick response. I load the page by going to the URL, not
by doing a file/open. I checked the phpinfo page and there is only one
php.ini mentioned there. I think your 3rd scenario is the most likely
so I'll
Thanks for the quick response. I load the page by going to the URL, not
by doing a file/open. I checked the phpinfo page and there is only one
php.ini mentioned there. I think your 3rd scenario is the most likely
so I'll look into that.
Thanks again.
Regards,
Bruce
>>> Stut <[EMAIL PROTECT
Bruce Cowin wrote:
I originally sent this to the general list with no replies. As I'm it
concerns writing to the Windows event log, I thought I'd try my luck on
this list.
I'm running PHP 5.1 on IIS. My dev environment is all local on my
machine. My php.ini has the following error reporting s
Even after changing the code it still does not work correctly and I'm still
getting the same erroe. When I check the error logs for the Apache server I
get this.
[Thu Jul 26 19:56:57 2007] [error] [client 192.168.0.102] PHP Parse error:
syntax error, unexpected '[' in C:\\Program Files\\Apache
>
> At first glance, in your message I noticed that the second backslash (
> \"checkbox"\ ) is after the double quote. The backslash should be before the
> double quote for proper escaping in JavaScript. That could be your problem
> possibly.
Not a PHP question really. However, at a guess I would
Hello Stephen,
At first glance, in your message I noticed that the second backslash (
\"checkbox"\ ) is after the double quote. The backslash should be before the
double quote for proper escaping in JavaScript. That could be your problem
possibly.
-Original Message-
From: Stephen [m
Dear Lynard Skynard,
Please do not change the subject every time you want to
add something to the thread. As thread change with the subject change.
Well informing "Solved" is a good practive in my view.
Zareef Ahmed
-Original Message-
From: Patrick Roane [mailto:[EMAIL
On line 104, obviously...
Luis Moreira wrote:
Apparently, you are calling the SPRINTF function with the wrong number
of arguments
Jose Castilla Gallardo wrote:
Hi, i have installing php with squirrelmail and when run
squirrelmail found this messages:
"PHP Warning: sprintf(): Too few arguments
How was, and how is set "register globals" ?
If it is off, as it should, it works this way.
Try
$valor=$_POST['valor'];
echo "Valor = $valor";
Do you see the result ?
Luis
- Original Message -
From: "Josep" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, January 27,
the function call mysql_connect() returns
1. Resource (link identifier) if succesful
2. False if NOT successful
fix
--
if( $Connection != FALSE ){
//I am connected to the data base...
---
--
Gerardo S. Rojas
mailto: [EMAIL PROTECTED]
-Original Messa
phpinfo()
no underscore
Alan
"Donatas" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Getting CHM version of PHP manual would be the right thing to do. It's
> index/search is the best way to learn about functions you need.
>
> Good luck ;)
>
> Donny
>
> Yosvel Reyes wrote:
>
> >Hi Al
Getting CHM version of PHP manual would be the right thing to do. It's
index/search is the best way to learn about functions you need.
Good luck ;)
Donny
Yosvel Reyes wrote:
Hi All:
Enviroment: php 4.xx Apache 2.0 Internet Explorer 6.0 Windows OS
I'm Just a php beginner and I'm testing some
Hi,
The correct function name is phpinfo(); without the underscore.
- Frank
> Hi All:
>
> Enviroment: php 4.xx Apache 2.0 Internet Explorer 6.0 Windows OS
>
> I'm Just a php beginner and I'm testing some code like
>
> php_info();
> ?>
>
> and this code just not work for me i got the follow
Take a look at http://www.php.net/manual/en/function.pdf-rect.php.
Works just fine.
-Dash
vipula wrote:
Hi,
I'm trying to draw a table in a PDF with php. At the moment I can draw it as
a combination of lines by giving cordinates. Is there any easy or systamatic
way to do this.
Thanks in advance
Hi,
I'm trying to draw a table in a PDF with php. At the moment I can draw it as
a combination of lines by giving cordinates. Is there any easy or systamatic
way to do this.
Thanks in advance.
-Vipula
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/un
It sounds like it's happening before line 18. Did you close a statement
on that last
line executed. What's the code before line 18?
P.Bijl wrote:
U?
Parse error: parse error, unexpected T_WHILE, expecting ',' or ';' in
c:\apache\htdocs\news1\nieuws.php on line 18
17.
18. while ($list = mysql_fe
I'm not sure, but I think you have to do this on line 19
echo "" . $list->foo . "other text";
-Flint
> -Original Message-
> From: P.Bijl [mailto:[EMAIL PROTECTED]
> Sent: Monday, March 24, 2003 4:20 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP-WIN] Error, does anyone see anything wrong?
>
It probably means that your MySQL is not configured to allow for 'root' to
login. If you have phpMyAdmin, you can use it to login to your MySQL server
and set up the user.
Stephen
- Original Message -
From: "Pat Johnston" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, Februar
If you do a select on that table, before retrieving the results (
while($result_data=mysql_fetch_array($query)) ) verify that the result has
rows
ie
if(mysql_num_rows($query)>0)
while($result_data=mysql_fetch_array($query))
{
do something with the results
}
else
NO RESULTS.
"Rich Gray" <[E
Can you post some code to look at?
-Original Message-
From: M.B. [mailto:[EMAIL PROTECTED]]
Sent: 11 September 2002 20:32
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] Error after a while???
Hi, I have a database and a site which has members and so on..
but now I have service (also for a
h 14, 2002 10:48 PM
Subject: Re: [PHP-WIN] Error::
> No way. YOu do not need to reformat. Make sure you have your mysql my.cnf
> file setup properly on your c:/ drive and the paths are configured with
the
> correct paths to mysql.
>
>
> "Konus" <[EMAIL PROTECTED]>
D (damn!!)
>
>
> - Original Message -
> From: "Brother Bagge" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Thursday, March 14, 2002 3:46 PM
> Subject: RE: [PHP-WIN] Error::
>
>
> > > -Original Message-
> > > F
other Bagge" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, March 14, 2002 3:46 PM
Subject: RE: [PHP-WIN] Error::
> > -Original Message-
> > From: KONUS [mailto:[EMAIL PROTECTED]]
> >
> > Warning: MySQL Connection Failed: Can't co
> -Original Message-
> From: KONUS [mailto:[EMAIL PROTECTED]]
>
> Warning: MySQL Connection Failed: Can't connect to MySQL
> server on 'localhost' (10061) in
> C:\apache\htdocs\phpmyadmin\lib.inc.php on line 255
> Error
> Iam using Win2K Professional.
>
> What's going on??
You have
Hello,
charles wrote:
c> I get the following error when trying to test PHP with IIS 5 using tha Isapi
c> DLL. Any ideas what is causing it?
I'm running PHP 4.1.0/Win32 as ISAPI on IIS 5.0/Win2K and IIS5.1/WinXP
without any apparent problems. Have you copied the php4ts.dll to your
%SYSTEM% dire
Yep...
At 00:22 21.12.2001 +0700, p13zo wrote:
>i cant configure php to work on my window98 +apache 1.3
>i stop apache and edit httpd.conf with notepad and add this line (i read
>this on some tutorial books) ;
>
>#for the apache module
>LoadModule php4_module c:/php/sapi/php4apache.dll
>AddType a
It means you've got "friendly" error messages turned off in Internet
Explorer (assuming you're using that). You've got a 500 error, which
helpfully means "internal server error". Can't really be of much more help
than that unless we see the code. At least one example of why it might be
doing th
If you used the installer, then you haven't got the Apache module - only the
cgi version, so don't do the
> # for the apache module
stuff, just do the
#for the cgi binary
stuff, and everything should be ok.
Cheers
--
Phil Driscoll
--
PHP Windows Mailing List (http://www.php.net/)
To unsubsc
On 16 May 2001 19:56:52 -0700, Ruslan Ohitin <[EMAIL PROTECTED]> wrote:
> hello all!
>
> I try to convert ip address (aaa.bbb.ccc.ddd)
> to IPv4 integer using ip2long().
>
> ip2long("200.200.200.12") = 3368601612
> but it must be -926365684.
That's the same value - the first time is treating it
Paul,
Check to see if php4ts.dll is in your \windows\system folder.
Peace,
Vern
-
Hi,
Iv'e installed Apache, configured and tested it: works fine. Installed PHP4
and made a file phpinfo.php. When I type 'http://localhost/phpinfo.php' I
get the following message:
'Erro
Maybe you've accidentally uncommented the browscap= line in your php.ini?
Cheers
--
Phil Driscoll
Dial Solutions
+44 (0)113 294 5112
http://www.dialsolutions.com
http://www.dtonline.org
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional
>I had the same problem but this did not work , could you pleas send me (or
>the newsgroup) llist of "tricks" you have for this problem
If it isn't a 'file does not exist' problem, it is almost invariably due to
the anonymous web user account (IUSR_) not having sufficient
privileges or permissions
:41 PM
To: [EMAIL PROTECTED]
Subject: Re: [PHP-WIN] Error in CGI Application in IIS
I had the same problem but this did not work , could you pleas send me (or
the newsgroup) llist of "tricks" you have for this problem
almir
"Flint Doungchak" <[EMAIL PROTECTED]> sch
I had the same problem but this did not work , could you pleas send me (or
the newsgroup) llist of "tricks" you have for this problem
almir
"Flint Doungchak" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> James,
>
> I don't know if this applies to you,
Thanks Flint - this did the trick
James
-Original Message-
From: Flint Doungchak [mailto:[EMAIL PROTECTED]]
Sent: 24 March 2001 20:36
To: 'James Brash'; [EMAIL PROTECTED]
Subject: RE: [PHP-WIN] Error in CGI Application in IIS
James,
I don't know if this applie
James,
I don't know if this applies to you, but I recently had the same problem. I
assume you are using the CGI version.
When you define the mime mapping in IIS, there is a checkbox that says:
"Check for File Exists"
If you do not have this checked and the file is non-existant, you will get
th
--- Start of forwarded message ---
Subject: RE: [PHP-WIN] Error in a remote computer with IIS and windows 200 0
To: [EMAIL PROTECTED]
From: Gaspar ARias <[EMAIL PROTECTED]>
Date: 30 Jan 2001 13:44:26 PST
Well I have configured IIS with the UNC \\computer_name\share , but when
magination encompasses it all
-
-Original Message-
From: Ryan Grove
To: [EMAIL PROTECTED]
Sent: 1/28/01 2:57 AM
Subject: Re: [PHP-WIN] Error in a remote computer with IIS and windows 2000
This is the error that the PHP CGI module returns under IIS when it
can't fi
This is the error that the PHP CGI module returns under IIS when it
can't find the page you requested. Make sure the page you're trying to
access actually exists at the location you're requesting it from.
Of course, it could be that PHP doesn't handle remote scripts
properly...
--
Ryan Grove
[E
Robert,
modify your session.save_path directive in PHP.INI to point to an existing
directory, for example c:\winnt\temp
Pavel
- Original Message -
From: "Robert Trembath" <[EMAIL PROTECTED]>
To: "PHP List" <[EMAIL PROTECTED]>
Sent: Tuesday, January 16, 2001 3:37 PM
Subject: [PHP-WIN] Err
Oh, great, I screwed up. Larry I'm sorry.
At 22:38 11.1. 2001, Larry Forrister ,[EMAIL PROTECTED] wrote the following:
--
>I wanted to build zlib on my machine, but nmake says:
>
>NMAKE : fatal error U1073: don't know how to make 'adler
I wanted to build zlib on my machine, but nmake says:
NMAKE : fatal error U1073: don't know how to make 'adler32.c'
Stop.
Does anyone know what's wrong? It's zlib 1.1.3.
At 17:59 8.1. 2001, Cynic wrote the following:
--
>the shutdown
74 matches
Mail list logo