; Error Level Constants: ; E_ALL - All errors and warnings (includes E_STRICT as of PHP 5.4.0) ; E_ERROR - fatal run-time errors ; E_RECOVERABLE_ERROR - almost fatal run-time errors ; E_WARNING - run-time warnings (non-fatal errors) ; E_PARSE - compile-time parse errors ; E_NOTICE - run-time notices (these are warnings which often result ; from a bug in your code, but it's possible that it was ; intentional (e.g., using an uninitialized variable and ; relying on the fact it is automatically initialized to an ; empty string) ; E_STRICT - run-time notices, enable to have PHP suggest changes ; to your code which will ensure the best interoperability ; and forward compatibility of your code ; E_CORE_ERROR - fatal errors that occur during PHP's initial startup ; E_CORE_WARNING - warnings (non-fatal errors) that occur during PHP's ; initial startup ; E_COMPILE_ERROR - fatal compile-time errors ; E_COMPILE_WARNING - compile-time warnings (non-fatal errors) ; E_USER_ERROR - user-generated error message ; E_USER_WARNING - user-generated warning message ; E_USER_NOTICE - user-generated notice message ; E_DEPRECATED - warn about code that will not work in future versions ; of PHP ; E_USER_DEPRECATED - user-generated deprecation warningsçalışıyor ama böyle olunca da hatalarımı göremiyorum yanlış yazdığım bir kodda sadece localhosta bağlanamadığını söylüyor sistem bu noktada hem hata ayıklamaları açıp hem de curl ile nasıl çalışabilirim neden curl ile bu çakışıyor biri aydınlatırsa sevinirim dostlar
Curl ile bi takım hatalar
0
●28
- 06-10-2021, 13:16:29curl de işlem yapmaya çalışıyorum fakat hata uyarıları açıkken curl phpinfo da gelmiyor yani artık curl kodları çalışmıyor hataları kapatınca şu şekildeyken