summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Allow AC_ADD_LIBRARY to append librarySascha Schumann1999-12-051-2/+6
* Add rpaths to LDFLAGS during configure, drop them later.Sascha Schumann1999-12-052-2/+6
* Revert changes.Evan Klinger1999-12-051-1/+1
* @- Fix Informix compile (Evan)Evan Klinger1999-12-051-1/+1
* Fix leak in pthreads, and add initial support for GNU PthSascha Schumann1999-12-052-0/+24
* Thies, can you provide some docs? I need something to show to my German trans...Egon Schmid1999-12-051-1/+1
* @- added XML_Set_Object() function, now you can use the XML-Parser fromThies C. Arntzen1999-12-052-33/+70
* Fix some warningsSascha Schumann1999-12-054-1/+7
* Fix some warningsSascha Schumann1999-12-0513-33/+17
* Prepend added libraries and separate LDFLAGS handlingSascha Schumann1999-12-052-3/+5
* Fix some warningsSascha Schumann1999-12-055-6/+3
* Add ts_allocate_dtor, use ts_allocate_[cd]tor where appropiate.Sascha Schumann1999-12-052-8/+9
* More maintainer-mode cleanupsRasmus Lerdorf1999-12-052-10/+27
* More maintainer-mode cleanupsRasmus Lerdorf1999-12-0510-45/+46
* Fix a maintainer-mode warningRasmus Lerdorf1999-12-052-4/+6
* @Fix warnings compiling in maintainer mode. (Stig)Stig Bakken1999-12-059-7/+16
* ChangeLog update1999-12-051-0/+287
* NEWS update1999-12-051-0/+2
* Win32 .dsp updateZeev Suraski1999-12-041-17/+17
* That one is actually supposed to have 'php3' on it - it's the PHP 3.0 compati...Zeev Suraski1999-12-042-1/+1
* #if -> #ifdef change for HAVE_LIBDL (to be consistent with the same symbolStig Bakken1999-12-043-4/+4
* Create ``libs'' subdirectory as the current user and add /usr/ucblibSascha Schumann1999-12-041-0/+8
* 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