Re: [PHP] php as standalone?

2005-08-24 Thread Richard Lynch
On Tue, August 23, 2005 12:19 pm, Thomas wrote:
 I am going to take that chance now to ask if it is viable to create a
 standalone app with php and gtk+, fully realizing that this IS the php
 list
 ;-)

There is a MUCH lower-volume PHP-GTK list you should probably
subscribe to and ask on.

I think it gets about one message a day, on average, so you could
easily monitor that.

Also check at http://gtk.php.net and any Wikis/Forums they've got going.

I've been building a PHP GTK app, but it only has to live on one box,
so haven't worried about making it cross-platform, much less bundling
it all into a single deliverable.

-- 
Like Music?
http://l-i-e.com/artists.htm

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



[PHP] php as standalone?

2005-08-23 Thread Thomas
Hi there,

 

I am going to take that chance now to ask if it is viable to create a
standalone app with php and gtk+, fully realizing that this IS the php list
;-) 

I was thinking of php/gtk+ because I need that as a cross-platform
application. What I really would like is to have .rpm's and .exe's created,
so one can include them in the OS startup. Is this possible at all with php?
Has anyone worked with php to create standalone apps?

 

I essentially want to be able to auto update and synchronize a local xml
based database with an online one (ok, plus doing some viewing and creating
of reports, and so on, and so forth . )

 

Alternatives could be: mono, qt (arrgh), mozilla/xul (any done that?) or
Java :-( .

 

Any thoughts on that?

 

Thomas



RE: [PHP] php as standalone?

2005-08-23 Thread Jay Blanchard
[snip]
I am going to take that chance now to ask if it is viable to create a
standalone app with php and gtk+, fully realizing that this IS the php
list
;-) 
[/snip]

Check out http://www.priadoblender.com it may do exactly what you want.

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



Re: [PHP] php as standalone?

2005-08-23 Thread tg-php
Damn... you said those words cross platform..  But I'll still take this 
opportunity to plug Winbinder again.   If you're just working with a Windows 
platform, Winbinder has it all!Fantastic interface, very self contained, 
just a great PHP standalone/app/etc extension all around.

Eh.. check it out anyway.  :)
http://www.hypervisual.com/winbinder/

-TG

= = = Original message = = =

Hi there,

 

I am going to take that chance now to ask if it is viable to create a
standalone app with php and gtk+, fully realizing that this IS the php list
;-) 

I was thinking of php/gtk+ because I need that as a cross-platform
application. What I really would like is to have .rpm's and .exe's created,
so one can include them in the OS startup. Is this possible at all with php?
Has anyone worked with php to create standalone apps?

 

I essentially want to be able to auto update and synchronize a local xml
based database with an online one (ok, plus doing some viewing and creating
of reports, and so on, and so forth . )

 

Alternatives could be: mono, qt (arrgh), mozilla/xul (any done that?) or
Java :-( .

 

Any thoughts on that?

 

Thomas


___
Sent by ePrompter, the premier email notification software.
Free download at http://www.ePrompter.com.

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



Re: [PHP] php as standalone?

2005-08-23 Thread Jay Paulson
This is pretty cool stuff!  This is compiled code for Windows only so 
no source is available?  Therefore, making it so that people can't view 
your source?


Damn... you said those words cross platform..  But I'll still take 
this opportunity to plug Winbinder again.   If you're just working 
with a Windows platform, Winbinder has it all!Fantastic interface, 
very self contained, just a great PHP standalone/app/etc extension all 
around.


Eh.. check it out anyway.  :)
http://www.hypervisual.com/winbinder/

-TG

= = = Original message = = =

Hi there,



I am going to take that chance now to ask if it is viable to create a
standalone app with php and gtk+, fully realizing that this IS the php 
list

;-)

I was thinking of php/gtk+ because I need that as a cross-platform
application. What I really would like is to have .rpm's and .exe's 
created,
so one can include them in the OS startup. Is this possible at all 
with php?

Has anyone worked with php to create standalone apps?



I essentially want to be able to auto update and synchronize a local 
xml
based database with an online one (ok, plus doing some viewing and 
creating

of reports, and so on, and so forth . )



Alternatives could be: mono, qt (arrgh), mozilla/xul (any done that?) 
or

