]> granicus.if.org Git - php/log
php
20 years agooops, fix cut&paste gone bad
Stanislav Malyshev [Thu, 4 Mar 2004 13:09:03 +0000 (13:09 +0000)]
oops, fix cut&paste gone bad

20 years agoFix object true value: if we are in compat mode and it's Zend object -
Stanislav Malyshev [Thu, 4 Mar 2004 13:06:02 +0000 (13:06 +0000)]
Fix object true value: if we are in compat mode and it's Zend object -
use PHP4 rules. Otherwise, object is always true.

20 years ago- Fixed a 64bit issue (for zend_builtin_functions.c, module_number is an int).
Derick Rethans [Thu, 4 Mar 2004 11:02:05 +0000 (11:02 +0000)]
- Fixed a 64bit issue (for zend_builtin_functions.c, module_number is an int).
- Change the MAX_LENGTH_OF_LONG constant to 20, as LONG_MAX is 20 characters.
  (Patches by Ard Biesheuven)

20 years ago- Added instance_of test (patch by Ard Biesheuvel)
Derick Rethans [Thu, 4 Mar 2004 10:58:49 +0000 (10:58 +0000)]
- Added instance_of test (patch by Ard Biesheuvel)

20 years agoDisallow redefining ctors and cleanup
Stanislav Malyshev [Thu, 4 Mar 2004 10:02:59 +0000 (10:02 +0000)]
Disallow redefining ctors and cleanup

20 years agoHandle out of memory/bad size situation gracefully, without getting into loop
Stanislav Malyshev [Thu, 4 Mar 2004 09:18:05 +0000 (09:18 +0000)]
Handle out of memory/bad size situation gracefully, without getting into loop

20 years agoChangeLog update
<changelog@php.net> [Thu, 4 Mar 2004 01:36:39 +0000 (01:36 +0000)]
ChangeLog update

20 years agoFix bug #27467: domDocument::load() called from class method crashes
Rob Richards [Wed, 3 Mar 2004 20:59:02 +0000 (20:59 +0000)]
Fix bug #27467: domDocument::load() called from class method crashes
the methods can be called statically only from within classes which
  are not extending DomDocument

20 years agoAttempt at fixing win32 link errors
Edin Kadribasic [Wed, 3 Mar 2004 18:54:20 +0000 (18:54 +0000)]
Attempt at fixing win32 link errors

20 years agoAdd missing source file
Edin Kadribasic [Wed, 3 Mar 2004 18:36:30 +0000 (18:36 +0000)]
Add missing source file

20 years agoReplace mysql with mysqli in paths to allow building both mysql and mysqli
Edin Kadribasic [Wed, 3 Mar 2004 18:15:56 +0000 (18:15 +0000)]
Replace mysql with mysqli in paths to allow building both mysql and mysqli

20 years ago- Add missing include path.
Moriyoshi Koizumi [Wed, 3 Mar 2004 10:27:19 +0000 (10:27 +0000)]
- Add missing include path.

20 years ago- Fix crash:
Andi Gutmans [Wed, 3 Mar 2004 09:58:58 +0000 (09:58 +0000)]
- Fix crash:
<?
class foo {
        function __destruct() {
                foreach ($this->x as $x);
        }
}
new foo();
echo 'OK';
?>

20 years agoChangeLog update
<changelog@php.net> [Wed, 3 Mar 2004 01:33:18 +0000 (01:33 +0000)]
ChangeLog update

20 years ago- proper DLL linkage specifier.
Moriyoshi Koizumi [Tue, 2 Mar 2004 22:38:21 +0000 (22:38 +0000)]
- proper DLL linkage specifier.

# oniguruma.h:34-
#
# #ifndef ONIG_EXTERN
# #if defined(_WIN32) && !defined(__CYGWIN__)
# #if defined(EXPORT) || defined(RUBY_EXPORT)
# #define ONIG_EXTERN   extern __declspec(dllexport)
# #else
# #define ONIG_EXTERN   extern __declspec(dllimport)
# #endif
# #endif
# #endif

