summaryrefslogtreecommitdiff
path: root/win32/registry.c
Commit message (Expand)AuthorAgeFilesLines
* 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