69155015c9
Double quote array expansions to avoid re-splitting elements. ( #5570 )
...
See: https://github.com/koalaman/shellcheck/wiki/SC2068
2023-02-13 12:24:47 +00:00
6854830b6e
start.sh: Use -n instead of ! -z ( #5567 )
...
See https://github.com/koalaman/shellcheck/wiki/SC2236
2023-02-13 12:21:35 +00:00
cb0af44ccb
start.sh: improve errors when PHP isn't found
2021-11-30 23:51:35 +00:00
7665f4f443
start.sh: remove 7
2021-11-30 23:43:17 +00:00
71271a0e03
Use env to locate bash ( #3439 )
...
This change uses env to locate bash, instead of hard-coding it. This is necessary on FreeBSD. Tested on Linux as well.
2020-04-30 17:34:13 +01:00
e0818e7e52
reorganize and optimize start.sh ( #2267 )
2019-04-26 11:54:50 +01:00
e018311e73
Make start script errors a bit more noob-friendly
2018-11-13 18:23:54 +00:00
8cc2a4ce5d
Remove start script support for source-code installations ( #2495 )
...
This was suggested recently by @TheDeibo. We don't want users running source-code installations unless they are developers, and developers should know how to boot a source-code installation anyway.
2018-11-04 23:31:57 +00:00
cd35bd6872
git diff-tree --check $(git hash-object -t tree /dev/null) HEAD
2018-03-11 10:31:25 +00:00
3b82a5fddf
Fix loop counter and add delay between restarts
2017-01-14 15:28:40 +00:00
daed82612c
fixed system PHP detection
2016-10-30 12:07:01 -05:00
e137ac4c56
Base PHP7 work to make it "run" - READ NEXT LINES!
...
All plugins will need to bump the API if they want to use this.
NOTE THAT THIS IS NOT THE FINAL API 2.0.0 AND THAT THERE WILL BE MORE CHANGES.
To start updating, you might also want to read https://secure.php.net/manual/en/migration70.php and specifically https://secure.php.net/manual/en/migration70.incompatible.php
To compile PHP7 with some of the required dependencies, use https://gist.github.com/shoghicp/166ab26ce5cc7a390f45
ONLY LINUX IS TESTED, DO NOT ASK FOR OTHER PLATFORMS!
----- THIS VERSION IS NOT SUPPORTED -----
This version WILL crash randomly in unexpected places due to PHP7, pthreads, PocketMine or cosmic rays.
Handle with care, and store under direct sunlight for the best performance.
2015-09-10 21:29:29 +02:00
e8e7938490
Fixed PHPRC env. variable being set
2015-01-13 17:25:52 +01:00
ebb844fa52
Removed unused code, fixed undefined variables
2014-10-11 22:22:51 +02:00
9b84d8c248
Revert "Enabled built-in PHP"
2014-08-01 12:49:53 +02:00
090d159766
Enabled built-in PHP
2014-07-22 09:46:47 +09:00
bd2cb4b851
Fixed #1614 , possible solution for #1678
2014-07-15 13:17:29 +02:00
5a8e6619e9
Fixed start.sh script
2014-07-04 01:07:40 +02:00
6b45c16a38
Added quotes to start.sh
2014-07-03 20:02:35 +02:00
ac02185ad0
Fixed start.sh on linux :P
2014-04-07 04:10:26 +02:00
05a42712bf
Added non-packaged plugins & pocketmine warnings
2014-04-01 04:59:44 +02:00
207c2c4aba
Fixed namespaces paths
2014-04-01 04:47:04 +02:00
b3a2d3164f
Finally, I can spawn AGAIN!
2014-03-11 20:45:53 +01:00
cbc64462e6
New directory structure. More powerful startup scripts
2014-03-08 04:41:43 +01:00
ababc879b5
Removed warning message about not-bundled PHP
2014-03-08 03:28:00 +01:00
cd52cb9ae6
Added exec to start.sh
2014-01-29 20:02:16 +01:00
e799376559
such fail :S
2014-01-29 19:11:47 +01:00
e7aea41f80
More changes ;). Start.sh now supports the new compile path
2014-01-29 19:07:43 +01:00
a8055eb59a
Warn about not using the bin/ PHP binary
2013-11-24 20:09:04 +01:00
000dfc8601
Fix 64 bit builds
2013-09-10 22:49:33 +02:00
08d93fa021
Fixed #774 [gh#774]
2013-09-05 19:58:31 +02:00
b297ba16ed
New starting scripts for mintty
2013-09-04 19:49:32 +02:00
160aa3a199
Improved scripts
2013-09-04 13:29:27 +02:00
aa14539274
Added execute bit to scripts
2013-05-20 08:26:04 +02:00
3c40c8734f
Changed PHP directory [migration included]
2013-04-15 16:02:43 +02:00
88a4116398
Fixed #200 Running in a folder with spaces
2013-04-14 13:10:04 +02:00
50ae0953ac
Allow for command-line arguments to starter scripts
2013-01-28 18:10:43 +01:00
cac2a3a6e5
Added pause to start.sh
2013-01-15 16:17:34 +01:00
38eed99789
Fixed issues and sockets
2013-01-04 16:04:06 +01:00
a495e8f436
Added install scripts for linux
2013-01-04 15:46:29 +01:00
2370ca6fd4
Autoloading non-included extensions
2012-12-29 19:54:05 +01:00
302c865f4e
Use Console Thread for Async I/O
2012-12-29 19:10:04 +01:00
e20251eaf4
Fixed Linux bug
2012-12-29 03:23:02 +01:00
8abc36acd4
Changed files
2012-12-28 15:12:46 +01:00
e8519f954d
Linux startup async I/O script
2012-12-25 01:05:24 +01:00