20 years ago- Fixed bug in gdImageFilledRectangle in the bundled GD library, that required
Derick Rethans [Tue, 2 Mar 2004 21:56:30 +0000 (21:56 +0000)]
- Fixed bug in gdImageFilledRectangle in the bundled GD library, that required
  x1 < x2 and y1 < y2 for coordinates.

20 years ago- Fixed timing issues in test
Derick Rethans [Tue, 2 Mar 2004 21:14:10 +0000 (21:14 +0000)]
- Fixed timing issues in test

20 years ago- Added testcase for bug #27468
Derick Rethans [Tue, 2 Mar 2004 21:03:24 +0000 (21:03 +0000)]
- Added testcase for bug #27468

20 years ago- Fix typo.
Moriyoshi Koizumi [Tue, 2 Mar 2004 20:18:14 +0000 (20:18 +0000)]
- Fix typo.

20 years ago- CLONE, not CLOSE
Derick Rethans [Tue, 2 Mar 2004 17:51:46 +0000 (17:51 +0000)]
- CLONE, not CLOSE

20 years ago- Added "clone" to the list of tokens. (Patch by Greg Beaver)
Derick Rethans [Tue, 2 Mar 2004 17:49:49 +0000 (17:49 +0000)]
- Added "clone" to the list of tokens. (Patch by Greg Beaver)

20 years agoFix zend_parse_method_parameters_ex() and make it consistant with
Marcus Boerger [Tue, 2 Mar 2004 16:17:58 +0000 (16:17 +0000)]
Fix zend_parse_method_parameters_ex() and make it consistant with
zend_parse_method_parameters().
# Obviously its only place of use is in pdo just right now.

20 years ago- Consistent naming
Derick Rethans [Tue, 2 Mar 2004 16:12:25 +0000 (16:12 +0000)]
- Consistent naming

20 years ago- initial test for #27439, covers more cases we got during
Pierre Joye [Tue, 2 Mar 2004 16:00:49 +0000 (16:00 +0000)]
- initial test for #27439, covers more cases we got during
  foreach($this->foo as $bar) bug

20 years ago- Really fix the build.
Moriyoshi Koizumi [Tue, 2 Mar 2004 15:59:30 +0000 (15:59 +0000)]
- Really fix the build.
# Should be fixed now :|

20 years ago- Revisit config.h for win32 build.
Moriyoshi Koizumi [Tue, 2 Mar 2004 15:58:39 +0000 (15:58 +0000)]
- Revisit config.h for win32 build.
# apologies for messing.

20 years ago- include exception.inc not .php
Pierre Joye [Tue, 2 Mar 2004 15:57:41 +0000 (15:57 +0000)]
- include exception.inc not .php

20 years ago- Fixed yacc file
Derick Rethans [Tue, 2 Mar 2004 13:12:44 +0000 (13:12 +0000)]
- Fixed yacc file

20 years agoTemporary fix for win32 build
Edin Kadribasic [Tue, 2 Mar 2004 11:50:10 +0000 (11:50 +0000)]
Temporary fix for win32 build

20 years ago- Fix leaks (although there might be still a problem here).
Andi Gutmans [Tue, 2 Mar 2004 11:03:48 +0000 (11:03 +0000)]
- Fix leaks (although there might be still a problem here).

20 years ago- Fix leak (Dmitry)
Andi Gutmans [Tue, 2 Mar 2004 10:13:43 +0000 (10:13 +0000)]
- Fix leak (Dmitry)

20 years ago- Added .cvsignore file
Derick Rethans [Tue, 2 Mar 2004 08:55:36 +0000 (08:55 +0000)]
- Added .cvsignore file

