Hi
Could someone please tell me or point me to some instructions on how to get
PHP 4.2.1 working with Apache 2.0 on Win98
Apache is working, ive tested but it will not recognise PHP code or
extensions.
I have added the following lines to the apache http config.
AddType application/x-httpd-php
Thanks Clay...I'll try that when I get to work tommorrow
Kevin
"Clay Culver" <[EMAIL PROTECTED]> wrote in message
000601c20141$a5f2a5c0$1602a8c0@dark">news:000601c20141$a5f2a5c0$1602a8c0@dark...
> I have gotten PHP 4.2 to work well under Win2k Server, but I do not use
> the dll file I use it as a
I have gotten PHP 4.2 to work well under Win2k Server, but I do not use
the dll file I use it as a CGI. I have four sites that are PHP/MySQL
driven that work fine and see quite a bit of traffic.
In options disable automatically reboot when a STOP error
occurs, and have a look at what driv
Hey Matt
Thanks for the info...
This server will always be on the LAN and is for development only (mainly
because I think I need a challenge...i.e. the evil empire and all...). I may
take your suggestion on Apache on another computer because I'll let myself
get locked into using .asp (.NET, VBSc
Hi Kevin...
I had the same problem a while back, and I came to the conclusion that PHP
on windows with IIS is just plain dodgy.
This may or may not help, but I managed to get around the problem by
installing Apache, then setting up all the sites which needed ASP on IIS on
a different port. Set
I am running php 4.2.1 on IIS 5 on windows 2000 server edition.
After configuring the server and php I tested it on that computer by calling
phpinfo() and it served the page fine. I then tried to call the page from a
windows 98SE computer on the LAN and the server crashed (blue screen of
death --
I'll let their FAQ speak for itself--from
http://zend.com/store/products/encoder-faq.php
How does the Zend Encoder work?
The Zend Encoder converts your plain-text PHP scripts into a
platform-independent binary format. It includes the Zend Optimizer, which
optimizes the PHP file, and then enables
> Hello there,
>
> I just started working for this company which uses a COM object (a dll
> file) as the backend to a Visual Basic App. I want to convert this into
PHP
> however when I try to create the instance of the COM object (ex. $inst =
new
> COM... ), I don't know what to put as the mod
Not really because Zend produces a bytecode... with come work it is
reversable... as with all bytecodes...
Binary format on the other hand isn't reversible to the original
programming language in any way (but is reversible to assembler).
In windows i would recomend you to build a com component
YES!
Jim Lucas
- Original Message -
From: "Asendorf, John" <[EMAIL PROTECTED]>
To: "Php-Windows (E-mail)" <[EMAIL PROTECTED]>
Sent: Tuesday, May 21, 2002 12:09 PM
Subject: [PHP-WIN] Can someone explain to me
> Can someone explain to me why everytime someone answers a question where
Is Zend Encoder an option?
http://zend.com/store/products/zend-encoder.php
> -Original Message-
> From: Bruce Miller [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, May 21, 2002 1:19 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP-WIN] Easy Way To Compile Extension in Win32
>
>
> I have an algo
I have an algorithm that I don't want anyone to see; therefore I can't put
it in a php file. I'm trying to create an php extension DLL but the
instructions in the PHP manual explain how to do it in UNIX and not Win32.
I've been unsucessfull at getting it to compile in Win32.
Does anyone have an
Well, i personally use them becuase i used to do a lot of Perl
programming, and i like perl-style regex's more. IMO, they're
more powerful too, and are more commonly used in other programs
and utilities than PHP-style regex's... it's not a speed issue
for me.
---
Scott Hurring
Systems Programmer
I believe there are some archives that show the stats. There have been some
testimonials on the web as well. Sorry I don't have direect references.
The other thing is that the PERL Reg stuff is Binary safe, the other is not.
Move to Apache 2 might be a prob.
But there is a marked difference,
Can someone explain to me why everytime someone answers a question where the
answer includes the suggestion to use eregi_replace why someone has to chime
in to use the perl regexes? Are they really all that much faster than the
POSIX implementation?
John
-
John Asendorf - [E
php-windows Digest 21 May 2002 19:01:23 - Issue 1155
Topics (messages 13880 through 13893):
Negative timestamp
13880 by: Karin van den Berg
13881 by: Rasmus Lerdorf
Bits
13882 by: Michael Reynolds
secure mail
13883 by: Rutger
Searching for many keywords si
You don't have to restart your computer, just Kill the
process.
The Excel COM Object won't print out error messages to
the screen, so if anything bad is happening, you
won't see it.
Check this out the object model and look for ways to get
error message info. from the object:
http://msdn.micro
Well, first off, CTL+ALT+DEL and see if you have any zombie
procs of MSword laying around and kill them. When i was
developing an Excel COM program, the EXCEL.exe would hang
around in memory and screw up the "legit" EXCEL process
(beucase of issues with the COM implementation < 4.2.1)
Lines like
I built a script that converts a Microsoft Word file to text and removes
common characters. The text will then be stored in a database for searching.
The script below has been behaving a bit odd. It worked this morning
but now all I get back is a blank screen and the text file it writes is
bla
Personally, i'd go with preg_replace and/or preg_match_all.
http://www.php.net/manual/en/function.preg-replace.php
They might not be the fastest way, but certainly one of the
easiest for the programmer.
---
Scott Hurring
Systems Programmer
EAC Corporation
[EMAIL PROTECTED]
Voice: 201-462-2149
Fa
Hello,
I have been experimenting with Apache2 on Win32, and have noticed something
different when I access pages - it seems like things are being cached
different.
For example, phpmyadmin does not work correctly. Its like I have to always
click the "reload mysql" link...
Stuff like that...
I a
What is it you're wanting to do??? I'm running a World Cup competition
online, at
http://www.arbee.co.uk/worldcup/
I've got a fairly simple db structure behind it, but it does contain the
teams and game information which might be a start.
Richy
PS If anyone wants to enter, feel free... No priz
Does anyone have a world cup mysql database or a script in php that can
create the tables or the world cup?
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Following the ChainedSelectors example, i've been able to populate fields
popup menu using a table selected from the database.
Now i want to populate more than one fields popup menus.This should enable
me select more than one field from the same table and pass them as variables
to be used in the n
Here is something that may help. It looks like a good start
http://www.phpbuilder.com/forum/read.php3?num=2&id=132692&thread=132689
-
John Asendorf - [EMAIL PROTECTED]
Web Applications Developer
http://www.lcounty.com - NEW FEATURES ADDED DAILY!
Licking County, Ohio, USA
740
I have a search and replace where the search for consists of 300 words.
Luckily this will only have to be done when a user uploads a file. The
file may contain several hundred words itself. My question is what is
the best way to approach searching for this many words? Should I use
an array a
I have question.
I 've made a site with the possibility to send a mail with a formmail to the
webmaster, it uses PHP.
On this site you can buy products, and in the form, you must also fill in
you bank account number.
So what I want is that this mail will be send Secure!
Is that possible, and how
Are there any functions or operators, which will modify bits in a
variable? If so, which? For example, if I were to use C to set bit 4 on
for variable bit_set, I would use 'bit_set |= 4'.
__
Do You Yahoo!?
LAUNCH - Your Yahoo! Music Experience
http:
It is a limitation on Windows.
On Mon, 20 May 2002, Karin van den Berg wrote:
> Hi,
>
> I have a bit of a problem. I am trying to use a negative timestamp in
> order to handle a birthdate. However, on my Win2k install, it doesn't
> seem to work. I tried it on different PHP versions on different
Hi,
I have a bit of a problem. I am trying to use a negative timestamp in
order to handle a birthdate. However, on my Win2k install, it doesn't
seem to work. I tried it on different PHP versions on different
machines, and I get an error each time i try to convert a datestring
before 1970 to t
30 matches
Mail list logo