FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » Php installations
Show: Today's Messages :: Polls :: Message Navigator
Switch to threaded view of this topic Create a new topic Submit Reply
Php installations [message #177211] Tue, 28 February 2012 08:38 Go to next message
Sunnny is currently offline  Sunnny
Messages: 1
Registered: February 2012
Karma: 0
Junior Member
Hi everyone..i m a new php geek.i tried installing php as wamp..one
problem i have is ..i m unable to load extensions of php like mysql
and mysqli..some time they get loaded and some the extensions fail to
work..i tried installing other versions but nothing is shown
Re: Php installations [message #177212 is a reply to message #177211] Tue, 28 February 2012 09:36 Go to previous messageGo to next message
Michael Vilain is currently offline  Michael Vilain
Messages: 88
Registered: September 2010
Karma: 0
Member
In article
<6fa4b876-9581-4db0-8917-8ef51c08d975(at)l14g2000vbe(dot)googlegroups(dot)com>,
Sunnny <p(dot)shridhar2008(at)gmail(dot)com> wrote:

> Hi everyone..i m a new php geek.i tried installing php as wamp..one
> problem i have is ..i m unable to load extensions of php like mysql
> and mysqli..some time they get loaded and some the extensions fail to
> work..i tried installing other versions but nothing is shown

What log files have you looked at? On Linux boxes, there are log files
you can look at that will tell you what didn't load, etc. Have no clue
what or where to look in Windows since php is primarily a Linux/UNIX
technology.

Have you been able to install MySQL and run the install test
successfully? That would be my first step.

--
DeeDee, don't press that button! DeeDee! NO! Dee...
[I filter all Goggle Groups posts, so any reply may be automatically ignored]
Re: Php installations [message #177214 is a reply to message #177212] Tue, 28 February 2012 10:16 Go to previous messageGo to next message
crankypuss is currently offline  crankypuss
Messages: 147
Registered: March 2011
Karma: 0
Senior Member
On 02/28/2012 02:36 AM, Michael Vilain wrote:
> In article
> <6fa4b876-9581-4db0-8917-8ef51c08d975(at)l14g2000vbe(dot)googlegroups(dot)com>,
> Sunnny<p(dot)shridhar2008(at)gmail(dot)com> wrote:
>
>> Hi everyone..i m a new php geek.i tried installing php as wamp..one
>> problem i have is ..i m unable to load extensions of php like mysql
>> and mysqli..some time they get loaded and some the extensions fail to
>> work..i tried installing other versions but nothing is shown
>
> What log files have you looked at? On Linux boxes, there are log files
> you can look at that will tell you what didn't load, etc. Have no clue
> what or where to look in Windows since php is primarily a Linux/UNIX
> technology.
>
> Have you been able to install MySQL and run the install test
> successfully? That would be my first step.

When I was using PHP on windows, I used a package called wampserver. As
I remember (could be mistaken) you could right-click on its system tray
icon and that would bring up a menu that offered the log file as one of
its options. Anyway the log file has an extension of ".log" so it
should be easy enough find... I know apache writes a log but I don't
remember if there's a log file associated with cli usage.
Re: Php installations [message #177217 is a reply to message #177212] Tue, 28 February 2012 12:01 Go to previous messageGo to next message
Jerry Stuckle is currently offline  Jerry Stuckle
Messages: 2598
Registered: September 2010
Karma: 0
Senior Member
On 2/28/2012 4:36 AM, Michael Vilain wrote:
> In article
> <6fa4b876-9581-4db0-8917-8ef51c08d975(at)l14g2000vbe(dot)googlegroups(dot)com>,
> Sunnny<p(dot)shridhar2008(at)gmail(dot)com> wrote:
>
>> Hi everyone..i m a new php geek.i tried installing php as wamp..one
>> problem i have is ..i m unable to load extensions of php like mysql
>> and mysqli..some time they get loaded and some the extensions fail to
>> work..i tried installing other versions but nothing is shown
>
> What log files have you looked at? On Linux boxes, there are log files
> you can look at that will tell you what didn't load, etc. Have no clue
> what or where to look in Windows since php is primarily a Linux/UNIX
> technology.
>
> Have you been able to install MySQL and run the install test
> successfully? That would be my first step.
>

No, PHP is a platform independent technology. And it's logs on Windows
are located the same place they are in Linux - wherever the php.ini file
indicates.

Just because you only use Linux/Unix doesn't mean no one else does.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex(at)attglobal(dot)net
==================
Re: Php installations [message #177219 is a reply to message #177217] Tue, 28 February 2012 17:28 Go to previous messageGo to next message
M. Strobel is currently offline  M. Strobel
Messages: 386
Registered: December 2011
Karma: 0
Senior Member
Am 28.02.2012 13:01, schrieb Jerry Stuckle:
> On 2/28/2012 4:36 AM, Michael Vilain wrote:
>> In article
>> <6fa4b876-9581-4db0-8917-8ef51c08d975(at)l14g2000vbe(dot)googlegroups(dot)com>,
>> Sunnny<p(dot)shridhar2008(at)gmail(dot)com> wrote:
>>
>>> Hi everyone..i m a new php geek.i tried installing php as wamp..one
>>> problem i have is ..i m unable to load extensions of php like mysql
>>> and mysqli..some time they get loaded and some the extensions fail to
>>> work..i tried installing other versions but nothing is shown
>>
>> What log files have you looked at? On Linux boxes, there are log files
>> you can look at that will tell you what didn't load, etc. Have no clue
>> what or where to look in Windows since php is primarily a Linux/UNIX
>> technology.

MV, Windows seems to be officially supported.

>> Have you been able to install MySQL and run the install test
>> successfully? That would be my first step.
>>
>
> No, PHP is a platform independent technology. And it's logs on Windows are located
> the same place they are in Linux - wherever the php.ini file indicates.
>
> Just because you only use Linux/Unix doesn't mean no one else does.
>

JS, automatic error correction says "doesn't mean everybody else does".

/Str.
Re: Php installations [message #177228 is a reply to message #177217] Thu, 01 March 2012 11:17 Go to previous messageGo to next message
Captain Paralytic is currently offline  Captain Paralytic
Messages: 204
Registered: September 2010
Karma: 0
Senior Member
On Feb 28, 12:01 pm, Jerry Stuckle <jstuck...@attglobal.net> wrote:
> On 2/28/2012 4:36 AM, Michael Vilain wrote:
>
>
>
>
>
>
>
>
>
>> In article
>> <6fa4b876-9581-4db0-8917-8ef51c08d...@l14g2000vbe.googlegroups.com>,
>>   Sunnny<p.shridhar2...@gmail.com>  wrote:
>
>>> Hi everyone..i m a new php geek.i tried installing php as wamp..one
>>> problem i have is ..i m unable to load extensions of php like mysql
>>> and mysqli..some time they get loaded and some the extensions fail to
>>> work..i tried installing other versions but nothing is shown
>
>> What log files have you looked at?  On Linux boxes, there are log files
>> you can look at that will tell you what didn't load, etc.  Have no clue
>> what or where to look in Windows since php is primarily a Linux/UNIX
>> technology.
>
>> Have you been able to install MySQL and run the install test
>> successfully?  That would be my first step.
>
> No, PHP is a platform independent technology.  And it's logs on Windows

its logs!
Re: Php installations [message #177230 is a reply to message #177228] Thu, 01 March 2012 11:22 Go to previous messageGo to next message
The Natural Philosoph is currently offline  The Natural Philosoph
Messages: 993
Registered: September 2010
Karma: 0
Senior Member
Captain Paralytic wrote:
> On Feb 28, 12:01 pm, Jerry Stuckle <jstuck...@attglobal.net> wrote:
>> On 2/28/2012 4:36 AM, Michael Vilain wrote:
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>> In article
>>> <6fa4b876-9581-4db0-8917-8ef51c08d...@l14g2000vbe.googlegroups.com>,
>>> Sunnny<p.shridhar2...@gmail.com> wrote:
>>>> Hi everyone..i m a new php geek.i tried installing php as wamp..one
>>>> problem i have is ..i m unable to load extensions of php like mysql
>>>> and mysqli..some time they get loaded and some the extensions fail to
>>>> work..i tried installing other versions but nothing is shown
>>> What log files have you looked at? On Linux boxes, there are log files
>>> you can look at that will tell you what didn't load, etc. Have no clue
>>> what or where to look in Windows since php is primarily a Linux/UNIX
>>> technology.
>>> Have you been able to install MySQL and run the install test
>>> successfully? That would be my first step.
>> No, PHP is a platform independent technology. And it's logs on Windows
>
> its logs!
>

it logs, surely.

Mind you dropping logs on Windows..sounds fun.

--
To people who know nothing, anything is possible.
To people who know too much, it is a sad fact
that they know how little is really possible -
and how hard it is to achieve it.
Re: Php installations [message #177232 is a reply to message #177230] Thu, 01 March 2012 11:44 Go to previous messageGo to next message
Captain Paralytic is currently offline  Captain Paralytic
Messages: 204
Registered: September 2010
Karma: 0
Senior Member
On Mar 1, 11:22 am, The Natural Philosopher <t...@invalid.invalid>
wrote:
> Captain Paralytic wrote:
>> On Feb 28, 12:01 pm, Jerry Stuckle <jstuck...@attglobal.net> wrote:
>>> On 2/28/2012 4:36 AM, Michael Vilain wrote:
>
>>>> In article
>>>> <6fa4b876-9581-4db0-8917-8ef51c08d...@l14g2000vbe.googlegroups.com>,
>>>>   Sunnny<p.shridhar2...@gmail.com>  wrote:
>>>> > Hi everyone..i m a new php geek.i tried installing php as wamp..one
>>>> > problem i have is ..i m unable to load extensions of php like mysql
>>>> > and mysqli..some time they get loaded and some the extensions fail to
>>>> > work..i tried installing other versions but nothing is shown
>>>> What log files have you looked at?  On Linux boxes, there are log files
>>>> you can look at that will tell you what didn't load, etc.  Have no clue
>>>> what or where to look in Windows since php is primarily a Linux/UNIX
>>>> technology.
>>>> Have you been able to install MySQL and run the install test
>>>> successfully?  That would be my first step.
>>> No, PHP is a platform independent technology.  And it's logs on Windows
>
>> its logs!
>
> it logs, surely.

No, he is saying that the logs belonging to php are located in the
same place as they would be in linux (i.e. where you state they should
be in the php.ini file). Logs belonging to is a possessive and
possessive its has no apostophe, although it does have an s.
Re: Php installations [message #177234 is a reply to message #177232] Thu, 01 March 2012 12:55 Go to previous message
The Natural Philosoph is currently offline  The Natural Philosoph
Messages: 993
Registered: September 2010
Karma: 0
Senior Member
Captain Paralytic wrote:
> On Mar 1, 11:22 am, The Natural Philosopher <t...@invalid.invalid>
> wrote:
>> Captain Paralytic wrote:
>>> On Feb 28, 12:01 pm, Jerry Stuckle <jstuck...@attglobal.net> wrote:
>>>> On 2/28/2012 4:36 AM, Michael Vilain wrote:
>>>> > In article
>>>> > <6fa4b876-9581-4db0-8917-8ef51c08d...@l14g2000vbe.googlegroups.com>,
>>>> > Sunnny<p.shridhar2...@gmail.com> wrote:
>>>> >> Hi everyone..i m a new php geek.i tried installing php as wamp..one
>>>> >> problem i have is ..i m unable to load extensions of php like mysql
>>>> >> and mysqli..some time they get loaded and some the extensions fail to
>>>> >> work..i tried installing other versions but nothing is shown
>>>> > What log files have you looked at? On Linux boxes, there are log files
>>>> > you can look at that will tell you what didn't load, etc. Have no clue
>>>> > what or where to look in Windows since php is primarily a Linux/UNIX
>>>> > technology.
>>>> > Have you been able to install MySQL and run the install test
>>>> > successfully? That would be my first step.
>>>> No, PHP is a platform independent technology. And it's logs on Windows
>>> its logs!
>> it logs, surely.
>
> No, he is saying that the logs belonging to php are located in the
> same place as they would be in linux (i.e. where you state they should
> be in the php.ini file). Logs belonging to is a possessive and
> possessive its has no apostophe, although it does have an s.
>
Ok, so he has completly arsed teh punctioant and it SHOUD read

"No, PHP is a platform independent technology, and its logs on Windows
(are a completely platform independent technology)."


It still BARELY makes sense.

Imagine if the grammatical rules of English were as strictly enforced as
a C compiler..we might actually see coherent unambiguous universally
parse-able sentences..


--
To people who know nothing, anything is possible.
To people who know too much, it is a sad fact
that they know how little is really possible -
and how hard it is to achieve it.
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: CrowdFinch Technologies
Next Topic: Tutorials for PHP Beginners
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Fri Nov 22 08:31:22 GMT 2024

Total time taken to generate the page: 0.02309 seconds