]>
granicus.if.org Git - php/log
Marcus Boerger [Sun, 10 Aug 2003 20:39:19 +0000 (20:39 +0000)]
Nuke unused vars
Marcus Boerger [Sun, 10 Aug 2003 20:13:38 +0000 (20:13 +0000)]
Nuke unused vars
Ard Biesheuvel [Sun, 10 Aug 2003 17:24:51 +0000 (17:24 +0000)]
Win32 fixes
Ard Biesheuvel [Sun, 10 Aug 2003 16:21:26 +0000 (16:21 +0000)]
Added ibase_affected_rows() and ibase_num_rows()
Fix for ibase_fetch_*() error after exhaustion of result
@- Added ibase_affected_row() (Ard)
@- Added ibase_num_rows() (Ard)
Marcus Boerger [Sun, 10 Aug 2003 15:05:14 +0000 (15:05 +0000)]
This is a void funtion
Ard Biesheuvel [Sun, 10 Aug 2003 13:20:38 +0000 (13:20 +0000)]
Changed ibase_query() to free transaction resource if SQL is COMMIT or
ROLLBACK
Marcus Boerger [Sun, 10 Aug 2003 13:17:02 +0000 (13:17 +0000)]
Add foreach/continue test
Marcus Boerger [Sun, 10 Aug 2003 11:46:03 +0000 (11:46 +0000)]
Simplify
foobar [Sun, 10 Aug 2003 04:23:02 +0000 (04:23 +0000)]
CS fix
<changelog@php.net> [Sun, 10 Aug 2003 00:30:29 +0000 (00:30 +0000)]
ChangeLog update
Ilia Alshanetsky [Sat, 9 Aug 2003 23:15:40 +0000 (23:15 +0000)]
Timeout fix.
Ilia Alshanetsky [Sat, 9 Aug 2003 21:00:42 +0000 (21:00 +0000)]
Use getenv() rather then $_ENV, the latter is not always avaliable.
Ilia Alshanetsky [Sat, 9 Aug 2003 20:49:00 +0000 (20:49 +0000)]
Fixed bug #24897 (inconsistent behavior of shuffle() & array_multisort())
Marcus Boerger [Sat, 9 Aug 2003 20:43:06 +0000 (20:43 +0000)]
Fix exif_thumbnail
Ilia Alshanetsky [Sat, 9 Aug 2003 20:13:44 +0000 (20:13 +0000)]
<? -> <?php
Marcus Boerger [Sat, 9 Aug 2003 20:09:09 +0000 (20:09 +0000)]
Add testcase for complicated reference scenarios with objects.
Marcus Boerger [Sat, 9 Aug 2003 20:02:02 +0000 (20:02 +0000)]
Better diffing
Moriyoshi Koizumi [Sat, 9 Aug 2003 19:29:38 +0000 (19:29 +0000)]
Fix segfault when a referenced parameter is specified with typehint.
Result of the node will never be used because verify_instanceof handler has
been eliminated.
Marcus Boerger [Sat, 9 Aug 2003 19:24:11 +0000 (19:24 +0000)]
Fix refcounting for $var = $obj[$idx] = $value;
Moriyoshi Koizumi [Sat, 9 Aug 2003 19:19:14 +0000 (19:19 +0000)]
Fix test so it matches the new error message.
foobar [Sat, 9 Aug 2003 18:43:45 +0000 (18:43 +0000)]
Cosmetic note
Ilia Alshanetsky [Sat, 9 Aug 2003 18:40:40 +0000 (18:40 +0000)]
Correct test to work with later versions of GNU Aspell (more common).
Marcus Boerger [Sat, 9 Aug 2003 17:21:19 +0000 (17:21 +0000)]
Complain about borked tests instead of spitting out errors
Ilia Alshanetsky [Sat, 9 Aug 2003 16:44:33 +0000 (16:44 +0000)]
Added/improved tests for bugs 24142, 24063, 24951, 24980
Ilia Alshanetsky [Sat, 9 Aug 2003 16:43:28 +0000 (16:43 +0000)]
Do not assume array contains numeric values.
foobar [Sat, 9 Aug 2003 15:46:36 +0000 (15:46 +0000)]
Added missing ?> so this test can be run without run-tests
Marcus Boerger [Sat, 9 Aug 2003 14:48:47 +0000 (14:48 +0000)]
Prefix all engine 2 tests
Marcus Boerger [Sat, 9 Aug 2003 14:34:44 +0000 (14:34 +0000)]
Reenable, works as expected
Marcus Boerger [Sat, 9 Aug 2003 14:32:33 +0000 (14:32 +0000)]
Precise destructor errors
foobar [Sat, 9 Aug 2003 14:27:16 +0000 (14:27 +0000)]
MFB
Marcus Boerger [Sat, 9 Aug 2003 11:57:02 +0000 (11:57 +0000)]
Don't show matching regex as different
Derick Rethans [Sat, 9 Aug 2003 11:20:38 +0000 (11:20 +0000)]
- Fix memleak (this strndup is totally unnecessary)
Marcus Boerger [Sat, 9 Aug 2003 01:12:41 +0000 (01:12 +0000)]
Bugfix #24142, part 2
Ilia Alshanetsky [Fri, 8 Aug 2003 23:50:36 +0000 (23:50 +0000)]
Fixed bug #24980 (array_reduce() uses first element as default running
total).
Fixed memory leak that can be replicated using the function example on
http://www.php.net/array_reduce
Ilia Alshanetsky [Fri, 8 Aug 2003 23:43:45 +0000 (23:43 +0000)]
Fixed bug #24951 (ob_flush() needlessly destroys output handler).
Ilia Alshanetsky [Fri, 8 Aug 2003 23:40:44 +0000 (23:40 +0000)]
Avoid a round() bug that occurs due to over optimization of C code by gcc.
This bug was confirmed across multiple systems with gcc 2.95.3 & 3.X+
Marcus Boerger [Fri, 8 Aug 2003 19:48:33 +0000 (19:48 +0000)]
Clearify
Marcus Boerger [Fri, 8 Aug 2003 19:47:30 +0000 (19:47 +0000)]
Bugfix #24063 (marcus/ilia)
Ard Biesheuvel [Fri, 8 Aug 2003 13:47:20 +0000 (13:47 +0000)]
Changes ibase_query() to support SET TRANSACTION statements
@- Added support for SET TRANSACTION statements in ibase_query() (Ard)
Ilia Alshanetsky [Fri, 8 Aug 2003 13:36:28 +0000 (13:36 +0000)]
Fixed bug #24977 (Revert mysql_select_db optimization)
Ilia Alshanetsky [Fri, 8 Aug 2003 13:34:38 +0000 (13:34 +0000)]
Fixed bug #24909 (Bad random numbers with ZTS builds on Solaris)
Edin Kadribasic [Fri, 8 Aug 2003 12:15:17 +0000 (12:15 +0000)]
It builds much better when linked to the right lib
Edin Kadribasic [Fri, 8 Aug 2003 11:55:34 +0000 (11:55 +0000)]
Windows build file (doesn't build yet)
Ard Biesheuvel [Fri, 8 Aug 2003 11:04:12 +0000 (11:04 +0000)]
Changed the names of some struct members for readability
Added function ibase_errcode()
@- Added function ibase_errcode() (Ard)
Moriyoshi Koizumi [Fri, 8 Aug 2003 10:53:54 +0000 (10:53 +0000)]
Fix test as the "expected result" was totally pointless in the first place.
Moriyoshi Koizumi [Fri, 8 Aug 2003 10:52:50 +0000 (10:52 +0000)]
Fix the test which should have been fixed long ago.
Moriyoshi Koizumi [Fri, 8 Aug 2003 10:35:53 +0000 (10:35 +0000)]
Add test case for the bug
Moriyoshi Koizumi [Fri, 8 Aug 2003 09:51:28 +0000 (09:51 +0000)]
Eliminate redundant assignment
Moriyoshi Koizumi [Fri, 8 Aug 2003 09:40:58 +0000 (09:40 +0000)]
Real fix for the problem addressed in the last commit message.
Sara Golemon [Fri, 8 Aug 2003 06:18:25 +0000 (06:18 +0000)]
Plug leak in ftp_url_stat
Ard Biesheuvel [Fri, 8 Aug 2003 01:42:09 +0000 (01:42 +0000)]
Changed _php_ibase_trans_end() to allow committing of default transaction
of a non-default link
<changelog@php.net> [Fri, 8 Aug 2003 00:30:25 +0000 (00:30 +0000)]
ChangeLog update
Marcus Boerger [Thu, 7 Aug 2003 22:50:46 +0000 (22:50 +0000)]
Once ago this was used
Marcus Boerger [Thu, 7 Aug 2003 22:43:01 +0000 (22:43 +0000)]
- Reduce number of c-functions/macros involved in function invocation
- Unify names of remaining c-function/macro names
Marcus Boerger [Thu, 7 Aug 2003 22:19:50 +0000 (22:19 +0000)]
Switch to use zend_call_function() what shortens spl code
Rob Richards [Thu, 7 Aug 2003 21:39:00 +0000 (21:39 +0000)]
fix bug #24957 (var_dump of object segfaults)
Moriyoshi Koizumi [Thu, 7 Aug 2003 19:53:31 +0000 (19:53 +0000)]
Move shutdown code to better place
Moriyoshi Koizumi [Thu, 7 Aug 2003 19:45:26 +0000 (19:45 +0000)]
Fix wrong behaviour under ZTS that was inconsistent with non-ZTS.
# This patch really needs MFH
Moriyoshi Koizumi [Thu, 7 Aug 2003 19:36:13 +0000 (19:36 +0000)]
Add missing right parensis
Rob Richards [Thu, 7 Aug 2003 18:38:39 +0000 (18:38 +0000)]
fix segfault when importing multiple documents
John Coggeshall [Thu, 7 Aug 2003 17:53:48 +0000 (17:53 +0000)]
Whitespace fixes.
Moriyoshi Koizumi [Thu, 7 Aug 2003 17:46:18 +0000 (17:46 +0000)]
Tru64 requires TZ values be POSIX styled.
# See http://h30097.www3.hp.com/docs/base_doc/DOCUMENTATION/V50_HTML/MAN/MAN3/0247____.HTM for detail.
Zeev Suraski [Thu, 7 Aug 2003 16:46:11 +0000 (16:46 +0000)]
Remove 'proto' from internal functions
Zeev Suraski [Thu, 7 Aug 2003 16:03:17 +0000 (16:03 +0000)]
fix another broken prototype
Zeev Suraski [Thu, 7 Aug 2003 16:02:28 +0000 (16:02 +0000)]
Fix prototype
Zeev Suraski [Thu, 7 Aug 2003 15:51:05 +0000 (15:51 +0000)]
Fix docline
Ilia Alshanetsky [Thu, 7 Aug 2003 15:41:24 +0000 (15:41 +0000)]
Fixed bug #24839 (& -> & in php credits)
Ilia Alshanetsky [Thu, 7 Aug 2003 15:32:18 +0000 (15:32 +0000)]
Fixed bug #21958 (workaround for unusual realpath() on AIX & Tru64).
foobar [Thu, 7 Aug 2003 12:04:27 +0000 (12:04 +0000)]
dlfcn.h was not found on Solaris when using forte cc
Zeev Suraski [Thu, 7 Aug 2003 07:37:19 +0000 (07:37 +0000)]
Clarify use of original_function_state_ptr
Marcus Boerger [Thu, 7 Aug 2003 07:17:34 +0000 (07:17 +0000)]
- Fix warnings
- Fix code
Ard Biesheuvel [Thu, 7 Aug 2003 01:00:22 +0000 (01:00 +0000)]
Fixed crash in _php_ibase_error() after request shutdown
<changelog@php.net> [Thu, 7 Aug 2003 00:30:30 +0000 (00:30 +0000)]
ChangeLog update
Ard Biesheuvel [Thu, 7 Aug 2003 00:00:19 +0000 (00:00 +0000)]
K&R cosmetics
# Summary of the changes in recent revisions for the NEWS file
@- Changes to Interbase extension: (Ard)
@ . Support in ibase_trans() for multiple databases
@ . New functions ibase_commit_ret() and ibase_rollback_ret(), which retain
@ the transaction context after execution
@ . Support in ibase_query() for CREATE DATABASE statements
@ . New function ibase_drop_db()
@ . New function ibase_name_result(), which assigns a name to a result for use
@ with SELECT ... FOR UPDATE statements
Ilia Alshanetsky [Wed, 6 Aug 2003 22:33:18 +0000 (22:33 +0000)]
Fixed bug #24958 (Incorrect handling of 404s)
Moriyoshi Koizumi [Wed, 6 Aug 2003 22:01:23 +0000 (22:01 +0000)]
MFB(1.142.2.22): add missing NLS entry for German.
John Coggeshall [Wed, 6 Aug 2003 21:32:46 +0000 (21:32 +0000)]
Keeping up with ZE changes to the function struct, fixed tests
John Coggeshall [Wed, 6 Aug 2003 20:17:10 +0000 (20:17 +0000)]
PEAR packaging details
Vlad Krupin [Wed, 6 Aug 2003 19:06:24 +0000 (19:06 +0000)]
Fix for bug 23463. Dbase2 is not supported.
AFAICT, no newer versions of dbase, even those use
version byte as a bitmask will ever have it <3.
Ard Biesheuvel [Wed, 6 Aug 2003 17:51:46 +0000 (17:51 +0000)]
Added three new user functions
ibase_{commit|rollback}_ret()
Commit or rollback a transaction without losing the transaction context.
ibase_name_result()
Assign a name to a result so {UPDATE|DELETE} ... WHERE CURRENT OF <name>
statements can be used.
Ard Biesheuvel [Wed, 6 Aug 2003 15:27:16 +0000 (15:27 +0000)]
ibase_query() now returns a link resource if a CREATE DB was issued
Brian France [Wed, 6 Aug 2003 15:16:46 +0000 (15:16 +0000)]
MFB: added include config.h so shared extensions builds work correctly
foobar [Wed, 6 Aug 2003 13:28:59 +0000 (13:28 +0000)]
php_xslt.dll -> php_xsl.dll, removed non-existing php_domxml.dll (bug #24960)
Ard Biesheuvel [Wed, 6 Aug 2003 12:09:30 +0000 (12:09 +0000)]
Minor Win32 fixes/cleanups
Pierre Joye [Wed, 6 Aug 2003 07:56:20 +0000 (07:56 +0000)]
- restore Mail 1.1.0
Pierre Joye [Wed, 6 Aug 2003 07:55:44 +0000 (07:55 +0000)]
- Mail 1.1.1 has bugs, back to 1.1
Zeev Suraski [Wed, 6 Aug 2003 07:38:56 +0000 (07:38 +0000)]
clarify :)
<changelog@php.net> [Wed, 6 Aug 2003 00:30:27 +0000 (00:30 +0000)]
ChangeLog update
John Coggeshall [Wed, 6 Aug 2003 00:19:31 +0000 (00:19 +0000)]
ZTS fixes.
John Coggeshall [Wed, 6 Aug 2003 00:01:22 +0000 (00:01 +0000)]
Fix memory leaks
foobar [Tue, 5 Aug 2003 23:50:59 +0000 (23:50 +0000)]
Fix the build
Ard Biesheuvel [Tue, 5 Aug 2003 23:40:30 +0000 (23:40 +0000)]
Changed ibase_trans() to allow multi-DB transactions with distinct
trans_args for each connection.
Pierre Joye [Tue, 5 Aug 2003 23:24:41 +0000 (23:24 +0000)]
- Add it again
Pierre Joye [Tue, 5 Aug 2003 23:24:14 +0000 (23:24 +0000)]
- seems to failed
Pierre Joye [Tue, 5 Aug 2003 23:22:08 +0000 (23:22 +0000)]
- Update Mail (to 1.1.1), HTTP archive (to 1.2.1)
Pierre Joye [Tue, 5 Aug 2003 23:17:40 +0000 (23:17 +0000)]
- Fix download with uncompress option
Nota Bene, we should think to use the same name for pearweb and pear cmd
Ilia Alshanetsky [Tue, 5 Aug 2003 20:15:53 +0000 (20:15 +0000)]
Fixed bug #18291 (escapeshellcmd() can now handle quoted arguments).
Ilia Alshanetsky [Tue, 5 Aug 2003 20:03:54 +0000 (20:03 +0000)]
Fixed bug #17414 (pthreads bug work around)
Patch by timo.teras[at]iki.fi
Tomas V.V.Cox [Tue, 5 Aug 2003 16:31:19 +0000 (16:31 +0000)]
go with 1.2b5
foobar [Tue, 5 Aug 2003 16:30:47 +0000 (16:30 +0000)]
Fix CS/WS