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: dhodell <dh...@us...> - 2003-05-09 10:10:17
|
CVS commit by dhodell: Beginning documentation about the amf format A website/files/amf_format.php 1.1 |
|
From: dhodell <dh...@us...> - 2003-05-09 10:09:22
|
CVS commit by dhodell: Added message from Macromedia to news. It *is* interesting. M +174 -86 website/files/home.php 1.10 |
|
From: Devon H. O'D. <do...@si...> - 2003-05-07 12:38:21
|
I'd like to join the AMFPHP development team. My SF username is dodell. = What sort of information do I need to provide to join the team; if you'd = like to add me, what kind of stuff is on the immediate TODO list? Thanks! Devon |
|
From: justinwatkins <jus...@us...> - 2003-05-07 05:25:48
|
CVS commit by justinwatkins: Added support to serialize objects such as instance of classes M +13 -1 sources/flashservices/io/AMFSerializer.php 1.13 |
|
From: justinwatkins <jus...@us...> - 2003-05-07 05:21:12
|
CVS commit by justinwatkins: Added the support for PEAR::SOAP web service clients M +80 -32 sources/flashservices/app/Executive.php 1.8 M +40 -29 sources/flashservices/app/Gateway.php 1.10 |
|
From: justinwatkins <jus...@us...> - 2003-04-29 21:08:30
|
CVS commit by justinwatkins: Added web service support. Consuming only. Publishing is still in R&D. Check the general list for the announcement. M +96 -66 sources/flashservices/app/Executive.php 1.7 |
|
From: justinwatkins <jus...@us...> - 2003-04-29 18:30:46
|
CVS commit by justinwatkins: fixed - sparse array problem. added better mixed array support (strings and numeric indexes) M +145 -130 sources/flashservices/io/AMFDeserializer.php 1.4 M +49 -14 sources/flashservices/io/AMFSerializer.php 1.12 |
|
From: justinwatkins <jus...@us...> - 2003-04-29 06:26:07
|
CVS commit by justinwatkins: Modified the AMFSerializer class to use the new is_* methods to auto negotiate the php datatypes as well as validation for manually setting the return type in the method table meta data. Also added experimental support for odbc and postgres datasources. A sources/flashservices/sql/odbcRecordSet.php 1.1 A sources/flashservices/sql/postgresRecordSet.php 1.1 |
|
From: justinwatkins <jus...@us...> - 2003-04-29 06:26:07
|
CVS commit by justinwatkins: Modified the AMFSerializer class to use the new is_* methods to auto negotiate the php datatypes as well as validation for manually setting the return type in the method table meta data. Also added experimental support for odbc and postgres datasources. M +308 -212 sources/flashservices/io/AMFSerializer.php 1.11 |
|
From: justinwatkins <jus...@us...> - 2003-04-29 06:26:06
|
CVS commit by justinwatkins: Modified the AMFSerializer class to use the new is_* methods to auto negotiate the php datatypes as well as validation for manually setting the return type in the method table meta data. Also added experimental support for odbc and postgres datasources. M +25 -25 sources/flashservices/app/Gateway.php 1.9 |
|
From: johncowen <joh...@us...> - 2003-04-02 09:30:21
|
CVS commit by johncowen: UTF8 decoded strings ready for re-encoding when the result goes through the serializer (in order to cope with accented characters) M +38 -28 sources/flashservices/sql/mysqlRecordSet.php 1.2 |
|
From: ktukker <kt...@us...> - 2003-03-28 06:38:15
|
CVS commit by ktukker: this file had still a reference to AMFPHP_INCLUDE_PATH. changed to AMFPHP_BASE M +1 -1 sources/flashservices/io/AMFSerializer.php 1.10 |
|
From: ktukker <kt...@us...> - 2003-03-28 06:21:39
|
CVS commit by ktukker:
Website updates
* Tip added
* include_path documentation updated
* Netconnect Badversion text added
M +1 -1 website/files/about.php 1.4
M +28 -21 website/files/documentation.php 1.5
M +13 -0 website/files/examples.php 1.4
M +2 -1 website/files/home.php 1.9
|
|
From: ktukker <kt...@us...> - 2003-03-28 05:44:34
|
CVS commit by ktukker: Document changes M +10 -20 sources/README 1.3 |
|
From: ktukker <kt...@us...> - 2003-03-28 05:42:24
|
CVS commit by ktukker:
Fix in "readability of the code" of Simon (Vsevolod ILyushchenko) .
AMFDeserializer->readBody calls
$this->amfdata->addBody($method, $target, $data);
where $method is a string "serviceName.methodName" and $target is "\1"
(or another number), the response token.
However, if you look at addBody in AMFObject:
function addBody ($t, $r, $v, $ty=-1)
{
$body = array();
$body["target"] = $t;
$body["response"] = $r;
$body["value"] = $v;
$body["type"] = $ty;
you will notice that "target" should be the first parameter name (which
makes sense), and the second parameter is called "response". Something
should be renamed, I guess: probably in AMFDeserializer->readBody
$method should become $target, and $target should become $response.
M +3 -3 sources/flashservices/io/AMFDeserializer.php 1.3
|
|
From: ktukker <kt...@us...> - 2003-03-28 05:40:56
|
CVS commit by ktukker:
Fix old PHP3 style pass by reference stuff, causing people with alternative
php.ini settings head-aches.
From the mail for rick widmer:
"upon a time [PHP-3] the only way to pass a variable by reference to
a function was to add the & when you make the call to the function:
$ReturnValue = myFunction( &$thisIsAReference );
Since then the developers [wisely] decided that it would be better to
move the refrence selection from the call to the function definition.
It seems that PHP was the only language that did references that way,
and a large number of people had problems because of it. Starting with
PHP 4, the 'proper' way to handle passing by reference looks like this:
function myFunction ( &$thisIsAReference ) {
Since all the code written before PHP4 depends on the old method of
passing references, an ini file setting, allow_call_time_pass_reference
was added to allow the old code to continue working. The only reason to
consider the old call method is if your code HAS TO run under PHP-3.
Since that version is so obsolete, I suggest that no new code should
ever use that style of passing references."
M +1 -1 sources/flashservices/exception/Exceptions.php 1.4
|
|
From: ktukker <kt...@us...> - 2003-03-28 05:40:56
|
CVS commit by ktukker:
Fix old PHP3 style pass by reference stuff, causing people with alternative
php.ini settings head-aches.
From the mail for rick widmer:
"upon a time [PHP-3] the only way to pass a variable by reference to
a function was to add the & when you make the call to the function:
$ReturnValue = myFunction( &$thisIsAReference );
Since then the developers [wisely] decided that it would be better to
move the refrence selection from the call to the function definition.
It seems that PHP was the only language that did references that way,
and a large number of people had problems because of it. Starting with
PHP 4, the 'proper' way to handle passing by reference looks like this:
function myFunction ( &$thisIsAReference ) {
Since all the code written before PHP4 depends on the old method of
passing references, an ini file setting, allow_call_time_pass_reference
was added to allow the old code to continue working. The only reason to
consider the old call method is if your code HAS TO run under PHP-3.
Since that version is so obsolete, I suggest that no new code should
ever use that style of passing references."
M +4 -4 sources/flashservices/app/Gateway.php 1.8
|
|
From: ktukker <kt...@us...> - 2003-03-28 05:38:05
|
CVS commit by ktukker: include_path updates. M +2 -1 sources/examples/parkservice/doc/readme.txt 1.3 |
|
From: ktukker <kt...@us...> - 2003-03-28 05:38:04
|
CVS commit by ktukker: include_path updates. M +9 -1 sources/examples/parkservice/gateway.php 1.3 |
|
From: ktukker <kt...@us...> - 2003-03-28 05:36:11
|
CVS commit by ktukker: Update examples to synchronize with changes in the framework A sources/examples/basic/gateway.php 1.1 M +21 -19 sources/examples/basic/examples.fla 1.2 R sources/examples/basic/discovery.php 1.1 |
|
From: johncowen <joh...@us...> - 2003-03-27 13:17:31
|
CVS commit by johncowen: 1. Fixed typo in writeString 2. Added UTF encoding to writeXML... I removed these in a previous version because it wouldn't encode accented characters well with them there, but without it encoded it well... Although now it needs them....strange !! M +2 -2 sources/flashservices/io/AMFSerializer.php 1.9 |
|
From: ktukker <kt...@us...> - 2003-03-27 03:40:46
|
CVS commit by ktukker: Write really UTF8 strings... M +1 -1 sources/flashservices/io/AMFSerializer.php 1.8 |
|
From: justinwatkins <jus...@us...> - 2003-03-26 22:55:00
|
CVS commit by justinwatkins: Removed the safeExecution methods since they were unused. Reflowed code with phpdoc and pear syntax styles for readablity and standards. The rest of the files will get there in the next few days. M +148 -212 sources/flashservices/app/Executive.php 1.6 M +158 -171 sources/flashservices/app/Gateway.php 1.7 |
|
From: justinwatkins <jus...@us...> - 2003-03-26 17:39:40
|
CVS commit by justinwatkins: Removed the dependency on the AMFPHP_INCLUDE_PATH constant. Now the Gateway finds the home directory by using the __FILE__ constant and locating the parent directory with a series of dirname commands. This should a more user friendly approach because the user doesn't have to tell amfphp where to find itself basically. M +14 -13 sources/flashservices/app/Gateway.php 1.6 |
|
From: ktukker <kt...@us...> - 2003-03-24 21:13:39
|
CVS commit by ktukker: website fixes M +1 -2 website/files/documentation.php 1.4 M +0 -1 website/files/home.php 1.8 M +2 -2 website/files/links.php 1.3 |