Re: [PHP] Re: PHP web based administrator... Pyrite

2005-11-02 Thread Zac Barton
issue some other way! > > > James > > > > > Zac Barton wrote: > > Hi list > > > > I have been working on a free web based app that lets you update the > > php.inifrom your browser very much like Coldfusion has. > > > > You can find a demo of

[PHP] PHP web based administrator... Pyrite

2005-11-02 Thread Zac Barton
Hi list I have been working on a free web based app that lets you update the php.inifrom your browser very much like Coldfusion has. You can find a demo off the app at http://pyrite.zacbarton.comand im looking to see if anyone thinks this might be useful or share an

[PHP] Re: PHP web based administrator... Pyrite

2005-11-02 Thread Zac Barton
Sorry that embedded link should be http://pyrite.zacbarton.com/ :-( Z On 11/2/05, Zac Barton <[EMAIL PROTECTED]> wrote: > > Hi list > > I have been working on a free web based app that lets you update the > php.ini from your browser very much like Coldfusion has. > >

RE: [PHP] Re: Retrievable weather service info?

2005-06-14 Thread Zac Barton
http://www.weather.com/services/xmloap.html Weather XML Data Feed Now you can include weather from The Weather Channel in your own application by signing up for access to our XML data feed. We'll enable you to search for a location and to integrate current conditions and the forecast for today a

RE: [PHP] PHP and Ajax?

2005-04-29 Thread Zac Barton
You should also look at JSON (JavaScript Object Notation - is a lightweight data-interchange format) http://pear.php.net/pepr/pepr-proposal-show.php?id=198 http://mike.teczno.com/json.html Zac -Original Message- From: Hidayet Dogan [mailto:[EMAIL PROTECTED] Sent: 29 April 2005 07:41 To

[PHP] report_zend_debug ini setting

2005-03-29 Thread Zac Barton
Hi, Does anyone know what the "report_zend_debug" ini entry does. I have searched the php wesite (http://docs.php.net/en/ini.html) and cant find any info on it. Thanks Zac -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] php compiler

2005-03-15 Thread Zac Barton
You could try this Jay (I havent used it before, has anybody?) http://www.roadsend.com/home/index.php?SMC=1 Zac -Original Message- From: Jay Blanchard [mailto:[EMAIL PROTECTED] Sent: 15 March 2005 11:21 To: Davy Durham; php-general@lists.php.net Subject: RE: [PHP] php compiler [snip] S

[PHP] map internal extension name to actual file

2005-02-17 Thread Zac Barton
Hi, Does anyone have any good ideas of how to find out what extension was loaded/enabled from what actual file. For example the "ming" extension (thats its internal name) could come from php_ming.dll in my extensions dir. But if the file name is say mingFlash.dll how can i determine (in php) t