Re: [PHP] Re: Opinions / Votes Needed

2009-01-19 Thread Sancar Saran
Hello guys, It seems most of you very tallended programmers. Could you generate someting like php-- withouth OO just namespaces ? and make 95% of php programmers very happy... this Object Orgy going to blow that language which makes us productive programmers. and My vote goes to Tony...

Re: [PHP] optional type hinting enhancements

2009-01-19 Thread Nathan Rixham
question: Would anybody else like to see, or feel the need for, *optional* type hinting of variables and class properties in PHP? This would all be under the assumption and proviso that an implementation would not break bc, have any markable perfomance hit, or in any other way effect existing

Re: [PHP] Re: Opinions / Votes Needed

2009-01-19 Thread Nathan Rixham
Stuart wrote: Also, PHP is procedural with OO capabilities due to its history never understood this comment more - wish I'd given it more thought when it stuck out the first time. - cheers stut time4work! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] optional type hinting enhancements

2009-01-19 Thread Lukas Kahwe Smith
On 19.01.2009, at 00:00, Nathan Rixham wrote: Jochem Maas wrote: Nathan Rixham schreef: Hi All, preface: Having discussed at great length previously and probably completely misnaming and thus misleading the conversation here goes again. question: Would anybody else like to see, or feel

Re: [PHP] Re: Opinions / Votes Needed

2009-01-19 Thread Robert Cummings
On Sun, 2009-01-18 at 18:10 +, Nathan Rixham wrote: Jochem Maas wrote: Per Jessen schreef: Nathan Rixham wrote: Per Jessen wrote: Nathan Rixham wrote: You can't have your cake and eat it. You can't/shouldn't have strong and loose typing in the same language. In my opinion.

Re: [PHP] optional type hinting enhancements

2009-01-19 Thread Robert Cummings
On Sun, 2009-01-18 at 23:09 +, Nathan Rixham wrote: Török Alpár wrote: I see a problem with this. Scalars are automatically casted by PHP based on a set of rules. In case of a scalar type hint, would jo issue an error, or make the automatic type cast? both approaches have there

Re: [PHP] Re: Opinions / Votes Needed

2009-01-19 Thread Eric Butera
On Sun, Jan 18, 2009 at 11:44 AM, Per Jessen p...@computer.org wrote: I think that's at best an example of someone having chosen the wrong tool. I can easily appreciate the frustration. My own rule-of-thumb - scripts are for small things and rapid prototyping. Once when a script (regardless

Re: [PHP] phpMailer Problem!

2009-01-19 Thread Eric Butera
On Mon, Jan 19, 2009 at 12:28 AM, shahrzad khorrami shahrzad.khorr...@gmail.com wrote: I tested with port 25, but it didn't work. I confuse, I don't know what problem is it works well with gmail... thanks for reply :) http://mail.google.com/support/bin/answer.py?hl=enanswer=13287 --

[PHP] Need List Advice

2009-01-19 Thread cl
I have been looking but can't find which PHP list is best to post info regarding a new PHP tool. I have seen new product/service announcements on this list, but thought there might be a better list. Any suggestions? Thanks in advance. -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] Need List Advice

2009-01-19 Thread Eric Butera
On Mon, Jan 19, 2009 at 11:33 AM, c...@wizzyweb.com wrote: I have been looking but can't find which PHP list is best to post info regarding a new PHP tool. I have seen new product/service announcements on this list, but thought there might be a better list. Any suggestions? Thanks in

[PHP] Re: phpMailer Problem!

2009-01-19 Thread Al
shahrzad khorrami wrote: hi all, I want to send email using SMTP Authentication with PHPMailer, I searched more and more but I can't find anything of my problem /// include_once('class.phpmailer.php');

Re: [PHP] Need List Advice

2009-01-19 Thread Kyle Terry
On Mon, Jan 19, 2009 at 8:36 AM, Eric Butera eric.but...@gmail.com wrote: On Mon, Jan 19, 2009 at 11:33 AM, c...@wizzyweb.com wrote: I have been looking but can't find which PHP list is best to post info regarding a new PHP tool. I have seen new product/service announcements on this

Re: [PHP] Re: Opinions / Votes Needed

2009-01-19 Thread Per Jessen
Eric Butera wrote: On Sun, Jan 18, 2009 at 11:44 AM, Per Jessen p...@computer.org wrote: I think that's at best an example of someone having chosen the wrong tool. I can easily appreciate the frustration. My own rule-of-thumb - scripts are for small things and rapid prototyping. Once when a

Re: [PHP] Need List Advice

2009-01-19 Thread Daniel Brown
On Mon, Jan 19, 2009 at 11:33, c...@wizzyweb.com wrote: I have been looking but can't find which PHP list is best to post info regarding a new PHP tool. I have seen new product/service announcements on this list, but thought there might be a better list. Any suggestions? As long as it's