20 years ago- Fix crash in:
Andi Gutmans [Tue, 2 Mar 2004 08:28:12 +0000 (08:28 +0000)]
- Fix crash in:
<?php
  class Foo {
    public $attributes=  array();

    function export() {
      foreach ($this->attributes as $name => $attr) {
      }
    }
  }

  $f= new Foo();
  $f->export();
?>

20 years ago- Improve fix for protecting destructor's from exceptions.
Andi Gutmans [Tue, 2 Mar 2004 08:13:15 +0000 (08:13 +0000)]
- Improve fix for protecting destructor's from exceptions.
- I was killing the current exception completely which was wrong.

20 years agoChangeLog update
<changelog@php.net> [Tue, 2 Mar 2004 01:31:41 +0000 (01:31 +0000)]
ChangeLog update

20 years ago- excpetion.php => exception.inc (derick)
Pierre Joye [Mon, 1 Mar 2004 20:44:11 +0000 (20:44 +0000)]
- excpetion.php => exception.inc (derick)

20 years ago- initial release, reflection tests suite
Pierre Joye [Mon, 1 Mar 2004 20:40:51 +0000 (20:40 +0000)]
- initial release, reflection tests suite

20 years ago- Fix win32 build.
Moriyoshi Koizumi [Mon, 1 Mar 2004 20:25:33 +0000 (20:25 +0000)]
- Fix win32 build.
# Thanks Nuno Lopes & Derick for letting me know.

20 years ago- Fix crash in destructors(). You can't throw an exception in destructors
Andi Gutmans [Mon, 1 Mar 2004 19:45:07 +0000 (19:45 +0000)]
- Fix crash in destructors(). You can't throw an exception in destructors
  as there is no guaranteed time when the destructor will be called.

20 years ago- Fix leak
Andi Gutmans [Mon, 1 Mar 2004 17:43:57 +0000 (17:43 +0000)]
- Fix leak

20 years ago- Fix crash in reflection API (pierre)
Andi Gutmans [Mon, 1 Mar 2004 15:19:38 +0000 (15:19 +0000)]
- Fix crash in reflection API (pierre)

