Re: [PHP] PHP Equivalent to Java Jar or Python Eggs

2009-11-26 Thread Greg Maruszeczka
On Thu, 26 Nov 2009 13:09:48 +1030 James McLean wrote: > On Thu, Nov 26, 2009 at 11:50 AM, wrote: > > > > Has anyone done any work towards packaging of PHP in a manner > > similar to jar or eggs? I was working on a project the other day > > with a lot of class files and thought this would be a

Re: [PHP] Netbeans IDE 6.5

2009-10-28 Thread Greg Maruszeczka
nt theme profiles under Tools->Options->Fonts&Colors or customize any one of them to your heart's content. HTH, GM -- Greg Maruszeczka GnuPG-ID: 0x4309323E, http://pgp.mit.edu signature.asc Description: PGP signature

Re: [PHP] PHP Runs But Does NOT Connect to MSSQL Server

2008-06-13 Thread Greg Maruszeczka
On Fri, 13 Jun 2008 10:41:54 -0500 "Boyd, Todd M." <[EMAIL PROTECTED]> wrote: > > -Original Message- > > From: Wei, Alice J. [mailto:[EMAIL PROTECTED] > > Sent: Friday, June 13, 2008 10:25 AM > > To: Greg Maruszeczka; php-general@lists.php.net >

Re: [PHP] PHP Runs But Does NOT Connect to MSSQL Server

2008-06-13 Thread Greg Maruszeczka
;d ensure there aren't any packet filters between my web server and db hosts. Since MSSql has to run on windows I'd start there and ensure inbound connects to TCP 1433 are allowed. You're using private address space (192.168.x.x). Are BOTH servers on the same subnet? GM -- Greg

Re: [PHP] PHP Runs But Does Not Display on Linux

2008-06-11 Thread Greg Maruszeczka
php -m | grep mysql and nothing prints out, you'll need to install the rpm that provides mysql-related functions and restart apache. HTH, GM -- Greg Maruszeczka http://websagesolutions.com skype: websage.ca googletalk: gmarus "Those who are possessed by nothing possess

Re: [PHP] authentication verification

2008-05-29 Thread Greg Maruszeczka
> DeadTOm > http://www.mtlaners.org > [EMAIL PROTECTED] > A Linux user since 1999. > > > Sessions. http://php.net/manual/en/ref.session.php -- Greg Maruszeczka http://websagesolutions.com skype: websage.ca googletalk: gmarus "Those who are possessed by nothing possess ev

Re: [PHP] Beginner Tutorials for using CLASSES in PHP4

2007-09-29 Thread Greg Maruszeczka
t be wanting some direction on things like ORM and database abstraction. Have you looked into what some of the PHP-based frameworks are doing in this regard? I know they're PHP5-only but studying projects like Symfony and the new Zend Framework have really helped my understanding quite a bit. Of c

Re: [Fwd: Re: [PHP] PHP Developer Required]

2007-09-05 Thread Greg Maruszeczka
On Wed, 5 Sep 2007 14:35:10 -0400 "Daniel Brown" <[EMAIL PROTECTED]> wrote: > On 9/5/07, Robert Cummings <[EMAIL PROTECTED]> wrote: > > Well $2,500 is $2,500... no arguing that. But 6 years ago you'd have > > gotten about $40,000 and that certainly made a BIG difference :) > > Here, here. >

Re: [PHP] Apache asks to save php file?

2007-02-06 Thread Greg Maruszeczka
On Tue, 06 Feb 2007 16:42:03 -0700 Skip Evans <[EMAIL PROTECTED]> wrote: > Nothing in the log file. Did restart the web > server, and yes, I'm compiling this myself. > > The log file is actually not being touched. I > think it failed to compile the apache module on > the last attempt (it stopp

Re: [PHP] Shopping Cart

2006-10-28 Thread Greg Maruszeczka
CK, With the obligatory chastisement and ensuing defensiveness out of the way :) you may want to check out Zen Cart (zen-cart.com) and see if it meets your requirements. Cheers, G -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] IP Address

2006-10-21 Thread Greg Maruszeczka
On Sat, 21 Oct 2006 19:55:17 -0400 Fred Moses <[EMAIL PROTECTED]> wrote: > Is there a function which returns the IP address of the requestor of the > current page? > > -- Don't think so but there is a superglobal that contains it: $_SERVER['REMOTE_ADDR'] -- PHP General Mailing List (http:/

Re: [PHP] Hotmail and junk mail

2006-10-02 Thread Greg Maruszeczka
Try here: http://openrbl.org Cheers, G -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] compile issue.

2005-10-21 Thread Greg Maruszeczka
Mark Nernberg wrote: > This is a repost, as I have received no response thus far. > > Running FreeBSD 5.4/RELEASE on Sparc64 and Apache 2.0.55 > > When attempting to install 4.4.0 or 5.0.5, from ports or from source, I am > getting the following error: (This specific error is from 4.4.0 from port