[PHP-WIN] Re: [PHP-DEV] Windows builds

2011-06-07 Thread Philip Olson
On Jun 7, 2011, at 11:10 AM, Pierre Joye wrote: > On Tue, Jun 7, 2011 at 7:53 PM, Philip Olson wrote: > >> And this is a call for someone or some people to do the work by raising a >> hand, posting an RFC, writing code, whatever it takes. But I think people >> ass

[PHP-WIN] Re: [PHP-DEV] Windows builds

2011-06-07 Thread Philip Olson
On Jun 7, 2011, at 10:11 AM, Pierre Joye wrote: > On Tue, Jun 7, 2011 at 6:15 PM, Philip Olson wrote: >>> I don't feel quite so bad now about not being able to update my own builds, >>> but a matching Additional Extensions section for the x86 builds would ju

[PHP-WIN] Re: [PHP-DEV] Windows builds

2011-06-07 Thread Philip Olson
> I don't feel quite so bad now about not being able to update my own builds, > but a matching Additional Extensions section for the x86 builds would just > finish the picture. If the PHP+Windows community developed a reliable system that built [most] all PECL extensions, then we would link to

Re: [PHP-WIN] Re: Win32 PECL pre-built binaries.

2009-04-29 Thread Philip Olson
I see one such bug, are there others? - http://bugs.php.net/bug.php?id=46021 Here are some: Duplicate bugs are given the bogus status and typically link to the parent bug. Looks like that happened a few times here, but the bug evolved and was prematurely closed. It's open now. Windows gee

[PHP-WIN] Re: Win32 PECL pre-built binaries.

2009-04-29 Thread Philip Olson
If the documentation is wrong/outdated then please report a bug. I notice that every time someone files a bug about the broken links in the "Building PHP for Windows" documentation, a PHP developer closes the bug and says to follow the Wiki notes instead (http://wiki.php.net/internals/wind

[PHP-WIN] Re: [PHP-DEV] Re: [PHP-WIN] RE: [PHP-DEV] Re: Win32 PECL pre-built binaries.

2009-04-29 Thread Philip Olson
It seems like this isn't going to be fixed any time soon. 220 extensions which may have version specific external libraries and each one needing to be built at least 20 ways (VC6/9, ts/nts, 5.0/5.1/5.2/5.3/6.0). That gives 4,400 build processes. Debug? 8,800 builds. And then more if there are d

Re: [PHP-WIN] CuRL

2008-06-17 Thread Philip Olson
On 6/17/08, Bryan <[EMAIL PROTECTED]> wrote: > > I cannot get the curl commands to work in Windows. I am using WAMP 5. Can > anyone point me in the right direction on how to get it working? You must enable the appropriate dll files (php_curl.dll) inside php.ini. See also the following for additio

[PHP-WIN] Re: recommending a PHP book?

2005-03-15 Thread Philip Olson
Do. Not. Cross. Post. Use ONE mailing list at a time. Please have all further replies to this unfortunate thread go to php-general and only php-general. Regards, Philip -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: [PHP] Looping through the mysql_field_name function

2003-02-02 Thread Philip Olson
On Sun, 2 Feb 2003, Davy Obdam wrote: > Hi ppl, > > I have a problem that probably very simple, but i cannot figure it out > right now > I need to get the field names of my database. I have a query like select > * from books and now i wanna have both the result and the field name. I > have

[PHP-WIN] Re: [PHP] Re: Register globals on and off

2003-02-01 Thread Philip Olson
On Sun, 2 Feb 2003, Pat Johnston wrote: > I've read that an include file in each of your pages with the lines below > should do the trick for you with register_globals OFF.. > > Not sure if this is a valid way to go though... > > extract($_SERVER); > extract($_ENV); > extract($_

[PHP-WIN] Re: [PHP] Tutorials on OOP

2002-12-22 Thread Philip Olson
This tutorial lists many oop tutorials: Know of any basic tutorials on PHP Classes and OOP? --- http://www.faqts.com/knowledge_base/view.phtml/aid/7569 Regards, Philip Olson On Mon, 23 Dec 2002, Wee Keat wrote: > > >

[PHP-WIN] Re: [PHP] Problem : track_vars stopped working.

2002-05-22 Thread Philip Olson
_globals in the PHP manual. http://www.php.net/manual/ Regards, Philip Olson On Wed, 22 May 2002, [Windows-1252] Johan Ekström wrote: > Okay, mystery to me, when I installed PHP 4.2.1 on Apache 2.0.35, the track_vars >function, stopped working. > > a simple command like, example

[PHP-WIN] Re: [PHP] Undefined Variables ?

2001-10-23 Thread Philip Olson
p.net/manual/en/configuration.php#ini.error-reporting Also, you can always play with the error_reporting() function. regards, Philip Olson On Tue, 23 Oct 2001, Maurice Schalker wrote: > After an update to 4.06 my guestbook isn´t working correct. > Between de code, i get an error :

[PHP-WIN] Re: [PHP] What is this??

2001-04-26 Thread Philip Olson
Have a look at this post : http://marc.theaimsgroup.com/?m=98571030029538 regards, philip On Thu, 26 Apr 2001, Manesh wrote: > Warning: Undefined variable > > > How do i get rid of this??? > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTE