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