Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change detection of PHAR in examples #565

Merged
merged 1 commit into from
Oct 11, 2023
Merged

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
13 checks passed
@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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants