On Jun 27, 2009, at 7:17 PM, Daniel Kolbo wrote:
Phpster wrote:
Bastien
Sent from my iPod
On Jun 27, 2009, at 4:13 PM, Daniel Kolbo wrote:
Ashley Sheridan wrote:
On Sat, 2009-06-27 at 16:03 -0400, Daniel Kolbo wrote:
Ashley Sheridan wrote:
On Sat, 2009-06-27 at 15:15 -0400, Daniel
...though phpinfo seems to work fine without this handler.
ioan...@btinternet.com wrote:
php now also works with Apache, I think I was missing from httpd.conf
within :
AddHandler application/x-httpd-php .php
AddHandler application/x-httpd-php-source .phps
John
--
PHP General Maili
Solved: In Windows 'Explorer' in Vista, set User permissions for the
htdocs - go to htdocs folder within the Apache folders, right click,
Properties, Security, Edit, select your name as User, allow Full
Control, Modify etc. Now open the files you created like test.php or
index1.html and save t
Make sure that:
- The user executing the script (apache I presume) has execute
permissions on ls and ln binaries.
- The user executing the script has write persmissions on the
directory you are trying to write, and read permissions where you do
ls.
- This will probably help: put the full binary pa
Phpster wrote:
>
>
> Bastien
>
> Sent from my iPod
>
> On Jun 27, 2009, at 4:13 PM, Daniel Kolbo wrote:
>
>> Ashley Sheridan wrote:
>>> On Sat, 2009-06-27 at 16:03 -0400, Daniel Kolbo wrote:
Ashley Sheridan wrote:
> On Sat, 2009-06-27 at 15:15 -0400, Daniel Kolbo wrote:
>> Hello,
Bastien Koert wrote:
> Why issue/do a lock at all? Shouldn't need a large lock at read
>
> bastien
>
> On Saturday, June 27, 2009, Daniel Kolbo wrote:
>> Ashley Sheridan wrote:
>>> On Sat, 2009-06-27 at 16:03 -0400, Daniel Kolbo wrote:
Ashley Sheridan wrote:
> On Sat, 2009-06-27 at 15:1
Tom Worster wrote:
> On 6/27/09 3:15 PM, "Daniel Kolbo" wrote:
>
>> When a MySQL table is locked a php call of mysql_query() that requires
>> that table will hang as the request blocks at the MySQL server until the
>> table is unlocked. Is there a way to stop a mysql_query from hanging
>> (by se
Bastien
Sent from my iPod
On Jun 27, 2009, at 4:13 PM, Daniel Kolbo wrote:
Ashley Sheridan wrote:
On Sat, 2009-06-27 at 16:03 -0400, Daniel Kolbo wrote:
Ashley Sheridan wrote:
On Sat, 2009-06-27 at 15:15 -0400, Daniel Kolbo wrote:
Hello,
When a MySQL table is locked a php call of mysql
On Saturday, June 27, 2009, Bastien Koert wrote:
> Why issue/do a lock at all? Shouldn't need a large lock at read
>
> bastien
>
> On Saturday, June 27, 2009, Daniel Kolbo
wrote
>> Ashley Sheridan wrote:
>>> On Sat, 2009-06-27 at 16:03 -0400, Daniel Kolbo wrote:
Ashley Sheridan wrote:
>>
Why issue/do a lock at all? Shouldn't need a large lock at read
bastien
On Saturday, June 27, 2009, Daniel Kolbo wrote:
> Ashley Sheridan wrote:
>> On Sat, 2009-06-27 at 16:03 -0400, Daniel Kolbo wrote:
>>> Ashley Sheridan wrote:
On Sat, 2009-06-27 at 15:15 -0400, Daniel Kolbo wrote:
>
and in this test, $symLinkTest seems to be returning false, every time.
$symLinkTarget='testDir/amex_cid.gif';
$SymLinkNew='testDir/myccGOV.gif';
$symLinkTest=symlink($symLinkTarget, $SymLinkNew);
echo "symLinkTest=";
echo var_dump($symLinkTest);
--
retu
On 6/27/09 3:15 PM, "Daniel Kolbo" wrote:
> When a MySQL table is locked a php call of mysql_query() that requires
> that table will hang as the request blocks at the MySQL server until the
> table is unlocked. Is there a way to stop a mysql_query from hanging
> (by setting a time limit)?
would
this code:
$testOutput";
echo "testOutput2:$testOutput2firstCMD=
$firstCMD";
echo "firstOutput:$firstOutputsecondCMD=
$secondCMD";
echo "secondOutput:$secondOutputthirdCMD=
$thirdCMD";
?>
is not producing the symlink that I think it should. (?!?) (neither
in the dir/ where th
Ashley Sheridan wrote:
> On Sat, 2009-06-27 at 16:03 -0400, Daniel Kolbo wrote:
>> Ashley Sheridan wrote:
>>> On Sat, 2009-06-27 at 15:15 -0400, Daniel Kolbo wrote:
Hello,
When a MySQL table is locked a php call of mysql_query() that requires
that table will hang as the request
On Sat, 2009-06-27 at 16:03 -0400, Daniel Kolbo wrote:
> Ashley Sheridan wrote:
> > On Sat, 2009-06-27 at 15:15 -0400, Daniel Kolbo wrote:
> >> Hello,
> >>
> >> When a MySQL table is locked a php call of mysql_query() that requires
> >> that table will hang as the request blocks at the MySQL server
Ashley Sheridan wrote:
> On Sat, 2009-06-27 at 15:15 -0400, Daniel Kolbo wrote:
>> Hello,
>>
>> When a MySQL table is locked a php call of mysql_query() that requires
>> that table will hang as the request blocks at the MySQL server until the
>> table is unlocked. Is there a way to stop a mysql_qu
Daniel Kolbo wrote:
> Hello,
>
> When a MySQL table is locked a php call of mysql_query() that requires
> that table will hang as the request blocks at the MySQL server until the
> table is unlocked. Is there a way to stop a mysql_query from hanging
> (by setting a time limit)?
>
> The php.ini
On Sat, 2009-06-27 at 15:15 -0400, Daniel Kolbo wrote:
> Hello,
>
> When a MySQL table is locked a php call of mysql_query() that requires
> that table will hang as the request blocks at the MySQL server until the
> table is unlocked. Is there a way to stop a mysql_query from hanging
> (by settin
Hello,
When a MySQL table is locked a php call of mysql_query() that requires
that table will hang as the request blocks at the MySQL server until the
table is unlocked. Is there a way to stop a mysql_query from hanging
(by setting a time limit)?
The php.ini directive max_execution_time does not
At 11:27 AM -0500 6/26/09, Adam Williams wrote:
I have staff fill out a form that contains a with their
problem description and emailed to me when they click submit. Staff
will press enter in the text area, but I'm having problems
converting the \r\n into a new line in the email that is sent
On Sat, Jun 27, 2009 at 10:28 AM, Ashley
Sheridan wrote:
> On Sat, 2009-06-27 at 15:21 +0200, madunix wrote:
>> I am running several web servers (Linux/Apache/PHP/MySQL) with alot of
>> statistical data, I got multiple request from different providers
>> they asked us to implement a mechanism thro
On Sat, 2009-06-27 at 15:21 +0200, madunix wrote:
> I am running several web servers (Linux/Apache/PHP/MySQL) with alot of
> statistical data, I got multiple request from different providers
> they asked us to implement a mechanism through which the data can be
> shared with them. at the moment we
I am running several web servers (Linux/Apache/PHP/MySQL) with alot of
statistical data, I got multiple request from different providers
they asked us to implement a mechanism through which the data can be
shared with them. at the moment we don't have a direct data feed
service.
I would like to kn
Problem is solved. I should have added path to PHP root directory to PATH
environment variable.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
24 matches
Mail list logo