Questions tagged [php-7.3]

Use this tag for version-specific issues relating specifically to PHP 7.3.Use with the [php] tag

319 questions
-2
votes
2 answers

PHP compact method undefined in Laravel 5.4

I'm having to move my laravel 5.4 app to a >=PHP 7.3 Server. Upgrading the App to a higher laravel version breaks everything. So I'm stuck with making this work as is. The problem now is that Compact() method (which was used to pass variables to the…
-2
votes
1 answer

Escaping Preg_match in php 7.3

Updated php of my application to 7.3 but now most of the preg_match are showing: preg_match_all(): Compilation failed: invalid range in character class at offset 23. I did read that it is a escape problem but somehow i can't get it right. URL to the…
Mitch Daniels
  • 33
  • 1
  • 7
-2
votes
1 answer

how to program your code to run after 2 days

Hello family I am developing a mobile application the application offers several services if you choose for example money transfer the application must generate a unique code that has a deadline of 2 days and I do not know how to help me…
sabayke bremso
  • 198
  • 3
  • 14
-3
votes
1 answer

PHP 7.3 not creating/writing to error log file

I have just upgraded to PHP 7.3 (using XAMPP) and for some reason it seems it is not writing errors to the specified log file. I am getting deprecated errors on page output, but they don't seem to be showing up in any log file - which is more ideal…
Brett
  • 19,449
  • 54
  • 157
  • 290
1 2 3
21
22