Re: [PHP] Need List Advice

2009-01-19 Thread Robert Cummings
On Mon, 2009-01-19 at 12:25 -0500, Daniel Brown wrote: On Mon, Jan 19, 2009 at 11:33, c...@wizzyweb.com wrote: I have been looking but can't find which PHP list is best to post info regarding a new PHP tool. I have seen new product/service announcements on this list, but thought there

Re: [PHP] Need List Advice

2009-01-19 Thread Eric Butera
On Mon, Jan 19, 2009 at 12:42 PM, Robert Cummings rob...@interjinn.com wrote: On Mon, 2009-01-19 at 12:25 -0500, Daniel Brown wrote: On Mon, Jan 19, 2009 at 11:33, c...@wizzyweb.com wrote: I have been looking but can't find which PHP list is best to post info regarding a new PHP tool. I

Re: [PHP] Need List Advice

2009-01-19 Thread Paul M Foster
On Mon, Jan 19, 2009 at 12:42:31PM -0500, Robert Cummings wrote: On Mon, 2009-01-19 at 12:25 -0500, Daniel Brown wrote: On Mon, Jan 19, 2009 at 11:33, c...@wizzyweb.com wrote: I have been looking but can't find which PHP list is best to post info regarding a new PHP tool. I have seen

Re: [PHP] Re: Opinions / Votes Needed

2009-01-19 Thread Daniel Brown
On Sun, Jan 18, 2009 at 12:36, Tony Marston t...@marston-home.demon.co.uk wrote: Really? In 2007 I single-handedly designed and built an ERP system with 130 database tables, 230 relationships and 1000 screens, all with PHP and without an ORM and static typing. This took me 6 months. If you

Re: [PHP] Need List Advice

2009-01-19 Thread Jim Lucas
Daniel Brown wrote: On Mon, Jan 19, 2009 at 11:33, c...@wizzyweb.com wrote: I have been looking but can't find which PHP list is best to post info regarding a new PHP tool. I have seen new product/service announcements on this list, but thought there might be a better list. Any suggestions?

Re: [PHP] Re: Opinions / Votes Needed

2009-01-19 Thread Kyle Terry
On Mon, Jan 19, 2009 at 10:10 AM, Daniel Brown danbr...@php.net wrote: On Sun, Jan 18, 2009 at 12:36, Tony Marston t...@marston-home.demon.co.uk wrote: Really? In 2007 I single-handedly designed and built an ERP system with 130 database tables, 230 relationships and 1000 screens, all

Re: [PHP] Re: Opinions / Votes Needed

2009-01-19 Thread Daniel Brown
On Mon, Jan 19, 2009 at 12:13, Per Jessen p...@computer.org wrote: Yes, I am serious, and no, I don't write php extensions etc. I don't write many web apps anyway. I do use PHP quite a bit for command line stuff, in fact for 95% of my scripts. Same her, Per. I actually use PHP for more

Re: [PHP] Need List Advice

2009-01-19 Thread Robert Cummings
On Mon, 2009-01-19 at 13:09 -0500, Paul M Foster wrote: On Mon, Jan 19, 2009 at 12:42:31PM -0500, Robert Cummings wrote: On Mon, 2009-01-19 at 12:25 -0500, Daniel Brown wrote: On Mon, Jan 19, 2009 at 11:33, c...@wizzyweb.com wrote: I have been looking but can't find which PHP list is

Re: [PHP] Need List Advice

2009-01-19 Thread Robert Cummings
On Mon, 2009-01-19 at 12:55 -0500, Eric Butera wrote: On Mon, Jan 19, 2009 at 12:42 PM, Robert Cummings rob...@interjinn.com wrote: On Mon, 2009-01-19 at 12:25 -0500, Daniel Brown wrote: On Mon, Jan 19, 2009 at 11:33, c...@wizzyweb.com wrote: I have been looking but can't find which PHP

Re: [PHP] Re: Opinions / Votes Needed

2009-01-19 Thread Kyle Terry
On Mon, Jan 19, 2009 at 10:19 AM, Daniel Brown danbr...@php.net wrote: On Mon, Jan 19, 2009 at 12:13, Per Jessen p...@computer.org wrote: Yes, I am serious, and no, I don't write php extensions etc. I don't write many web apps anyway. I do use PHP quite a bit for command line stuff, in

Re: [PHP] Need List Advice

2009-01-19 Thread Daniel Brown
On Mon, Jan 19, 2009 at 13:15, Jim Lucas li...@cmsws.com wrote: Hey, are those Brownie Points calculated by your software? Isn't that a little weighted to your favor? It's not what I initially intended when I first posted that message, but once I read Rob's reply, I knew it was going to

Re: [PHP] Re: Opinions / Votes Needed

