Re: [nyphp-talk] Connecting to an Oracle DB

2009-03-25 Thread Tim Gales
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

Re: [nyphp-talk] Chat software

2009-03-25 Thread justin
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

Re: [nyphp-talk] Chat software

2009-03-25 Thread Ajai Khattri
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

Re: [nyphp-talk] "Becoming A Bash Ninja" Slides

2009-03-25 Thread Michael Hernandez
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

Re: [nyphp-talk] "Becoming A Bash Ninja" Slides

2009-03-25 Thread Michael Johnson
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

Re: [nyphp-talk] "Becoming A Bash Ninja" Slides

2009-03-25 Thread Leam Hall
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

Re: [nyphp-talk] Chat software

2009-03-25 Thread leeeyerman
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

Re: [nyphp-talk] Chat software

2009-03-25 Thread Ajai Khattri
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

Re: [nyphp-talk] APC for a custom PHP session handler

2009-03-25 Thread Steve Manes
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

Re: [nyphp-talk] Chat software

2009-03-25 Thread Corey H Maass - gelform.com
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

Re: [nyphp-talk] Connecting to an Oracle DB

2009-03-25 Thread Néstor
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

Re: [nyphp-talk] "Becoming A Bash Ninja" Slides

2009-03-25 Thread Tom Melendez
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 _

Re: [nyphp-talk] Chat software

2009-03-25 Thread Rolan Yang
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

Re: [nyphp-talk] Connecting to an Oracle DB

2009-03-25 Thread Daniel Convissor
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

[nyphp-talk] Chat software

2009-03-25 Thread Aaron Fischer
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

Re: [nyphp-talk] Connecting to an Oracle DB

2009-03-25 Thread Néstor
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

[nyphp-talk] "Becoming A Bash Ninja" Slides

2009-03-25 Thread Brian D.
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

Re: [nyphp-talk] Connecting to an Oracle DB

2009-03-25 Thread Daniel Convissor
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

Re: [nyphp-talk] Connecting to an Oracle DB

2009-03-25 Thread Tim Gales
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

Re: [nyphp-talk] Parse HTML Files as PHP

2009-03-25 Thread Peter Sawczynec
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