Skip to content

Conversation

@stloyd
Copy link
Member

@stloyd stloyd commented Oct 11, 2023

Change Log

Added

Fixed

Changed

  • Change detection of PHAR in examples

Removed

Deprecated

Security


Description

$ ./build/flow-php.phar examples/topics/fs/remote/json_remote_stream.php
This example cannot be run in PHAR, please use CLI approach.
$ ./build/flow-php.phar examples/topics/transformations/aggregate.php
+-------+
| a_sum |
+-------+
|  1200 |
+-------+
1 rows
$ php examples/topics/transformations/aggregate.php                  
+-------+
| a_sum |
+-------+
|  1200 |
+-------+
1 rows

@norberttech norberttech merged commit 5489ae0 into flow-php:1.x Oct 11, 2023
@stloyd stloyd deleted the phar-examples branch October 11, 2023 10:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants