Hello,
I'm using W2K and Apache 1.3.29. When I try to uncomment some extensions
in the php.ini and try to reload Apache, then Apache crashes. I've set
the right path to the extension_dir = "D:\php\php-5.0.0b4-Win32\ext".
I am trying to do this with an snap of PHP5 and now with Beta4.
It doesnt se
php-windows Digest 14 Feb 2004 12:19:36 - Issue 2121
Topics (messages 22802 through 22807):
How to make linked drop down box
22802 by: Haidong \(Henry\) Chen
22803 by: Vail, Warren
Regular Expression help?
22804 by: Jim MacDiarmid
Apache 1.3.29 crashes with PHP-exte
There is some message in the bug list.
Now it should be ok with the last snaps.
Thx to the team for the patch.
Cyruss
Cyruss a écrit :
Hello,
I'm using W2K and Apache 1.3.29. When I try to uncomment some extensions
in the php.ini and try to reload Apache, then Apache crashes. I've set
the right
Same here. :-(
"Cyruss" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hello,
>
> > I'm using W2K and Apache 1.3.29. When I try to uncomment some extensions
> > in the php.ini and try to reload Apache, then Apache crashes.
--
PHP Windows Mailing List (http://www.php.net/)
To unsub
hi guys!
I've the following problem:
i have an html form which sends data to a php page.
the problem is that in this php page i've the results in this way:
Name (label) $first_name (instead of the value is printed the name of the
variable)
why?? could you help me??
regards
ciro from italy
-
Ciro,
Tyr reading your variable as $_POST['first_name'] and see if that works.
That's the default way of passing form and url variables in PHP.
If you would rather do it the 'old' way (not recommended), open your php.ini
file and check the 'register globals' to 'on'.
George Oxford/Edinburgh
>
Beta 4 already has the new structure.
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Can anybody tell me why this code does not work on Windows?
It creates zero-length file. On Linux all OK.
If I delete flock() or call flock($f1, LOCK_UN) just after first flock(),
all works correctly.
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/