The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#21
|
|||
|
|||
![]()
What does beta 2 fix over beta 1?
btw I run php 5.5.16 / PHP-FPM and Zend OpCache and they run great. I get much better performance than I did on 5.4 / PHP-FPM and APC. I am just waiting on cPanel to release PHP 5.6 before trying that. |
#22
|
||||
|
||||
![]() Quote:
The purpose of this release is to update the software to PHP 5.5.0 compliance by replacing the /e parameter in regular expressions with proper callback functions. vBulletin 4.2.3 Beta 1 also includes fixes for PHP 5.4.0 compliance along with several other minor bug fixes. |
#23
|
|||
|
|||
![]() Quote:
I'm trying to determine the scope of these incompatibilities and if a few simple code changes can address them. |
#24
|
||||
|
||||
![]()
That would be a question you should as on vB.com, this site is not geared towards that type of thing.
|
#25
|
|||
|
|||
![]()
I use a simply file/text compare utility with a filter. Gets the job done nicely.
![]() |
#26
|
|||
|
|||
![]() Quote:
If it's a mater of modifying call parms then I have no problem making the changes myself instead of applying an upgrade. I've modified so much of the original PHP files and templates that at least 1/3 of the code I use is not native vBulletin anymore. |
#27
|
|||
|
|||
![]()
I was guessing that was the reason. I am not sure If if I have my filtered source files, but I will check. If I do, I will grab you some sample code changes. Sorry, I do not remember the bulk of changes .. it has been a while already.
![]() |
#28
|
|||
|
|||
![]()
So there are quite a few simple line edits, three to four hours of manual work while watching football if your not using folder/file text compare utility, less if you are using auto text replacement software. Two or less lines per file require changing on average.
I attached a list of the changed files. I doubt that I am allowed to post the actual text changes in all the files. ![]() |
Благодарность от: | ||
puertoblack2003 |
#29
|
|||
|
|||
![]() Quote:
For example: Current PHP version FunctionX(parm1, parm2, parm3) New PHP version FunctionX(parm1, parm2, parm3, parm4, parm5) A piece of actual code that is a problem due to a newer version of PHP In other words, not the number of files that need to be changed but what the changes actually are. I can scan the files for the code to change if I know what the required changes are |
#30
|
|||
|
|||
![]()
I thought I knew what you were looking for so I second guessed you. I figured you wanted to know weather it was worth your expenditure of time at this point, which is why I opted to give you the results in the above format. Unfortunately, I do not have the time to look at most of the files to give you a generalization or search terms, but would be happy to present you with some differences if you want to select a few files from that list. Most of the changes or summation are already outlined on the PHP site, under migration. The vBulletin changes I noticed, followed the guideline. I have a complete filtered list, but it will be less time consuming for you to compare your source to the original and makes changes accordingly. Creating a side-by-side compare list can easily be accomplished with file/text compare software, as you know. The company I work for generates their own code utilities, but if you need references to commercial utilities then I can suggest a few. They are not for the novice, as having a good understanding of filtering techniques is a must -- as would be expected.
As long as your specific, I am happy to provide you with whatever I know. ![]() |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|