php-windows Digest 15 Nov 2002 07:32:14 - Issue 1441
Topics (messages 16950 through 16958):
Re: Windows XP setup problem with Apache 1.3 and PHP
16950 by: Dash McElroy
Re: Permission denied with copy function.. SOLVED
16951 by: Step Schwarz
16952 by: Scott Carr
Inst
Is it possible to configure mysql to load up automatically whenever apache
is run (without having to load up winmysqladmin in the systray)?
Thanks!!
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi,
cfg: XPprof, Apache 1.3, PHP 412
When I run php as ISAPI I'm getting strange results for different amount of
data from MySQL database.
For about 50 records everything work just fine (query and display) But when
I insert more rows into tables (over 150)
Then on same page I'm getting error like "
Some extensions are like not 100% available for Win32 environment. I use PHP
4.3.0pre2, Apache 2.0.43 and J2SDK 1.4.1
For XML, you need expat-1.95.5 and copy libexpat.dll to c:\windows\system32.
For XSLT, you need sablot-0.96 and copy sablot.dll to c:\windows\system32.
//php.ini
extension_dir =
Lars,
Looks like you have an error in your syntax on the ereg line. It should most
likely look like this:
if (ereg([^0-9], $num)) {
print "That's not a number!";
}
And your second thing is not a failure of PHP, it's a "feature" of web
browsers reading stuff in HTML. Try either wrapping i
Hello,
I'm running Apache 1.3.26, PHP 4.0.5 and WinXPpro.
My problem is as follows:
Try to execute this code:
if (ereg[^0-9], $num))
print "That's not a number!";
result: parsing error, expects ')' on the if-line.
Have also tried other expressions where I escape characters. They won't
work
Hiya people,
I want to install some extensions like PDF and XSLT, curl etc. I have
the GD libary installed in my php.ini like this:
extension=php_gd.dll.
When i try to un quote the other extensions and restart Apache i get
errors, that he could load this extension. Also i have done this in my
Glad things are working for you now. Permissions can be a pain, definately.
--
Scott Carr
Documentation Maintainer
http://documentation.openoffice.org
OpenOffice.org
Quoting Step Schwarz <[EMAIL PROTECTED]>:
> Scott, you were right all along. I started searching ASP lists for help
> because I
Scott, you were right all along. I started searching ASP lists for help
because I figure the permissions will be the same no matter what scripting
language you're trying to upload files with. I found a post explaining that
IIS uses a special user account called IUSR_ -- we added
permission for th
Scott,
Did you copy the php4ts.dll file into your c:\%WINDIR%\system32 dir? I'm not
sure what PHP does without that file, but it's one place to look.
I've been using Apache 2 lately (2.0.40 works with 4.2.3 with no problems,
but Apache2 support in 4.2.x is "experimental". PHP 4.3.x shouldn't be b
php-windows Digest 14 Nov 2002 19:16:08 - Issue 1440
Topics (messages 16937 through 16949):
Re: Need to read a double value from a binary file
16937 by: Rasmus Lerdorf
Re: php with mssql
16938 by: Matt Kynaston
16944 by: Miha Nedok
Sorry...
16939 by: Brian M
I have installed Apache 1.3.27 and PHP 4.2.3 and can not get it to run php
scripts. I have gone through the install readme a couple of times to
confirm everything is as indicated. When I call a script with php tags: it does not launch php. When I view the source, the text
for the file is all
DaMouse,
Toss in a few extra 'echo' and 'print_r($array)' statements regarding to
your number and you'll figure it out. That's what I just did. Make it work
before you make it pretty :) I fill my code with echo and print_r statements
so I know what the code further down is getting.
Here's the fix
Oops! I actually meant to copy the whole list on this.. I need to remember
to hit the "Reply All" button :)
> What user is IIS running as? Does it have access to those directories?
Thanks for thinking of that -- we checked the permissions of the user set up
to allow anonymous access to the site
the following script is supposed to write a file and make a dir for a corrosponding
forum the only problem is it keeps coming out as
1:bbs
1:bbs2
1:bbs21
instead of
1:bbs
2:bbs2
3:bbs21
any ideas?
yes, I try this code follow and it work fine in my ENV (WinNt Apache 1.3.24
and PHP 4.2.3).
I do not remenber well but I think to do not have to modify anything in the
php.ini
the code:
$result = passthru("visqdos.exe $filename 2");
print_r($result);
where $filename and "2" are parm of the
I recommend anyone using ODBC to access MSSQL to use the php_mssql.dll.
I have successfuly connected a test application and benchmarked with ab (
Apache Benchmar) 10 hits without any errors !
-Mike
On Thu, 14 Nov 2002, soff wrote:
> Date: Thu, 14 Nov 2002 15:00:05 +0800
> From: soff <[EMA
All,
I don't know if anyone could help me ... I am trying to set the default
printer for windows through PHP.
Let me explain - we have a number of reports, that exist in Cognos, we
access these reports through PHP and COM. However, various copies of these
reports need to go to different printers
anyone experience inetinfo.exe problem when shutdown?
i 've been looking at many forum. i saw some people asking regarding this problem. but
never see anyone reply.
after running php page in PWS in win98 se, shutting down window always causes
inetinfo.exe problem.
error is invalid page fault cau
"No One" <[EMAIL PROTECTED]> wrote in message
news:20021113214603.74387.qmail@;pb1.pair.com...
> Can I configure PHP to run with the Cold Fusion standalone server? I
don't
> have IIS installed. I'm on windows 2000 pro.
I don't think so, maybe you can hack it to work as a CGI, but it's not
someth
Kai,
I've moved this to the Windows list because someone else here might be able
to add something.
I'm afaid I didn't have to adjust anything within the PHP ini or anything -
for me it worked pretty much "out of the box".
With regards the registry - in order to check that you are using the
appro
I know this is completely off-topic but I have searched and not found
answer...
I have PDF file which has printing disabled - a file given to me which i
need to print. Is it possible to re-enable?
( I have full Adobe PDF authoring package)
--
PHP Windows Mailing List (http://www.php.net/)
To
PEAR::DB - time abstracting is never wasted!!
Either that or rewrite the mssql_* functions to use FreeTDS (www.freetds.org) instead
of dblib. (Just kidding - used freetds+mssql under Linux and it works extremely well,
but not even sure it compiles under windows! It _would_ be nice to see better
23 matches
Mail list logo