Revision tags: php-4.2.2, INITIAL_IMPORT_SOURCEFORGE, xmlrpc_epi_0_51_merge_pt, php-4.3.0dev_zend2_alpha2, php-4.3.0dev, php5_5_0, RELEASE_0_90, php-4.3.0dev_zend2_alpha1, BEFORE_OBJECTS_STORE, SAFEGUARD_3_0_BETA1_RC1_26062002, RELEASE_0_11, NEW_UI_API_BP, RELEASE_0_10, RELEASE_0_4 |
|
#
751cd67c |
| 19-May-2002 |
Sander Roobol |
get_cfg_var("get_file_path") didn't work correctly when an alternative php.ini _file_ was specified using -c |
Revision tags: php-4.3.0dev-ZendEngine2, php-4.3.0dev-ZendEngine2-Preview1, php-4.2.1 |
|
#
a769454d |
| 12-May-2002 |
Sascha Schumann |
reenable php_html_puts |
#
b9fd1078 |
| 11-May-2002 |
Zeev Suraski |
Use portable #define |
#
bf971489 |
| 11-May-2002 |
Zeev Suraski |
Centralize html_puts() logic - php_html_puts() remains as an API wrapper |
#
5af649ef |
| 11-May-2002 |
Zeev Suraski |
Revert to the old php_ini.c, and reimplement the binary-path searching. Should now also work under UNIX (CLI/CGI) |
#
c241dc5c |
| 09-May-2002 |
foobar |
ws fix |
#
0c7cfcda |
| 09-May-2002 |
Preston L. Bannister |
Detect when running under IIS and default force_redirect to zero. This This means an explicit php.ini setting is no longer required. (NO extraneous whitespace changes this time (sigh)). |
#
6de4f3a4 |
| 09-May-2002 |
Preston L. Bannister |
Add check for php.ini in same directory as php.exe (or equivalent executable that loaded php4ts.dll). Check is done before looking in the Windows directory. This allows distinct php.ini files when
Add check for php.ini in same directory as php.exe (or equivalent executable 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).
show more ...
|
#
42c82bb4 |
| 09-May-2002 |
foobar |
Revert the last patches. |
#
fb0c5065 |
| 09-May-2002 |
Preston L. Bannister |
Add check for php.ini in same directory as php.exe (or equivalent executable that loaded php4ts.dll). Check is done before looks in the Windows directory. This allows distinct php.ini files when
Add check for php.ini in same directory as php.exe (or equivalent executable 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.
show more ...
|
Revision tags: php-4.2.1RC2, php-4.2.1RC1, php-4.2.0 |
|
#
e1716144 |
| 19-Apr-2002 |
Yasuo Ohgaki |
Avoid defining/using S_ISDIR macro. |
#
c2dd85ce |
| 17-Apr-2002 |
Sebastian Bergmann |
Patch by Marcus Börger. |
#
7bb4b5bd |
| 16-Apr-2002 |
Marcus Boerger |
fix cli/cgi -c <path>|<file> #hope this fixes it really (works for me) |
Revision tags: php-4.2.0RC4 |
|
#
3381fe43 |
| 13-Apr-2002 |
Yasuo Ohgaki |
Fix cli/cgi -c option # I must be sleeping |
Revision tags: php-4.2.0RC3 |
|
#
439b5684 |
| 12-Apr-2002 |
Yasuo Ohgaki |
CGI/CLI take file and dir for -c option by this. @ Both 'file' and 'path to php.ini' is allowed for "-c" cli/cgi option. (Yasuo) |
Revision tags: php-4.2.0RC2, php-4.2.0RC1, help |
|
#
46a7b0cf |
| 05-Mar-2002 |
Frank M. Kromann |
Killing compiler warning on Win32 |
#
b4d5aa5c |
| 04-Mar-2002 |
Sascha Schumann |
Supply php_html_puts which escapes a whole string.. now fully works in ZTS mode, too. |
#
ab256405 |
| 28-Feb-2002 |
Edin Kadribasic |
Removed CWD from php_ini_search_path when using CLI SAPI. |
Revision tags: php-4.1.2, BEFORE_NEW_OBJECT_MODEL, PRE_ISSET_PATCH, php-4.1.1, PRE_FUNC_RETURNS_OBJECT_PATCH, ChangeLog |
|
#
38933514 |
| 11-Dec-2001 |
Sebastian Bergmann |
Update headers. |
Revision tags: php-4.1.0, php-4.1.0RC5, php-4.1.0RC4 |
|
#
b91a6669 |
| 26-Nov-2001 |
Sterling Hughes |
Z_TYPE(filehandle)?? ok.. whatever... ;) |
Revision tags: php-4.1.0RC3, php-4.1.0RC2 |
|
#
2830e45f |
| 01-Nov-2001 |
Derick Rethans |
- Applied patch by Yasuo Ohgaki <yasuo_ohgaki@yahoo.com> |
Revision tags: POST_PARAMETER_PARSING_API, PRE_PARAMETER_PARSING_API, php-4.1.0RC1 |
|
#
a0bbfb59 |
| 06-Oct-2001 |
Derick Rethans |
- <br> -> <br /> |
Revision tags: php4, php-4.0.7RC3, POST_SUBST_Z_MACROS |
|
#
c0332885 |
| 25-Sep-2001 |
Jeroen van Wolffelaar |
Back-substitute for Z_* macro's. If it breaks some extension (the script isn't optimal, it parses for example var->zval.value incorrect) please let me know. |
Revision tags: PRE_SUBST_Z_MACROS |
|
#
78747bd2 |
| 09-Sep-2001 |
Derick Rethans |
- Don't wrap lines... this is annoying while coding. |
Revision tags: php-4.0.7RC2 |
|
#
00ef0318 |
| 03-Sep-2001 |
Rasmus Lerdorf |
This is a list of char *'s, not zvals (caught by Nick - see bug #13107) |