summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Interface for 'raid' files (ont in use by PHP)MySQL Team2000-08-221-0/+155
|
* New files for MySQL 3.23.23 client library. New files are for qoutingMySQL Team2000-08-22100-808/+11698
| | | | | using different character sets.
* Disable php_value and add note about reliabilitySascha Schumann2000-08-222-2/+19
|
* Add note about need to fix INI systemSascha Schumann2000-08-221-0/+1
|
* AOLserver CVS uses PREFIX.Sascha Schumann2000-08-221-2/+2
|
* Set file_handle.opened_path to NULLSascha Schumann2000-08-222-0/+2
|
* Add note about installing PHP on web servers other than Apache.Sascha Schumann2000-08-221-0/+9
|
* - Cleanup imagetransparent in the GD libraryAndi Gutmans2000-08-221-4/+3
|
* Fix a crash in imap_fetchheader(). FT_PREFETCHTEXT isn't the only flag thatChuck Hagenbuch2000-08-221-1/+1
| | | | | you can pass to mail_fetchheader_full().
* ChangeLog update2000-08-221-0/+119
|
* Slight Darwin tweak from FredRasmus Lerdorf2000-08-221-1/+1
|
* updated project to work with readdir.h rev.1.5 from apache cvsDaniel Beulshausen2000-08-211-4/+4
|
* updated the projectfile to build the aolserver and nsapi modulesDaniel Beulshausen2000-08-212-0/+30
|
* 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
| | | | | called with negative length argument.
* 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
| | | | | | | We use php_uint32 now globally. Also removed K&R support from md5.[ch].
* 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
| | | | | # Sascha suggested that it must be corrected in wuth mcal
* - 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
| | | | | | without understanding what they were doing. Experienced users will find and use this file on their own.
* Move thttpd_php_init() call to httpd_initialize().Sascha Schumann2000-08-211-15/+15
| | | | | | | Otherwise, some init stuff was done twice (like resetting the known_post_content_types hash table which caused post requests to fail).
* 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
| | | | | | - names didn't include ".." but were referenced different directories which - were symlinked to each other.
* Added another bug fix to detect for negative values being passed into theChris Vandomelen2000-08-201-0/+15
| | | | | fd_*() functions, as passing negative values would cause PHP to segfault.
* 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
| | | | | - right directory so this shouldn't be needed anymore.
* - Fix for bug #6263Derick Rethans2000-08-201-1/+2
|
* Fix by-reference passing for scanf'sStanislav Malyshev2000-08-201-2/+3
| | | | | @- Fix by-reference parameters passing for xml_ functions and for scanf functions (Stas)
* 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
| | | | | | | | | to the directory where the executing script is located. Since this needs to be implemented for all SAPI modules anyway, this change moves the functionality to php_execute_script() and gets rid of the per-module code.
* 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
| | | | | on the target platform.
* 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
|