summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* Fix PUTS/PUTS_H to only evaluate their argument once.Sascha Schumann2003-04-191-2/+10
* Macro: php_stream_get_from_zval(php_stream *stream, zval **zstream, char *mod...Sara Golemon2003-04-171-0/+6
* Don't access what is already freed (noticed by Sascha)Marcus Boerger2003-04-161-1/+2
* Changed stream filter factory to be capable of accepting a zval as a parameterMoriyoshi Koizumi2003-04-162-5/+5
* Fix uninitialized readsSascha Schumann2003-04-161-0/+1
* Make it staticMarcus Boerger2003-04-131-1/+1
* SpelingMarcus Boerger2003-04-131-2/+2
* Fix persistent stream closing (that one took me at least 3 days)Marcus Boerger2003-04-131-0/+9
* Fix for #23069 (Windows sets readonly mode for temporary files in tempnam)Wez Furlong2003-04-111-1/+4
* Move memnstr into Zend and make an alias for BC in PHP.Andrei Zmievski2003-04-081-0/+2
* Add IPv6 support to stream_socket_client/server()Sara Golemon2003-04-051-2/+17
* Introduce ZEND_ME() and ZEND_METHOD() macros. Use these for declaringAndrei Zmievski2003-04-041-0/+2
* Backout Jani's commit to resync branchesSascha Schumann2003-04-041-54/+47
* Prevent php_stream_get_record from grabbing more than maxlen charactersSara Golemon2003-04-041-0/+4
* WS & CS fixfoobar2003-04-031-47/+54
* Add some checks and avoid passing invalid data to call_user_function_ex.Sascha Schumann2003-04-031-5/+5
* Fixed memleak in output buffering facilityMoriyoshi Koizumi2003-04-031-2/+1
* oops ... committed the wrong oneColin Viebrock2003-04-021-1143/+1072
* fix logo (outline around letters)Colin Viebrock2003-04-021-296/+388
* Fix an uninitialized read, default to FAILURESascha Schumann2003-04-011-1/+1
* Fixed bug #22538 (stream filter problem)Moriyoshi Koizumi2003-03-311-1/+1
* WSIlia Alshanetsky2003-03-311-86/+120
* use the correct macro - noticed by AndreiMarcus Boerger2003-03-311-3/+1
* cleanupMarcus Boerger2003-03-301-20/+10
* _SERVER also should not be quoted by magic_quotes_GPCShane Caraveo2003-03-301-7/+6
* fix phpinfo() & php -iMarcus Boerger2003-03-291-5/+5
* On 64bit platforms, pointers are 64bit long..Moriyoshi Koizumi2003-03-281-1/+1
* Improved php_import_environment_variables: avoid emalloc()ing in most casesMoriyoshi Koizumi2003-03-271-2/+14
* really fixSterling Hughes2003-03-261-1/+1
* fix segfaultSterling Hughes2003-03-261-1/+7
* Eliminate TSRMLS_FETCH() calls in destroy_op_array() and zend_get_class_entry().Sebastian Bergmann2003-03-261-1/+1
* Eliminate some TSRMLS_FETCH() calls. Tested with Win32 build of SAPI/CGI and ...Sebastian Bergmann2003-03-252-3/+3
* The environment should *never* be magic quoted.Shane Caraveo2003-03-231-0/+4
* Fix PHPRC overriding other ini files. This is how PHPRC worked prior toShane Caraveo2003-03-221-8/+8
* Fix for persistent stream shutdown under debug buildsWez Furlong2003-03-201-5/+13
* Fixed bug #22775 (Fatal errors exit with status 0 with CGI/CLI)foobar2003-03-191-0/+1
* Sanity check for when a stream is requested to be persistent but the wrapperWez Furlong2003-03-191-0/+9
* Implement persistent plain file streams.Wez Furlong2003-03-183-14/+44
* Q}Wez Furlong2003-03-181-6/+6
* -turn html_errors on by default againMarcus Boerger2003-03-181-2/+2
* make phpinfo() depend on executed sapiMarcus Boerger2003-03-181-0/+1
* Avoid using FILE* where possible.Wez Furlong2003-03-183-44/+44
* give sapi modules the possibility to overwrite default ini settingsMarcus Boerger2003-03-182-0/+6
* avoid unsigned issues.Wez Furlong2003-03-181-2/+11
* Fix for #22721 (poor file() performance on systems without mmap)Wez Furlong2003-03-181-2/+14
* * email address changeStig Bakken2003-03-184-4/+4
* Win32 build fix.Ilia Alshanetsky2003-03-171-1/+5
* Fixed bug #22538 (failed stat on stdio/stdin/stderr streams).Ilia Alshanetsky2003-03-171-1/+1
* Fix for Bug #21310, based on a patch by jflemer@php.net.Wez Furlong2003-03-172-1/+22
* - disable html_errors per default as suggested by php.ini-<xxx>Marcus Boerger2003-03-161-2/+5