Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Use portable #define | Zeev Suraski | 2002-05-11 | 1 | -5/+5 | |
| | ||||||
* | Centralize html_puts() logic - php_html_puts() remains as an API wrapper | Zeev Suraski | 2002-05-11 | 1 | -1/+1 | |
| | ||||||
* | Revert to the old php_ini.c, and reimplement the binary-path searching. | Zeev Suraski | 2002-05-11 | 1 | -65/+105 | |
| | | | | | Should now also work under UNIX (CLI/CGI) | |||||
* | ws fix | foobar | 2002-05-09 | 1 | -18/+18 | |
| | ||||||
* | Detect when running under IIS and default force_redirect to zero. This This ↵ | Preston L. Bannister | 2002-05-09 | 1 | -18/+18 | |
| | | | | | | | means an explicit php.ini setting is no longer required. (NO extraneous whitespace changes this time (sigh)). | |||||
* | Add check for php.ini in same directory as php.exe (or equivalent executable ↵ | Preston L. Bannister | 2002-05-09 | 1 | -71/+67 | |
| | | | | | | | | | that loaded php4ts.dll). Check is done before looking in the Windows directory. This allows distinct php.ini files when different applications using PHP are installed on the same system. Should be backwards compatible. Note that checking for in CWD php.ini may be a security risk(?), and can now be made compile-time configurable by removing a single #define. (This time with tabs for leading indent). | |||||
* | Revert the last patches. | foobar | 2002-05-09 | 1 | -231/+235 | |
| | ||||||
* | Add check for php.ini in same directory as php.exe (or equivalent executable ↵ | Preston L. Bannister | 2002-05-09 | 1 | -235/+231 | |
| | | | | | | | | | that loaded php4ts.dll). Check is done before looks in the Windows directory. This allows distinct php.ini files when different applications using PHP are installed on the same system. Should be backwards compatible. Note that checking for php.ini in CWD may be a security risk(?), and can now be made compile-time configurable by removing a single #define. | |||||
* | Avoid defining/using S_ISDIR macro. | Yasuo Ohgaki | 2002-04-19 | 1 | -5/+1 | |
| | ||||||
* | Patch by Marcus Börger. | Sebastian Bergmann | 2002-04-17 | 1 | -0/+4 | |
| | ||||||
* | fix cli/cgi -c <path>|<file> | Marcus Boerger | 2002-04-16 | 1 | -1/+6 | |
| | | | | | #hope this fixes it really (works for me) | |||||
* | Fix cli/cgi -c option | Yasuo Ohgaki | 2002-04-13 | 1 | -1/+1 | |
| | | | | | # I must be sleeping | |||||
* | CGI/CLI take file and dir for -c option by this. | Yasuo Ohgaki | 2002-04-12 | 1 | -2/+9 | |
| | | | | | @ Both 'file' and 'path to php.ini' is allowed for "-c" cli/cgi option. (Yasuo) | |||||
* | Killing compiler warning on Win32 | Frank M. Kromann | 2002-03-05 | 1 | -0/+2 | |
| | ||||||
* | Supply php_html_puts which escapes a whole string.. now fully works in ZTS | Sascha Schumann | 2002-03-04 | 1 | -2/+2 | |
| | | | | | mode, too. | |||||
* | Removed CWD from php_ini_search_path when using CLI SAPI. | Edin Kadribasic | 2002-02-28 | 1 | -3/+12 | |
| | ||||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 | |
| | ||||||
* | Z_TYPE(filehandle)?? ok.. whatever... ;) | Sterling Hughes | 2001-11-26 | 1 | -1/+1 | |
| | ||||||
* | - Applied patch by Yasuo Ohgaki <yasuo_ohgaki@yahoo.com> | Derick Rethans | 2001-11-01 | 1 | -1/+1 | |
| | ||||||
* | - <br> -> <br /> | Derick Rethans | 2001-10-06 | 1 | -1/+1 | |
| | ||||||
* | Back-substitute for Z_* macro's. If it breaks some extension (the script ↵ | Jeroen van Wolffelaar | 2001-09-25 | 1 | -10/+10 | |
| | | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know. | |||||
* | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 | |
| | ||||||
* | This is a list of char *'s, not zvals (caught by Nick - see bug #13107) | Rasmus Lerdorf | 2001-09-03 | 1 | -1/+1 | |
| | ||||||
* | Yet another TSRM fix. | foobar | 2001-08-07 | 1 | -1/+1 | |
| | ||||||
* | more tsrm cleanup -- output.c is not doing any fetches anymore | Sascha Schumann | 2001-08-05 | 1 | -0/+1 | |
| | ||||||
* | - TSRMLS_FETCH work | Zeev Suraski | 2001-08-05 | 1 | -9/+9 | |
| | | | | | - whitespace fixes | |||||
* | Get rid of a couple of bogus persist_alloc()'s, and some cleanup | Zeev Suraski | 2001-08-03 | 1 | -2/+3 | |
| | ||||||
* | More TSRMLS_FETCH annihilation. Enough for today... | Zeev Suraski | 2001-07-31 | 1 | -1/+1 | |
| | ||||||
* | More TSRMLS_FETCH work | Zeev Suraski | 2001-07-31 | 1 | -7/+7 | |
| | ||||||
* | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 1 | -1/+1 | |
| | ||||||
* | - Get rid of ELS_*(), and use TSRMLS_*() instead. | Zeev Suraski | 2001-07-27 | 1 | -1/+1 | |
| | | | | | | | - Move to the new ts_allocate_id() API This patch is *bound* to break some files, as I must have had typos somewhere. If you use any uncommon extension, please try to build it... | |||||
* | Finish phpinfo() HTML 4.01 tweaking. | Sebastian Bergmann | 2001-06-19 | 1 | -5/+5 | |
| | ||||||
* | Fix folding and clean up some extensions | Rasmus Lerdorf | 2001-06-06 | 1 | -16/+44 | |
| | ||||||
* | vim-6 does folding - clean up a bunch of missing folding tags plus | Rasmus Lerdorf | 2001-06-05 | 1 | -0/+1 | |
| | | | | | some misguided RINIT and RSHUTDOWN calls in a few fringe extensions | |||||
* | Fix bug: #10323. Every value outputted is now escaped. | foobar | 2001-05-06 | 1 | -11/+18 | |
| | ||||||
* | Fix build on WIn32 | Frank M. Kromann | 2001-04-23 | 1 | -0/+2 | |
| | | | | | Should the new directorys be static? | |||||
* | * expanded the following constants and made them available in PHP: | Stig Bakken | 2001-04-22 | 1 | -2/+10 | |
| | | | | | | | | | | | | | | | | DEFAULT_INCLUDE_PATH PEAR_INSTALL_DIR PHP_EXTENSION_DIR PHP_BINDIR PHP_LIBDIR PHP_DATADIR PHP_SYSCONFDIR PHP_LOCALSTATEDIR PHP_CONFIG_FILE_PATH * no longer generating pear/PEAR.php * fixed some tests * some more installer work | |||||
* | - Get rid of warning. | Andi Gutmans | 2001-04-21 | 1 | -2/+2 | |
| | ||||||
* | Recode delayed loading in a much simpler way (switched back to php_ini.c 1.49) | Zeev Suraski | 2001-03-17 | 1 | -64/+39 | |
| | ||||||
* | Don't insert empty path if PHPRC is empty | Stanislav Malyshev | 2001-03-06 | 1 | -1/+5 | |
| | ||||||
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 | |
| | ||||||
* | Add safety check | Stanislav Malyshev | 2001-02-21 | 1 | -1/+3 | |
| | ||||||
* | # make sebastian and compiler happy .) | Hartmut Holzgraefe | 2001-02-21 | 1 | -4/+6 | |
| | ||||||
* | will now initialize dynamic extensions *after* static ones | Hartmut Holzgraefe | 2001-02-21 | 1 | -21/+49 | |
| | ||||||
* | - Remove the ini_extension_list global | Zeev Suraski | 2001-01-15 | 1 | -12/+28 | |
| | | | | | - Switch to delayed loading of Zend extensions | |||||
* | Defer loading of extensions until all configuration entries have been | Sascha Schumann | 2001-01-15 | 1 | -4/+21 | |
| | | | | | added to the configuration hash. | |||||
* | Remove stale code | Zeev Suraski | 2001-01-13 | 1 | -2/+1 | |
| | ||||||
* | Many patches. I hope I remember them all: | Zeev Suraski | 2001-01-02 | 1 | -75/+62 | |
| | | | | | | | | | - Make sapi_module available to external modules (PHPAPI) - Make the php.ini path reported in phpinfo() always point to real full path of the php.ini file - Optimized the ISAPI module not to read unnecessary server variables and read necessary variables at most once. | |||||
* | - Make the INI mechanism thread safe (fix necessary API changes from Zend) | Zeev Suraski | 2000-12-27 | 1 | -1/+2 | |
| | | | | | - Make the Win32 non-TS configuration build again | |||||
* | - Fix phpinfo() | Zeev Suraski | 2000-10-31 | 1 | -1/+1 | |
| | | | | | - Fix non-thread-safe build |