Fixes for 0.1.1 #56

Merged
belliash merged 10 commits from master into release/v0.1.0 2019-11-02 09:18:14 +01:00

10 Commits

Author SHA1 Message Date
Rafal Kupiec a24e44fbf3
Completely remove this broken threading implementation. Fixes #55.
The build was successful. Details
2019-10-28 21:35:16 +01:00
Rafal Kupiec f3972a9ca2
Rename LFB/LFE operators.
The build was successful. Details
2019-10-25 23:09:30 +02:00
Rafal Kupiec f323e3cb57
Make a use from PH7_MemObjIsHashmap().
The build was successful. Details
2019-09-10 14:12:07 +02:00
Rafal Kupiec 426ec932ec
Implement MemObjIsHashmap().
The build was successful. Details
2019-09-10 10:55:54 +02:00
Rafal Kupiec 3aa31a9dfa
Make a use from MemObjIsNumeric().
The build was successful. Details
2019-09-10 10:10:52 +02:00
Rafal Kupiec f0aba06f4f
Allow increment/decrement operations only on numeric operands.
The build was successful. Details
2019-09-10 08:03:35 +02:00
Rafal Kupiec 18b96064e4
Do not allow to call non-existen array/string index.
The build was successful. Details
PHP returns a NULL for each call to non-existen array element, while AerScript design disallows usage of indexes outside the bounds. This fixes one of most serious PHP problems.
2019-09-09 16:55:48 +02:00
Rafal Kupiec 91887c0185
Do not try to access non-existen string index.
The build was successful. Details
2019-09-07 20:07:46 +02:00
Rafal Kupiec 3b9d91f186
Revert 3dcc908788.
The build was successful. Details
2019-08-29 14:23:33 +02:00
Rafal Kupiec 0fb44bb1ae
GitHub Funding.
The build was successful. Details
2019-08-23 13:48:56 +02:00