1395 Commits (f3bfe975202bb9fa5c4e807dda575d177e66d42e)

Author SHA1 Message Date
Sebastian Bergmann ae6b6359d7 Add HAVE_MBSTR_RU support for Win32. 24 years ago
Wez Furlong 50f7427e69 Protect C code with extern "C" 24 years ago
Sander Roobol 751cd67cc0 get_cfg_var("get_file_path") didn't work correctly when an alternative 24 years ago
Edin Kadribasic 544694255a Added glob() support for windows. 24 years ago
Zeev Suraski 2260e1742d - Centralize html_puts() again 24 years ago
Zeev Suraski 2369533bf9 Remove redundant code (thanks to Jani for pointing that out) 24 years ago
Sascha Schumann f866bdc368 Simplify even more 24 years ago
Sascha Schumann 5c4ae13670 Simplify white space handling in php_html_puts. 24 years ago
Sascha Schumann a769454d79 reenable php_html_puts 24 years ago
Rasmus Lerdorf 63e6666216 MTH - thought the code was slightly different in HEAD because of the 24 years ago
Zeev Suraski b9fd10786b Use portable #define 24 years ago
Zeev Suraski bf97148978 Centralize html_puts() logic - php_html_puts() remains as an API wrapper 24 years ago
Zeev Suraski 77f41212f6 Removing HTMLization of ' ' wasn't ok, it didn't deal with series of spaces 24 years ago
Zeev Suraski 19b7861d70 0 byte file uploads are valid, avoid choking on them 24 years ago
Zeev Suraski 5af649efbd Revert to the old php_ini.c, and reimplement the binary-path searching. 24 years ago
Edin Kadribasic ffce791942 Added MD5 support for crypt() on Windows. 24 years ago
foobar c241dc5c8b ws fix 24 years ago
Preston L. Bannister 3c8c01b475 Compute directory for temporary files once and use same directory for all subsequent calls. 24 years ago
Preston L. Bannister 0c7cfcda4f Detect when running under IIS and default force_redirect to zero. This This means an explicit php.ini setting is no longer required. 24 years ago
Preston L. Bannister 6de4f3a459 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. 24 years ago
foobar 42c82bb40d Revert the last patches. 24 years ago
foobar 773da954f8 ws fix 24 years ago
Preston L. Bannister fb0c506592 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. 24 years ago
Preston L. Bannister 2d22fc3316 Compute directory for temporary files once and use same directory for all subsequent calls. 24 years ago
Rui Hirokawa f30b722f14 Added conversion support from script character encoding to internal character encoding. This feature is very useful for japanese who uses Shift_JIS encoding because some of characters in Shift_JIS are including '0x5c' and it causes some troubles on Zend parser. This patch is made by Masaki Fujimoto. 24 years ago
Yasuo Ohgaki 2b5beee5ad Added estrdup() needed. 24 years ago
Sascha Schumann 50f68406cb Due to the thread-safety changes and lots of other stuff, the 24 years ago
Frank M. Kromann 7c80fc1d9e Fixing win32 build. 24 years ago
Sascha Schumann 66036eab10 use thread-safe functions unconditionally 24 years ago
Sascha Schumann 946fca9c91 Add thread-safety to some conversion functions and sync a bit with 24 years ago
Zeev Suraski fe127f93de We shouldn't force Content-length:, but much worse, it's wrong in many 24 years ago
Sascha Schumann 707b8b019e Free string before overwriting it 24 years ago
Sascha Schumann 9743860d35 simplify handling of variables by maintaining two strings which 24 years ago
Sascha Schumann 4fe391cb91 these are case sensitive 24 years ago
James Cox fb3d9b72e9 touch. 24 years ago
James Cox 7e22424996 add $id:$ line 24 years ago
Sascha Schumann c998176089 free_index is set but never used 24 years ago
Sascha Schumann 7e05237ed4 call_result is set but never used 24 years ago
Yasuo Ohgaki ae828233fe Forgot to dup strings. 24 years ago
Yasuo Ohgaki b1b5e42251 Fixed reference to freed zval string value. 24 years ago
Yasuo Ohgaki dfc48de0cb Fixed crash when buffer is over written in ob callback. (Bug $ 12227) 24 years ago
Thies C. Arntzen 9712a4b3c8 @ - Added output_add_rewrite_var() and output_remove_rewrite_var() to inject 24 years ago
Yasuo Ohgaki 5b83e9294c Change nest level to send Content-Length again. It seems this is the 24 years ago
Sebastian Bergmann 738b47c13e The Windows build can now be configures more comfortably, for instance in regard to built-in extensions. 24 years ago
Yasuo Ohgaki 1103311eee Fixed header output. Only need to output header when it is actually sent to client. 24 years ago
Yasuo Ohgaki 8ee815ec91 Check buffer status 24 years ago
Yasuo Ohgaki f61b795a8f Make Content-Type output always correct. 24 years ago
Yasuo Ohgaki 43df0c78c0 Move Content-Length: header handling from zlib.c to output.c 24 years ago
Sebastian Bergmann 71872d8ec3 Add missing #define's. 24 years ago
Wez Furlong b0ed189159 Remove debug code that should not have been committed. 24 years ago