]>
granicus.if.org Git - php/log
Marcus Boerger [Sun, 27 Jul 2003 17:44:20 +0000 (17:44 +0000)]
#damn
Marcus Boerger [Sun, 27 Jul 2003 17:05:56 +0000 (17:05 +0000)]
In protocol version < 3 we cannot test transaction status and do unconditional ROLLBACK;
Marcus Boerger [Sun, 27 Jul 2003 16:47:36 +0000 (16:47 +0000)]
Added new function pg_parameter_status()
Marcus Boerger [Sun, 27 Jul 2003 16:46:40 +0000 (16:46 +0000)]
Needed function detection
Marcus Boerger [Sun, 27 Jul 2003 16:45:10 +0000 (16:45 +0000)]
New smart connect/shutdown for persistent connections.
Behavior for old libs/servers is "BEGIN;ROLLBACK;" in request shutdown.
For new libs a "RESET ALL;" is done in connect and "ROLLBACK;" is only done
where appropriate.
Stanislav Malyshev [Sun, 27 Jul 2003 16:43:05 +0000 (16:43 +0000)]
fix compare
Stanislav Malyshev [Sun, 27 Jul 2003 16:39:35 +0000 (16:39 +0000)]
use zend_binary_strncasecmp
Stanislav Malyshev [Sun, 27 Jul 2003 15:59:37 +0000 (15:59 +0000)]
change shutdown order so that dtors would coexist with object error handlers
Stanislav Malyshev [Sun, 27 Jul 2003 14:02:46 +0000 (14:02 +0000)]
clean the right one
Stanislav Malyshev [Sun, 27 Jul 2003 13:47:58 +0000 (13:47 +0000)]
make shutdown more granular so in case some dtor goes ape we still
can shut down cleanly
Stanislav Malyshev [Sun, 27 Jul 2003 13:20:31 +0000 (13:20 +0000)]
make clone and throw coexist peacefully
Stanislav Malyshev [Sun, 27 Jul 2003 12:50:56 +0000 (12:50 +0000)]
add test
Stanislav Malyshev [Sun, 27 Jul 2003 12:46:14 +0000 (12:46 +0000)]
fix #24635: clean hash before putting into cache
Stanislav Malyshev [Sun, 27 Jul 2003 12:25:50 +0000 (12:25 +0000)]
fix crash #24550
Stanislav Malyshev [Sun, 27 Jul 2003 12:07:23 +0000 (12:07 +0000)]
add test
Stanislav Malyshev [Sun, 27 Jul 2003 12:03:54 +0000 (12:03 +0000)]
fix leaks with class constants (bug #24699)
Stanislav Malyshev [Sun, 27 Jul 2003 11:42:21 +0000 (11:42 +0000)]
make __clone call case insensitive, just as other calls are
Rob Richards [Fri, 25 Jul 2003 17:25:50 +0000 (17:25 +0000)]
doctype and namespace fix
memory leak fix
Tomas V.V.Cox [Fri, 25 Jul 2003 17:08:19 +0000 (17:08 +0000)]
Made avaible the "download-all" command
foobar [Fri, 25 Jul 2003 12:15:33 +0000 (12:15 +0000)]
Fix typo (and debug build)
Edin Kadribasic [Fri, 25 Jul 2003 11:41:33 +0000 (11:41 +0000)]
Partial MDB
Moriyoshi Koizumi [Fri, 25 Jul 2003 05:51:57 +0000 (05:51 +0000)]
Fix run-test.php so it can correctly handle skip conditions.
Ilia Alshanetsky [Fri, 25 Jul 2003 03:03:26 +0000 (03:03 +0000)]
Removed unused variable.
Sara Golemon [Fri, 25 Jul 2003 01:03:39 +0000 (01:03 +0000)]
Fix Bug#24784 single character search keys not respecting case sensitivity/replace count parameters.
<changelog@php.net> [Fri, 25 Jul 2003 00:30:31 +0000 (00:30 +0000)]
ChangeLog update
Harrie Hazewinkel [Thu, 24 Jul 2003 21:48:55 +0000 (21:48 +0000)]
Bug 24760 fix, in which the port number when non-default is not handled
correctly and ends up as the default port. This seems to be caused by
some buffer overflow where the port number is assign zero, even though
it it is not assigned to the port variable.
FIx was reported and a fix proposed by "chuck+php at 2003 dot snew dot com"
Marcus Boerger [Thu, 24 Jul 2003 20:28:15 +0000 (20:28 +0000)]
Update due to Zeev's latest engine changes
Uwe Schindler [Thu, 24 Jul 2003 17:46:36 +0000 (17:46 +0000)]
put $ID:...$ in readme
Ilia Alshanetsky [Thu, 24 Jul 2003 17:44:16 +0000 (17:44 +0000)]
When encountering a test that users GET/POST make run-tests.php use CGI
sapi if it is avaliable.
If CLI sapi is not avaliable print a clear error when make test is executed.
Uwe Schindler [Thu, 24 Jul 2003 17:40:40 +0000 (17:40 +0000)]
Possibility to use php5_execute to display server error pages or directory listing pages
foobar [Thu, 24 Jul 2003 17:07:40 +0000 (17:07 +0000)]
cleanup (CS+ws)
Zeev Suraski [Thu, 24 Jul 2003 17:00:17 +0000 (17:00 +0000)]
Fix expectations :)
Zeev Suraski [Thu, 24 Jul 2003 16:51:35 +0000 (16:51 +0000)]
Fix logic and comments in ASSIGN_DIM
Zeev Suraski [Thu, 24 Jul 2003 13:21:54 +0000 (13:21 +0000)]
Add foreach() test with references
Rob Richards [Thu, 24 Jul 2003 13:20:59 +0000 (13:20 +0000)]
add xpath.c to DOM source files
Rob Richards [Thu, 24 Jul 2003 13:18:40 +0000 (13:18 +0000)]
initial xpath implementation
make dom_object generic
Zeev Suraski [Thu, 24 Jul 2003 13:14:57 +0000 (13:14 +0000)]
Fix another HANDLE_NUMERIC bug. Looks like you opened Pandora's box, Sterling ;)
Zeev Suraski [Thu, 24 Jul 2003 13:08:35 +0000 (13:08 +0000)]
Add test for binary safety of each()
Zeev Suraski [Thu, 24 Jul 2003 13:06:25 +0000 (13:06 +0000)]
Fix each() binary safety for keys
Zeev Suraski [Thu, 24 Jul 2003 12:56:05 +0000 (12:56 +0000)]
Fix assignments to numeric array indices
Zeev Suraski [Thu, 24 Jul 2003 12:51:07 +0000 (12:51 +0000)]
Remove useless code
Zeev Suraski [Thu, 24 Jul 2003 12:38:33 +0000 (12:38 +0000)]
Support references in foreach()
Syntax:
foreach ($arr as &$val)
foreach ($arr as $key => &$val)
foobar [Thu, 24 Jul 2003 10:41:47 +0000 (10:41 +0000)]
Fix the test..
foobar [Thu, 24 Jul 2003 10:37:57 +0000 (10:37 +0000)]
fix the test
foobar [Thu, 24 Jul 2003 10:25:15 +0000 (10:25 +0000)]
test for bug 24783 (foreach() key not binary safe)
foobar [Thu, 24 Jul 2003 10:13:17 +0000 (10:13 +0000)]
test for bug #14580 (key() not binary safe)
Zeev Suraski [Thu, 24 Jul 2003 08:36:39 +0000 (08:36 +0000)]
Fix binary safety in foreach() keys (fixes bug #24783)
Zeev Suraski [Thu, 24 Jul 2003 08:24:07 +0000 (08:24 +0000)]
Make print_r() binary safe with keys
Zeev Suraski [Thu, 24 Jul 2003 08:02:08 +0000 (08:02 +0000)]
Fix bug #19613
foobar [Thu, 24 Jul 2003 02:11:30 +0000 (02:11 +0000)]
Missing entries (Thies&Marcus), some style fixes
<changelog@php.net> [Thu, 24 Jul 2003 00:30:26 +0000 (00:30 +0000)]
ChangeLog update
Ilia Alshanetsky [Thu, 24 Jul 2003 00:03:42 +0000 (00:03 +0000)]
gztell() is not necessary, the return value of gzseek() represents the
new position. With zlib 1.1.4 gztell() alse returns 0 when working
on non-zlib files (test ext/zlib/tests/gzreadgzwriteplain.phpt).
Ilia Alshanetsky [Wed, 23 Jul 2003 21:41:44 +0000 (21:41 +0000)]
Fixed GLOB_ONLYDIR to work on GNU libc based system.
Ilia Alshanetsky [Wed, 23 Jul 2003 16:54:34 +0000 (16:54 +0000)]
Removed unused variables.
Ilia Alshanetsky [Wed, 23 Jul 2003 16:53:26 +0000 (16:53 +0000)]
Fixed bug #24752 (Unhandled "uniqueidentifier" field type)
Original Patch By: s.sonnenberg[at]coolspot.de
Ilia Alshanetsky [Wed, 23 Jul 2003 16:03:10 +0000 (16:03 +0000)]
Fixed bug #23798 (Spaces were not being stripped from Bcc header)
Fixed bug #24663 (\n. sequences were not being escaped)
Stanislav Malyshev [Wed, 23 Jul 2003 08:58:46 +0000 (08:58 +0000)]
Remove namespace leftovers
Zeev Suraski [Wed, 23 Jul 2003 08:56:34 +0000 (08:56 +0000)]
Go back to ZE1-like code
Zeev Suraski [Wed, 23 Jul 2003 08:53:23 +0000 (08:53 +0000)]
Fix interface
Sebastian Bergmann [Wed, 23 Jul 2003 04:02:26 +0000 (04:02 +0000)]
Fix segfault. Patch by Timm Friebe <thekid@thekid.de>.
<changelog@php.net> [Wed, 23 Jul 2003 00:30:29 +0000 (00:30 +0000)]
ChangeLog update
Pierre Joye [Wed, 23 Jul 2003 00:23:21 +0000 (00:23 +0000)]
- Fix leak when no fill is done (ilia)
Pierre Joye [Wed, 23 Jul 2003 00:17:29 +0000 (00:17 +0000)]
- Remove imagepng, not used in test
Pierre Joye [Wed, 23 Jul 2003 00:11:33 +0000 (00:11 +0000)]
- imagefill tests
Pierre Joye [Wed, 23 Jul 2003 00:08:57 +0000 (00:08 +0000)]
- Fix #bug24594
Rewrite the imagefill function (non recursive, uses of connected points
algorithm)
Marcus Boerger [Tue, 22 Jul 2003 23:05:17 +0000 (23:05 +0000)]
Added pg_version() which returns an associative array of client/protocol/server
version.
@Added pg_version() function. (Marcus)
Marcus Boerger [Tue, 22 Jul 2003 23:01:24 +0000 (23:01 +0000)]
Add reson
Marcus Boerger [Tue, 22 Jul 2003 22:05:46 +0000 (22:05 +0000)]
The value might be a null pointer
Marcus Boerger [Tue, 22 Jul 2003 21:12:32 +0000 (21:12 +0000)]
Postgres decision on this
Marcus Boerger [Tue, 22 Jul 2003 20:53:56 +0000 (20:53 +0000)]
Fix for the moment
Zeev Suraski [Tue, 22 Jul 2003 16:08:50 +0000 (16:08 +0000)]
- Use the new infrastructure of zend_symtable_*() (fixes bug #24565)
- Fix bogus use of get_current_key()
Zeev Suraski [Tue, 22 Jul 2003 16:06:07 +0000 (16:06 +0000)]
Improve infrastructure of numeric handling of elements in symbol tables.
When you want to work with a symbol table, and you don't know whether you
have a numeric ("string that looks like a number") or a string element in
your hands, use zend_symtable_*() functions, in place of zend_hash_*()
functions.
Ilia Alshanetsky [Tue, 22 Jul 2003 16:05:32 +0000 (16:05 +0000)]
* Fixed bug #24535 (Crash when retrieving data from unbuffered result after
the original connection has been changed).
* Fixed a crash when trying to fetch an unbuffered result after
mysql_close() has been called.
* Added a check to make sure no unbuffered results are inside the buffer
when calling functions that internally execute a query. Affected functions
are: mysql_select_db(), mysql_list_dbs(), mysql_list_tables(),
mysql_list_processes(), mysql_list_fields(), mysql_stat() and mysql_ping().
* Do not re-select a database if the database to be selected is the same.
Zeev Suraski [Tue, 22 Jul 2003 13:54:45 +0000 (13:54 +0000)]
Add test
Zeev Suraski [Tue, 22 Jul 2003 13:50:00 +0000 (13:50 +0000)]
API update
Zeev Suraski [Tue, 22 Jul 2003 13:49:33 +0000 (13:49 +0000)]
Fix isset()/empty() for non-trivial object elements
(API change - read_property now accepts an extra element)
Fixes bug #24436
Edin Kadribasic [Tue, 22 Jul 2003 12:36:59 +0000 (12:36 +0000)]
MFB
Thies C. Arntzen [Tue, 22 Jul 2003 10:38:34 +0000 (10:38 +0000)]
@ - Added optional Parameter to OCIWriteTemporaryLob which allows to
@ specify the type of LOB you want to be written (OCI_TEMP_CLOB, OCI_TEMP_BLOB)
@ (Patch by Novicky Marek <novicky@aarongroup.cz>) (Thies)
Jason Greene [Tue, 22 Jul 2003 07:20:55 +0000 (07:20 +0000)]
Fix EINVAL errors for OS's (Solaris + BSD) that do not appreciate microseconds >= 1 second
Patch submitted from meebery@php.net
Ilia Alshanetsky [Tue, 22 Jul 2003 01:32:01 +0000 (01:32 +0000)]
Make php_check_safe_mode_include_dir check independent of unrelated
open_basedir directive and make it properly handle undefined/empty
safe_mode_include_dir directive when safe_mode is enabled.
Sascha Schumann [Tue, 22 Jul 2003 01:11:07 +0000 (01:11 +0000)]
MFB proper fix for #24592
<changelog@php.net> [Tue, 22 Jul 2003 00:30:54 +0000 (00:30 +0000)]
ChangeLog update
Ilia Alshanetsky [Mon, 21 Jul 2003 21:47:52 +0000 (21:47 +0000)]
Fixed bug #24592 (Possible crash in session extnsion, with NULL values)
Marcus Boerger [Mon, 21 Jul 2003 20:53:00 +0000 (20:53 +0000)]
Reset vars when reusing a persistent connection as requested from postgres developers
Marcus Boerger [Mon, 21 Jul 2003 20:49:47 +0000 (20:49 +0000)]
Go without #24499 hint sneaked in by accident
Zeev Suraski [Mon, 21 Jul 2003 17:42:24 +0000 (17:42 +0000)]
Fix register_globals
Zeev Suraski [Mon, 21 Jul 2003 17:41:42 +0000 (17:41 +0000)]
Remove old code
Uwe Schindler [Mon, 21 Jul 2003 14:20:47 +0000 (14:20 +0000)]
some code cleanups
Ilia Alshanetsky [Mon, 21 Jul 2003 13:36:23 +0000 (13:36 +0000)]
Fixed bug #24560 (parse_url() incorrectly handling certain file:// based
schemas).
Zeev Suraski [Mon, 21 Jul 2003 12:13:16 +0000 (12:13 +0000)]
Fix bug #24499
Zeev Suraski [Mon, 21 Jul 2003 11:48:37 +0000 (11:48 +0000)]
Add a couple of tests
foobar [Mon, 21 Jul 2003 08:27:23 +0000 (08:27 +0000)]
Missing .cvsignore
foobar [Mon, 21 Jul 2003 08:20:48 +0000 (08:20 +0000)]
some style fixes
Zeev Suraski [Mon, 21 Jul 2003 07:42:15 +0000 (07:42 +0000)]
Revert fix for #24729, and refix
Marcus Boerger [Mon, 21 Jul 2003 07:13:26 +0000 (07:13 +0000)]
Go with a better fix for #24729
George Schlossnagle [Mon, 21 Jul 2003 06:05:58 +0000 (06:05 +0000)]
reverted at Andi's request. replaced with more generic wrapper.
<changelog@php.net> [Mon, 21 Jul 2003 00:30:29 +0000 (00:30 +0000)]
ChangeLog update
Marcus Boerger [Sun, 20 Jul 2003 22:03:28 +0000 (22:03 +0000)]
Unify
Marcus Boerger [Sun, 20 Jul 2003 21:57:50 +0000 (21:57 +0000)]
BFN
Marcus Boerger [Sun, 20 Jul 2003 20:48:54 +0000 (20:48 +0000)]
BFN