You can subscribe to this list here.
| 2003 |
Jan
(14) |
Feb
(14) |
Mar
(58) |
Apr
(6) |
May
(61) |
Jun
(30) |
Jul
(21) |
Aug
(7) |
Sep
|
Oct
|
Nov
(10) |
Dec
(1) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2004 |
Jan
|
Feb
(11) |
Mar
(16) |
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(85) |
| 2005 |
Jan
(31) |
Feb
(5) |
Mar
(18) |
Apr
(7) |
May
(1) |
Jun
(13) |
Jul
(33) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2006 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2007 |
Jan
(1) |
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
| 2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
| 2010 |
Jan
|
Feb
(2) |
Mar
(21) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Patrick M. <ex...@5e...> - 2004-12-20 20:40:03
|
Excellent Mike, I've heard good things about you and your work on xhtml table renderer from Carl-Alexandre Malartre of Scolab. Good to know you're on board. Please take a look at the wiki for the current todo list: http://www.amfphp.org/wiki Patrick Teoti Graphix wrote: > Hello list, my name is Mike and I am just echoing here. > > I think I have a lot to contribute and will see what is up! > > Peace, Mike > > > Michael Schmalle > Teoti Graphix Development & Design > PO Box 1150 > Meredith NH, 03253 > (603) - 279-7811 > > http://www.teotigraphix.com > http://www.v2components.com > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://productguide.itmanagersjournal.com/ > _______________________________________________ > amfphp-cvs mailing list > amf...@li... > https://lists.sourceforge.net/lists/listinfo/amfphp-cvs > > > |
|
From: Teoti G. <mi...@te...> - 2004-12-20 18:49:45
|
Hello list, my name is Mike and I am just echoing here. I think I have a lot to contribute and will see what is up! Peace, Mike Michael Schmalle Teoti Graphix Development & Design PO Box 1150 Meredith NH, 03253 (603) - 279-7811 http://www.teotigraphix.com http://www.v2components.com |
|
From: pmineault <pmi...@us...> - 2004-12-19 20:11:54
|
CVS commit by pmineault: Solved issue with 'returns' in methodTable M +7 -1 sources/flashservices/actions/ExecutionAction.php 1.7 |
|
From: Patrick M. <ex...@5e...> - 2004-12-19 09:11:21
|
Hi Rick, For installation instructions, I believe most of our users will be on shared hosting meaning they won't have access to include_path installations. For local development, imho the best is setting an alias to flashservices in httpd.conf which will propagate to all virtual hosts. The examples are now in the examples folder in the sources directory. browse.php is deprecated and should be deleted (I've just done this actually) since we are now working the the more complete service browser in flashservices/browser. gateway.php is deprecated too, the distribution version should include Gateway.php as such: include realpath(dirname(__FILE__)) . "/app/Gateway.php"; Also, I don't think placing secured.php in the basic folder is a good idea, and instance name seems to me like very weak security. Perhaps we could talk about it in the manual though, as an advanced subject. To me the php files in basic/services are fine, but the fla's aren't. For one they use AS1, and the updated AS2 framework is much better. Also, the examples are convoluted, they are not very easy to learn from beacuse of the multiples layers with code on them. I think we should be consistent and offer AS2 examples based on the Service class, it's easier to read and since the user will be creating classes on the server-side, we'll have a very nice selling point of a 100% OO framework. AS2 is more appropriate for this kind of thing anyway. credentials.fla should be moved into a 'secureservice' folder and I wouldn't dare keeping example.fla in a 'basic' folder. Your suggestion on display_errors makes sense, and also setting up output_buffering and flushing it should solve some issues with NetConnection.BadVersion when there are extra blank lines in services files. You should not get any errors using ServiceBrowser.php with the browser in flashservices/browser. In your install instructions, you should mention that the browser folder should not be deployed on public servers for most purposes, since it gives direct access to the method definitions, which probably isn't wanted. Please place your docs on the Wiki so we can all see it! (www.amfphp.org/wiki) Patrick Rick Widmer wrote: > > > Rick Widmer wrote: > >> First do the CVS versions of examples/basic work? I've tried >> credentials.fla and browse.php and found errors in both. The >> question... is it a problem with my install, or something that needs >> to be fixed before 1.0 release? > > > On closer observation, they are warnings. Is the library safe for use > with error_reporting set to E_ALL? > > > > Warning: Missing argument 1 for ServiceBrowser::ServiceBrowser() in > /web/hosts/test.optischool.com/lib/flashservices/util/ServiceBrowser.php > on line 94 > Exploring services/CreateObject.php > > > > > Warning: file_get_contents(tpl/astemplate.txt) > [function.file-get-contents]: failed to open stream: No such file or > directory in > /web/hosts/test.optischool.com/lib/flashservices/util/ServiceBrowser.php > on line 393 > > Warning: file_get_contents(tpl/methodtemplate.txt) > [function.file-get-contents]: failed to open stream: No such file or > directory in > /web/hosts/test.optischool.com/lib/flashservices/util/ServiceBrowser.php > on line 394 > > Warning: file_get_contents(tpl/callbacktemplate.txt) > [function.file-get-contents]: failed to open stream: No such file or > directory in > /web/hosts/test.optischool.com/lib/flashservices/util/ServiceBrowser.php > on line 395 > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://productguide.itmanagersjournal.com/ > _______________________________________________ > amfphp-cvs mailing list > amf...@li... > https://lists.sourceforge.net/lists/listinfo/amfphp-cvs > > > |
|
From: Rick W. <rw...@de...> - 2004-12-19 07:22:09
|
Rick Widmer wrote: > First do the CVS versions of examples/basic work? I've tried > credentials.fla and browse.php and found errors in both. The > question... is it a problem with my install, or something that needs to > be fixed before 1.0 release? On closer observation, they are warnings. Is the library safe for use with error_reporting set to E_ALL? Warning: Missing argument 1 for ServiceBrowser::ServiceBrowser() in /web/hosts/test.optischool.com/lib/flashservices/util/ServiceBrowser.php on line 94 Exploring services/CreateObject.php Warning: file_get_contents(tpl/astemplate.txt) [function.file-get-contents]: failed to open stream: No such file or directory in /web/hosts/test.optischool.com/lib/flashservices/util/ServiceBrowser.php on line 393 Warning: file_get_contents(tpl/methodtemplate.txt) [function.file-get-contents]: failed to open stream: No such file or directory in /web/hosts/test.optischool.com/lib/flashservices/util/ServiceBrowser.php on line 394 Warning: file_get_contents(tpl/callbacktemplate.txt) [function.file-get-contents]: failed to open stream: No such file or directory in /web/hosts/test.optischool.com/lib/flashservices/util/ServiceBrowser.php on line 395 |
|
From: Rick W. <rw...@de...> - 2004-12-19 07:01:10
|
First do the CVS versions of examples/basic work? I've tried
credentials.fla and browse.php and found errors in both. The
question... is it a problem with my install, or something that needs to
be fixed before 1.0 release?
Second, may I suggest adding the following to
flashservices/app/Gateway.php right after you
define("AMFPHP_USERDIR",... (Line 30 in CVS)
--------------------------------------------------------
/**
* Set error reporting so PHP errors are logged and not sent to client
*/
ini_set( 'display_errors', 0 );
ini_set( 'log_errors', 1 );
--------------------------------------------------------
This allows you to monitor all but compile errors from the Apache log
file rather than having to hit the gateway with a web browser. I
believe this location will trap all flash remoting requests.
It might be even better to make the same settings in a <Location> block
in the web server configuration. Doing so will even catch compile
errors, sending them to the log file instead of the client. This might
not be possible for all web servers, or all users so adding the lines to
Gateway.php is probably a good idea.
|
|
From: Rick W. <vc...@de...> - 2004-12-19 05:27:06
|
So how attached are you to the suggestion of putting everything in DocumentRoot as the preferred way to install AMFPHP? Most of the recommendations I've seen on the PHP mailing lists would suggest that is a good thing to move as much code as possible outside of the directory tree that is visible on the web. I'm about to embark on an installation using include_path, and will work on an install procedure document while I do it. I would like to write it from the point of view that an include_path install is preferred and a DocumentRoot install is a distant second choice. Also, it appears that flashservices/examples is abandoned. (Another good thing IMHO.) Is it correct that the examples have been moved out of flashservices/? Thanks, Rick |
|
From: pmineault <pmi...@us...> - 2004-12-16 18:06:47
|
CVS commit by pmineault: mysqliAdapter created, please test as I don't have the extensioninstalled A sources/flashservices/sql/mysqliAdapter.php 1.1 |
|
From: pmineault <pmi...@us...> - 2004-12-16 17:57:48
|
CVS commit by pmineault: PHP5 compatibility Exception => AMFException A sources/flashservices/exception/AMFException.php 1.1 R sources/flashservices/exception/Exception.php 1.2 |
|
From: pmineault <pmi...@us...> - 2004-12-16 17:56:31
|
CVS commit by pmineault: PHP5 compatibility Exception => AMFException M +2 -2 sources/flashservices/app/Gateway.php 1.28 |
|
From: pmineault <pmi...@us...> - 2004-12-16 17:56:24
|
CVS commit by pmineault: PHP5 compatibility Exception => AMFException M +9 -9 sources/flashservices/actions/ClassLoaderAction.php 1.6 M +5 -5 sources/flashservices/actions/MetaDataAction.php 1.4 M +14 -14 sources/flashservices/actions/SecurityAction.php 1.5 |
|
From: cherreman <che...@us...> - 2004-12-14 17:29:01
|
CVS commit by cherreman: removed these files because they are now in subdirectories R sources/flashservices/browser/as_1_template.txt 1.1 R sources/flashservices/browser/astemplate.txt 1.3 R sources/flashservices/browser/callbacktemplate.txt 1.1 R sources/flashservices/browser/callbacktemplate_as1.txt 1.1 R sources/flashservices/browser/methodtemplate.txt 1.1 R sources/flashservices/browser/methodtemplate_as1.txt 1.1 R sources/flashservices/browser/service-browser.css 1.3 |
|
From: cherreman <che...@us...> - 2004-12-14 17:20:29
|
CVS commit by cherreman: removed the constructor forwarding, now using ClassName constructor instead of unified constructor for PHP4 compatibility M +21 -24 sources/flashservices/util/ServiceBrowser.php 1.16 |
|
From: cherreman <che...@us...> - 2004-12-14 17:19:12
|
CVS commit by cherreman: removed the hardcoded services path and read it from the config file M +16 -11 sources/flashservices/browser/listing.php 1.6 |
|
From: cherreman <che...@us...> - 2004-12-14 17:18:03
|
CVS commit by cherreman: removed the hardcoded services path and read it from the config file M +7 -2 sources/flashservices/browser/details.php 1.6 |
|
From: cherreman <che...@us...> - 2004-12-14 17:15:13
|
CVS commit by cherreman: config file for the service browser, contains the path to the services folder A sources/flashservices/browser/config.inc.php 1.1 |
|
From: cherreman <che...@us...> - 2004-12-14 17:14:14
|
CVS commit by cherreman: moved the css file in the "css" directory A sources/flashservices/browser/css/service-browser.css 1.1 |
|
From: cherreman <che...@us...> - 2004-12-14 17:13:02
|
CVS commit by cherreman: moved the templates in the "tpl" directory A sources/flashservices/browser/tpl/as_1_template.txt 1.1 A sources/flashservices/browser/tpl/astemplate.txt 1.1 A sources/flashservices/browser/tpl/callbacktemplate.txt 1.1 A sources/flashservices/browser/tpl/callbacktemplate_as1.txt 1.1 A sources/flashservices/browser/tpl/methodtemplate.txt 1.1 A sources/flashservices/browser/tpl/methodtemplate_as1.txt 1.1 |
|
From: cherreman <che...@us...> - 2004-12-14 17:11:16
|
CVS commit by cherreman: Directory /cvsroot/amfphp/sources/flashservices/browser/css added to the repository |
|
From: cherreman <che...@us...> - 2004-12-14 17:10:30
|
CVS commit by cherreman: Directory /cvsroot/amfphp/sources/flashservices/browser/tpl added to the repository |
|
From: sephiroth_tmm <sep...@us...> - 2004-12-13 21:31:23
|
CVS commit by sephiroth_tmm: an example of pageable recordset A sources/examples/pageableRecordSet/services/PageableRecordSet/PRecordSet.php 1.1 |
|
From: sephiroth_tmm <sep...@us...> - 2004-12-13 21:31:23
|
CVS commit by sephiroth_tmm: an example of pageable recordset A sources/examples/pageableRecordSet/db/database.sql 1.1 |
|
From: sephiroth_tmm <sep...@us...> - 2004-12-13 21:31:23
|
CVS commit by sephiroth_tmm: an example of pageable recordset A sources/examples/pageableRecordSet/README 1.1 A sources/examples/pageableRecordSet/actions.as 1.1 A sources/examples/pageableRecordSet/gateway.php 1.1 A sources/examples/pageableRecordSet/pageable1.fla 1.1 |
|
From: sephiroth_tmm <sep...@us...> - 2004-12-13 21:28:31
|
CVS commit by sephiroth_tmm: Directory /cvsroot/amfphp/sources/examples/pageableRecordSet/services/PageableRecordSet added to the repository |
|
From: sephiroth_tmm <sep...@us...> - 2004-12-13 21:26:53
|
CVS commit by sephiroth_tmm: Directory /cvsroot/amfphp/sources/examples/pageableRecordSet/services added to the repository |