2009-01-19 Thread Daniel Brown
On Mon, Jan 19, 2009 at 13:22, Kyle Terry k...@kyleterry.com wrote: Aside from a few perl scripts, I have rewritten all my bash scripts in PHP. It's just easier to manage for me. /me nods. In 2001, I started rewriting a library of Perl scripts I'd been building since 1995 (5.0.0.1),

Re: [PHP] Re: Opinions / Votes Needed

2009-01-19 Thread Kyle Terry
On Mon, Jan 19, 2009 at 10:35 AM, Daniel Brown danbr...@php.net wrote: On Mon, Jan 19, 2009 at 13:22, Kyle Terry k...@kyleterry.com wrote: Aside from a few perl scripts, I have rewritten all my bash scripts in PHP. It's just easier to manage for me. /me nods. In 2001, I started

Re: [PHP] Re: Opinions / Votes Needed

2009-01-19 Thread Tony Marston
Daniel Brown danbr...@php.net wrote in message news:ab5568160901191010u2d4073aas33789f0c81183...@mail.gmail.com... On Sun, Jan 18, 2009 at 12:36, Tony Marston t...@marston-home.demon.co.uk wrote: Really? In 2007 I single-handedly designed and built an ERP system with 130 database tables,

Re: [PHP] Re: Opinions / Votes Needed

2009-01-19 Thread Robert Cummings
On Mon, 2009-01-19 at 10:50 -0800, Kyle Terry wrote: On Mon, Jan 19, 2009 at 10:35 AM, Daniel Brown danbr...@php.net wrote: On Mon, Jan 19, 2009 at 13:22, Kyle Terry k...@kyleterry.com wrote: Aside from a few perl scripts, I have rewritten all my bash scripts in PHP. It's just

Re: [PHP] Re: Opinions / Votes Needed

2009-01-19 Thread Kyle Terry
On Mon, Jan 19, 2009 at 10:59 AM, Robert Cummings rob...@interjinn.comwrote: On Mon, 2009-01-19 at 10:50 -0800, Kyle Terry wrote: On Mon, Jan 19, 2009 at 10:35 AM, Daniel Brown danbr...@php.net wrote: On Mon, Jan 19, 2009 at 13:22, Kyle Terry k...@kyleterry.com wrote: Aside from a

[PHP] Undefined index error

2009-01-19 Thread Jason Pruim
So sometimes I end up with issues that are so simple I should be able to fix it but for some reason I end up asking a stupid question to the list... So... Here goes :) Here is the error: Notice: Undefined index: 2 in /home/raosetc/public_html/purl/p.php on line 19 and here is Line 19:

[PHP] PHP and Apache configuration

2009-01-19 Thread R B
Hello, I need that every time someone access one image file in my server, then redirect to a php file. I make this well with: Redirect 301 imagefile.jpg scriptfile.php But i need that the file scriptfile.php can only be accessed by this redirect command. If someone try to access directly from

[PHP] ANNOUNCEMENT: ModBox - an Open Platform as a Service (OPaaS)

2009-01-19 Thread cl
After posting to this list to see if it is appropriate and getting good feedback, I'm posting an announcement I think is very relative to this list as I have been using PHP ever since it was a Perl script (PHP/FI) and have been heavily influenced by it's concept and evolution when creating what

Re: [PHP] Undefined index error

2009-01-19 Thread Richard Heyes
Notice: Undefined index: 2 in /home/raosetc/public_html/purl/p.php on line 19 and here is Line 19: $data = explode(/, $_SERVER['REQUEST_URI']); Hi, Are you sure it's an array? Use print_r() or var_dump() on $_SERVER['REQUEST_URI'] on the preceding line. Just for testing, you could do this

Re: [PHP] PHP and Apache configuration

2009-01-19 Thread Kyle Terry
On Mon, Jan 19, 2009 at 11:28 AM, R B rbp...@gmail.com wrote: Hello, I need that every time someone access one image file in my server, then redirect to a php file. I make this well with: Redirect 301 imagefile.jpg scriptfile.php But i need that the file scriptfile.php can only be

Re: [PHP] Re: Opinions / Votes Needed

2009-01-19 Thread VamVan
Why are you guys Burning your egos here? Its not the right place. On Mon, Jan 19, 2009 at 11:03 AM, Kyle Terry k...@kyleterry.com wrote: On Mon, Jan 19, 2009 at 10:59 AM, Robert Cummings rob...@interjinn.com wrote: On Mon, 2009-01-19 at 10:50 -0800, Kyle Terry wrote: On Mon, Jan 19,

Re: [PHP] PHP and Apache configuration

2009-01-19 Thread Richard Heyes
... This may be of some help. It's from the Apache website and only allows access if the Referer header is sent by the browser and is www.yourdomain.com, ie. Direct access is not permitted: ### SetEnvIf Referer ^http://www.yourdomain.com; local_referal

