summaryrefslogtreecommitdiff
path: root/win32/registry.c
Commit message (Expand)AuthorAgeFilesLines
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* Remove local variablesPeter Kokot2019-02-031-9/+0
* Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* Future-proof email addresses...Zeev Suraski2018-11-011-1/+1
* year++Xinchen Hui2018-01-021-1/+1
* vim folds and modelinesAnatol Belski2017-07-041-10/+10
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
* add license headerAnatol Belski2015-05-201-0/+18
* add vim modelinesAnatol Belski2015-05-201-0/+9
* fix leaking registry key handleAnatol Belski2015-03-101-0/+1
* fix invalid writeAnatol Belski2015-03-061-6/+4
* fix ini registry handlingAnatol Belski2015-03-041-11/+17
* Use new ZEND_HASH_FOREACH_... API.Dmitry Stogov2015-02-101-11/+1
* trailing whitespace removalStanislav Malyshev2015-01-101-6/+6
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-1/+1
* fix datatype mismatchesAnatol Belski2014-10-281-3/+2
* fixed reference countingDmitry Stogov2014-09-021-1/+1
* master renames phase 1Anatol Belski2014-08-251-3/+3
* first shot on merging the core fro the int64 branchAnatol Belski2014-08-161-3/+3
* Fixed compilation on WindowsDmitry Stogov2014-07-151-1/+2
* fix windows buildPierre Joye2014-05-141-30/+21
* Fixed uninitialized zval.type (Yoram)Dmitry Stogov2013-01-101-0/+1
* - Fixed bug #62955 (Only one directive is loaded from "Per Directory Values" ...Felipe Pena2012-08-301-4/+5
* - Fixed bug #55299 (multiple null pointer in win32/registry.c)Felipe Pena2012-05-161-2/+10
* - local redeclarationPierre Joye2011-01-101-4/+4
* add safeguard for UpdateIniFromRegistry on NULL argStanislav Malyshev2009-10-131-0/+4
* MFH (and build fix)Edin Kadribasic2007-10-121-1/+1
* Fixed bug #41192 (Per Directory Values only work for one key)Dmitry Stogov2007-05-021-1/+2
* Fixed buffer overflowDmitry Stogov2007-04-221-3/+5
* - Avoid sprintf, even when checked copy'n'paste or changes lead to errorsMarcus Boerger2007-02-241-2/+1
* Implemented registry cache that prevent registry lookup on each request. In c...Dmitry Stogov2006-11-101-38/+152
* Added version specific registry keys to allow different configurations for di...Dmitry Stogov2006-08-031-3/+56
* Merge registry fixZeev Suraski2005-03-141-0/+3
* fix wrong string length for registry valuesStanislav Malyshev2003-10-191-1/+2
* fix compilationStanislav Malyshev2003-10-191-1/+1
* Add function for getting php.ini path from registryStanislav Malyshev2003-10-191-1/+23
* Change the 'security level' of registry entries to PHP_INI_SYSTEM. They'reZeev Suraski2002-10-141-1/+1
* - TSRMLS_FETCH workZeev Suraski2001-08-051-2/+1
* - Change macros from V_ to VCWD_ because of AIX name clashAndi Gutmans2001-04-301-1/+1
* fix registry per directory valuesDaniel Beulshausen2001-03-201-13/+22
* Initial steps to move the INI mechanism to the Zend engineZeev Suraski2000-10-291-1/+1
* Change reentrancy API to always use the php prefix.Sascha Schumann2000-05-041-2/+2
* - Change PHP_ to V_ (directory & file functions)Andi Gutmans2000-04-151-1/+1
* - One more fopen -> PHP_FOPEN patchAndi Gutmans2000-04-041-1/+1
* @- Modified the registry INI entry reader (Win32) to work with drive letters....Zeev Suraski2000-03-251-8/+14
* Allow the INI callbacks to know at what stage PHP isZeev Suraski2000-02-261-1/+1
* Convert more source files to use thread-safe functionsSascha Schumann1999-11-261-3/+3
* Forgot to add these - Win32 registry supportZeev Suraski1999-04-181-0/+74