]>
granicus.if.org Git - php/log
Hartmut Holzgraefe [Mon, 8 Aug 2005 17:49:32 +0000 (17:49 +0000)]
put the -d extension loading options in the right place,
get rid of basename
foobar [Mon, 8 Aug 2005 16:58:12 +0000 (16:58 +0000)]
Fix cleanup
foobar [Mon, 8 Aug 2005 16:49:44 +0000 (16:49 +0000)]
- Fixed problem with -dextension=foobar.so not having it's MINIT run.
Ilia Alshanetsky [Mon, 8 Aug 2005 16:49:30 +0000 (16:49 +0000)]
Adjust date("") handling.
foobar [Mon, 8 Aug 2005 16:06:49 +0000 (16:06 +0000)]
- Made it possible to do "make test" for phpized extensions
foobar [Mon, 8 Aug 2005 14:25:05 +0000 (14:25 +0000)]
- Show the dependancy name we could not find (req_mod is null here when it is not found :)
Dmitry Stogov [Mon, 8 Aug 2005 09:53:58 +0000 (09:53 +0000)]
Automatic encoding/decoding of hexbin data type (base64 support is improved)
Hartmut Holzgraefe [Mon, 8 Aug 2005 08:45:33 +0000 (08:45 +0000)]
fix extension loading from command line, resources didn't work
(still related to Bug #33899)
<changelog@php.net> [Mon, 8 Aug 2005 05:39:44 +0000 (05:39 +0000)]
ChangeLog update
foobar [Sun, 7 Aug 2005 22:09:06 +0000 (22:09 +0000)]
BFN
foobar [Sun, 7 Aug 2005 22:06:29 +0000 (22:06 +0000)]
- Fixed bug #29334 (mail() provides incorrect message time header)
foobar [Sun, 7 Aug 2005 21:00:28 +0000 (21:00 +0000)]
Missing entry
Hartmut Holzgraefe [Sun, 7 Aug 2005 20:47:29 +0000 (20:47 +0000)]
configure.in scripts/Makefile.frag scripts/phpize.in
Ilia Alshanetsky [Sun, 7 Aug 2005 18:33:45 +0000 (18:33 +0000)]
Update todo.
Hartmut Holzgraefe [Sun, 7 Aug 2005 15:13:50 +0000 (15:13 +0000)]
typo fix
foobar [Sun, 7 Aug 2005 14:22:10 +0000 (14:22 +0000)]
This test failed because libxml versions differ..
Derick Rethans [Sun, 7 Aug 2005 12:48:31 +0000 (12:48 +0000)]
- Fix skip-if comment.
<changelog@php.net> [Sun, 7 Aug 2005 05:35:13 +0000 (05:35 +0000)]
ChangeLog update
Pierre Joye [Sun, 7 Aug 2005 00:50:36 +0000 (00:50 +0000)]
- each file needs a role
NB: "Fix" 1.4 to do what 1.3 does
Pierre Joye [Sat, 6 Aug 2005 23:31:12 +0000 (23:31 +0000)]
- add package2.xml
Pierre Joye [Sat, 6 Aug 2005 23:30:50 +0000 (23:30 +0000)]
- prepare release
Edin Kadribasic [Sat, 6 Aug 2005 23:30:49 +0000 (23:30 +0000)]
Mention new library bundle on windows
Pierre Joye [Sat, 6 Aug 2005 23:09:29 +0000 (23:09 +0000)]
- fix examples
foobar [Sat, 6 Aug 2005 22:31:43 +0000 (22:31 +0000)]
BFN
Edin Kadribasic [Sat, 6 Aug 2005 22:20:06 +0000 (22:20 +0000)]
Only link zlib if we dont compile it in (#3406)
Edin Kadribasic [Sat, 6 Aug 2005 22:18:41 +0000 (22:18 +0000)]
Add missing export
Rob Richards [Sat, 6 Aug 2005 18:23:40 +0000 (18:23 +0000)]
fix tests
Andrey Hristov [Sat, 6 Aug 2005 16:56:42 +0000 (16:56 +0000)]
add a comment
Andrey Hristov [Sat, 6 Aug 2005 16:38:48 +0000 (16:38 +0000)]
add error checking
Andrey Hristov [Sat, 6 Aug 2005 16:15:53 +0000 (16:15 +0000)]
fix problem on 64 bit - when asking for "l" supply long not int because
on 64 bit they differ and zend_parse_parameters makes a *(long*) cast
which means that if the variable is int 4 bytes of the variable(s)
declared before it (on the stack) will be overwritten. In this case
this is the length of the query -> made 0 and mysqli_query() returns
FALSE.
Frank M. Kromann [Sat, 6 Aug 2005 05:42:51 +0000 (05:42 +0000)]
Fix for #32531
No need to alias these functions on windows or if the mssql extension is compiled. This change will allow the use of both extensions at the same time.
<changelog@php.net> [Sat, 6 Aug 2005 05:37:51 +0000 (05:37 +0000)]
ChangeLog update
Frank M. Kromann [Sat, 6 Aug 2005 05:30:20 +0000 (05:30 +0000)]
Cleanup to match the current cvs version of ming0.3beta
foobar [Fri, 5 Aug 2005 22:37:48 +0000 (22:37 +0000)]
No HTML output if html_errors is off (bug #34006)
foobar [Fri, 5 Aug 2005 22:28:23 +0000 (22:28 +0000)]
Fix compile failure with GCC 4.0.x
foobar [Fri, 5 Aug 2005 21:44:26 +0000 (21:44 +0000)]
- This ini option is only effective when set in php.ini or httpd.conf
or .htacces, etc. as GPC variables are set before any ini_set() is called
foobar [Fri, 5 Aug 2005 20:38:50 +0000 (20:38 +0000)]
- Fixed bug #34015
# Whatever this test was supposed to try to test...sheesh..
Anantha Kesari H Y [Fri, 5 Aug 2005 14:03:57 +0000 (14:03 +0000)]
NetWare specific stat structure issues.
--Kamesh
Dmitry Stogov [Fri, 5 Aug 2005 09:35:09 +0000 (09:35 +0000)]
Fixed bug #33996 (No information given for fatal error on passing invalid value to typed argument)
foobar [Fri, 5 Aug 2005 09:19:43 +0000 (09:19 +0000)]
Skip test on solaris
Dmitry Stogov [Fri, 5 Aug 2005 09:02:14 +0000 (09:02 +0000)]
Fixed bug #33999 (object remains object when cast to int)
foobar [Fri, 5 Aug 2005 08:14:54 +0000 (08:14 +0000)]
- Changed -a to -A to prevent enabling PHP in httpd.conf automatically.
# Most distributions use separate file in a conf.d/ directory to enable
# PHP, using -a would add unnecessary line in the main httpd.conf and
# causes a warning during startup.
Dmitry Stogov [Fri, 5 Aug 2005 06:29:46 +0000 (06:29 +0000)]
Fixed memory leak in foreach() on undefined variable (Zend/tests/foreach_undefined.php)
<changelog@php.net> [Fri, 5 Aug 2005 05:40:03 +0000 (05:40 +0000)]
ChangeLog update
Wez Furlong [Thu, 4 Aug 2005 16:57:15 +0000 (16:57 +0000)]
test -e doesn't work on solaris
Derick Rethans [Thu, 4 Aug 2005 14:59:29 +0000 (14:59 +0000)]
- Update TODO
Antony Dovgal [Thu, 4 Aug 2005 14:12:07 +0000 (14:12 +0000)]
add test for the last Dmitry's fix
Dmitry Stogov [Thu, 4 Aug 2005 14:04:36 +0000 (14:04 +0000)]
Fixed possible memory corryption during compilation of <?php foreach($a as $b); ?>
Dmitry Stogov [Thu, 4 Aug 2005 10:34:39 +0000 (10:34 +0000)]
Fixed bug #33989 (extract($GLOBALS,EXTR_REFS) crashes PHP)
Dmitry Stogov [Thu, 4 Aug 2005 08:36:54 +0000 (08:36 +0000)]
Fixed clone bug in ze1_compatibilty mode
<changelog@php.net> [Thu, 4 Aug 2005 05:49:41 +0000 (05:49 +0000)]
ChangeLog update
Ilia Alshanetsky [Wed, 3 Aug 2005 18:26:16 +0000 (18:26 +0000)]
Fixed memory leak.
foobar [Wed, 3 Aug 2005 14:08:58 +0000 (14:08 +0000)]
- Bumber up year
foobar [Wed, 3 Aug 2005 13:47:34 +0000 (13:47 +0000)]
update credits
foobar [Wed, 3 Aug 2005 13:30:58 +0000 (13:30 +0000)]
Bump up the year
foobar [Wed, 3 Aug 2005 13:29:00 +0000 (13:29 +0000)]
Nuked DOS EOLs
foobar [Wed, 3 Aug 2005 13:28:14 +0000 (13:28 +0000)]
Bump up year
foobar [Wed, 3 Aug 2005 11:12:19 +0000 (11:12 +0000)]
- 2004 -> 2005
<changelog@php.net> [Wed, 3 Aug 2005 05:36:05 +0000 (05:36 +0000)]
ChangeLog update
Derick Rethans [Tue, 2 Aug 2005 21:16:05 +0000 (21:16 +0000)]
- Fix test.
Hartmut Holzgraefe [Tue, 2 Aug 2005 17:05:01 +0000 (17:05 +0000)]
make skipif test use ini options specified by -d command line options
Dmitry Stogov [Tue, 2 Aug 2005 17:01:17 +0000 (17:01 +0000)]
Fixed bug #33942 (the patch to #33156 crash cygwin except cli)
Ilia Alshanetsky [Tue, 2 Aug 2005 17:01:05 +0000 (17:01 +0000)]
Fixed bug #33958 (duplicate cookies and magic_quotes=off may cause a crash)
foobar [Tue, 2 Aug 2005 16:31:53 +0000 (16:31 +0000)]
- Fixed bug #33967 (misuse of Exception constructor doesn\'t display errorfile)
foobar [Tue, 2 Aug 2005 15:13:21 +0000 (15:13 +0000)]
fix test when include_path does NOT have . in it
Dmitry Stogov [Tue, 2 Aug 2005 12:11:55 +0000 (12:11 +0000)]
Removed warnings
Dmitry Stogov [Tue, 2 Aug 2005 11:15:42 +0000 (11:15 +0000)]
Fixed ZTS build
foobar [Tue, 2 Aug 2005 06:33:51 +0000 (06:33 +0000)]
BFN
<changelog@php.net> [Tue, 2 Aug 2005 05:39:06 +0000 (05:39 +0000)]
ChangeLog update
Marcus Boerger [Tue, 2 Aug 2005 02:20:01 +0000 (02:20 +0000)]
- Need to expose this one too
Marcus Boerger [Tue, 2 Aug 2005 00:00:41 +0000 (00:00 +0000)]
- Update version info
Edin Kadribasic [Mon, 1 Aug 2005 21:57:09 +0000 (21:57 +0000)]
Allow building gd on windows systems without t1lib (M. Sisolak) #33620
Edin Kadribasic [Mon, 1 Aug 2005 20:55:31 +0000 (20:55 +0000)]
Allow building against the latest cclient
Dmitry Stogov [Mon, 1 Aug 2005 11:38:02 +0000 (11:38 +0000)]
Allow SOAP work when allow_url_fopen is turned off.
Dmitry Stogov [Mon, 1 Aug 2005 07:46:54 +0000 (07:46 +0000)]
Fixed bug #33723 (php_value overrides php_admin_value)
Derick Rethans [Mon, 1 Aug 2005 07:38:20 +0000 (07:38 +0000)]
- Fixed testcase.
<changelog@php.net> [Mon, 1 Aug 2005 05:39:34 +0000 (05:39 +0000)]
ChangeLog update
foobar [Sun, 31 Jul 2005 21:59:01 +0000 (21:59 +0000)]
Added test for bug #27908
foobar [Sun, 31 Jul 2005 21:18:16 +0000 (21:18 +0000)]
- Fix test.
foobar [Sun, 31 Jul 2005 20:36:48 +0000 (20:36 +0000)]
fix test
Rob Richards [Sun, 31 Jul 2005 17:14:13 +0000 (17:14 +0000)]
SystemID and publicID params reversed in declaration handlers
Sebastian Bergmann [Sun, 31 Jul 2005 16:40:49 +0000 (16:40 +0000)]
Update TODO.
Ilia Alshanetsky [Sun, 31 Jul 2005 16:37:42 +0000 (16:37 +0000)]
Update todo
<changelog@php.net> [Sun, 31 Jul 2005 05:37:31 +0000 (05:37 +0000)]
ChangeLog update
foobar [Sat, 30 Jul 2005 13:37:57 +0000 (13:37 +0000)]
Added test for bug #25359
<changelog@php.net> [Sat, 30 Jul 2005 05:37:45 +0000 (05:37 +0000)]
ChangeLog update
Wez Furlong [Fri, 29 Jul 2005 23:31:59 +0000 (23:31 +0000)]
switch to ansi declaration so that vs.net 2005 groks it.
Ilia Alshanetsky [Fri, 29 Jul 2005 20:41:52 +0000 (20:41 +0000)]
Fixed sqlite build, sqlite3.h was not being correctly generated.
Ilia Alshanetsky [Fri, 29 Jul 2005 19:48:52 +0000 (19:48 +0000)]
Backport of libsqlite fix in relation to AS keyword.
foobar [Fri, 29 Jul 2005 19:41:01 +0000 (19:41 +0000)]
- Fixed bug #33837 (Informix ESQL version numbering schema changed)
Marcus Boerger [Fri, 29 Jul 2005 17:25:38 +0000 (17:25 +0000)]
- Add ENV support (mike)
Ilia Alshanetsky [Fri, 29 Jul 2005 16:27:32 +0000 (16:27 +0000)]
Fixed warning message generated when isset() or empty() are given invalid
offset type.
Ilia Alshanetsky [Fri, 29 Jul 2005 15:43:37 +0000 (15:43 +0000)]
Fixed bug #33904 (input array keys being escaped when magic quotes is off).
foobar [Fri, 29 Jul 2005 14:29:27 +0000 (14:29 +0000)]
- Fixed few logic errors in php*.ini search path creation as documented here:
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
#
foobar [Fri, 29 Jul 2005 13:25:33 +0000 (13:25 +0000)]
- Fixed bug #33899 (CLI: setting extension_dir=some/path extension=foobar.so does not work)
foobar [Fri, 29 Jul 2005 12:58:25 +0000 (12:58 +0000)]
- Fixed bug #33917 (number_format() output with > 1 char separators)
foobar [Fri, 29 Jul 2005 09:50:15 +0000 (09:50 +0000)]
fix VPATH builds
Anantha Kesari H Y [Fri, 29 Jul 2005 09:20:32 +0000 (09:20 +0000)]
In NetWare few of the programs like apache2 and ldap use winsock inclusinf sys/socket.h is not desirable.
--Kamesh
<changelog@php.net> [Fri, 29 Jul 2005 05:38:30 +0000 (05:38 +0000)]
ChangeLog update
foobar [Fri, 29 Jul 2005 00:22:02 +0000 (00:22 +0000)]
update generated file