Re: [PHP] PHP and Apache configuration

2009-01-19 Thread Kyle Terry
On Mon, Jan 19, 2009 at 11:38 AM, Richard Heyes rich...@php.net wrote: ... This may be of some help. It's from the Apache website and only allows access if the Referer header is sent by the browser and is www.yourdomain.com, ie. Direct access is not permitted:

Re: [PHP] Re: Opinions / Votes Needed

2009-01-19 Thread Robert Cummings
On Mon, 2009-01-19 at 11:37 -0800, VamVan wrote: Why are you guys Burning your egos here? Its not the right place. Could you explain burning our egos? Cheers, Rob. -- http://www.interjinn.com Application and Templating Framework for PHP -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] Re: Opinions / Votes Needed

2009-01-19 Thread Kyle Terry
On Mon, Jan 19, 2009 at 11:45 AM, Robert Cummings rob...@interjinn.comwrote: On Mon, 2009-01-19 at 11:37 -0800, VamVan wrote: Why are you guys Burning your egos here? Its not the right place. Could you explain burning our egos? Cheers, Rob. -- http://www.interjinn.com Application and

Re: [PHP] Re: Opinions / Votes Needed

2009-01-19 Thread Daniel Brown
On Mon, Jan 19, 2009 at 14:37, VamVan vamsee...@gmail.com wrote: Why are you guys Burning your egos here? Its not the right place. It's a PHP-related general discussion, Vam. Perhaps not entirely in good manners, but it's 100% relevant. Indeed, this is the right place. That aside, as

Re: [PHP] Re: Opinions / Votes Needed

2009-01-19 Thread Robert Cummings
On Mon, 2009-01-19 at 14:50 -0500, Daniel Brown wrote: On Mon, Jan 19, 2009 at 14:37, VamVan vamsee...@gmail.com wrote: Why are you guys Burning your egos here? Its not the right place. It's a PHP-related general discussion, Vam. Perhaps not entirely in good manners, but it's 100%

[PHP] Re: ANNOUNCEMENT: ModBox - an Open Platform as a Service (OPaaS)

