Alexei Sorokin
ae4f3176b1
Remove "magic quotes" code and avoid wrong order implode
...
"Magic quotes" were removed in PHP 5.4, no need to mitigate it anymore.
Avoid implode() with the join()-like order of arguments which was deprecated
since PHP 7.4 and implicitly since PHP 5.3.
Also avoid implode() with an implicit separator for stylistic reasons.
mktime() with no arguments has been deprecated since PHP 5.1.
2021-07-16 19:44:41 +01:00
Alexei Sorokin
9e94b7f145
[DATABASE] Switch from PEAR DB to MDB2
2021-07-16 19:44:41 +01:00
Alexei Sorokin
ceeb6d4d8f
[PEAR DB_DataObject] Make static methods in Cast actually static
2021-07-16 19:44:36 +01:00
Diogo Cordeiro
4dbc8d1233
[PEAR DB_DataObject] Removed DB_DATAOBJECT_NO_OVERLOAD as we don't have support for either PHP 4 or 5
2021-07-16 19:44:35 +01:00
Diogo Cordeiro
daa5f87fd4
Ugly patch to maintain old DB handle code working quietly
...
We have to replace this database engine with a modern one
2019-04-27 18:23:51 +01:00
Diogo Cordeiro
38f2ecefac
extlib/DB/DataObject - Fix PHP 7.3 Warning switch continue -> break
...
Also reformatted under PSR norms
2019-04-16 00:20:20 +01:00
Mikael Nordfeldth
a223273544
Update PEAR DB_DataObject to 1.11.5
...
Source: https://pear.php.net/package/DB_DataObject
Release date: 2015-11-10
2017-07-10 13:25:04 +02:00
Bhuvan Krishna
d6924f7680
Remove executable permissions where unnecessary
2015-07-10 14:36:34 +05:30
Mikael Nordfeldth
a66973e158
DB_DataObject updated to 1.11.3
2015-02-12 22:42:10 +01:00
Mikael Nordfeldth
7d8e199a3f
Update to DB_DataObject 1.11.2
...
Now there's definitely no PHP4 support whatsoever, if there even
was little of it before this commit.
2013-08-12 12:34:37 +02:00
Evan Prodromou
a5fd9b705a
upgrade DB_DataObject to 1.9.5
2011-03-26 14:45:15 -04:00
Evan Prodromou
dfba47bdf4
include DB_DataObject 1.9.0
2009-12-08 15:32:50 -05:00
Evan Prodromou
2e3cda4da6
update DB_DataObject to 1.8.12
2009-10-15 04:49:45 -04:00
Evan Prodromou
77faf7610b
upgrade to latest version of DB_DataObject
2009-07-15 23:35:20 -04:00
Evan Prodromou
14c9366aac
include external libs in a subdir to make install easier
...
darcs-hash:20080822131714-84dde-6978424ded2ed1041a65142a25560654ac717fcd.gz
2008-08-22 09:17:14 -04:00