summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* update creditsfoobar2005-08-031-2/+0
|
* Bump up the yearfoobar2005-08-0389-90/+90
|
* Nuked DOS EOLsfoobar2005-08-031-0/+1
|
* Bump up yearfoobar2005-08-036-6/+6
|
* - 2004 -> 2005foobar2005-08-039-13/+13
|
* ChangeLog update2005-08-032-0/+54
|
* - Fix test.Derick Rethans2005-08-021-0/+1
|
* make skipif test use ini options specified by -d command line optionsHartmut Holzgraefe2005-08-021-1/+5
|
* Fixed bug #33942 (the patch to #33156 crash cygwin except cli)Dmitry Stogov2005-08-021-0/+4
|
* Fixed bug #33958 (duplicate cookies and magic_quotes=off may cause a crash)Ilia Alshanetsky2005-08-022-1/+5
|
* - Fixed bug #33967 (misuse of Exception constructor doesn\'t display errorfile)foobar2005-08-022-2/+4
|
* fix test when include_path does NOT have . in itfoobar2005-08-021-0/+1
|
* Removed warningsDmitry Stogov2005-08-021-7/+14
|
* Fixed ZTS buildDmitry Stogov2005-08-025-13/+13
|
* BFNfoobar2005-08-021-0/+1
|
* ChangeLog update2005-08-021-0/+16
|
* - Need to expose this one tooMarcus Boerger2005-08-021-0/+1
|
* - Update version infoMarcus Boerger2005-08-021-1/+2
|
* Allow building gd on windows systems without t1lib (M. Sisolak) #33620Edin Kadribasic2005-08-012-6/+13
|
* Allow building against the latest cclientEdin Kadribasic2005-08-011-1/+1
|
* Allow SOAP work when allow_url_fopen is turned off.Dmitry Stogov2005-08-012-1/+13
|
* Fixed bug #33723 (php_value overrides php_admin_value)Dmitry Stogov2005-08-012-3/+4
|
* - Fixed testcase.Derick Rethans2005-08-011-13/+13
|
* ChangeLog update2005-08-011-0/+26
|
* Added test for bug #27908foobar2005-07-311-0/+19
|
* - Fix test.foobar2005-07-311-3/+3
|
* fix testfoobar2005-07-311-1/+1
|
* SystemID and publicID params reversed in declaration handlersRob Richards2005-07-311-2/+2
|
* Update TODO.Sebastian Bergmann2005-07-311-1/+0
|
* Update todoIlia Alshanetsky2005-07-311-4/+0
|
* ChangeLog update2005-07-311-0/+5
|
* Added test for bug #25359foobar2005-07-301-0/+32
|
* ChangeLog update2005-07-302-0/+79
|
* switch to ansi declaration so that vs.net 2005 groks it.Wez Furlong2005-07-292-10/+10
|
* Fixed sqlite build, sqlite3.h was not being correctly generated.Ilia Alshanetsky2005-07-291-1/+1
|
* Backport of libsqlite fix in relation to AS keyword.Ilia Alshanetsky2005-07-291-0/+1
|
* - Fixed bug #33837 (Informix ESQL version numbering schema changed)foobar2005-07-291-1/+13
|
* - Add ENV support (mike)Marcus Boerger2005-07-291-1/+18
|
* Fixed warning message generated when isset() or empty() are given invalidIlia Alshanetsky2005-07-292-13/+13
| | | | | offset type.
* Fixed bug #33904 (input array keys being escaped when magic quotes is off).Ilia Alshanetsky2005-07-292-2/+12
|
* - Fixed few logic errors in php*.ini search path creation as documented here:foobar2005-07-291-19/+17
| | | | | | | | | | | | | | | | | | | | | http://fi.php.net/manual/en/configuration.php#configuration.file # # Before this patch: # # $ strace php -r 'echo 1;' 2>&1 | grep php.ini # open("/www/php/lib/php.ini", O_RDONLY) = 3 # lstat64("/www/php/lib/php.ini", {st_mode=S_IFREG|0640, st_size=46264, ...}) = 0 # # With this patch: # # $ strace php -r 'echo 1;' 2>&1 | grep php.ini # open("./php.ini", O_RDONLY) = -1 ENOENT (No such file or directory) # open("/usr/src/php5_1_full/sapi/cli/php.ini", O_RDONLY) = -1 ENOENT (No such file or directory) # open("/www/php/lib/php.ini", O_RDONLY) = 3 # lstat64("/www/php/lib/php.ini", {st_mode=S_IFREG|0640, st_size=46264, ...}) = 0 #
* - Fixed bug #33899 (CLI: setting extension_dir=some/path extension=foobar.so ↵foobar2005-07-292-6/+7
| | | | does not work)
* - Fixed bug #33917 (number_format() output with > 1 char separators)foobar2005-07-292-2/+3
|
* fix VPATH buildsfoobar2005-07-291-1/+1
|
* In NetWare few of the programs like apache2 and ldap use winsock inclusinf ↵Anantha Kesari H Y2005-07-291-0/+7
| | | | | | | sys/socket.h is not desirable. --Kamesh
* ChangeLog update2005-07-292-0/+109
|
* update generated filefoobar2005-07-291-3/+5
|
* news file tinkeringIlia Alshanetsky2005-07-281-1/+1
|
* - Tiny fixletAndi Gutmans2005-07-281-1/+1
|
* - Before we later run into BC trouble we split flags into two params modeMarcus Boerger2005-07-283-13/+210
| | | | | and flags now before branching for 5.1.