I'm trying to upgrade from PHP 4.0x to 4.3.3. I get the following error
when trying to run a script in my browser:
The procedure entry point_persist_alloc could not be located in the
dynamic link library php4ts.dll.
I'm running Apache 1.3.x (CGI) on Win 2k. I've copied php.ini-dist and
all d
I got it figured out. I needed $PHP_SELF instead.
Brad
Brad Harriger wrote:
> I'm trying to create a simple script that logs access to several pages
> on a site I'm working on. I want to capture the date and time, address
> of the PC accessing the page, and the name
I'm trying to create a simple script that logs access to several pages
on a site I'm working on. I want to capture the date and time, address
of the PC accessing the page, and the name of the script being accessed.
I have the following code:
Everything works fine except for the line "line
I'm receiving the following error:
Fatal error: Maximum execution time of 30 seconds exceeded in c:\program
files\nusphere\apache\nsdocs\test1.php on line 53
I'm running PHP 4.0.6 with Apache 1.3.7 on Win 2000 Professional. I've
tried many different URLs. The socket opens correctly. $output
Is it possible to have more than one file open at a time using fopen?
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
Hello all,
I'm trying to set up PHP4 and Apache on a WinNT box. When I try to
run the php scripts from a browser, I get a 500 error with the following
text
[Tue Sep 04 11:46:30 2001] [error] [client 127.0.0.1] Premature end of
script
headers: c:/php/php.exe
Any ideas how i can resolve this