2009-01-19 Thread Robert Cummings
Ok, you just hijacked a thread (I think (I don't have threading enabled)) and you top posted. You've probably burned through your goodwill in one shot :/ Cheers, Rob. On Mon, 2009-01-19 at 14:32 -0500, c...@wizzyweb.com wrote: After posting to this list to see if it is appropriate and getting

Re: [PHP] Re: Opinions / Votes Needed

2009-01-19 Thread Eric Butera
On Mon, Jan 19, 2009 at 2:37 PM, VamVan vamsee...@gmail.com wrote: Why are you guys Burning your egos here? Its not the right place. On Mon, Jan 19, 2009 at 11:03 AM, Kyle Terry k...@kyleterry.com wrote: On Mon, Jan 19, 2009 at 10:59 AM, Robert Cummings rob...@interjinn.com wrote: On

Re: [PHP] Re: Opinions / Votes Needed

2009-01-19 Thread Kyle Terry
On Mon, Jan 19, 2009 at 11:54 AM, Robert Cummings rob...@interjinn.comwrote: On Mon, 2009-01-19 at 14:50 -0500, Daniel Brown wrote: On Mon, Jan 19, 2009 at 14:37, VamVan vamsee...@gmail.com wrote: Why are you guys Burning your egos here? Its not the right place. It's a PHP-related

[PHP] Re: ANNOUNCEMENT: ModBox - an Open Platform as a Service (OPaaS)

2009-01-19 Thread Eric Butera
On Mon, Jan 19, 2009 at 2:57 PM, Robert Cummings rob...@interjinn.com wrote: Ok, you just hijacked a thread (I think (I don't have threading enabled)) and you top posted. You've probably burned through your goodwill in one shot :/ Cheers, Rob. On Mon, 2009-01-19 at 14:32 -0500,

Re: [PHP] Re: Opinions / Votes Needed

2009-01-19 Thread VamVan
On Mon, Jan 19, 2009 at 11:50 AM, Daniel Brown danbr...@php.net wrote: On Mon, Jan 19, 2009 at 14:37, VamVan vamsee...@gmail.com wrote: Why are you guys Burning your egos here? Its not the right place. It's a PHP-related general discussion, Vam. Perhaps not entirely in good manners,

Re: [PHP] Re: Opinions / Votes Needed

2009-01-19 Thread Kyle Terry
On Mon, Jan 19, 2009 at 12:05 PM, VamVan vamsee...@gmail.com wrote: On Mon, Jan 19, 2009 at 11:50 AM, Daniel Brown danbr...@php.net wrote: On Mon, Jan 19, 2009 at 14:37, VamVan vamsee...@gmail.com wrote: Why are you guys Burning your egos here? Its not the right place. It's a

[PHP] Re: ANNOUNCEMENT: ModBox - an Open Platform as a Service (OPaaS)

2009-01-19 Thread cl
Right, I just replied to the thread which started from my post. Glad I didn't hijack or top-post, but thanks for the potential heads-up just the same. Best, Brian - Original Message - From: Eric Butera eric.but...@gmail.com To: Robert Cummings rob...@interjinn.com Cc:

[PHP] Seg Faulting PHP

2009-01-19 Thread Ian
Hi all, Appologies if this is the wrong list - please direct me in the right direction should this be the case. I am running PHP 5.2.8 on freebsd 7.0 and am getting a Seg fault when running one of my new programs. We run a couple of other sites of this server (only one upgraded to 5.2.8) and

Re: [PHP] Re: ANNOUNCEMENT: ModBox - an Open Platform as a Service (OPaaS)

2009-01-19 Thread Kyle Terry
On Mon, Jan 19, 2009 at 12:11 PM, c...@wizzyweb.com wrote: Right, I just replied to the thread which started from my post. Glad I didn't hijack or top-post, but thanks for the potential heads-up just the same. Best, Brian - Original Message - From: Eric Butera

Re: [PHP] Need List Advice

2009-01-19 Thread ceo
I think it means Rob has to bake us all some brownies and ship 'em out to us... :-) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Server cannot send emails

2009-01-19 Thread Sergio Jovani
Thanks to all. The problem is caused by a server restriction. SourceForge.net does not allow to send emails from PHP. Bye! 2009/1/17 Morris morris...@gmail.com: If you are using apache + php, check php.in your server is able to support the mail() function and you have correctly set up the send

Re: [PHP] PHP and Apache configuration

2009-01-19 Thread ceo
I doubt that you can use re-direct and do what you want, since a re-direct does just that: re-direct the USER to the URL. What you *could* do is get rid of the re-direct and just include('scriptfile.php'); by using ForceType on imagefile.jpg to be application/x-httpd-php Then

[PHP] Re: Secure redirection?

2009-01-19 Thread Nathan Rixham
Zoran Bogdanov wrote: 1.When the user is successfully authenticated the login.php sends the header, but the AJAX XMLHttpRequest call is still in progress waiting for a PHP response. So when PHP using the header function redirects to another page that page is outputed to the login form... you

Re: [PHP] Undefined index error

2009-01-19 Thread Jason Pruim
On Jan 19, 2009, at 2:32 PM, Richard Heyes wrote: Notice: Undefined index: 2 in /home/raosetc/public_html/purl/p.php on line 19 and here is Line 19: $data = explode(/, $_SERVER['REQUEST_URI']); Hi, Are you sure it's an array? Use print_r() or var_dump() on $_SERVER['REQUEST_URI'] on the

Re: [PHP] Undefined index error

2009-01-19 Thread Daniel Brown
On Mon, Jan 19, 2009 at 14:32, Richard Heyes rich...@php.net wrote: Notice: Undefined index: 2 in /home/raosetc/public_html/purl/p.php on line 19 and here is Line 19: $data = explode(/, $_SERVER['REQUEST_URI']); When I view that file, on line 19, I see: echo HTML Are you sure it's

Re: [PHP] Undefined index error

2009-01-19 Thread ceo
There is no reference to index '2' in that line 19. What is the next line? Something which expects at least 3 elements in the URI, perhaps?... [Hint, hint] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: How serialize DOMDocument object?

2009-01-19 Thread Nathan Rixham
Михаил Гаврилов wrote: How serialize DOMDocument object? describe: serialize — Generates a storable representation of a value note: It is not possible to serialize PHP built-in objects. see: http://uk2.php.net/serialize solve: $s = DOMDocument-saveXML(); // serialized DOMDocument-loadXML($s);

Re: [PHP] Need List Advice

2009-01-19 Thread Daniel Brown
On Mon, Jan 19, 2009 at 15:19, c...@l-i-e.com wrote: I think it means Rob has to bake us all some brownies and ship 'em out to us... :-) Except that it also means we know by pattern that we can't count on him to break away from the computer long enough to do that. ;-P -- /Daniel P.

Re: [PHP] Re: Opinions / Votes Needed

2009-01-19 Thread Daniel Brown
On Mon, Jan 19, 2009 at 15:08, Kyle Terry k...@kyleterry.com wrote: On Mon, Jan 19, 2009 at 12:05 PM, VamVan vamsee...@gmail.com wrote: I believe in Community building. My only concern was the kind of language used is very intimidating , that's all. Are you referring to bad language? An

Re: [PHP] Undefined index error

2009-01-19 Thread Jason Pruim
On Jan 19, 2009, at 3:28 PM, Daniel Brown wrote: On Mon, Jan 19, 2009 at 14:32, Richard Heyes rich...@php.net wrote: Notice: Undefined index: 2 in /home/raosetc/public_html/purl/p.php on line 19 and here is Line 19: $data = explode(/, $_SERVER['REQUEST_URI']); When I view that file,

Re: [PHP] Seg Faulting PHP

2009-01-19 Thread Daniel Brown
On Mon, Jan 19, 2009 at 15:12, Ian barnrac...@gmail.com wrote: Hi all, Appologies if this is the wrong list - please direct me in the right direction should this be the case. I am running PHP 5.2.8 on freebsd 7.0 and am getting a Seg fault when running one of my new programs. We run a

Re: [PHP] Re: ANNOUNCEMENT: ModBox - an Open Platform as a Service (OPaaS)

2009-01-19 Thread Robert Cummings
On Mon, 2009-01-19 at 15:11 -0500, c...@wizzyweb.com wrote: Right, I just replied to the thread which started from my post. Glad I didn't hijack or top-post, but thanks for the potential heads-up just the same. Doh, 40 lashes for me... ... and a bottle of rum to nurse! :) Cheers, Rob. --

Re: [PHP] Need List Advice

2009-01-19 Thread Robert Cummings
On Mon, 2009-01-19 at 20:19 +, c...@l-i-e.com wrote: I think it means Rob has to bake us all some brownies and ship 'em out to us... :-) My deale^H^H^H^H^H^H^H I can't get any ingredients. Cheers, Rob. -- http://www.interjinn.com Application and Templating Framework for PHP -- PHP

[PHP] 64bit vs. 32bit

2009-01-19 Thread dbrooke
Hello, I am interested in hearing opinions about if there are reasons to stay with a 32bit php/apache if there is 64bit options available. What are the pros/cons in running in the different architectures? (Fat Binary apache2, *nix platform) Thanks, Donovan --

Re: [PHP] Undefined index error

2009-01-19 Thread Daniel Brown
On Mon, Jan 19, 2009 at 15:39, Jason Pruim japr...@raoset.com wrote: Only when you log into certain accounts and view the file after I had made changes :P I figured you had already changed it, but when you're root, you don't have to log in to other accounts. ;-P What I'm really going

Re: [PHP] 64bit vs. 32bit

2009-01-19 Thread Daniel Brown
On Mon, Jan 19, 2009 at 15:56, dbrooke li...@euca.us wrote: Hello, I am interested in hearing opinions about if there are reasons to stay with a 32bit php/apache if there is 64bit options available. What are the pros/cons in running in the different architectures? Like running PHP/64 on

Re: [PHP] PHP and Apache configuration

2009-01-19 Thread R B
I like this apache solution, but if i put SetEnvIf Referer ^http://www.yourdomain.com; local_referal Then i can access the file putting this path in the URL: http://www.yourdomain.com/xyz/scriptfile.php And i don´t want the script to be access by the url. That is the main problem. Thanks On

Re: [PHP] PHP Imagefill

2009-01-19 Thread Ashley Sheridan
On Sun, 2009-01-18 at 23:03 -0500, Ron Piggott wrote: Is there a way to specify an already existing file to use as the background, instead of a specific color, such as what http://ca.php.net/manual/en/function.imagefill.php illustrates? Ron Yes. But what do you want to do with it? Do you want

Re: [PHP] 64bit vs. 32bit

2009-01-19 Thread Robert Cummings
On Mon, 2009-01-19 at 14:56 -0600, dbrooke wrote: Hello, I am interested in hearing opinions about if there are reasons to stay with a 32bit php/apache if there is 64bit options available. What are the pros/cons in running in the different architectures? (Fat Binary apache2, *nix platform)

Re: [PHP] old HTTP variables

2009-01-19 Thread Ashley Sheridan
On Sun, 2009-01-18 at 22:50 -0700, Ashley M. Kirchner wrote: Larry Garfield wrote: http://us3.php.net/manual/en/ini.core.php#ini.register-long-arrays Bingo. That's what I needed. Although you should probably take the time to upgrade the app anyway, as those variables are

Re: [PHP] 64bit vs. 32bit

2009-01-19 Thread dbrooke
Robert Cummings wrote: On Mon, 2009-01-19 at 14:56 -0600, dbrooke wrote: Hello, I am interested in hearing opinions about if there are reasons to stay with a 32bit php/apache if there is 64bit options available. What are the pros/cons in running in the different architectures? (Fat Binary

[PHP] developers life

2009-01-19 Thread Nathan Rixham
well just for the hell of it; and because I'm feeling worn.. anybody else find the following true when you're a developer? - frequent bursts of side-tracking onto more interesting subjects - vast amount of inhuman focus, followed by inability to remain focussed - general tendancy to keep taking

Re: [PHP] 64bit vs. 32bit

2009-01-19 Thread Ashley Sheridan
On Mon, 2009-01-19 at 15:18 -0600, dbrooke wrote: Robert Cummings wrote: On Mon, 2009-01-19 at 14:56 -0600, dbrooke wrote: Hello, I am interested in hearing opinions about if there are reasons to stay with a 32bit php/apache if there is 64bit options available. What are the pros/cons

Re: [PHP] 64bit vs. 32bit

2009-01-19 Thread Robert Cummings
On Mon, 2009-01-19 at 15:18 -0600, dbrooke wrote: Robert Cummings wrote: On Mon, 2009-01-19 at 14:56 -0600, dbrooke wrote: Hello, I am interested in hearing opinions about if there are reasons to stay with a 32bit php/apache if there is 64bit options available. What are the pros/cons

Re: [PHP] developers life

2009-01-19 Thread Kyle Terry
On Mon, Jan 19, 2009 at 1:28 PM, Nathan Rixham nrix...@gmail.com wrote: well just for the hell of it; and because I'm feeling worn.. anybody else find the following true when you're a developer? - frequent bursts of side-tracking onto more interesting subjects - vast amount of inhuman

[PHP] How to use SVN + PHP

2009-01-19 Thread Edmund Hertle
Hey, I'm thinking about implementing Subversion to an existing php project for obvious reasons. But I have some trouble when thinking about the usage. Situation is: There are already 2 servers. One running the live/productive version and one for developing new features. Until now it works like:

Re: [PHP] Server cannot send emails

2009-01-19 Thread Al
Sergio Jovani wrote: Thanks to all. The problem is caused by a server restriction. SourceForge.net does not allow to send emails from PHP. Bye! 2009/1/17 Morris morris...@gmail.com: If you are using apache + php, check php.in your server is able to support the mail() function and you have

Re: [PHP] developers life

2009-01-19 Thread Robert Cummings
On Mon, 2009-01-19 at 21:28 +, Nathan Rixham wrote: well just for the hell of it; and because I'm feeling worn.. anybody else find the following true when you're a developer? - frequent bursts of side-tracking onto more interesting subjects - vast amount of inhuman focus, followed by

Re: [PHP] developers life

2009-01-19 Thread Ashley Sheridan
On Mon, 2009-01-19 at 21:28 +, Nathan Rixham wrote: well just for the hell of it; and because I'm feeling worn.. anybody else find the following true when you're a developer? - frequent bursts of side-tracking onto more interesting subjects yes, but it tends to be side-tracking to what

Re: [PHP] developers life

2009-01-19 Thread Luke Slater
On Mon, 19 Jan 2009, Kyle Terry wrote: On Mon, Jan 19, 2009 at 1:28 PM, Nathan Rixham nrix...@gmail.com wrote: well just for the hell of it; and because I'm feeling worn.. anybody else find the following true when you're a developer? - frequent bursts of side-tracking onto more

Re: [PHP] developers life

2009-01-19 Thread Afan Pasalic
Nathan Rixham wrote: well just for the hell of it; and because I'm feeling worn.. anybody else find the following true when you're a developer? - frequent bursts of side-tracking onto more interesting subjects - vast amount of inhuman focus, followed by inability to remain focussed - general

Re: [PHP] PHP and Apache configuration

2009-01-19 Thread Török Alpár
2009/1/19 R B rbp...@gmail.com I like this apache solution, but if i put SetEnvIf Referer ^http://www.yourdomain.com; local_referal Then i can access the file putting this path in the URL: http://www.yourdomain.com/xyz/scriptfile.php And i don´t want the script to be access by the url.

[PHP] Re: How to use SVN + PHP

2009-01-19 Thread Nathan Rixham
Edmund Hertle wrote: Hey, I'm thinking about implementing Subversion to an existing php project for obvious reasons. But I have some trouble when thinking about the usage. there are lots of ways of using svn and I'm sure you'll get different opinions.. personally I always create a script to

Re: [PHP] developers life

2009-01-19 Thread Kyle Terry
On Mon, Jan 19, 2009 at 1:38 PM, Afan Pasalic a...@afan.net wrote: Nathan Rixham wrote: well just for the hell of it; and because I'm feeling worn.. anybody else find the following true when you're a developer? - frequent bursts of side-tracking onto more interesting subjects - vast

Re: [PHP] developers life

2009-01-19 Thread Luke Slater
On Mon, 19 Jan 2009, Robert Cummings wrote: On Mon, 2009-01-19 at 21:28 +, Nathan Rixham wrote: well just for the hell of it; and because I'm feeling worn.. anybody else find the following true when you're a developer? - frequent bursts of side-tracking onto more interesting subjects -

Re: [PHP] developers life

2009-01-19 Thread Nathan Rixham
I'm not alone then (didn't think so :p) Ashley Sheridan wrote: On Mon, 2009-01-19 at 21:28 +, Nathan Rixham wrote: well just for the hell of it; and because I'm feeling worn.. anybody else find the following true when you're a developer? - frequent bursts of side-tracking onto more

Re: [PHP] developers life

2009-01-19 Thread Török Alpár
2009/1/19 Ashley Sheridan a...@ashleysheridan.co.uk On Mon, 2009-01-19 at 21:28 +, Nathan Rixham wrote: well just for the hell of it; and because I'm feeling worn.. anybody else find the following true when you're a developer? - frequent bursts of side-tracking onto more

Re: [PHP] developers life

2009-01-19 Thread Nathan Rixham
Robert Cummings wrote: On Mon, 2009-01-19 at 21:28 +, Nathan Rixham wrote: well just for the hell of it; and because I'm feeling worn.. anybody else find the following true when you're a developer? - frequent bursts of side-tracking onto more interesting subjects - vast amount of inhuman

Re: [PHP] developers life

2009-01-19 Thread Robert Cummings
On Mon, 2009-01-19 at 21:46 +, Luke Slater wrote: On Mon, 19 Jan 2009, Robert Cummings wrote: On Mon, 2009-01-19 at 21:28 +, Nathan Rixham wrote: well just for the hell of it; and because I'm feeling worn.. anybody else find the following true when you're a developer? -

Re: [PHP] developers life

2009-01-19 Thread Robert Cummings
On Mon, 2009-01-19 at 21:53 +, Nathan Rixham wrote: Robert Cummings wrote: On Mon, 2009-01-19 at 21:28 +, Nathan Rixham wrote: well just for the hell of it; and because I'm feeling worn.. anybody else find the following true when you're a developer? - frequent bursts of

Re: [PHP] developers life

2009-01-19 Thread Nathan Rixham
Robert Cummings wrote: On Mon, 2009-01-19 at 21:53 +, Nathan Rixham wrote: Robert Cummings wrote: On Mon, 2009-01-19 at 21:28 +, Nathan Rixham wrote: well just for the hell of it; and because I'm feeling worn.. anybody else find the following true when you're a

Re: [PHP] developers life

2009-01-19 Thread Bastien Koert
On Mon, Jan 19, 2009 at 4:28 PM, Nathan Rixham nrix...@gmail.com wrote: well just for the hell of it; and because I'm feeling worn.. anybody else find the following true when you're a developer? - frequent bursts of side-tracking onto more interesting subjects of course - vast amount

Re: [PHP] developers life

2009-01-19 Thread Nathan Rixham
Robert Cummings wrote: On Mon, 2009-01-19 at 21:53 +, Nathan Rixham wrote: Robert Cummings wrote: On Mon, 2009-01-19 at 21:28 +, Nathan Rixham wrote: well just for the hell of it; and because I'm feeling worn.. anybody else find the following true when you're a

Re: [PHP] Need List Advice

2009-01-19 Thread Shawn McKenzie
Robert Cummings wrote: On Mon, 2009-01-19 at 12:25 -0500, Daniel Brown wrote: On Mon, Jan 19, 2009 at 11:33, c...@wizzyweb.com wrote: I have been looking but can't find which PHP list is best to post info regarding a new PHP tool. I have seen new product/service announcements on this list,

Re: [PHP] developers life

2009-01-19 Thread Ashley Sheridan
On Mon, 2009-01-19 at 21:53 +, Nathan Rixham wrote: Robert Cummings wrote: On Mon, 2009-01-19 at 21:28 +, Nathan Rixham wrote: well just for the hell of it; and because I'm feeling worn.. anybody else find the following true when you're a developer? - frequent bursts of

Re: [PHP] developers life

2009-01-19 Thread Nathan Rixham
Bastien Koert wrote: always, flex php at the moment ahh great to read, flex is amazing, the best product to hit the developers market in years IMHO, coupled with XMPP (say openfire) it's great as well - there's something about flex and xmpp.. say if you were to implement a kind of http

Re: [PHP] developers life

2009-01-19 Thread Nathan Rixham
c...@l-i-e.com wrote: ESTJ Apparently, it's time for me to take on a project manager job and quit coding... Oddly enough, I've been thinking I might like to do that, though more of an architect/manager role, really... didn't you already make that change when you became ceo of an

[PHP] Re: How to use SVN + PHP

2009-01-19 Thread Edmund Hertle
2009/1/19 Nathan Rixham nrix...@gmail.com well the idea of svn is that should you find a problem you either rollback the file(s) to the good version (not rollback the whole site) or you commit updated files with the fix, then redeploy. No need to branch or such like. Well, yes, of course

  1   2   >