| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Changing the magic_quotes_gpc setting has no effect at USER level | Sander Roobol | 2002-09-20 | 1 | -1/+1 |
| | | | | | | # this partially fixes the #19526 shit | ||||
| * | Fix connection_status() | Zeev Suraski | 2002-09-19 | 1 | -0/+7 |
| | | |||||
| * | another startup initialization fix - only ISAPI and CGI SAPI's tested, | Zeev Suraski | 2002-09-18 | 1 | -1/+5 |
| | | | | | | | minor compile buglets might occur in other SAPIs, but should be trivial to fix... | ||||
| * | Call zend_post_startup() - use local copies of the function, class and | Zeev Suraski | 2002-09-17 | 1 | -0/+4 |
| | | | | | | constant tables in the startup thread | ||||
| * | NetWare related changes/modifications | Anantha Kesari H Y | 2002-09-09 | 1 | -3/+15 |
| | | |||||
| * | Per discussion on #php.bugs (+1 from at least Derick and Jani), revert ↵ | Sebastian Bergmann | 2002-09-01 | 1 | -21/+7 |
| | | | | | double_buffering. | ||||
| * | Respect safe mode setting when opening scripts and things for the ZE. | Wez Furlong | 2002-08-23 | 1 | -1/+1 |
| | | |||||
| * | @ - Added php.ini option "allow_webdav_methods" to allow handling of | Christian Stocker | 2002-08-22 | 1 | -0/+1 |
| | | | | | | | @ WebDAV http requests within PHP scripts. (chregu) # More methods (for DeltaV) will follow. | ||||
| * | Changed handling of output buffer sizes. | Marcus Boerger | 2002-08-20 | 1 | -7/+21 |
| | | | | | | | @Added php.ini option "double_buffering" that forces an additional first @output buffer and improved handling of buffer sizes. (Marcus) | ||||
| * | -allow changing html_errors any time changing display_errors is already | Marcus Boerger | 2002-08-19 | 1 | -5/+10 |
| | | | | | | | | -use sizeof for strftime call -removed unused #define -mention CODING_STANDARDS as documentation | ||||
| * | allow target anchor only for docref parameter | Marcus Boerger | 2002-08-13 | 1 | -0/+4 |
| | | |||||
| * | fix for extension = "" | Marcus Boerger | 2002-08-12 | 1 | -0/+1 |
| | | | | | | make php_verror available | ||||
| * | Minor fix for html_errors=on in php_error_docref. | Wez Furlong | 2002-08-11 | 1 | -1/+1 |
| | | |||||
| * | Improved handling of output buffers (see news)\n#No trim for the string ↵ | Marcus Boerger | 2002-08-09 | 1 | -7/+1 |
| | | | | | parameter... | ||||
| * | docref shall either be NULL or a reference to a manual page without an | Marcus Boerger | 2002-08-09 | 1 | -5/+35 |
| | | | | | | extension or an external reference starting with 'http://'. | ||||
| * | No missleading | Marcus Boerger | 2002-08-08 | 1 | -4/+5 |
| | | |||||
| * | Say FIXME to non function calls and non TSRM builds. Both will currentls | Marcus Boerger | 2002-08-08 | 1 | -5/+10 |
| | | | | | | not show a default reference. | ||||
| * | rename php_error_func<n> to php_error_docref and support Wez idea | Marcus Boerger | 2002-08-08 | 1 | -27/+37 |
| | | | | | | that solves ToDo requirement to point to PHP Manual in error messages. | ||||
| * | -new functions php_error_func<0> to support unified error messages | Marcus Boerger | 2002-08-07 | 1 | -1/+62 |
| | | | | | | #read followup | ||||
| * | made sapi_register_treat_data() to support multibyte input encoding ↵ | Rui Hirokawa | 2002-08-02 | 1 | -3/+3 |
| | | | | | translation without MBSTR_ENC_TRANS and changed php_treat_data to php_default_treat_data. | ||||
| * | Allow setting post_max_size and upload_max_filesize in .htaccess files too | foobar | 2002-07-25 | 1 | -3/+5 |
| | | |||||
| * | do not dtor empty elements | Stefan Esser | 2002-07-25 | 1 | -1/+3 |
| | | |||||
| * | - set_time_limit() now returns whether it succeeded in changing the time | Derick Rethans | 2002-07-17 | 1 | -2/+6 |
| | | | | | | limit. | ||||
| * | - Added predefined constants for the upload errors. | foobar | 2002-07-12 | 1 | -0/+2 |
| | | | | | | - Removed the debugging error (not useful for end-users) | ||||
| * | - Fix for bug #18283 | Derick Rethans | 2002-07-11 | 1 | -2/+2 |
| | | | | | | #- It doesn't work from within a script anyways | ||||
| * | These two can not be set in script. (so that they would have any effect) | foobar | 2002-07-08 | 1 | -2/+2 |
| | | |||||
| * | Fix win32 build. | foobar | 2002-07-01 | 1 | -4/+2 |
| | | |||||
| * | Main script should not be parsed when (include|require)_once()'ed, #17720 | Sander Roobol | 2002-06-30 | 1 | -0/+10 |
| | | | | | | # Derick, MFH? | ||||
| * | - Implement Andrei's request for disabling memory leak reporting in debug | Derick Rethans | 2002-06-26 | 1 | -1/+2 |
| | | | | | | | builds. #- Andrei: I can show you the logs :) | ||||
| * | -unlimited php_printf | Marcus Boerger | 2002-06-23 | 1 | -5/+8 |
| | | |||||
| * | Use correct macro for boolean ini values. | foobar | 2002-06-19 | 1 | -3/+3 |
| | | |||||
| * | @New constants: PHP_PREFIX and PHP_SHLIB_SUFFIX (Stig) | Stig Bakken | 2002-06-07 | 1 | -0/+2 |
| | | |||||
| * | - Finish implementation of custom smtp port (introduces "smtp_port" ini config). | Markus Fischer | 2002-06-02 | 1 | -0/+1 |
| | | |||||
| * | - Centralize html_puts() again | Zeev Suraski | 2002-05-13 | 1 | -38/+1 |
| | | | | | | - Revolutionize phpinfo()'s speed | ||||
| * | Simplify even more | Sascha Schumann | 2002-05-12 | 1 | -9/+4 |
| | | |||||
| * | Simplify white space handling in php_html_puts. | Sascha Schumann | 2002-05-12 | 1 | -8/+6 |
| | | | | | | | If we encounter a ' ', we will look for the next non-' ' and set p accordingly. | ||||
| * | reenable php_html_puts | Sascha Schumann | 2002-05-12 | 1 | -3/+45 |
| | | |||||
| * | Centralize html_puts() logic - php_html_puts() remains as an API wrapper | Zeev Suraski | 2002-05-11 | 1 | -45/+3 |
| | | |||||
| * | Removing HTMLization of ' ' wasn't ok, it didn't deal with series of spaces | Zeev Suraski | 2002-05-11 | 1 | -9/+16 |
| | | | | | | properly. Turn series of spaces into 's. | ||||
| * | Revert to the old php_ini.c, and reimplement the binary-path searching. | Zeev Suraski | 2002-05-11 | 1 | -1/+1 |
| | | | | | | Should now also work under UNIX (CLI/CGI) | ||||
| * | ws fix | foobar | 2002-05-09 | 1 | -7/+5 |
| | | |||||
| * | Added conversion support from script character encoding to internal ↵ | Rui Hirokawa | 2002-05-08 | 1 | -0/+7 |
| | | | | | 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. | ||||
| * | Make Content-Type output always correct. | Yasuo Ohgaki | 2002-05-02 | 1 | -2/+2 |
| | | | | | | # Flushing buffer is needed to be fixed properly anyway... | ||||
| * | revert... | Wez Furlong | 2002-04-30 | 1 | -6/+0 |
| | | |||||
| * | Implement context option setting API. | Wez Furlong | 2002-04-30 | 1 | -0/+6 |
| | | | | | | | | Add/amend debugging code for sockets. Add a flag that will help the http wrapper optimize itself when it is not being used for include/require. | ||||
| * | Implement stream context and status notification system. | Wez Furlong | 2002-04-10 | 1 | -8/+1 |
| | | | | | | | Bump the BC for zlib notice to a warning # See my RFC to php-dev a few days ago | ||||
| * | new ini setting log_errors_max_len | Marcus Boerger | 2002-04-10 | 1 | -9/+12 |
| | | | | | | | @-New ini setting log_errors_max_len controls maximum length for error @ messages. Set it to 0 for infinite. Default is 1024 (old behaviour) (Marcus) | ||||
| * | upload_max_filesize can only be set in php.ini | foobar | 2002-04-08 | 1 | -1/+1 |
| | | |||||
| * | new feature ignoring repeated error messages (defaults to old behaviour) | Marcus Boerger | 2002-04-06 | 1 | -7/+35 |
| | | | | | | @You can now disable logging of repeated error messages with two new ini settings ignore_repeated_errors, ignore_repeated_source. @(Marcus) | ||||
| * | Improve behaviour of the stream casting operation. | Wez Furlong | 2002-03-19 | 1 | -13/+1 |
| | | | | | | Improve interaction with fopencookie. | ||||