Java :-( .



Any thoughts on that?



Thomas


___
Sent by ePrompter, the premier email notification software.
Free download at http://www.ePrompter.com.

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




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



Re: [PHP] php as standalone?

2005-08-23 Thread tg-php
What I've done with it hasn't included any compiling or code obscuring, but 
there are a number of PHP code protection schemes that may work with this.  I 
havn't kept up on recent developments, but I've seen the question ask a number 
of times if you can compile or at least wrap a Winbinder/PHP project together 
to appear more like an application so someone may have something.

I know Rubem's made a lot of effort to make Winbinder as compact as possible.  
Relying on SQLite as well as an alternative DB abstraction layer and a 
recompiled scaled down version of PHP that strips out all the web based 
features that are irrelevant to programming for a Windows app.

If this catches anyone's eye, I'd definitely recommend digging through the 
forums, getting on the forum mailing/notification list, etc.

And if anyone wants to contribute, Rubem's looking for some good C people as 
well as people good with documentation, code samples, etc to add to the project 
(fuel the fires so to speak :).   He's done an incredible job so far but it's 
tough to maintain something this big with the small team of volunteers he's 
cobbled together.

For me, a native Windows API extension was like a holy grail after playing with 
GTK and..err..  some other GUI for PHP that I forget.   The project seemed so 
obvious yet it hadn't really been done to the degree that Winbinder has 
achieved.

And of course there's the potential (not sure if Rubem has explored this yet) 
of making Winbinder more of a universal  Windows API interface that could be 
used with PERL, Python, etc like some other projects have done.

So much potential.

Anyway, my thoughts and opinions, blah blah.

-TG

= = = Original message = = =

This is pretty cool stuff!  This is compiled code for Windows only so 
no source is available?  Therefore, making it so that people can't view 
your source?

 Damn... you said those words cross platform..  But I'll still take 
 this opportunity to plug Winbinder again.   If you're just working 
 with a Windows platform, Winbinder has it all!Fantastic interface, 
 very self contained, just a great PHP standalone/app/etc extension all 
 around.

 Eh.. check it out anyway.  :)
 http://www.hypervisual.com/winbinder/

 -TG

 = = = Original message = = =

 Hi there,



 I am going to take that chance now to ask if it is viable to create a
 standalone app with php and gtk+, fully realizing that this IS the php 
 list
 ;-)

 I was thinking of php/gtk+ because I need that as a cross-platform
 application. What I really would like is to have .rpm's and .exe's 
 created,
 so one can include them in the OS startup. Is this possible at all 
 with php?
 Has anyone worked with php to create standalone apps?



 I essentially want to be able to auto update and synchronize a local 
 xml
 based database with an online one (ok, plus doing some viewing and 
 creating
 of reports, and so on, and so forth . )



 Alternatives could be: mono, qt (arrgh), mozilla/xul (any done that?) 
 or
 Java :-( .



 Any thoughts on that?



 Thomas


___
Sent by ePrompter, the premier email notification software.
Free download at http://www.ePrompter.com.

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



Re: [PHP] php as standalone?

2005-08-23 Thread Ing . Josué Aranda
mybe this can help...

http://www.dwebpro.com/

with this app you can us a CD or DVD like a stand alone for
distributing your php script

:D


On 8/23/05, Thomas [EMAIL PROTECTED] wrote:
 Hi there,
 
 
 
 I am going to take that chance now to ask if it is viable to create a
 standalone app with php and gtk+, fully realizing that this IS the php list
 ;-)
 
 I was thinking of php/gtk+ because I need that as a cross-platform
 application. What I really would like is to have .rpm's and .exe's created,
 so one can include them in the OS startup. Is this possible at all with php?
 Has anyone worked with php to create standalone apps?
 
 
 
 I essentially want to be able to auto update and synchronize a local xml
 based database with an online one (ok, plus doing some viewing and creating
 of reports, and so on, and so forth . )
 
 
 
 Alternatives could be: mono, qt (arrgh), mozilla/xul (any done that?) or
 Java :-( .
 
 
 
 Any thoughts on that?
 
 
 
 Thomas
 
 
 


-- 


JOSUE ARANDA

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



Re: [PHP] php as standalone?

2005-08-23 Thread Rory Browne
You don´t need your linux or unix php app to be standalone, since
putting a #!/usr/bin/php at the start of your script, means that most
users won't know the difference.

For RPM/DPKG you simply add a php dependency. 

On 8/23/05, Ing. Josué Aranda [EMAIL PROTECTED] wrote:
 mybe this can help...
 
 http://www.dwebpro.com/
 
 with this app you can us a CD or DVD like a stand alone for
 distributing your php script
 
 :D
 
 
 On 8/23/05, Thomas [EMAIL PROTECTED] wrote:
  Hi there,
 
 
 
  I am going to take that chance now to ask if it is viable to create a
  standalone app with php and gtk+, fully realizing that this IS the php list
  ;-)
 
  I was thinking of php/gtk+ because I need that as a cross-platform
  application. What I really would like is to have .rpm's and .exe's created,
  so one can include them in the OS startup. Is this possible at all with php?
  Has anyone worked with php to create standalone apps?
 
 
 
  I essentially want to be able to auto update and synchronize a local xml
  based database with an online one (ok, plus doing some viewing and creating
  of reports, and so on, and so forth . )
 
 
 
  Alternatives could be: mono, qt (arrgh), mozilla/xul (any done that?) or
  Java :-( .
 
 
 
  Any thoughts on that?
 
 
 
  Thomas
 
 
 
 
 
 --
 
 
 JOSUE ARANDA
 
 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php
 


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



[PHP] PHP Compiler - standalone

2004-06-08 Thread electroteque
Hi there silly question, I was wondering if there is such a php compiler
available like javac to compile php classes into bytecode so they are native
to the php module and dont need to be compiled, but without any extension
like turk to make it work ? Unfortunately I want this functionality so the
classes i include are already precompiled and dont need any parsing
whatsoever, and the systems guy doesnt understand the importance of caching
extensions :\ Let me know


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