summaryrefslogtreecommitdiff
path: root/main/main.c
Commit message (Expand)AuthorAgeFilesLines
* Nuke warningSascha Schumann2002-10-041-1/+0
* As discussed, add --with-config-file-scan-dir compile-time switch definingRasmus Lerdorf2002-10-041-0/+1
* Guys, please keep K&R.Zeev Suraski2002-10-031-6/+3
* Fixed a mem leak inside the path resolving code.Ilia Alshanetsky2002-09-291-3/+5
* ws fixfoobar2002-09-291-2/+3
* Fixed bug #13936Ilia Alshanetsky2002-09-281-1/+6
* We are about to enter 2003, sending two-digit years does not make tooSascha Schumann2002-09-251-1/+1
* Implement persistent streams. (for pfsockopen).Wez Furlong2002-09-251-2/+2
* Changing the magic_quotes_gpc setting has no effect at USER levelSander Roobol2002-09-201-1/+1
* Fix connection_status()Zeev Suraski2002-09-191-0/+7
* another startup initialization fix - only ISAPI and CGI SAPI's tested,Zeev Suraski2002-09-181-1/+5
* Call zend_post_startup() - use local copies of the function, class andZeev Suraski2002-09-171-0/+4
* NetWare related changes/modificationsAnantha Kesari H Y2002-09-091-3/+15
* Per discussion on #php.bugs (+1 from at least Derick and Jani), revert double...Sebastian Bergmann2002-09-011-21/+7
* Respect safe mode setting when opening scripts and things for the ZE.Wez Furlong2002-08-231-1/+1
* @ - Added php.ini option "allow_webdav_methods" to allow handling ofChristian Stocker2002-08-221-0/+1
* Changed handling of output buffer sizes.Marcus Boerger2002-08-201-7/+21
* -allow changing html_errors any time changing display_errors is alreadyMarcus Boerger2002-08-191-5/+10
* allow target anchor only for docref parameterMarcus Boerger2002-08-131-0/+4
* fix for extension = ""Marcus Boerger2002-08-121-0/+1
* Minor fix for html_errors=on in php_error_docref.Wez Furlong2002-08-111-1/+1
* Improved handling of output buffers (see news)\n#No trim for the string param...Marcus Boerger2002-08-091-7/+1
* docref shall either be NULL or a reference to a manual page without anMarcus Boerger2002-08-091-5/+35
* No missleadingMarcus Boerger2002-08-081-4/+5
* Say FIXME to non function calls and non TSRM builds. Both will currentlsMarcus Boerger2002-08-081-5/+10
* rename php_error_func<n> to php_error_docref and support Wez ideaMarcus Boerger2002-08-081-27/+37
* -new functions php_error_func<0> to support unified error messagesMarcus Boerger2002-08-071-1/+62
* made sapi_register_treat_data() to support multibyte input encoding translati...Rui Hirokawa2002-08-021-3/+3
* Allow setting post_max_size and upload_max_filesize in .htaccess files toofoobar2002-07-251-3/+5
* do not dtor empty elementsStefan Esser2002-07-251-1/+3
* - 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