summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* HEAD has been 4.0.8-dev for some time now, so name it accordingly.Sebastian Bergmann2001-08-302-2/+2
|
* - Get rid of warning and C++ commentsAndi Gutmans2001-08-303-10/+11
|
* The "actual" mode must be taken, not the error object modeTomas V.V.Cox2001-08-301-1/+0
|
* - Initial support for exceptions.Andi Gutmans2001-08-307-8/+172
|
* Fix unclean shutdown valueZeev Suraski2001-08-301-1/+1
|
* MFZE1Zeev Suraski2001-08-301-3/+3
|
* ChangeLog update2001-08-301-0/+26
|
* According to Zeev this code is just for showing how to create overloaded ↵foobar2001-08-291-138/+143
| | | | classes.
* Fix bug #13025.Joey Smith2001-08-291-0/+1
|
* WS fixes and indenting.foobar2001-08-291-818/+915
|
* Fix changelog.Andrei Zmievski2001-08-291-75/+0
|
* fix buildWez Furlong2001-08-293-5/+36
|
* fix bug# 13017 - patch from tsukada@fminn.nagano.nagano.jpWez Furlong2001-08-291-1/+1
|
* ChangeLog update2001-08-291-0/+96
|
* NEWS update2001-08-291-0/+1
|
* ChangeLog update2001-08-291-0/+75
|
* @- Added mailparse_uudecode_all() which extracts all uuencoded attachmentsWez Furlong2001-08-282-0/+120
| | | | | (Wez)
* Kill a warningRasmus Lerdorf2001-08-281-1/+2
|
* fix uudecodeWez Furlong2001-08-281-1/+1
|
* fix cp1252 -> wchar conversionWez Furlong2001-08-281-7/+0
|
* added the Mail/mime.php fileTomas V.V.Cox2001-08-281-0/+1
|
* * tidy up "make install" outputStig Bakken2001-08-282-8/+13
|
* * Archive_Tar is no longer experimentalStig Bakken2001-08-281-1/+1
|
* * output brief usage when called without paramsStig Bakken2001-08-281-1/+5
|
* * Log/Observer.php rename fixStig Bakken2001-08-281-1/+1
|
* * started work on php file supportStig Bakken2001-08-281-14/+69
|
* MFZE1Zeev Suraski2001-08-281-0/+1
|
* * fold case when parsing package.xmlStig Bakken2001-08-281-20/+18
|
* add php version componentDoug MacEachern2001-08-281-0/+9
|
* not all MPMs support child_init,Doug MacEachern2001-08-281-3/+4
| | | | | | so move php_apache_server_startup to the post_config phase (happens at server startup)
* ChangeLog update2001-08-281-0/+50
|
* Coding style.foobar2001-08-271-29/+22
|
* * fixes to make package.xml parsing case insensitiveStig Bakken2001-08-273-57/+61
|
* * typoStig Bakken2001-08-271-1/+1
|
* * add the directory where php.exe was found to PATH to help WindowsStig Bakken2001-08-271-0/+5
| | | | | find its DLLs
* * Windows fixStig Bakken2001-08-271-3/+7
|
* shorter protosChuck Hagenbuch2001-08-271-3/+3
|
* - Add sample RFCAndi Gutmans2001-08-271-0/+107
|
* add ngettext() support from Walter Franzini <walter@sys-net.it>, and use Z_*Chuck Hagenbuch2001-08-272-14/+109
| | | | | macros.
* Moved to 4.0.7.Andrei Zmievski2001-08-271-3/+3
|
* * MTH (merge _to_ head)Stig Bakken2001-08-271-25/+50
|
* CleanupZeev Suraski2001-08-271-16/+2
|
* More fixes and refinementsZeev Suraski2001-08-274-84/+55
|
* ChangeLog update2001-08-271-0/+88
|
* Add dlsym underscore detection, by Jani TaskinenStanislav Malyshev2001-08-262-1/+19
|
* - MFZE1Andi Gutmans2001-08-261-1/+5
|
* - Merge Andrei's fix from Engine 1. Please commit patches to both trees!Andi Gutmans2001-08-261-1/+1
|
* whitespaceHartmut Holzgraefe2001-08-263-1137/+1137
|
* removed dbplus_change functionHartmut Holzgraefe2001-08-261-4/+0
| | | | | moved db++ specific includes to .c files
* implementation of missing functionalityHartmut Holzgraefe2001-08-261-49/+251
| | | | | implementation and build improvements