]> granicus.if.org Git - php/log
php
21 years agoFixed bug #22154 (Possible crash when memory_limit is reached and
Ilia Alshanetsky [Thu, 31 Jul 2003 19:46:03 +0000 (19:46 +0000)]
Fixed bug #22154 (Possible crash when memory_limit is reached and
output buffering in addition to session.use_trans_sid is used).

21 years ago- Removed the unnecessary check of array_init() return value.
foobar [Thu, 31 Jul 2003 18:28:47 +0000 (18:28 +0000)]
- Removed the unnecessary check of array_init() return value.

21 years agoUse instanceof_function()
Zeev Suraski [Thu, 31 Jul 2003 16:30:15 +0000 (16:30 +0000)]
Use instanceof_function()

21 years agoFinish the array overloading patch
Zeev Suraski [Thu, 31 Jul 2003 09:06:11 +0000 (09:06 +0000)]
Finish the array overloading patch

21 years agoCleanup
Zeev Suraski [Thu, 31 Jul 2003 08:24:55 +0000 (08:24 +0000)]
Cleanup

21 years ago- Fix logic. It was the wrong way around.
Andi Gutmans [Thu, 31 Jul 2003 05:08:59 +0000 (05:08 +0000)]
- Fix logic. It was the wrong way around.

21 years agoChangeLog update
<changelog@php.net> [Thu, 31 Jul 2003 00:30:27 +0000 (00:30 +0000)]
ChangeLog update

21 years agoRevert the fix for now
foobar [Wed, 30 Jul 2003 21:56:45 +0000 (21:56 +0000)]
Revert the fix for now

21 years ago- Fix problem with hash when updating same bucket with data of different
Andi Gutmans [Wed, 30 Jul 2003 19:47:39 +0000 (19:47 +0000)]
- Fix problem with hash when updating same bucket with data of different
  sizes one after another.
- Fix number of arguments to read_dimension.

21 years agoFixed bug #24873 (incorrect handling of / inside open_basedir)
Ilia Alshanetsky [Wed, 30 Jul 2003 17:55:06 +0000 (17:55 +0000)]
Fixed bug #24873 (incorrect handling of / inside open_basedir)

21 years agoGet rid of an opcode
Zeev Suraski [Wed, 30 Jul 2003 17:49:27 +0000 (17:49 +0000)]
Get rid of an opcode

21 years agoSupport overloading of $foo["bar"] += "baz"
Zeev Suraski [Wed, 30 Jul 2003 17:40:54 +0000 (17:40 +0000)]
Support overloading of $foo["bar"] += "baz"

21 years agoFixed bug #23792 (8 bit graphics don't rotate properly)
Ilia Alshanetsky [Wed, 30 Jul 2003 17:34:11 +0000 (17:34 +0000)]
Fixed bug #23792 (8 bit graphics don't rotate properly)
Patch by: pajoye@php.net

21 years agoImprove array overloading - support unset($foo["bar"])
Zeev Suraski [Wed, 30 Jul 2003 17:12:06 +0000 (17:12 +0000)]
Improve array overloading - support unset($foo["bar"])

21 years agoRemove garbage
Zeev Suraski [Wed, 30 Jul 2003 17:02:41 +0000 (17:02 +0000)]
Remove garbage

21 years agoCall exec_finished()
Zeev Suraski [Wed, 30 Jul 2003 16:15:03 +0000 (16:15 +0000)]
Call exec_finished()

21 years agoAdd exec_finished() callback for modules - this is the last place where the
Zeev Suraski [Wed, 30 Jul 2003 16:13:52 +0000 (16:13 +0000)]
Add exec_finished() callback for modules - this is the last place where the
modules may touch the symbol table reliably

21 years agoFix build on certain platforms which do not accept #include FOOBAR
foobar [Wed, 30 Jul 2003 14:09:42 +0000 (14:09 +0000)]
Fix build on certain platforms which do not accept #include FOOBAR

21 years agoFix yaz_record, type array to return bibliographic record part
Adam Dickmeiss [Wed, 30 Jul 2003 09:53:39 +0000 (09:53 +0000)]
Fix yaz_record, type array to return bibliographic record part

21 years agoChangeLog update
<changelog@php.net> [Wed, 30 Jul 2003 00:30:26 +0000 (00:30 +0000)]
ChangeLog update

21 years agoFinalize the closing process of persistent streams. The current
Ilia Alshanetsky [Tue, 29 Jul 2003 18:26:34 +0000 (18:26 +0000)]
Finalize the closing process of persistent streams. The current
behavior/API is as follows:

1) To close a persistent use php_stream_pclose(), it will close the stream
and remove it from the persistent list.

