Andy
|
4f2129a616
|
Merge branch 'trunk'
|
2025-04-01 23:14:53 -07:00 |
|
pdontthink
|
598a599ba3
|
Happy New Year
|
2025-01-03 11:47:03 -08:00 |
|
Andy
|
1997be50de
|
Merge branch 'trunk'
|
2024-09-16 11:00:39 -07:00 |
|
pdontthink
|
5e9c162832
|
Declare class variables
|
2024-09-16 11:00:08 -07:00 |
|
Andy
|
01bac5e506
|
Merge branch 'trunk'
|
2024-09-16 08:04:04 -07:00 |
|
pdontthink
|
e244a25e8b
|
Declare class variables
|
2024-09-16 08:02:10 -07:00 |
|
pdontthink
|
b080cb1bf4
|
Declare class variables
|
2024-09-16 08:01:07 -07:00 |
|
Andy
|
d79aab6762
|
Merge branch 'trunk'
|
2024-01-02 14:58:59 -08:00 |
|
pdontthink
|
39cfdaadfd
|
Happy New Year
|
2024-01-02 14:58:16 -08:00 |
|
Andy
|
17208730e6
|
Merge branch 'trunk'
|
2023-08-22 01:31:07 -07:00 |
|
pdontthink
|
e603c683a0
|
Explicitly declare formerly dynamic class property (deprecated PHP behavior)
|
2023-08-22 01:30:24 -07:00 |
|
Josh Soref
|
79e65cd7f6
|
Remove trailing whitespace
|
2023-05-23 22:39:38 -04:00 |
|
Andy
|
ec52fd089c
|
Merge branch 'trunk'
|
2023-01-02 22:06:59 -08:00 |
|
pdontthink
|
380afc7213
|
Happy New Year
|
2023-01-02 22:04:25 -08:00 |
|
Andy
|
60f8a36db4
|
Merge branch 'trunk'
Negates d69a18f5
|
2022-05-24 05:54:52 -07:00 |
|
pdontthink
|
d1c46a27d4
|
Fix PHP notice when property doesn't exist
|
2022-05-24 05:50:45 -07:00 |
|
Andy
|
d69a18f551
|
Fix PHP notice when property doesn't exist (#2863) Redux
|
2022-05-22 13:08:09 -07:00 |
|
Andy
|
ef6c4f1d3a
|
Merge branch 'trunk'
|
2022-05-22 11:23:47 -07:00 |
|
pdontthink
|
9d9bf9b608
|
Fix PHP notice when property doesn't exist (#2863)
|
2022-05-22 11:23:31 -07:00 |
|
Andy
|
2d4192f3af
|
Merge branch 'trunk'
|
2022-05-04 15:08:45 -07:00 |
|
pdontthink
|
bc5d1b84ed
|
Add proper RFC 3461 DSN functionality (previously we relied only on the Return-Receipt-To header)
|
2022-04-14 04:44:52 -07:00 |
|
pdontthink
|
b7697a3db8
|
Sort out DSN functionality
|
2022-04-14 04:42:02 -07:00 |
|
Andy
|
eebe84eab6
|
Empty Strings Don't Need Cleanup Part 2
Revenge of the PHP 8.1, starring str_replace().
|
2022-02-28 19:15:50 -08:00 |
|
Andy
|
e77a63b675
|
Merge branch 'trunk'
|
2022-01-26 01:07:44 -08:00 |
|
pdontthink
|
bcdfe6e9f1
|
Happy New Year
|
2022-01-26 01:06:50 -08:00 |
|
Andy
|
5491e1a9ee
|
Merge branch 'trunk'
|
2021-10-17 17:08:50 -07:00 |
|
pdontthink
|
06880e1ceb
|
Error context is removed from PHP 8
|
2021-10-11 17:30:59 -07:00 |
|
pdontthink
|
0d6d3dcf6c
|
Forgot to change constructor name
|
2021-09-28 19:14:18 -07:00 |
|
Andy
|
40a3ce5b3a
|
Merge branch 'trunk' into master
Trunk forgot to change gettext_reader's constructor function.
|
2021-09-09 04:55:12 -07:00 |
|
pdontthink
|
ac0c27aef6
|
Class constructor updates that were missed previously
|
2021-09-09 04:52:09 -07:00 |
|
Andy
|
e805d5d57e
|
Merge branch 'trunk' into master
|
2021-04-15 11:05:17 -07:00 |
|
pdontthink
|
af4ab4a32d
|
Fix order of optional args
|
2021-04-15 11:04:09 -07:00 |
|
pdontthink
|
ea910725fd
|
Synchronize optional parameters
|
2021-03-29 18:24:25 -07:00 |
|
pdontthink
|
8e505f5a06
|
Fix a couple functions with required parameters after optional ones
|
2021-03-12 18:13:02 -08:00 |
|
pdontthink
|
45ae2d0072
|
Remove stray curly brackets
|
2021-03-12 18:10:44 -08:00 |
|
pdontthink
|
84071a7e84
|
Stop using curly braces
|
2021-02-05 23:49:02 -08:00 |
|
Andy
|
c32baf6f95
|
Merge branch 'trunk' into master
|
2021-02-05 11:57:03 -08:00 |
|
pdontthink
|
c4ef1a0eea
|
Happy New Year
|
2021-02-05 11:55:37 -08:00 |
|
Andy
|
c322eb43ae
|
Merge branch 'trunk' into master
|
2021-02-02 23:10:05 -08:00 |
|
pdontthink
|
fc0a6742d4
|
Fix variable name typo
|
2021-02-02 23:09:24 -08:00 |
|
pdontthink
|
e29bca959e
|
PHP 8 compatibility fix
|
2021-01-15 10:00:27 -08:00 |
|
Andy
|
cc59260fa5
|
Required Param Not Allowed After Optional (Part 2)
Whoever wrote this thought PHP worked in a way which it does not.
I'm not changing any parameter order, for backward compatibility...
...for now.
|
2020-11-01 17:57:23 -08:00 |
|
Andy
|
99f085512a
|
errcontext Deprecated in PHP 7.2.0
Removed in PHP 8.0
|
2020-11-01 15:44:36 -08:00 |
|
Andy
|
40949c3751
|
Check for Empty Headers
|
2020-01-24 19:15:10 -08:00 |
|
Andy
|
a3e51f1ee6
|
Merge branch 'trunk'
|
2020-01-07 00:13:04 -08:00 |
|
pdontthink
|
fc283980d0
|
Happy New Year
|
2020-01-07 00:12:38 -08:00 |
|
Andy
|
f1e95758e1
|
Add SCRAM Support
Close #1
|
2019-11-06 23:30:26 -08:00 |
|
Andy
|
28d4844b62
|
Array and String offset Curly Braces deprecated
|
2019-08-22 17:01:30 -07:00 |
|
Andy
|
a8bcffe4f3
|
Merge branch 'trunk'
|
2019-05-20 19:23:35 -07:00 |
|
pdontthink
|
201f813f0c
|
Don't wrap headers right after the name (configurable)
|
2019-05-20 19:22:38 -07:00 |
|