Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add stdlib.h too - it is needed fot strto{ld} | Stanislav Malyshev | 2003-03-20 | 1 | -0/+1 |
| | |||||
* | fix for bug #22786 ("Crash when trying to call DomAttribute's set_namespace ↵ | Christian Stocker | 2003-03-20 | 1 | -3/+11 |
| | | | | method") | ||||
* | ChangeLog update | 2003-03-20 | 2 | -0/+75 | |
| | |||||
* | WS & CS fixes.. | foobar | 2003-03-20 | 1 | -233/+262 |
| | |||||
* | Fix for persistent stream shutdown under debug builds | Wez Furlong | 2003-03-20 | 1 | -5/+13 |
| | |||||
* | CS fix | foobar | 2003-03-20 | 1 | -5/+5 |
| | |||||
* | WS & CS fixes | foobar | 2003-03-20 | 1 | -279/+344 |
| | |||||
* | WS & CS fixes | foobar | 2003-03-20 | 1 | -85/+81 |
| | |||||
* | WS & CS fixes | foobar | 2003-03-20 | 1 | -58/+65 |
| | |||||
* | Better config.m4.. | foobar | 2003-03-19 | 1 | -39/+26 |
| | |||||
* | And this too.. | foobar | 2003-03-19 | 1 | -0/+2 |
| | |||||
* | Andrei forgot this.. | foobar | 2003-03-19 | 1 | -2/+0 |
| | |||||
* | - Keep track of starting/ending line numbers for user functions. | Andrei Zmievski | 2003-03-19 | 6 | -4/+35 |
| | | | | | - Store last parsed doc comment in a compiler global for future use. | ||||
* | Lowercase the function name when used as key in the function name. The | Andrei Zmievski | 2003-03-19 | 1 | -1/+9 |
| | | | | | original case is still preserved in zend_function structure. | ||||
* | - reenable $argc/$argv | Marcus Boerger | 2003-03-19 | 1 | -0/+3 |
| | | | | | | - add a comment where hardcoded defaults would go # i believe we have none for now though | ||||
* | Correcting example to use proper variable - NO_INTERACTION | David Hill | 2003-03-19 | 1 | -1/+1 |
| | |||||
* | Using of quotes around paths is a very good idea.. | foobar | 2003-03-19 | 2 | -4/+4 |
| | |||||
* | Fixed bug #22775 (Fatal errors exit with status 0 with CGI/CLI) | foobar | 2003-03-19 | 1 | -0/+1 |
| | |||||
* | ChangeLog update | 2003-03-19 | 2 | -0/+216 | |
| | |||||
* | Sanity check for when a stream is requested to be persistent but the wrapper | Wez Furlong | 2003-03-19 | 1 | -0/+9 |
| | | | | | does not respect the flag. | ||||
* | Add the mode string that was used to open the stream to the meta data, | Wez Furlong | 2003-03-18 | 1 | -0/+2 |
| | | | | | as requested by Philip Olson. | ||||
* | Implement persistent plain file streams. | Wez Furlong | 2003-03-18 | 4 | -15/+45 |
| | | | | | | | | | | | | | | | | | Usage: php_stream *stream = php_stream_fopen("/path/to/file", "r+b", NULL, STREAM_OPEN_PERSISTENT | ENFORCE_SAFE_MODE | REPORT_ERRORS); the filename and mode are combined to form the hash key for the persistent list; they must be identical for this same stream to be returned again in the next request. Calling php_stream_close() on a persistent stream *will* close it, as is usual with all persistent resources in PHP/ZE. This is deliberately *not* exposed to user-space PHP at this time. | ||||
* | Q} | Wez Furlong | 2003-03-18 | 1 | -6/+6 |
| | |||||
* | -turn html_errors on by default again | Marcus Boerger | 2003-03-18 | 1 | -2/+2 |
| | | | | | -disbale clickable error messages by docref_root default to '' | ||||
* | get_browser() needs to use zend_is_auto_global() on _SERVER. | Jay Smith | 2003-03-18 | 1 | -0/+1 |
| | |||||
* | make phpinfo() depend on executed sapi | Marcus Boerger | 2003-03-18 | 3 | -49/+39 |
| | |||||
* | Cleanup. | Ilia Alshanetsky | 2003-03-18 | 1 | -111/+113 |
| | |||||
* | Fixed bug #22765 | foobar | 2003-03-18 | 1 | -10/+9 |
| | |||||
* | Avoid using FILE* where possible. | Wez Furlong | 2003-03-18 | 4 | -54/+62 |
| | | | | | Tidy up handling of potential error situations for the php:// wrapper. | ||||
* | - Fix situation where a derived class declares a public (or implicit public) | Zeev Suraski | 2003-03-18 | 2 | -11/+30 |
| | | | | | | with the same name as a private in the parent - Optimize 'static binding' of private properties a bit | ||||
* | use new callback to overwrite ini settings | Marcus Boerger | 2003-03-18 | 1 | -4/+23 |
| | | | | | # ok now lets split html_errors and phpinfo() formatting | ||||
* | give sapi modules the possibility to overwrite default ini settings | Marcus Boerger | 2003-03-18 | 2 | -0/+6 |
| | |||||
* | avoid unsigned issues. | Wez Furlong | 2003-03-18 | 2 | -5/+24 |
| | |||||
* | CS fixes | Wez Furlong | 2003-03-18 | 1 | -1/+2 |
| | |||||
* | Fix for #22721 (poor file() performance on systems without mmap) | Wez Furlong | 2003-03-18 | 1 | -2/+14 |
| | |||||
* | * email address change | Stig Bakken | 2003-03-18 | 63 | -70/+70 |
| | |||||
* | Fixed bug #22751 (Compile error in gdcache when external libgd is used) | foobar | 2003-03-18 | 2 | -1/+2 |
| | |||||
* | ChangeLog update | 2003-03-18 | 2 | -0/+91 | |
| | |||||
* | whitespace.. | foobar | 2003-03-18 | 1 | -1/+1 |
| | |||||
* | Win32 build fix. | Ilia Alshanetsky | 2003-03-17 | 1 | -1/+5 |
| | |||||
* | PR#22672 - User not logged under Apache2 | Ian Holsman | 2003-03-17 | 1 | -0/+1 |
| | | | | | patch provided by Andrew Bradford. | ||||
* | Fixed bug #22538 (failed stat on stdio/stdin/stderr streams). | Ilia Alshanetsky | 2003-03-17 | 1 | -1/+1 |
| | |||||
* | Fix the bad logic.. | foobar | 2003-03-17 | 1 | -4/+5 |
| | |||||
* | WS & CS fixes | foobar | 2003-03-17 | 3 | -239/+211 |
| | |||||
* | WS & CS fixes | foobar | 2003-03-17 | 2 | -245/+280 |
| | |||||
* | MFZE1 | Stanislav Malyshev | 2003-03-17 | 1 | -0/+1 |
| | |||||
* | fixing my proto fix :| | Hartmut Holzgraefe | 2003-03-17 | 1 | -1/+1 |
| | |||||
* | Fix for Bug #21310, based on a patch by jflemer@php.net. | Wez Furlong | 2003-03-17 | 5 | -43/+88 |
| | |||||
* | proto fixes | Hartmut Holzgraefe | 2003-03-17 | 5 | -11/+14 |
| | |||||
* | proto fix | Hartmut Holzgraefe | 2003-03-17 | 3 | -3/+3 |
| |