2) Inside PHP code only explicit fclose() will close persistent streams,
all other actions such as unset() or assigning a value to stream handle
will not.

3) Regular streams can still be closed by either fclose(), unset() or an
assignment of a value to the stream handler.

21 years agoTest case for bug #22836.
Ilia Alshanetsky [Tue, 29 Jul 2003 17:56:50 +0000 (17:56 +0000)]
Test case for bug #22836.

21 years agoincrement refcount for arrays passed to xml_set_handler
Rob Richards [Tue, 29 Jul 2003 13:34:50 +0000 (13:34 +0000)]
increment refcount for arrays passed to xml_set_handler

21 years agoRemove the obfuscation caused by the double "#ifdef ZTS"
foobar [Tue, 29 Jul 2003 01:30:59 +0000 (01:30 +0000)]
Remove the obfuscation caused by the double "#ifdef ZTS"

21 years agoFixed a double free bug when freeing persistent streams.
Ilia Alshanetsky [Mon, 28 Jul 2003 18:57:28 +0000 (18:57 +0000)]
Fixed a double free bug when freeing persistent streams.

21 years agoMake pclose() respect references.
Ilia Alshanetsky [Mon, 28 Jul 2003 14:42:42 +0000 (14:42 +0000)]
Make pclose() respect references.

21 years agoFixed bug #24839 (missing </div>)
foobar [Mon, 28 Jul 2003 10:44:19 +0000 (10:44 +0000)]
Fixed bug #24839 (missing </div>)

21 years agows fix
foobar [Mon, 28 Jul 2003 10:23:36 +0000 (10:23 +0000)]
ws fix

21 years agoFixed bug #13142 (strtotime not handling "M d H:i:s Y" format)
Ilia Alshanetsky [Mon, 28 Jul 2003 04:01:32 +0000 (04:01 +0000)]
Fixed bug #13142 (strtotime not handling "M d H:i:s Y" format)

21 years agoChangeLog update
<changelog@php.net> [Mon, 28 Jul 2003 00:30:27 +0000 (00:30 +0000)]
ChangeLog update

21 years agoFix bug #24801 (xml_call_handler() causes segmentation fault)
Rob Richards [Sun, 27 Jul 2003 20:32:55 +0000 (20:32 +0000)]
Fix bug #24801 (xml_call_handler() causes segmentation fault)

21 years agoremove xml debug code
Rob Richards [Sun, 27 Jul 2003 20:21:36 +0000 (20:21 +0000)]
remove xml debug code

21 years agoFixed bug #24557 (make fclose() respect refcount on the resource).
Ilia Alshanetsky [Sun, 27 Jul 2003 18:45:02 +0000 (18:45 +0000)]
Fixed bug #24557 (make fclose() respect refcount on the resource).

21 years agoFixed bug #24827 (ob_gzhandler overrides Vary header)
Ilia Alshanetsky [Sun, 27 Jul 2003 18:16:06 +0000 (18:16 +0000)]
Fixed bug #24827 (ob_gzhandler overrides Vary header)

21 years agoreworking xml namespace support
Rob Richards [Sun, 27 Jul 2003 17:57:06 +0000 (17:57 +0000)]
reworking xml namespace support
add node lookupNamespaceURI and lookupPrefix
add attr isId

21 years ago#damn
Marcus Boerger [Sun, 27 Jul 2003 17:44:20 +0000 (17:44 +0000)]
#damn

21 years agoIn protocol version < 3 we cannot test transaction status and do unconditional ROLLBACK;
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;

21 years agoAdded new function pg_parameter_status()
Marcus Boerger [Sun, 27 Jul 2003 16:47:36 +0000 (16:47 +0000)]
Added new function pg_parameter_status()

21 years agoNeeded function detection
Marcus Boerger [Sun, 27 Jul 2003 16:46:40 +0000 (16:46 +0000)]
Needed function detection

21 years agoNew smart connect/shutdown for persistent connections.
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.

21 years agofix compare
Stanislav Malyshev [Sun, 27 Jul 2003 16:43:05 +0000 (16:43 +0000)]
fix compare

21 years agouse zend_binary_strncasecmp
Stanislav Malyshev [Sun, 27 Jul 2003 16:39:35 +0000 (16:39 +0000)]
use zend_binary_strncasecmp

21 years agochange shutdown order so that dtors would coexist with object error handlers
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

21 years agoclean the right one
Stanislav Malyshev [Sun, 27 Jul 2003 14:02:46 +0000 (14:02 +0000)]
clean the right one

21 years agomake shutdown more granular so in case some dtor goes ape we still
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

