summaryrefslogtreecommitdiff
path: root/main/main.c
Commit message (Expand)AuthorAgeFilesLines
* Use zend_string_equals() API instead of strcmp() in main.cGeorge Peter Banyard2021-03-171-29/+31
* Fix CLANG/RELEASE build (this is a workaround for probable bug in CLANG)Dmitry Stogov2021-03-171-5/+1
* Change Zend Stream API to use zend_string* instead of char*.Dmitry Stogov2021-03-161-15/+30
* Use zend_string* & more legible API for php_get_display_errors_mode()George Peter Banyard2021-03-141-17/+13
* Return early on php display error for better legibilityCalison2021-03-141-14/+19
* Added Inheritance Cache.Dmitry Stogov2021-02-091-0/+1
* Replace zend_bool uses with boolNikita Popov2021-01-151-4/+4
* Merge branch 'PHP-8.0'Sammy Kaye Powers2020-11-161-0/+5
|\
| * Fire open observer end handlers after a zend_bailoutSammy Kaye Powers2020-11-161-0/+5
* | Merge branch 'PHP-8.0'Christoph M. Becker2020-11-121-7/+0
|\ \ | |/
| * Strip trailing line breaks and periods from Windows error messagesChristoph M. Becker2020-11-121-7/+0
* | Remove IGNORE_URL_WIN macroChristoph M. Becker2020-10-181-1/+1
|/
* Expose php_during_module_startup() and php_during_module_shutdown()Sammy Kaye Powers2020-10-051-2/+2
* Check linker compatibility directly from HMODULEChristoph M. Becker2020-09-211-10/+1
* Add system ID entropy APISammy Kaye Powers2020-09-181-0/+7
* Fix observer leakNikita Popov2020-09-151-1/+1
* Rename zend_error_notify APIs to zend_observer_error*Benjamin Eberlei2020-09-141-1/+1
* Simplify error type filtertwosee2020-09-101-19/+11
* Add zend_observer APILevi Morrison2020-09-011-0/+4
* Rehash function table after disabling functionsNikita Popov2020-08-281-41/+1
* Improve type declarations for Zend APIsGeorge Peter Banyard2020-08-281-3/+4
* Disable report_zend_debug by defaultNikita Popov2020-08-121-1/+1
* Fixed bug #65275Nikita Popov2020-08-101-1/+0
* Fixed bug #77561Nikita Popov2020-08-101-14/+1
* Only force log startup errors if display_startup_errors disabledNikita Popov2020-08-051-1/+2
* [RFC] Make string length for getTraceAsString() configurableTyson Andre2020-07-251-1/+0
* Fix warnings of strict-prototypestwosee2020-07-231-3/+3
* Introduce error notification callbacks that are run independant of zend_error_cbBenjamin Eberlei2020-07-171-18/+29
* Remove proto comments from C filesMax Semenik2020-07-061-96/+48
* Clear last error before shutting down memory managerNikita Popov2020-06-261-0/+1
* Fix incorrect zend_bool usage for display_errorsGeorge Peter Banyard2020-06-091-4/+5
* Constify char * arguments of APIstwosee2020-06-081-1/+1
* Fix expression warnings and break warningstwosee2020-06-071-1/+1
* Remove duplicate zend_trytwosee2020-06-071-2/+2
* Pass zend_string message to zend_error_cbNikita Popov2020-06-051-54/+42
* Fixed bug #72089: Throw Error on require failureNikita Popov2020-06-051-1/+1
* Fix small typo in commentDaniel Ruf2020-05-311-1/+1
* Merge branch 'PHP-7.4'Christoph M. Becker2020-05-141-1/+7
|\
| * Check compatibility with proper runtime DLLChristoph M. Becker2020-05-141-1/+7
* | Fix [-Wundef] warning in main folderGeorge Peter Banyard2020-05-121-3/+3
* | Merge branch 'PHP-7.4'Nikita Popov2020-05-111-3/+1
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-05-111-3/+1
| |\
| | * Fix default sendmail path when not found during buildIndrek Ardel2020-05-111-3/+1
| | * Fixed bug #71876Nikita Popov2020-01-171-4/+4
* | | Make float to string casts locale-independentMáté Kocsis2020-05-081-0/+19
* | | Add quiet parameter to internal HTML entities APINikita Popov2020-05-071-33/+16
* | | Do not inherit LC_CTYPE locale from environmentNikita Popov2020-04-301-1/+0
* | | Make sure php_get_internal_encoding() returns non-emptyNikita Popov2020-03-311-6/+6
* | | Use RETURN_THROWS() during ZPP in main, sapi, win32, and ZendMáté Kocsis2019-12-301-1/+1
* | | Merge branch 'PHP-7.4'Nikita Popov2019-12-171-3/+1
|\ \ \ | |/ /