summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Build errorSam Ruby1999-12-041-1/+1
* Cast val to (char *) to avoid compile warning.Andrei Zmievski1999-12-041-2/+2
* Clean up php3.*\.h files. The files itself are renamed, and references in allSascha Schumann1999-12-04125-261/+263
* *** empty log message ***Andrei Zmievski1999-12-041-1/+0
* (php_set_session_var) Initialize the refcount here.Andrei Zmievski1999-12-041-0/+1
* ZTS fixesSascha Schumann1999-12-041-5/+6
* Remove custom LDFLAGS/LIBS changesSascha Schumann1999-12-041-4/+2
* Don't overwrite EXTRA_LIBS, some ext config.m4s access it directlySascha Schumann1999-12-041-1/+1
* Remove code references to serverapiSascha Schumann1999-12-043-25/+0
* Use LIBS instead of EXTRA_LIBS, so that inter-library dependences canSascha Schumann1999-12-042-4/+4
* some more ideasThies C. Arntzen1999-12-041-0/+9
* (PHP session_register) Correct calling convention.Andrei Zmievski1999-12-041-2/+2
* Session variables now obey track_vars and gpc_globals settings.Andrei Zmievski1999-12-043-28/+70
* Added zend_set_hash_symbol() function.Andrei Zmievski1999-12-043-2/+25
* backed out last change after andi decided on a different approach.Thies C. Arntzen1999-12-041-8/+4
* - Call ZEND_SET_SYMBOL_WITH_LENGTH() with refcount 1 from the standardAndi Gutmans1999-12-041-1/+1
* Fix shared mode for gd/xml/mysql extensions.Stig Bakken1999-12-044-12/+7
* - Implement get_used_files() and get_imported_files()Zeev Suraski1999-12-043-2/+67
* - Added get_used_files() function - returns a hash mapping the use()'d filesZeev Suraski1999-12-041-0/+2
* - Break the zend->PHP dependency introduced by the .php extension for use(),Zeev Suraski1999-12-046-24/+31
* - zend_file_handles must now flag whether their .filename property should beZeev Suraski1999-12-047-0/+9
* the new SET_VAR_* macros forgot to set the refcount!Thies C. Arntzen1999-12-041-4/+8
* Check for htonl in libsocket (sol251), and move inet_aton check in libbind to...Sascha Schumann1999-12-042-5/+8
* build error - windowsSam Ruby1999-12-041-1/+1
* fixed tiny leakThies C. Arntzen1999-12-041-0/+1
* Fix typo, add prototype for use_filename().Stig S. Bakken1999-12-042-1/+2
* "use" should use arg+".php" as parameter to requireStig S. Bakken1999-12-041-0/+22
* This should fix the fd leak with include()/require()Zeev Suraski1999-12-041-1/+1
* ChangeLog update1999-12-041-0/+81
* NEWS update1999-12-041-0/+2
* Fix for #2909Sascha Schumann1999-12-032-1/+3
* windows build errorsSam Ruby1999-12-032-0/+3
* inet_aton is in libresolv on Solaris 2.5.1Sascha Schumann1999-12-031-0/+2
* Added credit notes for Roxen SAPI moduleDavid Hedbor1999-12-031-0/+1
* Include errno.h.Andrei Zmievski1999-12-031-0/+1
* *** empty log message ***Andrei Zmievski1999-12-031-5/+2
* Added ZEND_SET_GLOBAL_VAR_WITH_LENGTH_EX() macro.Andrei Zmievski1999-12-031-0/+3
* Improve locking when O_EXCL is availableSascha Schumann1999-12-031-5/+7
* # I hate these * empty log message * notes that get added to the changelogRasmus Lerdorf1999-12-031-80/+1
* PHP_BUILD_* m4 macros are not intended to be used by extensions.Sascha Schumann1999-12-032-2/+0
* 2<<30 (== 1<<31) overflows 32-bit signed int, reverting to 1<<30Sascha Schumann1999-12-031-1/+1
* Solaris needs -D_REENTRANT to define prototypes for localtime_r etc.Sascha Schumann1999-12-031-2/+1
* Use socklen_t where appropiateSascha Schumann1999-12-032-3/+3
* Add check for socklen_t (we cannot use AC_CHECK_TYPE, because socklen_tSascha Schumann1999-12-031-8/+24
* revert my last patch - WARNING: we leak fd's again.Thies C. Arntzen1999-12-031-4/+1
* forgot the "@"Stig Bakken1999-12-031-0/+1
* Add configure command to phpinfo() output (Stig)Stig Bakken1999-12-033-3/+9
* Add configure stuffSascha Schumann1999-12-033-5/+13
* Add posix moduleSascha Schumann1999-12-035-0/+1001
* Add X-Powered-By header in all configurations to ease PHP usage meteringSascha Schumann1999-12-032-7/+4