summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add stdlib.h too - it is needed fot strto{ld}Stanislav Malyshev2003-03-201-0/+1
|
* fix for bug #22786 ("Crash when trying to call DomAttribute's set_namespace ↵Christian Stocker2003-03-201-3/+11
| | | | method")
* ChangeLog update2003-03-202-0/+75
|
* WS & CS fixes..foobar2003-03-201-233/+262
|
* Fix for persistent stream shutdown under debug buildsWez Furlong2003-03-201-5/+13
|
* CS fixfoobar2003-03-201-5/+5
|
* WS & CS fixesfoobar2003-03-201-279/+344
|
* WS & CS fixesfoobar2003-03-201-85/+81
|
* WS & CS fixesfoobar2003-03-201-58/+65
|
* Better config.m4..foobar2003-03-191-39/+26
|
* And this too..foobar2003-03-191-0/+2
|
* Andrei forgot this..foobar2003-03-191-2/+0
|
* - Keep track of starting/ending line numbers for user functions.Andrei Zmievski2003-03-196-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. TheAndrei Zmievski2003-03-191-1/+9
| | | | | original case is still preserved in zend_function structure.
* - reenable $argc/$argvMarcus Boerger2003-03-191-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_INTERACTIONDavid Hill2003-03-191-1/+1
|
* Using of quotes around paths is a very good idea..foobar2003-03-192-4/+4
|
* Fixed bug #22775 (Fatal errors exit with status 0 with CGI/CLI)foobar2003-03-191-0/+1
|
* ChangeLog update2003-03-192-0/+216
|
* Sanity check for when a stream is requested to be persistent but the wrapperWez Furlong2003-03-191-0/+9
| | | | | does not respect the flag.
* Add the mode string that was used to open the stream to the meta data,Wez Furlong2003-03-181-0/+2
| | | | | as requested by Philip Olson.
* Implement persistent plain file streams.Wez Furlong2003-03-184-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 Furlong2003-03-181-6/+6
|
* -turn html_errors on by default againMarcus Boerger2003-03-181-2/+2
| | | | | -disbale clickable error messages by docref_root default to ''
* get_browser() needs to use zend_is_auto_global() on _SERVER.Jay Smith2003-03-181-0/+1
|
* make phpinfo() depend on executed sapiMarcus Boerger2003-03-183-49/+39
|
* Cleanup.Ilia Alshanetsky2003-03-181-111/+113
|
* Fixed bug #22765foobar2003-03-181-10/+9
|
* Avoid using FILE* where possible.Wez Furlong2003-03-184-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 Suraski2003-03-182-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 settingsMarcus Boerger2003-03-181-4/+23
| | | | | # ok now lets split html_errors and phpinfo() formatting
* give sapi modules the possibility to overwrite default ini settingsMarcus Boerger2003-03-182-0/+6
|
* avoid unsigned issues.Wez Furlong2003-03-182-5/+24
|
* CS fixesWez Furlong2003-03-181-1/+2
|
* Fix for #22721 (poor file() performance on systems without mmap)Wez Furlong2003-03-181-2/+14
|
* * email address changeStig Bakken2003-03-1863-70/+70
|
* Fixed bug #22751 (Compile error in gdcache when external libgd is used)foobar2003-03-182-1/+2
|
* ChangeLog update2003-03-182-0/+91
|
* whitespace..foobar2003-03-181-1/+1
|
* Win32 build fix.Ilia Alshanetsky2003-03-171-1/+5
|
* PR#22672 - User not logged under Apache2Ian Holsman2003-03-171-0/+1
| | | | | patch provided by Andrew Bradford.
* Fixed bug #22538 (failed stat on stdio/stdin/stderr streams).Ilia Alshanetsky2003-03-171-1/+1
|
* Fix the bad logic..foobar2003-03-171-4/+5
|
* WS & CS fixesfoobar2003-03-173-239/+211
|
* WS & CS fixesfoobar2003-03-172-245/+280
|
* MFZE1Stanislav Malyshev2003-03-171-0/+1
|
* fixing my proto fix :|Hartmut Holzgraefe2003-03-171-1/+1
|
* Fix for Bug #21310, based on a patch by jflemer@php.net.Wez Furlong2003-03-175-43/+88
|
* proto fixesHartmut Holzgraefe2003-03-175-11/+14
|
* proto fixHartmut Holzgraefe2003-03-173-3/+3
|