summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* added the vs6 projectfile for the aolserverDaniel Beulshausen2000-08-211-0/+135
* thttpd/PHP verified to run IMP 2.2.0 without any hitches.Sascha Schumann2000-08-211-2/+3
* NEWS update for file-function segfault fix.Torben Wilson2000-08-211-1/+3
* Fixed segfault with fgets(), fgetcsv(), fgetss(), and fread() whenTorben Wilson2000-08-211-0/+16
* Keep servlet working...Sam Ruby2000-08-211-0/+1
* Remove extra tabSascha Schumann2000-08-211-1/+1
* Make the DB classes work with call-time pass-by-reference disabled.Chuck Hagenbuch2000-08-211-11/+11
* Fix crash in one-argument imagecolortransparentStanislav Malyshev2000-08-211-1/+1
* Fix win32 buildStanislav Malyshev2000-08-211-1/+1
* Get rid of php_global.h and the associated data types UINT4/_POINTER.Sascha Schumann2000-08-215-121/+36
* The macro CONVERT_TO_WIN_FS is not used anywhere.Sascha Schumann2000-08-211-9/+0
* Cleaning up some messSascha Schumann2000-08-2115-20/+51
* - added function fdf_set_javascript_action()Uwe Steinmann2000-08-212-0/+44
* - Reversed last 'fix'Derick Rethans2000-08-211-2/+1
* - Remove old/deprecated version of expand_filepathAndi Gutmans2000-08-211-45/+0
* Delete this suggestion as it was leading newbie users to use this fileRasmus Lerdorf2000-08-212-2/+2
* Move thttpd_php_init() call to httpd_initialize().Sascha Schumann2000-08-211-15/+15
* ChangeLog update2000-08-211-0/+167
* NEWS update2000-08-211-0/+1
* Fix Win32 buildZeev Suraski2000-08-202-5/+3
* Fix buildZeev Suraski2000-08-202-5/+5
* - Change PHP_SEPARATOR to PHP_DIR_SEPARATORAndi Gutmans2000-08-203-6/+6
* - Checking for ".." isn't enough. include_once() could mess up even if bothAndi Gutmans2000-08-201-25/+22
* Added another bug fix to detect for negative values being passed into theChris Vandomelen2000-08-201-0/+15
* Added Oracle LDAP SDK SSL supportStig Venaas2000-08-201-0/+47
* - Sascha's patch should make PHP in VIRTUAL_DIR mode also change to theAndi Gutmans2000-08-203-15/+0
* - Fix for bug #6263Derick Rethans2000-08-201-1/+2
* Fix by-reference passing for scanf'sStanislav Malyshev2000-08-201-2/+3
* Fix XML by-reference passingStanislav Malyshev2000-08-201-2/+5
* Fix numerus of SAPI Modules titleSascha Schumann2000-08-201-1/+1
* The status quo in PHP is that the current directory is initializedSascha Schumann2000-08-205-38/+22
* Use size_t as parameter type in the getenv member of struct sapi_moduleSascha Schumann2000-08-203-4/+4
* const'ify virtual-cwd APISascha Schumann2000-08-202-10/+10
* Provide PHP_SEPARATOR which expands to the default directory separatorSascha Schumann2000-08-203-14/+8
* Fix fgetc (#6259) and ftell error condition returnsStanislav Malyshev2000-08-201-3/+9
* Fix prototype of virtual_real_chdir_file.Sascha Schumann2000-08-201-1/+1
* Add virtual_real_chdir_file. Silly name for a useful function.Sascha Schumann2000-08-203-1/+22
* A Whole buncha stuff, mostly bug fixing...Sterling Hughes2000-08-202-767/+759
* Execute PHP scripts everywhere (not only in the top-level directory)Sascha Schumann2000-08-201-1/+1
* Remove -DHAVE_CONFIG_H. It ain't used anywhere.Sascha Schumann2000-08-201-1/+1
* _isnan seems to be supported on Win32, add an appropiate macro.Sascha Schumann2000-08-201-0/+1
* Bunch o' changes..Sterling Hughes2000-08-202-32/+87
* If available, use fpclassify for substituting zend_finite.Sascha Schumann2000-08-201-1/+3
* Including math.h before using macros defined there will work better :)Sascha Schumann2000-08-201-2/+2
* Make use of zend_isinf and zend_isnan.Sascha Schumann2000-08-201-20/+2
* Add zend_isinf and zend_isnan.Sascha Schumann2000-08-201-7/+20
* Add/update licenseSascha Schumann2000-08-202-23/+35
* Relicense build-related files under the PHP LicenseSascha Schumann2000-08-2012-252/+224
* Remove php_realpath from build.Sascha Schumann2000-08-205-313/+3
* ChangeLog update2000-08-201-0/+36