9 Commits

Author SHA1 Message Date
Fraenkiman
9577b51aca Update stringparser.class.php 2024-01-02 18:28:46 +01:00
Fraenkiman
a29052ba38 Fixes #294
Fixes #294
2024-01-02 17:56:28 +01:00
Fraenkiman
d85dc9ae43 Fixes #294
- Fixes PHP Warning: Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated
2023-12-29 23:05:06 +01:00
azett
107f6d99eb Added missing properties to fix "Dynamic properties are deprecated"
errors under PHP 8.2
2023-10-28 13:56:05 +02:00
azett
04900d4154 Optional parameter bug fixed. Deprecated curly braces syntax fixed. Thanks for reporting both, Matthias :) 2020-09-06 11:12:22 +02:00
azett
6b8a4776df Included Matthias Mauch's PHP7.1 patch. Besides other changes regarding PHP7 compatibility, it replaces all the class-named constructors with __construct(). Thanks a lot, Matthias!
Please visit his website http://www.aadmm.org/fp-patch/ and read patch-description.txt to learn more about the details of the patch.

I adapted the patch slighty: It now does not just add a __construct() function to the existing class-named one, instead it replaces it completely. Therefore, some parent::__construct() calls had to be changed, too.
2018-10-03 11:00:55 +02:00
real_nowhereman
5a72665c23 fix a strict error by horribly breaking old PHP4 installations. 2012-03-24 15:20:41 +00:00
real_nowhereman
e5f7052516 updated to 0.3.3. also, removed all instances of '=&'; replaced with '=' 2011-08-25 19:33:18 +00:00
real_nowhereman
a68630bf35 First revision of FlatPress Crescendo+1 ( 0.703+n :) ) 2007-10-30 10:30:07 +00:00