20 years ago- Fix crash in exception handling (zend_exception_error(...) and
Andi Gutmans [Mon, 1 Mar 2004 13:29:45 +0000 (13:29 +0000)]
- Fix crash in exception handling (zend_exception_error(...) and
  zend_eval_string_ex() were buggy (Dmitry, Andi)

20 years agouse php_libxml_import_node for transform functions
Rob Richards [Mon, 1 Mar 2004 12:43:34 +0000 (12:43 +0000)]
use php_libxml_import_node for transform functions

20 years ago- Typo fix (by Jan)
Derick Rethans [Mon, 1 Mar 2004 12:25:03 +0000 (12:25 +0000)]
- Typo fix (by Jan)

20 years agoFix bug #27436 dom_import_simplexml innaccurate
Rob Richards [Mon, 1 Mar 2004 12:09:24 +0000 (12:09 +0000)]
Fix bug #27436 dom_import_simplexml innaccurate
extensions register callbacks to export nodes
prevents segfault passing invalid objects to import functions

20 years ago- Use past tense
Moriyoshi Koizumi [Mon, 1 Mar 2004 10:46:58 +0000 (10:46 +0000)]
- Use past tense

20 years ago- NFN
Moriyoshi Koizumi [Mon, 1 Mar 2004 10:46:14 +0000 (10:46 +0000)]
- NFN

20 years ago- Fix test.
Moriyoshi Koizumi [Mon, 1 Mar 2004 10:44:22 +0000 (10:44 +0000)]
- Fix test.

20 years ago- Add support for more ISO8601 style formats.
Moriyoshi Koizumi [Mon, 1 Mar 2004 10:42:28 +0000 (10:42 +0000)]
- Add support for more ISO8601 style formats.
 . Timezone specifier (ex. 20040301T00:00:00+1900)
 . Week specifier "W"  (ex. 1997W021)
- Modified test case to test new features.

20 years ago- Fixed bug #27443 (defined() returns wrong type).
Derick Rethans [Mon, 1 Mar 2004 08:07:25 +0000 (08:07 +0000)]
- Fixed bug #27443 (defined() returns wrong type).

20 years agoCast the php_stream_dirent to a 'const char *' for estrndup() to avoid a
Jon Parise [Mon, 1 Mar 2004 07:02:23 +0000 (07:02 +0000)]
Cast the php_stream_dirent to a 'const char *' for estrndup() to avoid a
compiler warning.

20 years agocontext parameter for opendir() and dir()
Sara Golemon [Mon, 1 Mar 2004 05:40:14 +0000 (05:40 +0000)]
context parameter for opendir() and dir()

20 years agoMust addref the resource when we make a new zval reference to it that will be exporte...
Sara Golemon [Mon, 1 Mar 2004 05:33:19 +0000 (05:33 +0000)]
Must addref the resource when we make a new zval reference to it that will be exported to userspace.

20 years agoChangeLog update
<changelog@php.net> [Mon, 1 Mar 2004 01:32:12 +0000 (01:32 +0000)]
ChangeLog update

20 years ago- Yet another BFN
Moriyoshi Koizumi [Sun, 29 Feb 2004 19:07:56 +0000 (19:07 +0000)]
- Yet another BFN

20 years ago- Apply fixes by Timm.
Andi Gutmans [Sun, 29 Feb 2004 18:31:29 +0000 (18:31 +0000)]
- Apply fixes by Timm.

20 years ago- Change prototype isA check not to check the constructor.
Andi Gutmans [Sun, 29 Feb 2004 18:25:50 +0000 (18:25 +0000)]
- Change prototype isA check not to check the constructor.
- Only give an E_STRICT for non-isA compliant code as opposed to
  E_COMPILE_ERROR.

20 years agoadd ZEND_API there too for opcode handlers
Stanislav Malyshev [Sun, 29 Feb 2004 16:01:21 +0000 (16:01 +0000)]
add ZEND_API there too for opcode handlers

20 years ago- Initialize memory to \0 so that we can reliable detect whether a specific
Derick Rethans [Sun, 29 Feb 2004 16:00:50 +0000 (16:00 +0000)]
- Initialize memory to \0 so that we can reliable detect whether a specific
  opcode element is in use.
#- Stas thinks it's OK ;-)

20 years agoMove the _prependPath function into PEAR_Downloader from PEAR_Installer,
Anil Madhavapeddy [Sun, 29 Feb 2004 15:58:17 +0000 (15:58 +0000)]
Move the _prependPath function into PEAR_Downloader from PEAR_Installer,
as PEAR_Downloader uses it (and PEAR_Installer inherits PEAR_Downloader).

Unbreaks 'pear install -R'

20 years agoexport opcode table
Stanislav Malyshev [Sun, 29 Feb 2004 15:04:22 +0000 (15:04 +0000)]
export opcode table

20 years ago- BFN
Moriyoshi Koizumi [Sun, 29 Feb 2004 05:22:57 +0000 (05:22 +0000)]
- BFN

20 years ago- Bugfix #27287 (wddx segfaults during deserialization)
Moriyoshi Koizumi [Sun, 29 Feb 2004 05:21:36 +0000 (05:21 +0000)]
- Bugfix #27287 (wddx segfaults during deserialization)

20 years agoChangeLog update
<changelog@php.net> [Sun, 29 Feb 2004 01:32:18 +0000 (01:32 +0000)]
ChangeLog update

20 years ago- Fix segfaults on deserialisation of referenced variables.
Moriyoshi Koizumi [Sun, 29 Feb 2004 00:26:36 +0000 (00:26 +0000)]
- Fix segfaults on deserialisation of referenced variables.
# ALLOC_INIT_ZVAL() initialises the type field to IS_NULL, while
# MAKE_STD_ZVAL() doesn't. This caused a kind of random crash
# when zval_ptr_dtor() was applied on an intact zval created by
# the latter method.
#
# Please check relevant bugs again. There should be some that
# have already been marked as bogus.

20 years agoRemove unused variable.
Ilia Alshanetsky [Sat, 28 Feb 2004 22:58:51 +0000 (22:58 +0000)]
Remove unused variable.

20 years ago- Reordering.
Moriyoshi Koizumi [Sat, 28 Feb 2004 21:08:29 +0000 (21:08 +0000)]
- Reordering.

20 years agoMemory allocation check.
Ilia Alshanetsky [Sat, 28 Feb 2004 21:00:16 +0000 (21:00 +0000)]
Memory allocation check.

20 years ago- BFN & misc.
Moriyoshi Koizumi [Sat, 28 Feb 2004 20:58:48 +0000 (20:58 +0000)]
- BFN & misc.

20 years ago- Remove redundant files that are irrelevant to the build.
Moriyoshi Koizumi [Sat, 28 Feb 2004 20:52:05 +0000 (20:52 +0000)]
- Remove redundant files that are irrelevant to the build.

20 years ago- Forgot to add those.
Moriyoshi Koizumi [Sat, 28 Feb 2004 20:46:06 +0000 (20:46 +0000)]
- Forgot to add those.

20 years ago- Upgrade bundled oniguruma regex library to 2.2.2 (Rui, Moriyoshi)
Moriyoshi Koizumi [Sat, 28 Feb 2004 20:45:27 +0000 (20:45 +0000)]
- Upgrade bundled oniguruma regex library to 2.2.2 (Rui, Moriyoshi)
  . Supports various encodings such as BIG5, GB2312 and ISO-8859-*
  . Fixes bug #26677 (mbstring compile errors with IRIX)
  . Many thanks to K.Kosako.
- Remove redundant files that are not relevant to the build.

20 years agoChangeLog update
<changelog@php.net> [Sat, 28 Feb 2004 01:32:09 +0000 (01:32 +0000)]
ChangeLog update

20 years agoAs discussed a while ago. There is no reason to disallow command-line
Rasmus Lerdorf [Fri, 27 Feb 2004 23:31:28 +0000 (23:31 +0000)]
As discussed a while ago.  There is no reason to disallow command-line
arguments for the cgi version when run in a cgi context.  Our own test
framework is in fact broken because of this unnecessary restriction.

20 years agoDefine buffer size macro and add a comment about the buffer size.
Frank M. Kromann [Fri, 27 Feb 2004 23:03:07 +0000 (23:03 +0000)]
Define buffer size macro and add a comment about the buffer size.

20 years agoAdd some comments
Marcus Boerger [Fri, 27 Feb 2004 18:20:53 +0000 (18:20 +0000)]
Add some comments

20 years agowin32 specific fixes
Dmitry Stogov [Fri, 27 Feb 2004 14:52:24 +0000 (14:52 +0000)]
win32 specific fixes

20 years agofix: Incorrect error message
Dmitry Stogov [Fri, 27 Feb 2004 12:49:00 +0000 (12:49 +0000)]
fix: Incorrect error message

20 years agoThe order of error has changed here. So the expectations must change too.
Marcus Boerger [Fri, 27 Feb 2004 09:17:55 +0000 (09:17 +0000)]
The order of error has changed here. So the expectations must change too.

20 years agoFixes for abstract classes/methods
Marcus Boerger [Fri, 27 Feb 2004 09:14:55 +0000 (09:14 +0000)]
Fixes for abstract classes/methods

20 years agofix #640, error in comment for getStaticProperty
Greg Beaver [Fri, 27 Feb 2004 02:27:00 +0000 (02:27 +0000)]
fix #640, error in comment for getStaticProperty

20 years agoget_class -> is_a
Greg Beaver [Fri, 27 Feb 2004 02:24:06 +0000 (02:24 +0000)]
get_class -> is_a

20 years agoChangeLog update
<changelog@php.net> [Fri, 27 Feb 2004 01:32:32 +0000 (01:32 +0000)]
ChangeLog update

20 years agoFixed possible crash inside sqlite_escape_string() and
Ilia Alshanetsky [Fri, 27 Feb 2004 00:29:10 +0000 (00:29 +0000)]
Fixed possible crash inside sqlite_escape_string() and
sqlite_udf_encode_binary().

20 years agoAdding function to change user passwords
Frank M. Kromann [Thu, 26 Feb 2004 20:31:14 +0000 (20:31 +0000)]
Adding function to change user passwords

20 years agoFixes for abstract classes
Marcus Boerger [Thu, 26 Feb 2004 20:11:28 +0000 (20:11 +0000)]
Fixes for abstract classes

20 years agoFix __METHOD__ (noticed by Davey Sahfik)
Marcus Boerger [Thu, 26 Feb 2004 19:59:49 +0000 (19:59 +0000)]
Fix __METHOD__ (noticed by Davey Sahfik)

20 years agoAdd new test (from pierre)
Marcus Boerger [Thu, 26 Feb 2004 19:51:08 +0000 (19:51 +0000)]
Add new test (from pierre)

20 years agoFix typo
foobar [Thu, 26 Feb 2004 13:22:11 +0000 (13:22 +0000)]
Fix typo

20 years agows & cs fixes
foobar [Thu, 26 Feb 2004 12:33:23 +0000 (12:33 +0000)]
ws & cs fixes

20 years agoprototype fix for mysqli_ping
Georg Richter [Thu, 26 Feb 2004 12:24:21 +0000 (12:24 +0000)]
prototype fix for mysqli_ping

20 years agoadded MySQLI ini entries
Georg Richter [Thu, 26 Feb 2004 11:40:35 +0000 (11:40 +0000)]
added MySQLI ini entries
added ini parameter for mysql->reconnect

20 years agoremoved blocking calls to mysql_set_server_option (MYSQLI_DISABLE_MQ)
Georg Richter [Thu, 26 Feb 2004 08:27:24 +0000 (08:27 +0000)]
removed blocking calls to mysql_set_server_option (MYSQLI_DISABLE_MQ)
added mysqli_multi_query to function table
changed stmt->affected_rows property (http://bugs.mysql.com/?id=2247) for 4.1.2

20 years agoChangeLog update
<changelog@php.net> [Thu, 26 Feb 2004 01:32:27 +0000 (01:32 +0000)]
ChangeLog update

20 years agoRemove bogus test: see bug #20993
foobar [Thu, 26 Feb 2004 01:08:04 +0000 (01:08 +0000)]
Remove bogus test: see bug #20993

20 years agoFix problem with Reflection_Property (patch from Timm slightly modified).
Marcus Boerger [Thu, 26 Feb 2004 01:06:18 +0000 (01:06 +0000)]
Fix problem with Reflection_Property (patch from Timm slightly modified).

20 years agoMFB: typofix
foobar [Thu, 26 Feb 2004 00:13:30 +0000 (00:13 +0000)]
MFB: typofix

20 years agoHandle situation where feof() occurs before the HTTP header is retrieved.
Ilia Alshanetsky [Thu, 26 Feb 2004 00:02:27 +0000 (00:02 +0000)]
Handle situation where feof() occurs before the HTTP header is retrieved.

20 years ago- Fixed bug #27368 (php.ini-* has lone CR in the end)
foobar [Wed, 25 Feb 2004 23:38:03 +0000 (23:38 +0000)]
- Fixed bug #27368 (php.ini-* has lone CR in the end)
# regex taken from win32/sendmail.c (suggested by Sara)
# And Andrei invited Wez to his speech on the cruise.. :)

20 years ago- Fix tests after change to highlight_string()
Derick Rethans [Wed, 25 Feb 2004 22:55:47 +0000 (22:55 +0000)]
- Fix tests after change to highlight_string()