Re: [nyphp-talk] Compiling PHP 5+

2012-02-29 Thread Charles Vasquez
Thanks you for sharing the knowledge! Best, Charles On Wed, Feb 29, 2012 at 4:45 PM, Jeff Slutz wrote: > I've no personal experience with these tools but there are lots of good > references here: > http://stackoverflow.com/questions/3189100/php-compiler-for-windows > > > -- > Jeff Slutz > JSLEU

Re: [nyphp-talk] Compiling PHP 5+

2012-02-29 Thread Jeff Slutz
I've no personal experience with these tools but there are lots of good references here: http://stackoverflow.com/questions/3189100/php-compiler-for-windows -- Jeff Slutz JSLEUTH LLC 3242 44th ST APT 3F Astoria, NY 11103 c. 970.443.9390 j...@jeffslutz.com On Wed, Feb 29, 2012 at 4:41 PM, Anthony

Re: [nyphp-talk] Compiling PHP 5+

2012-02-29 Thread Anthony Papillion
Wed, Feb 29, 2012 at 3:01 PM, Charles Vasquez wrote: > > what is hip hop? When you speak about compiling do you mean creating a > windows dll or something? I am new to this type of speak, not new to php, > but the php community. I practice php for personal purposes. Hi Charles, Hip Hop is a tec

Re: [nyphp-talk] Compiling PHP 5+

2012-02-29 Thread Charles Vasquez
what is hip hop? When you speak about compiling do you mean creating a windows dll or something? I am new to this type of speak, not new to php, but the php community. I practice php for personal purposes. Charles On Wed, Feb 29, 2012 at 3:35 PM, Jeff Slutz wrote: > Let us know what you find.

Re: [nyphp-talk] Compiling PHP 5+

2012-02-29 Thread Jeff Slutz
Let us know what you find. I've been itching to give it a whirl too but haven't had the time or excuse yet. JS -- Jeff Slutz JSLEUTH LLC 3242 44th ST APT 3F Astoria, NY 11103 c. 970.443.9390 j...@jeffslutz.com On Wed, Feb 29, 2012 at 3:33 PM, Anthony Papillion wrote: > On Wed, Feb 29, 2012 at

Re: [nyphp-talk] Compiling PHP 5+

2012-02-29 Thread Anthony Papillion
On Wed, Feb 29, 2012 at 2:28 PM, Federico Ulfo wrote: > > Facebook Hip Hop PHP, > https://github.com/facebook/hiphop-php Thank you! I'd completely forgotten about Hip Hop. Never had a chance to use it and got away from PHP for a few months. Good excuse to give it a try on my dive back in. Thanks

Re: [nyphp-talk] Compiling PHP 5+

2012-02-29 Thread Federico Ulfo
Facebook Hip Hop PHP, https://github.com/facebook/hiphop-php On Wed, Feb 29, 2012 at 3:23 PM, Anthony Papillion wrote: > I'm writing a command line tool that I want to compile so it can be used > on systems that don't have PHP installed (specifically, Windows systems). > Does anyone know of a too

[nyphp-talk] Compiling PHP 5+

2012-02-29 Thread Anthony Papillion
I'm writing a command line tool that I want to compile so it can be used on systems that don't have PHP installed (specifically, Windows systems). Does anyone know of a tool that compiles PHP 5? Thanks! Anthony ___ New York PHP User Group Community Talk

Re: [nyphp-talk] Compiling PHP

2007-10-25 Thread Ajai Khattri
On Tue, 23 Oct 2007, Mitch Pirtle wrote: > Yes it does, if you passed the right arguments to configure. Remember > that there are two different ways to build mod_php based on whether > you're using Apache 1.x or Apache 2.x... Ah, recently Ive been working with Apache 1.x a lot... -- Aj.

Re: [nyphp-talk] Compiling PHP

2007-10-23 Thread Mitch Pirtle
On 10/22/07, Ajai Khattri <[EMAIL PROTECTED]> wrote: > On Mon, 22 Oct 2007, Jon Baer wrote: > > > Your configure should already point to apxs for your apache setup so > > you don't need to do anything w/ apache except restart when the > > recompile is done. > > Rebuilding PHP by itself doesn't rebu

Re: [nyphp-talk] Compiling PHP

2007-10-22 Thread Ajai Khattri
On Mon, 22 Oct 2007, Jon Baer wrote: > Your configure should already point to apxs for your apache setup so > you don't need to do anything w/ apache except restart when the > recompile is done. Rebuilding PHP by itself doesn't rebuild mod_php right? -- Aj. __

Re: [nyphp-talk] Compiling PHP

2007-10-22 Thread Jon Baer
First thing Id do is grab php-5.2.4 and mysql 5.0.45 sources and untar to /usr/local/src so you have them in case they are not there or outdated. Run "php -i | grep configure" and copy that to a handy file somewhere, it shows how your current php bin was built. Look for the mysql directi

Re: [nyphp-talk] Compiling PHP

2007-10-22 Thread Ajai Khattri
On Mon, 22 Oct 2007, Jake McGraw wrote: > My question is, How should I go about recompiling our PHP install with > a newer MySQL library? Do I need to make any changes to Apache once > this is done? If anyone could point me to a step by step guide I'd be > much obliged. Do you have the original f

[nyphp-talk] Compiling PHP

2007-10-22 Thread Jake McGraw
Hello All: We currently have PHP 5.2.4 installed on our web server. It was compiled and installed with PHP MySQL library version 4.1.22 and our MySQL Server version is 5.0.45. Until yesterday this hadn't caused us any problems, but I believe it is now the source of the following error: Unable to