summaryrefslogtreecommitdiff
path: root/main/main.c
Commit message (Expand)AuthorAgeFilesLines
* Add additional parameter to parse_str for saving result (thanks toStanislav Malyshev2000-09-111-3/+3
* - Fixed missing parameter in php_atoiDerick Rethans2000-09-091-1/+1
* More security-related (control) patches:Zeev Suraski2000-09-091-5/+17
* Never trust snprintf return valueStanislav Malyshev2000-09-081-0/+3
* Fix crash on very long error messagesStanislav Malyshev2000-09-081-0/+3
* Fix syslog callStanislav Malyshev2000-09-081-1/+1
* broken logic fixed. I'm getting oldZeev Suraski2000-09-051-7/+9
* - Remove track_vars - it is now always onZeev Suraski2000-09-051-38/+45
* @- Added support for an optional output handler function for outputZeev Suraski2000-09-021-1/+1
* - Fix dir.cZeev Suraski2000-09-011-60/+50
* Hopefully last round of fixing varargs use.Sascha Schumann2000-09-011-3/+8
* Make main.c compile againStanislav Malyshev2000-08-311-8/+8
* Safer shutdown process. Continue to shut down even if we bail out in the mid...Zeev Suraski2000-08-311-10/+25
* This is no longer relevant...Zeev Suraski2000-08-301-10/+0
* - Truly fix varargs handling - the current situation was a sure-fire crash in...Zeev Suraski2000-08-301-2/+0
* @Added PHP API for Zend's ticksStig Bakken2000-08-291-1/+0
* sizeof(old_cwd) evaluated to sizeof(char *) after last commit, so old_cwdSascha Schumann2000-08-271-3/+3
* - Use do_alloca()/free_alloca() for old_cwd. This will ensure speed inAndi Gutmans2000-08-271-2/+5
* - Reverting Sascha's patch although I don't like doing these kind of thingsAndi Gutmans2000-08-271-9/+1
* Initializing new_path once is enoughSascha Schumann2000-08-271-1/+1
* If a SAPI module does not pass an absolute path as primary_file toSascha Schumann2000-08-271-1/+10
* - Try and fix problem with opening wrong file.Andi Gutmans2000-08-271-10/+2
* Cleaning up some messSascha Schumann2000-08-211-1/+1
* - Change PHP_SEPARATOR to PHP_DIR_SEPARATORAndi Gutmans2000-08-201-1/+1
* - Sascha's patch should make PHP in VIRTUAL_DIR mode also change to theAndi Gutmans2000-08-201-4/+0
* The status quo in PHP is that the current directory is initializedSascha Schumann2000-08-201-0/+20
* Fix varargs handling. The assignments are not necessary at all andSascha Schumann2000-08-151-7/+5
* Sync with ZendZeev Suraski2000-08-151-1/+1
* Fix zend_fiel_handle handling. Should fix URL includeStanislav Malyshev2000-08-131-0/+2
* Update to be consistent with the new Zend APIZeev Suraski2000-08-091-7/+7
* Reverse this patch - it really shouldn't be in the error handler, but in the ...Zeev Suraski2000-08-061-46/+1
* changed default sendmail flags from '-t' to '-t -i' (bugid#5374)Hartmut Holzgraefe2000-08-041-1/+1
* "undefined function" error message will now suggest similar namedHartmut Holzgraefe2000-08-011-1/+46
* Made ob_start() and friends reentrant. It's now possible to implement thisZeev Suraski2000-07-291-2/+2
* - Update .dsp'sZeev Suraski2000-07-291-1/+1
* added '-l' option to command line / CGI version for 'syntax check only'Hartmut Holzgraefe2000-07-281-0/+22
* @Set default include_path so PEAR files can be reached (Stig)Stig Bakken2000-07-181-1/+1
* Fix disable_functions featureZeev Suraski2000-07-131-6/+6
* (php_error) only set php_errormsg if we (still) have an active_symbol_table.Thies C. Arntzen2000-07-121-1/+1
* Restore INI entries after the request shutdown of modules.Sascha Schumann2000-07-091-2/+3
* Added "html_errors" directive to optionally disable HTML formatting of errorStig Bakken2000-07-041-2/+8
* react only on CORE_ERRORStanislav Malyshev2000-07-021-4/+6
* Be strict on errors in modules startupStanislav Malyshev2000-07-021-0/+3
* - Revert bogus time.h commitZeev Suraski2000-06-301-1/+1
* Set version number on DLLsZeev Suraski2000-06-301-1/+1
* TRACK_VARS is really no longer necessary...Zeev Suraski2000-06-261-4/+0
* - I wrote a long msg but the commit didn't go through.Zeev Suraski2000-06-251-2/+2
* Remove some unnecessary CLS_FETCH()s.Sascha Schumann2000-06-231-1/+0
* Improve timeout support - ini_get("max_execution_time", ...) works nowZeev Suraski2000-06-161-3/+18
* Move timeout code to Zend, allow Win32 timeoutsZeev Suraski2000-06-161-55/+4