]>
granicus.if.org Git - php/log
foobar [Tue, 12 Aug 2003 02:11:41 +0000 (02:11 +0000)]
fix build
foobar [Tue, 12 Aug 2003 02:05:21 +0000 (02:05 +0000)]
fix test
Ilia Alshanetsky [Tue, 12 Aug 2003 00:58:52 +0000 (00:58 +0000)]
emalloc -> safe_emalloc
Ilia Alshanetsky [Tue, 12 Aug 2003 00:44:05 +0000 (00:44 +0000)]
Fixed bugs in various tests.
<changelog@php.net> [Tue, 12 Aug 2003 00:30:27 +0000 (00:30 +0000)]
ChangeLog update
foobar [Mon, 11 Aug 2003 23:55:46 +0000 (23:55 +0000)]
Fix the test results (negative indices are not strings anymore)
Ilia Alshanetsky [Mon, 11 Aug 2003 23:16:54 +0000 (23:16 +0000)]
emalloc -> safe_emalloc
Marcus Boerger [Mon, 11 Aug 2003 20:14:25 +0000 (20:14 +0000)]
Bugfix 21918
Moriyoshi Koizumi [Mon, 11 Aug 2003 20:02:05 +0000 (20:02 +0000)]
Ensure CGI binary works like CLI.
# This kind of mess should be removed if other better way is found.
Moriyoshi Koizumi [Mon, 11 Aug 2003 19:52:38 +0000 (19:52 +0000)]
(format fix) replace a tab with a single space
Marcus Boerger [Mon, 11 Aug 2003 19:36:26 +0000 (19:36 +0000)]
Bugfix #25044
Ilia Alshanetsky [Mon, 11 Aug 2003 19:20:44 +0000 (19:20 +0000)]
Fixed bug #22245 (References inside $_SESSION not being handled).
Marcus Boerger [Mon, 11 Aug 2003 18:53:55 +0000 (18:53 +0000)]
Add Ard as interbase maintainer
Ilia Alshanetsky [Mon, 11 Aug 2003 18:03:24 +0000 (18:03 +0000)]
Fixed bug #22947 (Ack() inside win32/sendmail.c may stall in certain
situations).
Ilia Alshanetsky [Mon, 11 Aug 2003 16:37:32 +0000 (16:37 +0000)]
Fixed bug #25037 (Possible infinite loop inside SendText())
Andrey Hristov [Mon, 11 Aug 2003 11:27:27 +0000 (11:27 +0000)]
proto fix (thanks to Mehdi Achour for notifying)
Masaki Fujimoto [Mon, 11 Aug 2003 05:24:42 +0000 (05:24 +0000)]
- added script encoding support to Zend Engine 2.
this enables ZE2 to gracefully parse scripts written in UTF-8 (with BOM),
UTF-16, UTF-32, Shift_JIS, ISO-2022-JP etc... (when configured with
'--enable-zend-multibyte' and '--enable-mbstring')
Ilia Alshanetsky [Mon, 11 Aug 2003 03:22:24 +0000 (03:22 +0000)]
Fixed bug #21957 (serialize() mangles objects with __sleep).
foobar [Mon, 11 Aug 2003 02:32:17 +0000 (02:32 +0000)]
Simplify a bit
foobar [Mon, 11 Aug 2003 02:03:40 +0000 (02:03 +0000)]
Fix compile warning
foobar [Mon, 11 Aug 2003 01:56:43 +0000 (01:56 +0000)]
Nuke unused variable
foobar [Mon, 11 Aug 2003 01:54:45 +0000 (01:54 +0000)]
Fix the compile warnings properly
Sara Golemon [Mon, 11 Aug 2003 01:30:55 +0000 (01:30 +0000)]
Collection of tests for stream_socket_(client|server)(). TCP/UDP (AF_INET & AF_INET6) and UNIX/UDG
foobar [Mon, 11 Aug 2003 01:22:37 +0000 (01:22 +0000)]
Added the interbase NEWS entries
foobar [Mon, 11 Aug 2003 00:49:19 +0000 (00:49 +0000)]
Moved the RINIT(crypt) stuff into crypt() itself.
Ard Biesheuvel [Mon, 11 Aug 2003 00:49:08 +0000 (00:49 +0000)]
Added myself
foobar [Mon, 11 Aug 2003 00:42:29 +0000 (00:42 +0000)]
- Fixed bug #25007 (rand() & mt_rand() seed RNG every call).
# Also cleaned up the code a bit with this fix.
<changelog@php.net> [Mon, 11 Aug 2003 00:30:22 +0000 (00:30 +0000)]
ChangeLog update
Marcus Boerger [Mon, 11 Aug 2003 00:02:32 +0000 (00:02 +0000)]
Add destructor inheritance test (bug #24637)
Marcus Boerger [Sun, 10 Aug 2003 23:59:35 +0000 (23:59 +0000)]
Bugfix #24637 __destruct not called
Marcus Boerger [Sun, 10 Aug 2003 21:30:36 +0000 (21:30 +0000)]
Initialize this variable to 0 as suggested by sara
Ard Biesheuvel [Sun, 10 Aug 2003 20:53:19 +0000 (20:53 +0000)]
Added ibase_num_params() and ibase_param_info()
@- Added function ibase_num_params() (Ard)
@- Added function ibase_param_info() (Ard)
Marcus Boerger [Sun, 10 Aug 2003 20:39:58 +0000 (20:39 +0000)]
Fix warnings
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)