21 years agomake clone and throw coexist peacefully
Stanislav Malyshev [Sun, 27 Jul 2003 13:20:31 +0000 (13:20 +0000)]
make clone and throw coexist peacefully

21 years agoadd test
Stanislav Malyshev [Sun, 27 Jul 2003 12:50:56 +0000 (12:50 +0000)]
add test

21 years agofix #24635: clean hash before putting into cache
Stanislav Malyshev [Sun, 27 Jul 2003 12:46:14 +0000 (12:46 +0000)]
fix #24635: clean hash before putting into cache

21 years agofix crash #24550
Stanislav Malyshev [Sun, 27 Jul 2003 12:25:50 +0000 (12:25 +0000)]
fix crash #24550

21 years agoadd test
Stanislav Malyshev [Sun, 27 Jul 2003 12:07:23 +0000 (12:07 +0000)]
add test

21 years agofix leaks with class constants (bug #24699)
Stanislav Malyshev [Sun, 27 Jul 2003 12:03:54 +0000 (12:03 +0000)]
fix leaks with class constants (bug #24699)

21 years agomake __clone call case insensitive, just as other calls are
Stanislav Malyshev [Sun, 27 Jul 2003 11:42:21 +0000 (11:42 +0000)]
make __clone call case insensitive, just as other calls are

21 years agodoctype and namespace fix
Rob Richards [Fri, 25 Jul 2003 17:25:50 +0000 (17:25 +0000)]
doctype and namespace fix
memory leak fix

21 years agoMade avaible the "download-all" command
Tomas V.V.Cox [Fri, 25 Jul 2003 17:08:19 +0000 (17:08 +0000)]
Made avaible the "download-all" command

21 years agoFix typo (and debug build)
foobar [Fri, 25 Jul 2003 12:15:33 +0000 (12:15 +0000)]
Fix typo (and debug build)

21 years agoPartial MDB
Edin Kadribasic [Fri, 25 Jul 2003 11:41:33 +0000 (11:41 +0000)]
Partial MDB

21 years agoFix run-test.php so it can correctly handle skip conditions.
Moriyoshi Koizumi [Fri, 25 Jul 2003 05:51:57 +0000 (05:51 +0000)]
Fix run-test.php so it can correctly handle skip conditions.

21 years agoRemoved unused variable.
Ilia Alshanetsky [Fri, 25 Jul 2003 03:03:26 +0000 (03:03 +0000)]
Removed unused variable.

21 years agoFix Bug#24784 single character search keys not respecting case sensitivity/replace...
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.

21 years agoChangeLog update
<changelog@php.net> [Fri, 25 Jul 2003 00:30:31 +0000 (00:30 +0000)]
ChangeLog update

21 years agoBug 24760 fix, in which the port number when non-default is not handled
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"

21 years agoUpdate due to Zeev's latest engine changes
Marcus Boerger [Thu, 24 Jul 2003 20:28:15 +0000 (20:28 +0000)]
Update due to Zeev's latest engine changes

21 years agoput $ID:...$ in readme
Uwe Schindler [Thu, 24 Jul 2003 17:46:36 +0000 (17:46 +0000)]
put $ID:...$ in readme

21 years agoWhen encountering a test that users GET/POST make run-tests.php use CGI
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.

21 years agoPossibility to use php5_execute to display server error pages or directory listing...
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

21 years agocleanup (CS+ws)
foobar [Thu, 24 Jul 2003 17:07:40 +0000 (17:07 +0000)]
cleanup (CS+ws)

21 years agoFix expectations :)
Zeev Suraski [Thu, 24 Jul 2003 17:00:17 +0000 (17:00 +0000)]
Fix expectations :)

21 years agoFix logic and comments in ASSIGN_DIM
Zeev Suraski [Thu, 24 Jul 2003 16:51:35 +0000 (16:51 +0000)]
Fix logic and comments in ASSIGN_DIM

21 years agoAdd foreach() test with references
Zeev Suraski [Thu, 24 Jul 2003 13:21:54 +0000 (13:21 +0000)]
Add foreach() test with references

21 years agoadd xpath.c to DOM source files
Rob Richards [Thu, 24 Jul 2003 13:20:59 +0000 (13:20 +0000)]
add xpath.c to DOM source files

21 years agoinitial xpath implementation
Rob Richards [Thu, 24 Jul 2003 13:18:40 +0000 (13:18 +0000)]
initial xpath implementation
make dom_object generic

21 years agoFix another HANDLE_NUMERIC bug. Looks like you opened Pandora's box, Sterling ;)
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 ;)

