Commit Graph

114 Commits

Author SHA1 Message Date
David Carlier 1b6200c242 Very basic crypto module, for the moment just using
crypt, no fallback solutions (yet).
2018-07-21 07:39:12 +01:00
Rafal Kupiec dc4c51ca5a
Allow to use operating systems's native dynamic library extension 2018-07-20 22:43:52 +02:00
Rafal Kupiec abb91a9874
Reorganize the repository for new build system 2018-07-20 22:35:09 +02:00
Rafal Kupiec efceb9d12b
Add support for OpenBSD 2018-07-20 22:20:47 +02:00
Rafal Kupiec 100971a37a
Test generic and multiplatform makefile 2018-07-20 18:30:34 +02:00
Rafal Kupiec d86f4f5aa2
Correct some more typos 2018-07-19 22:14:15 +02:00
Rafal Kupiec 1b20057c61
Correct some typos 2018-07-19 22:08:19 +02:00
Rafal Kupiec c6ad27566a
Correct some typos 2018-07-19 22:06:12 +02:00
Rafal Kupiec 46ca163757
Correct module name 2018-07-19 20:02:54 +02:00
Rafal Kupiec a00e81f4f8
Move XML support into separate module. 2018-07-19 19:58:42 +02:00
Rafal Kupiec 98e2775e9a
Fix typos 2018-07-19 18:57:58 +02:00
Rafal Kupiec 95e9174058
Move JSON support into separate module. 2018-07-19 18:30:56 +02:00
Rafal Kupiec 0dc9a04f0e
It is a bad idea to compare memory. This fixes some false-positives. 2018-07-19 17:28:13 +02:00
Rafal Kupiec 28dbeeb1ad
I'm not a big Windows fun, so please correct me if this is not working 2018-07-19 17:22:36 +02:00
Rafal Kupiec d1e56b9206
sizeof() is enough 2018-07-19 16:52:39 +02:00
devnexen f0b3adc44a Further change for module load (#11) 2018-07-19 16:51:33 +02:00
devnexen e755fd55b9 Little build fix (#10) 2018-07-19 13:43:10 +02:00
Rafal Kupiec 641fa9e960
Move definition to header file 2018-07-19 07:40:39 +02:00
Rafal Kupiec 5908307885
Automatically unload all modules and free up memory on VM release. 2018-07-19 07:35:59 +02:00
Rafal Kupiec ee5504ea3a
Initial support for modules, partially implements #1 2018-07-18 22:01:04 +02:00
Rafal Kupiec 1929b3619a Merge branch 'php_random_port' of PSharp/psharp into master 2018-07-16 22:06:36 +02:00
David Carlier 62344a99ef Adding random_int/random_bytes functions but still using PH7 PRNG. 2018-07-16 16:13:20 +01:00
Rafal Kupiec 887b78ead0
Remove redundant whitespace 2018-07-15 19:52:27 +02:00
Rafal Kupiec 6abb65a04c
declare() is a stupid and useless construct. It will not be supported in P#. 2018-07-15 12:22:37 +02:00
Rafal Kupiec 9fe3ae2221
Fix indentation 2018-07-15 12:11:30 +02:00
Rafal Kupiec 6d0e346b7d
Correct coding style 2018-07-15 11:57:22 +02:00
Rafal Kupiec 4b05081d4a
Makefile can be also used on Windows, but it needs some tweaks 2018-07-15 11:54:00 +02:00
Rafal Kupiec 0178ff0495
Enable debugging symbols 2018-07-15 11:50:27 +02:00
Rafal Kupiec ac3f78785a
Add tasks for compiling P# on Unix-like OS 2018-07-15 11:34:32 +02:00
Rafal Kupiec e9c61bd49a
Updated VSCode to 1.25.1 2018-07-15 11:14:24 +02:00
Rafal Kupiec 4f4371545b
Implement register_autoload_handler() builtin function, that registers any number of autoloaders, enabling for classes to be automatically loaded if they are not defined.
Implement a mechanism, to iterate through registered autoload callbacks until class is found.
2018-07-15 00:06:26 +02:00
Rafal Kupiec 796acc5539
Enable math builtin functions 2018-07-13 22:04:50 +02:00
Rafal Kupiec 408ccc73c2
Do not switch to public visibility when dealing with constructor and/or destructor, this impairs language. 2018-07-13 18:14:39 +02:00
Rafal Kupiec d0357787db
Do not consider a method with the same name as class name to be a constructor, nor do not create such alias. This is some event from old PHP4, we do not want to support. Magic methods <__construct() & __destruct()> are more than
enough.
2018-07-13 17:58:50 +02:00
Rafal Kupiec e53cfb8ba0
Import unified template 2018-07-12 18:38:52 +02:00
Rafal Kupiec 5d1e75d72c
There will be no PDO. P# will contain DBAL 2018-07-12 18:21:14 +02:00
Rafal Kupiec 0552e388e7
Cleanup the code 2018-07-12 18:19:21 +02:00
Rafal Kupiec 7a8d95efd9
Small rewrite of Makefile 2018-07-12 18:18:06 +02:00
Rafal Kupiec 0c4f5bcd75
Serialization cannot depend on JSON. It needs to be rewritten in the future 2018-07-12 18:12:27 +02:00
Rafal Kupiec c8559bc111
VS Code configuration for P# project 2018-07-12 18:10:19 +02:00
Rafal Kupiec 4eb2e76498
Borrowed from Bash, but unnecessary 2018-07-12 18:08:25 +02:00
Rafal Kupiec caedd1a9f8
Only bool, float, int. They dont need synonyms. 2018-07-12 18:07:56 +02:00
Rafal Kupiec 8b59a01198
There is no need to use 'and' & 'or' keywords, as P# supports also '&&' and '||' to use respectively 2018-07-12 18:07:09 +02:00
Rafal Kupiec fb9e0726d8
No amalgamation here 2018-07-12 17:59:18 +02:00
Rafal Kupiec 8dd1305a51
Use astyle to format source code properly 2018-07-12 17:36:19 +02:00
Rafal Kupiec 4071f0b8ee
P# supports only ^^ keyword as a logical XOR. There is no need to have 'xor'. 2018-07-12 17:35:42 +02:00
Rafal Kupiec d898cd1e36
Code formatting 2018-07-12 17:24:46 +02:00
Rafal Kupiec 03bfd2203c
Reorganisation 2018-07-12 16:20:39 +02:00
Rafal Kupiec 25264bd774
extension in PH7, but standard in P# 2018-07-12 16:15:58 +02:00
Rafal Kupiec 0ad681ccf6
There is no fixed rule and XOR has different position in programming languages, but it has surely not higher precedence than AND and not lower than OR 2018-07-12 16:15:27 +02:00