summaryrefslogtreecommitdiff
path: root/main/main.c
Commit message (Expand)AuthorAgeFilesLines
* Implement stream context and status notification system.Wez Furlong2002-04-101-8/+1
* new ini setting log_errors_max_lenMarcus Boerger2002-04-101-9/+12
* upload_max_filesize can only be set in php.inifoobar2002-04-081-1/+1
* new feature ignoring repeated error messages (defaults to old behaviour)Marcus Boerger2002-04-061-7/+35
* Improve behaviour of the stream casting operation.Wez Furlong2002-03-191-13/+1
* fix for bug #16168Wez Furlong2002-03-191-3/+5
* TSRMLS related work on streams, as discussed with Zeev.Wez Furlong2002-03-181-1/+1
* Fix the build and all of the outstanding VC++ warningsZeev Suraski2002-03-181-2/+3
* Streams now make more use of the memory manager, so tracking downWez Furlong2002-03-171-4/+3
* Hopefully fix resource usage so that we have no leaks and don't segfault.Wez Furlong2002-03-161-5/+4
* work around apache segfault for the momentWez Furlong2002-03-161-1/+2
* more *'sWez Furlong2002-03-161-1/+1
* New PHP streams...Wez Furlong2002-03-151-16/+26
* - Commented out the space escaping. Works now as it did before.foobar2002-03-091-1/+5
* - Fixed the phpinfo() tables not to blow up when using very longfoobar2002-03-071-1/+1
* - Some more speed (and more consistency)Derick Rethans2002-03-041-4/+4
* Supply php_html_puts which escapes a whole string.. now fully works in ZTSSascha Schumann2002-03-041-0/+40
* Added PHP_SAPI constant which contains the name of running SAPI.Edin Kadribasic2002-03-011-0/+1
* Added ob_get_status() to get array of buffers and it's status.Yasuo Ohgaki2002-03-011-6/+9
* - Hopefully fix the shutdown_memory_manager() stuff. Part of my previousAndi Gutmans2002-02-261-1/+3
* TSRM Cleanup.Sebastian Bergmann2002-02-261-5/+3
* - Pass shutdown_memory_manager the TSRMLS context.Andi Gutmans2002-02-261-1/+3
* - Let php_execute_script return 0 on failure and 1 on sucess, and changeDerick Rethans2002-02-141-2/+3
* register_globals=off is defualt for 4.2.0Yasuo Ohgaki2002-02-051-1/+1
* Ignore register_globals for $argc and $argv under CLI SAPI.Edin Kadribasic2002-01-311-1/+1
* Make --enable-safe-mode usefulYasuo Ohgaki2002-01-191-0/+4
* - Make an E_NOTICE error type show 'Notice' instead of 'Warning'.Derick Rethans2002-01-101-2/+0
* Added argc and argv in request_info needed for the new cli sapi.Edin Kadribasic2002-01-061-2/+22
* Freeing that TLS is just too complicated. Since we're shuttingZeev Suraski2001-12-161-3/+1
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* Allow unserializer_callback_func to be turned off.Bernd Roemer2001-12-021-1/+1
* - Adding a callback mechanism to the unserializer. (patch by BerndDerick Rethans2001-11-261-0/+1
* Z_TYPE(filehandle)?? ok.. whatever... ;)Sterling Hughes2001-11-261-3/+3
* Fix set_time_limit() to affect only the current request (fix bug #13711)Zeev Suraski2001-11-191-3/+2
* - <br> -> <br />Derick Rethans2001-10-061-1/+1
* Back-substitute for Z_* macro's. If it breaks some extension (the script isn'...Jeroen van Wolffelaar2001-09-251-16/+16
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
* API updateZeev Suraski2001-08-311-1/+1
* Fix unclean shutdown valueZeev Suraski2001-08-301-1/+1
* move php_shutdown_config further downThies C. Arntzen2001-08-161-3/+5
* Make it possible to enable chunked output buffering without providingZeev Suraski2001-08-111-2/+6
* Implement import_request_variables()Zeev Suraski2001-08-081-3/+14
* Put it in the wrong case...Zeev Suraski2001-08-081-1/+1
* - Fix precedence of the variables order in $_FORMZeev Suraski2001-08-081-5/+6
* - Implement $_FORMZeev Suraski2001-08-081-4/+34
* - Implement new short names - $_GET, $_POST, $_COOKIE, $_SERVER, $_ENV and $_...Zeev Suraski2001-08-081-0/+28
* some more eliminate-fetches-or-escalate-them-at-leastSascha Schumann2001-08-051-9/+6
* more tsrm cleanup -- output.c is not doing any fetches anymoreSascha Schumann2001-08-051-1/+4
* more tsrm cleanupSascha Schumann2001-08-051-8/+8
* - TSRMLS_FETCH workZeev Suraski2001-08-051-8/+10