Search found 16 matches
- Sat Jan 16, 2021 10:45 am
- Forum: [4.x] Discussion
- Topic: Doctrine DBAL prepared statement troubles
- Replies: 20
- Views: 110814
Re: Doctrine DBAL prepared statement troubles
How about https://github.com/joomla-framework/database, it think it is easier to migrate to it.
- Mon Nov 30, 2020 5:39 am
- Forum: [4.x] Discussion
- Topic: Multisite will give phpBB good benefits with PHP 8
- Replies: 3
- Views: 16485
Multisite will give phpBB good benefits with PHP 8
php 8 come with JIT witch compiles php files and store the compiled object in buffer memory . the JIT speeds php too much.
so if some one have many phpBB sites in same server will need more buffer memory to take advantage of this feature. but if phpBB supports multisite he will take advantage of JIT ...
so if some one have many phpBB sites in same server will need more buffer memory to take advantage of this feature. but if phpBB supports multisite he will take advantage of JIT ...
- Thu Jun 04, 2020 2:50 pm
- Forum: General Development Discussion
- Topic: How to create phpBB update package
- Replies: 1
- Views: 6731
How to create phpBB update package
I want to create update packages contains (phpBB + language pack) like officecal packages, how to do it?
- Fri Aug 03, 2018 11:13 am
- Forum: [3.x] Discussion
- Topic: Should Usernames include emoji?
- Replies: 8
- Views: 31130
Re: Should Usernames include emoji?
current version 3.2.2 with postgresql support emoji in usernames
- Thu Oct 05, 2017 7:22 am
- Forum: General Development Discussion
- Topic: Changes to use of tracker, ideas, and reporting process
- Replies: 5
- Views: 79712
Re: Changes to use of tracker, ideas, and reporting process
Perfect changes!!
- Fri Feb 03, 2017 4:39 pm
- Forum: General Development Discussion
- Topic: How to test pull requests from github
- Replies: 1
- Views: 9087
How to test pull requests from github
How to test pull requests in github, I want git bash guide please.
- Fri Feb 03, 2017 4:27 pm
- Forum: [3.x] Style Development
- Topic: New Style for phpBB 3.3 ?
- Replies: 115
- Views: 359876
Re: New Style for phpBB 3.3 ?
Some posters talked about change to Bootstrap, I would give them notice that Bootstrap is not RTL compatible and if it used we must patch it or use another tools to support RTL
- Wed Jan 11, 2017 4:58 am
- Forum: [3.x] Discussion
- Topic: [RFC][3.3.x] Supported PHP versions
- Replies: 31
- Views: 132507
Re: [RFC][3.3.x] Supported PHP versions
php 5.5 must be excluded from this vote it is in END OF LIFE now, see
http://php.net/supported-versions.php
as in https://www.phpbb.com/about/release/ the end of maintenance of 3.3.x is june 2019
Security support of php 5.6 will end in 31 Dec 2018
and php 7.0 will end in 3 Dec 2018
and php 7.1 ...
http://php.net/supported-versions.php
as in https://www.phpbb.com/about/release/ the end of maintenance of 3.3.x is june 2019
Security support of php 5.6 will end in 31 Dec 2018
and php 7.0 will end in 3 Dec 2018
and php 7.1 ...
- Mon Nov 07, 2016 11:00 am
- Forum: General Development Discussion
- Topic: eclipse formatter template for phpBB
- Replies: 0
- Views: 20286
eclipse formatter template for phpBB
This is my eclipse formatter template for phpBB, I tried to follow phpBB 3.1.x Coding Guidelines in it.
I hope it to be useful for new developers.
I also want our senior developers to correct any mistakes in it
I hope it to be useful for new developers.
I also want our senior developers to correct any mistakes in it
- Sun Mar 20, 2016 7:39 am
- Forum: [3.x] Discussion
- Topic: username_clean must throw any marks
- Replies: 3
- Views: 9885
Re: username_clean must throw any marks
the extra punctuation shouldn't make them different?
I agree that all punctuation must be cleaned.
And what is confusables.php?
"includes/utf/data/confusables.php" (58,190 bytes in only single line!!)
this file returbs array contains some letters witch replaced with other by function utf8 ...