summaryrefslogtreecommitdiff
path: root/main/main.c
Commit message (Expand)AuthorAgeFilesLines
* - set_time_limit() now returns whether it succeeded in changing the timeDerick Rethans2002-07-171-2/+6
* - Added predefined constants for the upload errors.foobar2002-07-121-0/+2
* - Fix for bug #18283Derick Rethans2002-07-111-2/+2
* These two can not be set in script. (so that they would have any effect)foobar2002-07-081-2/+2
* Fix win32 build.foobar2002-07-011-4/+2
* Main script should not be parsed when (include|require)_once()'ed, #17720Sander Roobol2002-06-301-0/+10
* - Implement Andrei's request for disabling memory leak reporting in debugDerick Rethans2002-06-261-1/+2
* -unlimited php_printfMarcus Boerger2002-06-231-5/+8
* Use correct macro for boolean ini values.foobar2002-06-191-3/+3
* @New constants: PHP_PREFIX and PHP_SHLIB_SUFFIX (Stig)Stig Bakken2002-06-071-0/+2
* - Finish implementation of custom smtp port (introduces "smtp_port" ini config).Markus Fischer2002-06-021-0/+1
* - Centralize html_puts() againZeev Suraski2002-05-131-38/+1
* Simplify even moreSascha Schumann2002-05-121-9/+4
* Simplify white space handling in php_html_puts.Sascha Schumann2002-05-121-8/+6
* reenable php_html_putsSascha Schumann2002-05-121-3/+45
* Centralize html_puts() logic - php_html_puts() remains as an API wrapperZeev Suraski2002-05-111-45/+3
* Removing HTMLization of ' ' wasn't ok, it didn't deal with series of spacesZeev Suraski2002-05-111-9/+16
* Revert to the old php_ini.c, and reimplement the binary-path searching.Zeev Suraski2002-05-111-1/+1
* ws fixfoobar2002-05-091-7/+5
* Added conversion support from script character encoding to internal character...Rui Hirokawa2002-05-081-0/+7
* Make Content-Type output always correct.Yasuo Ohgaki2002-05-021-2/+2
* revert...Wez Furlong2002-04-301-6/+0
* Implement context option setting API.Wez Furlong2002-04-301-0/+6
* 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