php-general Digest 19 May 2007 23:23:54 -0000 Issue 4800

2007-05-19 Thread php-general-digest-help
php-general Digest 19 May 2007 23:23:54 - Issue 4800 Topics (messages 255229 through 255237): Re: PHP5 Static functions called through __call() that don't exist... yet 255229 by: Emil Ivanov 255234 by: Greg Beaver Re: Security Question, re directory permissions

Re: [PHP] php5 cert

2007-05-19 Thread Kevin Waterson
This one time, at band camp, Greg Donald [EMAIL PROTECTED] wrote: Anyone wanna share their insights into the php5 cert test? As worthless as the php4 cert. Kevin -- Democracy is two wolves and a lamb voting on what to have for lunch. Liberty is a well-armed lamb contesting the vote. --

[PHP] Re: PHP5 Static functions called through __call() that don't exist... yet

2007-05-19 Thread Emil Ivanov
Hi, I also think this a good proposal, but you might consider writing to the internals group, as this group is only for discussions and most of the people that read it are PHP users and have no idea how the language is made (including me). Regards, Emil Ivanov Jared Farrish [EMAIL PROTECTED]

Re: [PHP] Security Question, re directory permissions

2007-05-19 Thread Tijnema
On 5/19/07, itoctopus [EMAIL PROTECTED] wrote: I'm genuinely interested to know with whom you're hosting... No problem, it's www.dapx.com, it hasn't a lot security, safe_mode is off for example. If you know the right stuff from another user on the same server, you can actually do some nice

Re: [PHP] php5 cert

2007-05-19 Thread Greg Donald
On 5/19/07, Kevin Waterson [EMAIL PROTECTED] wrote: As worthless as the php4 cert. Mine has been very valuable to me, lots more job interviews and freelance work compared to before I got it. -- Greg Donald http://destiney.com/ -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] Just to prove my point (used to be - Re: [PHP] People's misbehavior on the list)

2007-05-19 Thread Stut
Jim Lucas wrote: PHP Developer wrote: some people don't remove the Re: prefix when answering to the questions It opens a new topic on the list and that's not appropriate . Thank ya - Moody friends. Drama queens. Your life? Nope! - their life, your

Re: [PHP] Just to prove my point (used to be - Re: [PHP] People's misbehavior on the list)

2007-05-19 Thread Stut
Tijnema wrote: Anyway, it works a lot better than Megasoft Outlook or such, they don't group anything... By default, no. But you can organise messages by thread. I don't like the way they display it, but I wish people would get their facts straight before passing comment on the easy target.

[PHP] Re: PHP5 Static functions called through __call() that don't exist... yet

2007-05-19 Thread Greg Beaver
Jared Farrish wrote: Hi all, I am building an assertType object using static functions. What I want to keep away from is the following: code public static function assertString($para){ return $answer; }; public static function assertBool($para){ return $answer; }; ... public

Re: [PHP] Security Question, re directory permissions

2007-05-19 Thread Al
I use Hosting Matters. It is super reliable and solid. itoctopus wrote: I'm genuinely interested to know with whom you're hosting... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Include files....

2007-05-19 Thread Haydar TUNA
Hello, Short tags (? ?) are only available when they are enabled via the short_open_tag php.ini configuration file directive, or if php was configured with the --enable-short-tags option. Did you configure your php.ini file? -- Republic Of Turkey - Ministry of National Education Education

Re: [PHP] mime type over http post?

2007-05-19 Thread Ray
Thanks for your help everybody. I think I'll give the other company a link to this thread for the next person who asks for help. Ray On Wednesday 16 May 2007 6:57 pm, Oliver Block wrote: Hello Ray, 1. create the xml markup (dom) 2. open a connection to the 3rd party server (fsockopen) 3.

[PHP] Adserver programming with php

2007-05-19 Thread Merlin
Hi there, I am thinking about creating a kind of adserver which is customized for my needs. As I would be most confident in doing this with php, I am asking myself if this is the right choice or if it would be wiser to take a C++ aproach for example to get a higher performance just in case

Re: [PHP] Adserver programming with php

2007-05-19 Thread Davi
Em Sábado 19 Maio 2007 21:15, Merlin escreveu: I am thinking about creating a kind of adserver which is customized for my needs. As I would be most confident in doing this with php, I am asking myself if this is the right choice or if it would be wiser to take a C++ aproach for example to get

Re: [PHP] Adserver programming with php

2007-05-19 Thread Jim Lucas
Merlin wrote: Hi there, I am thinking about creating a kind of adserver which is customized for my needs. As I would be most confident in doing this with php, I am asking myself if this is the right choice or if it would be wiser to take a C++ aproach for example to get a higher performance

[PHP] Re: Adserver programming with php

2007-05-19 Thread Al
Use php and get the site on the air ASAP, so it generates revenue. You can a quickly and cheaply upgrade the hardware if the need arises. The OS and webserver software will probably make a bigger difference. Seems like I recall someone said Google and Yahoo use PHP. Merlin wrote: Hi there,

Re: [PHP] Re: Adserver programming with php

2007-05-19 Thread Larry Garfield
Google is a Python shop primarily, but Yahoo employs a good chunk of the PHP internals development team, like Rasmus and Sara Goleman. They do a ton with PHP. On Saturday 19 May 2007, Al wrote: Use php and get the site on the air ASAP, so it generates revenue. You can a quickly and cheaply