|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
php-general-digest-help
lists.php.net
Date: Sat Oct 04 2008 - 05:11:00 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
php-general Digest 4 Oct 2008 10:11:00 -0000 Issue 5717
Topics (messages 281422 through 281432):
Re: Create DLL of PHP class
281422 by: Per Jessen
281424 by: Maciek Sokolewicz
281425 by: Per Jessen
281431 by: Ashley Sheridan
Php4 => Php5
281423 by: Operacion Control
281426 by: Thiago H. Pojda
281427 by: Maciek Sokolewicz
281429 by: Jim Lucas
Re: SESSION array problems [SOLVED]
281428 by: Luke Slater
37 Pictures the World must see
281430 by: Alex Hogan
AJAX and PHP
281432 by: Alain Roger
Administrivia:
To subscribe to the digest, e-mail:
php-general-digest-subscribe
lists.php.net
To unsubscribe from the digest, e-mail:
php-general-digest-unsubscribe
lists.php.net
To post to the list, e-mail:
php-general
lists.php.net
----------------------------------------------------------------------
attached mail follows:
Manoj Singh wrote:
> Hello All,
> I have the task to create DLL of PHP class.
>
> Please advise how to do it.
I think you'll have to look up how to write a PHP extension. Then you
implement your class in C as a PHP extension, and build that as a DLL.
/Per Jessen, Zürich
attached mail follows:
Per Jessen wrote:
> Manoj Singh wrote:
>
>> Hello All,
>> I have the task to create DLL of PHP class.
>>
>> Please advise how to do it.
>
> I think you'll have to look up how to write a PHP extension. Then you
> implement your class in C as a PHP extension, and build that as a DLL.
>
>
> /Per Jessen, Zürich
>
Which is a total "wtf" for most people. Let's go back and ask the
question "why do you need it? And, what have you done (yourself) so far?
Have you STFW'd? Have you RTFM'd?)"
attached mail follows:
Maciek Sokolewicz wrote:
> Per Jessen wrote:
>> Manoj Singh wrote:
>>
>>> Hello All,
>>> I have the task to create DLL of PHP class.
>>>
>>> Please advise how to do it.
>>
>> I think you'll have to look up how to write a PHP extension. Then
>> you implement your class in C as a PHP extension, and build that as a
>> DLL.
>>
>>
>> /Per Jessen, Zürich
>>
> Which is a total "wtf" for most people.
That's fine, coz' most people don't have the job of turning a PHP class
into a DLL.
/Per Jessen, Zürich
attached mail follows:
On Fri, 2008-10-03 at 16:55 +0200, Per Jessen wrote:
> Maciek Sokolewicz wrote:
>
> > Per Jessen wrote:
> >> Manoj Singh wrote:
> >>
> >>> Hello All,
> >>> I have the task to create DLL of PHP class.
> >>>
> >>> Please advise how to do it.
> >>
> >> I think you'll have to look up how to write a PHP extension. Then
> >> you implement your class in C as a PHP extension, and build that as a
> >> DLL.
> >>
> >>
> >> /Per Jessen, Zürich
> >>
> > Which is a total "wtf" for most people.
>
> That's fine, coz' most people don't have the job of turning a PHP class
> into a DLL.
>
>
> /Per Jessen, Zürich
>
>
I'll second this (or third now) with a big WTF and RTFM.
Ash
www.ashleysheridan.co.uk
attached mail follows:
Hi Lists,
I am planning to migrate from Php4 to Php5 in a few days.
Do anyone know which applications/services are upset with the migration?
I dont have enough servers to instalt each using Php4 and then install Php5 to test.
I mean sendmail, qmail, joomla, egroupware, horde....etc
Thanks in advance
Carlos
attached mail follows:
On Fri, Oct 3, 2008 at 11:42 AM, Operacion Control
<opercontrol
yahoo.com> wrote:
>
> Hi Lists,
>
> I am planning to migrate from Php4 to Php5 in a few days.
> Do anyone know which applications/services are upset with the migration?
> I dont have enough servers to instalt each using Php4 and then install Php5 to test.
> I mean sendmail, qmail, joomla, egroupware, horde....etc
>
> Thanks in advance
>
> Carlos
>
Good evening Carlos,
I believe this page could help you out.
http://docs.php.net/manual/en/faq.migration5.php
About the applications you're talking about, you have to check in
their manuals and upgrade them if necessary.
Regards,
--
Thiago Henrique Pojda
attached mail follows:
Thiago H. Pojda wrote:
> On Fri, Oct 3, 2008 at 11:42 AM, Operacion Control
> <opercontrol
yahoo.com> wrote:
>> Hi Lists,
>>
>> I am planning to migrate from Php4 to Php5 in a few days.
>> Do anyone know which applications/services are upset with the migration?
>> I dont have enough servers to instalt each using Php4 and then install Php5 to test.
>> I mean sendmail, qmail, joomla, egroupware, horde....etc
>>
>> Thanks in advance
>>
>> Carlos
>>
>
> Good evening Carlos,
>
> I believe this page could help you out.
>
> http://docs.php.net/manual/en/faq.migration5.php
>
> About the applications you're talking about, you have to check in
> their manuals and upgrade them if necessary.
>
>
> Regards,
> --
> Thiago Henrique Pojda
well, about the applications listed:
sendmail and qmail have nothing to do with PHP, so regardless of the PHP
version they will continue working or not working as before.
joomla had released a zillion new versions since PHP 5 was released, so
I'm 110% sure that they support PHP5 (in _any_ "new" version).
I don't have a clue about egroupware (whatever it is)
As for Horde, same goes as for Joomla: they've released a million new
versions in the mean time, so you should be fine.
- Tul
P.S. you are quite late with migrating, PHP 5 has been out for several
years now
attached mail follows:
Maciek Sokolewicz wrote:
>
> P.S. you are quite late with migrating, PHP 5 has been out for several
> years now
>
As stated in many other threads. Some people do not have a choice. They are
not allowed to upgrade. Or, as is in many cases, the cost of fixing
everything after upgrading out weighs the benefits of the upgrade itself.
--
Jim Lucas
"Some men are born to greatness, some achieve greatness,
and some have greatness thrust upon them."
Twelfth Night, Act II, Scene V
by William Shakespeare
attached mail follows:
That's lazyness, reply all does that by itself.
Luke Slater
Defiance.bounceme.net/blog/
On 2 Oct 2008, at 16:15, "Daniel Brown" <parasane
gmail.com> wrote:
> On Thu, Oct 2, 2008 at 11:11 AM, Jay Moore <jaymoore
accu-com.com>
> wrote:
>>> Now, someone show me where that is documented?
>>
>> http://us3.php.net/register_globals
>>
>> <offtopic rant>
>> Also, for the love of glaven, people. If you're going to post to
>> the list,
>> you don't have to include the original sender as well. There's a
>> pretty
>> good chance if they originally posted to the list, they'll see your
>> reply.
>> No need to give them the message twice.
>> </offtopic rant>
>
> Yes.
>
> --
> </Daniel P. Brown>
> More full-root dedicated server packages:
> Intel 2.4GHz/60GB/512MB/2TB $49.99/mo.
> Intel 3.06GHz/80GB/1GB/2TB $59.99/mo.
> Intel 2.4GHz/320/GB/1GB/3TB $74.99/mo.
> Dedicated servers, VPS, and hosting from $2.50/mo.
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
attached mail follows:
I'm not one to send or pass along viral email, but this is one I have to
pass on. They ask nothing but for you to fill in your name and email
address to pass along to your Congressman. You can even opt to not be
contacted again.
Please take time to view this and click the "Sign" link to email your
congressman.
Thank you,
alex*hogan*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*
*
*"I'm working on a story that the world needs to know about. I wish for you
to help me break it, in a way that provides spectacular proof of the power
of news photography in the digital age."*
*James Nachtwey*
Today, this major TED Prize wish is coming true.
I urge you to take three minutes out of your day, and click on this link:
www.xdr*tb*.org<http://tr.subscribermail.com/cc.cfm?sendto=http%3A%2F%2Fxdrtb%2Eorg&tempid=eed5fb177334431d9f5bf53c33025f7a&mailid=48402e579a3f4b9fa024e5ce4695fe78>
(I recommend clicking on the arrow at bottom right of the video player to
enlarge it.)
Tonight these pictures will be projected in some 50 cities all over the
world. We wanted you to see them first.
I will follow up shortly with another note about this extraordinary story.
Chris Anderson, TED Curator
attached mail follows:
HI,
i'm currently working on some web application and i would like to know what
is the best way to do what i want.
basically like all application i have a menu and based on selected item menu
i want to display a page (basically 50 % of this new page is DB result/grid.
As usual i have 2 divs, one for the menu one for the content of DB to
display.
i would like to know if it's not better to use AJAX to load the content of
the second div (DB result and other stuff) instead to every time load a new
page which load menu and content of DB ?
what are your experiences on such thing ?
thx.
--
Alain
------------------------------------
Windows XP SP3
PostgreSQL 8.2.4 / MS SQL server 2005
Apache 2.2.4
PHP 5.2.4
C# 2005-2008
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]