summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* - Centralize some configuration stuffAndi Gutmans2000-09-065-24/+38
* - Save two linesAndi Gutmans2000-09-061-4/+1
* - Fix headerAndi Gutmans2000-09-061-2/+1
* Unless overwritten, default to no optimization in debug mode.Sascha Schumann2000-09-061-0/+3
* 4.0.3-devSascha Schumann2000-09-061-1/+1
* Add TSRM include dirsSascha Schumann2000-09-061-1/+1
* Convert some more "complex" expressions manually to Z_* macros.Sascha Schumann2000-09-061-7/+7
* Rename symbols whose first character was an underscore.Sascha Schumann2000-09-063-49/+49
* Convert to Z_* macrosSascha Schumann2000-09-061-47/+47
* A little script for converting source files to the Z_* macrosSascha Schumann2000-09-061-0/+44
* fix #6552 & #6577Thies C. Arntzen2000-09-061-3/+3
* deleted unnecessary definesDaniel Beulshausen2000-09-061-15/+6
* added LIBGD defineDaniel Beulshausen2000-09-061-2/+2
* fixed debug build and removed dswDaniel Beulshausen2000-09-062-32/+3
* fix buildDaniel Beulshausen2000-09-061-2/+2
* little fix for the debug extensionDaniel Beulshausen2000-09-061-1/+1
* Fix orderingZeev Suraski2000-09-061-6/+6
* ChangeLog update2000-09-061-0/+99
* NEWS update2000-09-061-0/+1
* Why make it more complex than necessary?Sascha Schumann2000-09-061-58/+13
* Now it should not crash, though still leaksStanislav Malyshev2000-09-051-1/+8
* This fix wasn't quite right and is no longer necessary after the recent php_i...Zeev Suraski2000-09-051-1/+1
* - Fix leakZeev Suraski2000-09-052-7/+3
* broken logic fixed. I'm getting oldZeev Suraski2000-09-051-7/+9
* Fix crashStanislav Malyshev2000-09-052-2/+1
* - Remove track_vars - it is now always onZeev Suraski2000-09-0511-127/+107
* Try to fix session INI variables handlingStanislav Malyshev2000-09-051-21/+38
* More fixes fo ini_ handling functionsStanislav Malyshev2000-09-051-10/+10
* str_repeat() should be able to handle multipliers of 0 gracefully, IMHO ...Colin Viebrock2000-09-051-2/+6
* - back out unneeded patch (danny).Danny Heijl2000-09-051-7/+2
* - Commiting Sterling's new multi_convert* functionsAndi Gutmans2000-09-052-1/+48
* using emalloc and efree, instead of malloc and freeStig Venaas2000-09-051-7/+7
* Add EscapeShellArg() function which turns a b into 'a b' andRasmus Lerdorf2000-09-053-1/+49
* renamed hostconnect() to php_hostconnect()Stig Venaas2000-09-053-3/+3
* using the new hostconnect() for the http wrapperStig Venaas2000-09-051-19/+3
* Added check for getaddrinfo()Stig Venaas2000-09-051-0/+1
* Fix memory overrun.Andrei Zmievski2000-09-051-1/+1
* Fix ini_restore variable lengthStanislav Malyshev2000-09-051-1/+1
* hostconnect now supports IPv6 if getaddrinfo exists, and also tries toStig Venaas2000-09-051-24/+123
* Fix crash with trigger_error having no args (#6549)Stanislav Malyshev2000-09-051-0/+2
* Missed the Zend..fixed.foobar2000-09-051-1/+1
* Add:Sterling Hughes2000-09-052-8/+93
* ChangeLog update2000-09-051-0/+66
* NEWS update2000-09-051-0/+2
* This should fix the multiple-line problem.Sterling Hughes2000-09-051-2/+5
* Protect arrays as well.Zeev Suraski2000-09-041-19/+19
* Add the session.use_trans_sid option to php.ini file.Sterling Hughes2000-09-043-0/+8
* @Add a php.ini option session.use_trans_sid to enable/disable trans-sid. (Ste...Sterling Hughes2000-09-044-3/+15
* Prevent exploit in [tmp_name] as wellZeev Suraski2000-09-041-0/+1
* Fix the logic. Tested.Zeev Suraski2000-09-041-2/+2