summaryrefslogtreecommitdiff
path: root/main/main.c
Commit message (Expand)AuthorAgeFilesLines
* This should not have been an INI_ALL directive.Sara Golemon2004-01-291-1/+1
* - Remove gpc_order since it doesn't serve any purpose.foobar2004-01-261-2/+1
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* Fixed bug #26707 (Incorrect error for disabled functions/classes).Ilia Alshanetsky2003-12-241-12/+16
* Do not use before they are initialized.Marcus Boerger2003-12-121-2/+2
* Add some comments hereMarcus Boerger2003-12-121-5/+18
* - Moved ext/db to PECL.foobar2003-12-011-1/+1
* - Commit patch by standardsAndi Gutmans2003-11-191-0/+3
* Fixed bug #25746 (Do not bail out when unable to chdir original dir onIlia Alshanetsky2003-10-091-3/+0
* Fixed bug #25293 (Output correct EOL to error_log)Ilia Alshanetsky2003-09-241-1/+1
* When track_errors was enabled, we tried to assign value already freed char.Ilia Alshanetsky2003-09-181-1/+1
* Remove unwanted spaceMarcus Boerger2003-09-041-1/+1
* Error message clean up part IV: spprintf/estrndup don't return on 'out of mem'Marcus Boerger2003-09-021-75/+96
* Error message clean up part III: Fix ini setting logic & respect docref_rootMarcus Boerger2003-09-021-5/+2
* Error message clean up part II: Don't show params where none apply.Marcus Boerger2003-09-011-17/+34
* Error message clean up part I: always show 'Unknown' instead of empty names.Marcus Boerger2003-09-011-12/+13
* Make vspprintf available as zend utility function. Use it in exception output.Marcus Boerger2003-08-311-0/+1
* kill warningsSascha Schumann2003-08-281-1/+1
* - Simplify php_error_cb()Marcus Boerger2003-08-251-21/+37
* Fixed bug #25127 (reset memory_limit before terminating the request)Ilia Alshanetsky2003-08-221-5/+7
* No need for those code blocks anymore...Zeev Suraski2003-08-201-37/+32
* Unify TSRMLS_FETCH() usage.Wez Furlong2003-08-191-13/+4
* Improve trackingZeev Suraski2003-08-181-1/+18
* - added script encoding support to Zend Engine 2.Masaki Fujimoto2003-08-111-7/+0
* Timeout fix.Ilia Alshanetsky2003-08-091-0/+1
* Call exec_finished()Zeev Suraski2003-07-301-1/+6
* Remove old codeZeev Suraski2003-07-211-127/+0
* Handle numeric keys passed via GPCIlia Alshanetsky2003-06-171-3/+5
* Fixed bug #24007 (Problem with register_globals & arrays)Ilia Alshanetsky2003-06-141-0/+15
* - MFB: HTTP Request Methods are case sensitiveDerick Rethans2003-06-121-1/+1
* updating license information in the headers.James Cox2003-06-101-3/+3
* Follow the "standard" naming.foobar2003-05-301-1/+1
* MFBIlia Alshanetsky2003-05-211-2/+5
* Fixed bug #23454 (_REQUEST did not handle arrays with same names fromIlia Alshanetsky2003-05-131-3/+32
* Ensure that open(".", 0); works, otherwise bail outSascha Schumann2003-05-131-0/+3
* MFB don't close random fdsSascha Schumann2003-05-131-3/+5
* Make serialize precision a configurable option.Ilia Alshanetsky2003-05-081-0/+1
* Infrastructure to catch warnings and throw tehm as errors autmaticallyMarcus Boerger2003-05-071-17/+83
* Make use of --with-exec-dir for real..foobar2003-04-281-3/+3
* - Made 'register_long_arrays' to be "On" by default.foobar2003-04-251-1/+1
* Fix uninitialized readsSascha Schumann2003-04-161-0/+1
* use the correct macro - noticed by AndreiMarcus Boerger2003-03-311-3/+1
* cleanupMarcus Boerger2003-03-301-20/+10
* Eliminate TSRMLS_FETCH() calls in destroy_op_array() and zend_get_class_entry().Sebastian Bergmann2003-03-261-1/+1
* Fixed bug #22775 (Fatal errors exit with status 0 with CGI/CLI)foobar2003-03-191-0/+1
* -turn html_errors on by default againMarcus Boerger2003-03-181-2/+2
* Fix for Bug #21310, based on a patch by jflemer@php.net.Wez Furlong2003-03-171-1/+17
* - disable html_errors per default as suggested by php.ini-<xxx>Marcus Boerger2003-03-161-2/+5
* fix Bug #21751 - the parameter was wrong when this code was introducedMarcus Boerger2003-03-151-1/+1
* reverting half the patch (it is not that simple)Stefan Esser2003-03-121-8/+0