Re: [PHP-DB] FW: Oracle Finalizes Acquisition of Sun

2010-01-29 Thread Bruno Fajardo
2010/1/29 listread :
> As an open source product, is the code in the public domain?
>
> If so, what's to prevent someone(s) from using it as a starting point and
> creating YourSQL?

Nothing, that's why some guys created MariaDB -
http://planetmariadb.org/ and
http://askmonty.org/wiki/index.php/MariaDB

Cheers

>
>
> On 1/28/2010 7:16 PM, Eric Lee wrote:
>>
>> hmm, that' true now !!
>>
>> Shall the mysql db become paid software !!
>>
>>
>>
>> Regards,
>> Eric,
>>
>>
>> On Thu, Jan 28, 2010 at 11:44 PM, Bastien Koert  wrote:
>>
>>
>>>
>>> [snip]
>>> [/snip]
>>>
>>> PS We will now proceed to fire some 20,000 employees as they will no
>>> longer be needed.
>>> --
>>>
>>> Bastien
>>>
>>> Cat, the other other white meat
>>>
>>> --
>>> PHP Database Mailing List (http://www.php.net/)
>>> To unsubscribe, visit: http://www.php.net/unsub.php
>>>
>>>
>>>
>>
>>
>
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-DB] dl () problem

2010-01-26 Thread Bruno Fajardo
2010/1/26 Murat BEYHAN :
> yes many times I restart apache If I didn't try it, why I will sent such a
> stupid questions!!! But still I could not solved the problem.
>

Keep acting like that and you certainly won't get any help from the list...

>
> On Tue, 26 Jan 2010 16:58:06 +0100, Christoph Rosse wrote
>> stupid question ... but did you restart apache after editing php.ini ?
>>
>> Sent from my iPhone
>>
>> On 26.01.2010, at 16:02, Murat Beyhan  wrote:
>>
>> > Dear All,
>> >
>> > I have updated apache2 and php5 then I have faced the following
>> > message.
>> > I have set on Enable dl in php.ini file but still could not solve
>> > problem.
>> >
>> > Could you help me about this problem, please.
>> >
>> > Fatal error: Call to undefined function dl()
>> > in /usr/local/httpd/htdocs/zone/zone30.php on line 3
>> >
>> > Murat Beyhan
>> >
>> >
>> > --
>> > This message has been scanned for viruses and
>> > dangerous content by MailScanner, and is
>> > believed to be clean.
>> >
>> >
>> > --
>> > PHP Database Mailing List (http://www.php.net/)
>> > To unsubscribe, visit: http://www.php.net/unsub.php
>> >
>>
>> --
>> PHP Database Mailing List (http://www.php.net/)
>> To unsubscribe, visit: http://www.php.net/unsub.php
>>
>> --
>> This message has been scanned for viruses and
>> dangerous content by MailScanner, and is
>> believed to be clean.
>
>
> Murat Beyhan
> Jeofizik Yük. Müh.
> T.C.
> BAŞBAKANLIK
> Afet ve Acil Durum Yönetimi Başkanlığı
> Deprem Dairesi Başkanlığı
> Eskişehir Yolu 12. Km. Lodumlu/Ankara
> Tel:+90 (312) 2872680-1550
>
>
> --
> This message has been scanned for viruses and
> dangerous content by MailScanner, and is
> believed to be clean.
>
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-DB] Automatic logoff

2010-01-25 Thread Bruno Fajardo
2010/1/25 listread :
> Has anyone considered a way to run a script or automatically access a php
> page when a user leaves a site without logging off?
>
> The idea is to gracefully end that user's session.

The built-in garbage collector is not sufficient for your app?
Additionally, you can configure PHP to destroy the session as soon as
the client closes your page.

>
> Thanks!
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php