21 years agoAdd test for binary safety of each()
Zeev Suraski [Thu, 24 Jul 2003 13:08:35 +0000 (13:08 +0000)]
Add test for binary safety of each()

21 years agoFix each() binary safety for keys
Zeev Suraski [Thu, 24 Jul 2003 13:06:25 +0000 (13:06 +0000)]
Fix each() binary safety for keys

21 years agoFix assignments to numeric array indices
Zeev Suraski [Thu, 24 Jul 2003 12:56:05 +0000 (12:56 +0000)]
Fix assignments to numeric array indices

21 years agoRemove useless code
Zeev Suraski [Thu, 24 Jul 2003 12:51:07 +0000 (12:51 +0000)]
Remove useless code

21 years agoSupport references in foreach()
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)

21 years agoFix the test..
foobar [Thu, 24 Jul 2003 10:41:47 +0000 (10:41 +0000)]
Fix the test..

21 years agofix the test
foobar [Thu, 24 Jul 2003 10:37:57 +0000 (10:37 +0000)]
fix the test

21 years agotest for bug 24783 (foreach() key not binary safe)
foobar [Thu, 24 Jul 2003 10:25:15 +0000 (10:25 +0000)]
test for bug 24783 (foreach() key not binary safe)

21 years agotest for bug #14580 (key() not binary safe)
foobar [Thu, 24 Jul 2003 10:13:17 +0000 (10:13 +0000)]
test for bug #14580 (key() not binary safe)

21 years agoFix binary safety in foreach() keys (fixes bug #24783)
Zeev Suraski [Thu, 24 Jul 2003 08:36:39 +0000 (08:36 +0000)]
Fix binary safety in foreach() keys (fixes bug #24783)

21 years agoMake print_r() binary safe with keys
Zeev Suraski [Thu, 24 Jul 2003 08:24:07 +0000 (08:24 +0000)]
Make print_r() binary safe with keys

21 years agoFix bug #19613
Zeev Suraski [Thu, 24 Jul 2003 08:02:08 +0000 (08:02 +0000)]
Fix bug #19613

21 years agoMissing entries (Thies&Marcus), some style fixes
foobar [Thu, 24 Jul 2003 02:11:30 +0000 (02:11 +0000)]
Missing entries (Thies&Marcus), some style fixes

21 years agoChangeLog update
<changelog@php.net> [Thu, 24 Jul 2003 00:30:26 +0000 (00:30 +0000)]
ChangeLog update

21 years agogztell() is not necessary, the return value of gzseek() represents the
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).

21 years agoFixed GLOB_ONLYDIR to work on GNU libc based system.
Ilia Alshanetsky [Wed, 23 Jul 2003 21:41:44 +0000 (21:41 +0000)]
Fixed GLOB_ONLYDIR to work on GNU libc based system.

21 years agoRemoved unused variables.
Ilia Alshanetsky [Wed, 23 Jul 2003 16:54:34 +0000 (16:54 +0000)]
Removed unused variables.

21 years agoFixed bug #24752 (Unhandled "uniqueidentifier" field type)
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

21 years agoFixed bug #23798 (Spaces were not being stripped from Bcc header)
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)

21 years agoRemove namespace leftovers
Stanislav Malyshev [Wed, 23 Jul 2003 08:58:46 +0000 (08:58 +0000)]
Remove namespace leftovers

21 years agoGo back to ZE1-like code
Zeev Suraski [Wed, 23 Jul 2003 08:56:34 +0000 (08:56 +0000)]
Go back to ZE1-like code

21 years agoFix interface
Zeev Suraski [Wed, 23 Jul 2003 08:53:23 +0000 (08:53 +0000)]
Fix interface

21 years agoFix segfault. Patch by Timm Friebe <thekid@thekid.de>.
Sebastian Bergmann [Wed, 23 Jul 2003 04:02:26 +0000 (04:02 +0000)]
Fix segfault. Patch by Timm Friebe <thekid@thekid.de>.

21 years agoChangeLog update
<changelog@php.net> [Wed, 23 Jul 2003 00:30:29 +0000 (00:30 +0000)]
ChangeLog update

21 years ago- Fix leak when no fill is done (ilia)
Pierre Joye [Wed, 23 Jul 2003 00:23:21 +0000 (00:23 +0000)]
- Fix leak when no fill is done (ilia)

21 years ago- Remove imagepng, not used in test
Pierre Joye [Wed, 23 Jul 2003 00:17:29 +0000 (00:17 +0000)]
- Remove imagepng, not used in test

21 years ago- imagefill tests
Pierre Joye [Wed, 23 Jul 2003 00:11:33 +0000 (00:11 +0000)]
- imagefill tests

21 years ago- Fix #bug24594
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)