Néstor wrote:
I am using php 5.2.5
php_mysql.dll is loading and I can access my mysql databse with some
of my php programs
php_ldap.dll is loading
Yes, I might have to download and install php 5.2.9 which is the latest
First download a copy of dependency walker from:
http://www.dependencywalk
http://tinychat.com/ :)
On Wed, Mar 25, 2009 at 10:49 AM, Aaron Fischer
wrote:
> Heya, does anyone have any experience or recommendations for chat software?
> I'm looking for something to host a group of chatters in a room, probably
> around 20-40 chatters at a time.
>
> I had something a year o
On Wed, 25 Mar 2009, leeeyer...@aol.com wrote:
> 123flashchat.com
>
> integrates into php/mysql really well, have powerful java server, with nice
> flash front end... and complete php compt... I have used it a lot, and I like
> it.
The meebo chat is Flash-based and uses their proven server inf
On Mar 25, 2009, at 1:48 PM, Michael Johnson wrote:
Leam Hall wrote:
Good stuff, I have to take some notes!
My personal favorite is using find with a grep -i for when people
mix case in filenames.
find . | grep -i
Leam
___
New York PHP User
Leam Hall wrote:
Good stuff, I have to take some notes!
My personal favorite is using find with a grep -i for when people mix
case in filenames.
find . | grep -i
Leam
___
New York PHP User Group Community Talk Mailing List
http://lists.nyphp.o
Good stuff, I have to take some notes!
My personal favorite is using find with a grep -i for when people mix
case in filenames.
find . | grep -i
Leam
___
New York PHP User Group Community Talk Mailing List
http://lists.nyphp.org/mailman/lis
123flashchat.com
integrates into php/mysql really well, have powerful java server, with nice
flash front end... and complete php compt... I have used it a lot, and I like
it.
lee
-Original Message-
From: Ajai Khattri
To: NYPHP Talk
Sent: Wed, 25 Mar 2009 10:57 am
Subject: Re: [nyp
On Wed, 25 Mar 2009, Rolan Yang wrote:
> 1) meebo.com rooms
+1
Ive used meebo rooms from inside symfony. API is easy to use.
--
Aj.
___
New York PHP User Group Community Talk Mailing List
http://lists.nyphp.org/mailman/listinfo/talk
http://www.nyp
John Campbell wrote:
Assuming a single server solution, you are trading persistence for
performance. IMO, the performance gain is trivial unless you are
constantly modifying your sessions.
I use a trick that eliminates 95% of session related disk I/O, and
relies on two principles:
1) Only write
Campfire.
On Wed, 25 Mar 2009 11:09:44 -0400, "Rolan Yang"
said:
> Aaron Fischer wrote:
> > Heya, does anyone have any experience or recommendations for chat
> > software? I'm looking for something to host a group of chatters in a
> > room, probably around 20-40 chatters at a time.
> >
> > I h
I am using php 5.2.5
php_mysql.dll is loading and I can access my mysql databse with some of my
php programs
php_ldap.dll is loading
Yes, I might have to download and install php 5.2.9 which is the latest
Thanks,
Again!!!
On Wed, Mar 25, 2009 at 8:02 AM, Daniel Convissor <
dani...@analysisan
On Wed, Mar 25, 2009 at 7:17 AM, Brian D. wrote:
> I just put the slides online here:
>
> http://realm3.com/articles/nyphp_presentation_-_become_a_bash_ninja
>
I wasn't familiar with "siege" - I'm going to check it out! Thanks.
Tom
http://www.liphp.org
_
Aaron Fischer wrote:
Heya, does anyone have any experience or recommendations for chat
software? I'm looking for something to host a group of chatters in a
room, probably around 20-40 chatters at a time.
I had something a year or so ago, I think it was called FlashChat, and
it was a php/flas
Nestor:
On Wed, Mar 25, 2009 at 07:20:22AM -0700, N?stor wrote:
> "Unable to load the dynamic library C:\php\ext\php_oci8.dll"
All I can say is I've run oci8 on windows without incident in the past.
Perhaps you have a problem with your file permissions?
Also, are other extensions loading? Tr
Heya, does anyone have any experience or recommendations for chat
software? I'm looking for something to host a group of chatters in a
room, probably around 20-40 chatters at a time.
I had something a year or so ago, I think it was called FlashChat, and
it was a php/flash combination. It
People,
I have done all of the above and still phpinfo() doea not show the oci8.
Yes, I do have the php_oci8.dll in the ext directory. I even copied it to
the
system32 directory to the C:\php directory and to apache's bin directory and
phpinfo still does not see the oci8.
I am even looking in th
I just put the slides online here:
http://realm3.com/articles/nyphp_presentation_-_become_a_bash_ninja
Hopefully later we'll have a video to put up with this, too, but for
now the slides contain all of the links from the presentation.
Thanks,
- Brian D.
realm3 web applications [realm3.com]
Info
Nestor:
On Tue, Mar 24, 2009 at 05:05:06PM -0800, Mutaz Musa wrote:
> Check the configuration file path on phpinfo() and make sure you uncommented
> the right one.
Mutaz is correct. The extension dll ships with PHP, so you don't need to
download anything. Just double check all of your settings
Néstor wrote:
Hi,
System = W2K / apache 2.055 / php 5.25 / mysql 5.0.18-nt
I am trying to connect to an Oracle Database and when using the
oci_connect()
Oracle 10g uses a different 'dll' than 11g does.
(php_oci8 versus php_oci8_11g.dll)
You can use the 10g version of the dll to connect to
For reference regarding this topic, I tried many kinds of single
directives with no success. Only after using these combined directive(s)
in an .htaccess file at the top level folder caused my HTML files to get
parsed by PHP immediately:
AddType application/x-httpd-php .htm .html
AddHandler x-http
20 matches
Mail list logo