on 2016 Feb 24 1:57 PM
I'm running SA 17.0.0.1358, PHP 5.5.9 under Ubuntu 14.04.
The following script crashes the PHP extension and I get a "502 Bad Gateway" error.
$conn = sasql_connect( "SERVER=demo17;DBN=demo;UID=DBA;PWD=sql" ); if( $conn ) { $rows = array(); $rs = sasql_query( $conn, "SELECT * FROM Departments FOR JSON AUTO;" ); print "QUERY WORKED"; sasql_disconnect( $conn ); }
If I leave out the 'FOR JSON AUTO' clause, it works fine.
Anyone else seen this?
User | Count |
---|---|
73 | |
10 | |
8 | |
7 | |
7 | |
6 | |
6 | |
6 | |
6 | |
6 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.