[PHP] abmeldung

2008-09-24 Thread Sascha Braun ! CEO @ BRAUN Networks
unsubscribe -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PHP Development Environment

2008-09-04 Thread Sascha Braun | CEO @ BRAUN Networks
Dear general list Members, I did fly three month ago from germany to california as a software engineer for the development of international dotcoms. I am specialized in the development of content management, media asset management and shop system solutions by use of PHP5. I had a couple of

Re: [PHP] Rename does not work

2007-10-20 Thread Sascha Braun | CEO @ BRAUN Networks
a memcache restart does not make a fix. Thank you for your help. Sascha Am Freitag, den 19.10.2007, 12:55 +0100 schrieb Richard Heyes: Sascha Braun | CEO @ BRAUN Networks wrote: I am using the rename function on my local development system fine. But as soon as I upload the script, the rename

[PHP] Rename does not work

2007-10-19 Thread Sascha Braun | CEO @ BRAUN Networks
Hi everyone, I am using the rename function on my local development system fine. But as soon as I upload the script, the rename function does not work anymore. Is there a specific compiler flag needed, to make rename work on both plattforms? Thank you very much. Sascha -- PHP General

Re: [PHP] Public Announcement

2007-09-11 Thread Sascha Braun - CEO @ Braun Networks
the behavior. Its long time ago that I spoke with other devs. So I really feel well about the conver- sation. Thank you very much. Best Regards, Sascha Am Dienstag, den 11.09.2007, 09:34 +0100 schrieb Stut: Sascha Braun - CEO @ Braun Networks wrote: hi stut, thank you for your advices

Re: [PHP] Public Announcement

2007-09-11 Thread Sascha Braun - CEO @ Braun Networks
: Sascha Braun - CEO @ Braun Networks wrote: hi stut, thank you for your advices. Ok, just so it's perfectly clear to you... I'm taking the piss. Still, since you provided apparently serious answers I'm going to continue to enjoy myself... - Screentexts are texts shown as link texts

Re: [PHP] Public Announcement

2007-09-11 Thread Sascha Braun - CEO @ Braun Networks
is reappearing in any folder shown on my websites. Its great to talk to you stut :) Best Regards, Sascha Am Dienstag, den 11.09.2007, 10:57 +0100 schrieb Stut: Sascha Braun - CEO @ Braun Networks wrote: The pages are all delivered by one single kind of page parser. Its consisting of round

Re: [PHP] Public Announcement

2007-09-11 Thread Sascha Braun - CEO @ Braun Networks
get best done by specific authors in the system. ;(( Am Dienstag, den 11.09.2007, 10:57 +0100 schrieb Stut: Sascha Braun - CEO @ Braun Networks wrote: The pages are all delivered by one single kind of page parser. Its consisting of round about 5 lines of code. But for different reasons

[PHP] Public Announcement

2007-09-10 Thread Sascha Braun - CEO @ Braun Networks
The Spectral Authoring System is able to keep round about 300.000 Document Kategories in one Application. 1.4 Million Screentexts are in use, while still providing fast access. The complete Application is Google Standard com- pliant, without use of mod_rewrite, allowing long directory pathes.

Re: [PHP] Public Announcement

2007-09-10 Thread Sascha Braun - CEO @ Braun Networks
hi stut, thank you for your advices. - Screentexts are texts shown as link texts or descriptions in forms and other page elements which remain static in one language area. The screentexts are getting replaced by they' re coresponding translations as the user selects a different language. - The

[PHP] Re: Solution for writing a function layer between pecl-memcache and PHP

2007-07-28 Thread Sascha Braun - CEO @ Braun Networks
an meinem PC eingeästelt um mein Problem mit redundancy zu lösen. Mit grüssen, Martin Minka Sascha Braun - CEO @ Braun Networks wrote: Hi dear Sancar, you seem really the best man in place as what I see in the mailing list :)) Thats really lovely I would like to say. Now

[PHP] Solution for writing a function layer between pecl-memcache and PHP

2007-07-27 Thread Sascha Braun - CEO @ Braun Networks
Hi dear Sancar, you seem really the best man in place as what I see in the mailing list :)) Thats really lovely I would like to say. Now lets come to the solution I need: public function memcache($pointer, $data=, $compress=, $timeout=0) // store or load data from the memcache { if

Re: [PHP] Solution for writing a function layer between pecl-memcache and PHP

2007-07-27 Thread Sascha Braun - CEO @ Braun Networks
, Sascha Braun - CEO @ Braun Networks [EMAIL PROTECTED] wrote: Hi dear Sancar, you seem really the best man in place as what I see in the mailing list :)) Thats really lovely I would like to say. Now lets come to the solution I need: public function memcache($pointer, $data

Re: [PHP] Solution for writing a function layer between pecl-memcache and PHP

2007-07-27 Thread Sascha Braun - CEO @ Braun Networks
it from a static context. from the documentation on the static keyword Calling non-static methods statically generates an E_STRICT level warning. its not a solution to your problem but it is a point on proper style. -nathan On 7/27/07, Sascha Braun - CEO @ Braun Networks [EMAIL PROTECTED