]> granicus.if.org Git - php/log
php
20 years ago- Restore E_NOTICE for longs and doubles.
Andi Gutmans [Mon, 15 Mar 2004 16:55:20 +0000 (16:55 +0000)]
- Restore E_NOTICE for longs and doubles.

20 years ago- Fixed bug #24582 (extensions can not be loaded dynamically in Solaris/iPlanet)
foobar [Mon, 15 Mar 2004 16:06:29 +0000 (16:06 +0000)]
- Fixed bug #24582 (extensions can not be loaded dynamically in Solaris/iPlanet)

20 years ago- Fix test (wrong expected result..)
foobar [Mon, 15 Mar 2004 15:53:28 +0000 (15:53 +0000)]
- Fix test (wrong expected result..)

20 years ago- Nuke E_NOTICE. This caused a notice when doing if ($obj == NULL)
Andi Gutmans [Mon, 15 Mar 2004 14:15:47 +0000 (14:15 +0000)]
- Nuke E_NOTICE. This caused a notice when doing if ($obj == NULL)

20 years agoUse MAKE_STD_ZVAL instead of ALLOC_ZVAL
Adam Dickmeiss [Mon, 15 Mar 2004 10:01:12 +0000 (10:01 +0000)]
Use MAKE_STD_ZVAL instead of ALLOC_ZVAL

20 years agoFixed crash in php_ini_scanned_files() when no additional INI files were
Jon Parise [Mon, 15 Mar 2004 07:45:25 +0000 (07:45 +0000)]
Fixed crash in php_ini_scanned_files() when no additional INI files were
actually parsed.

I'll merge this into the PHP_4_3 branch as soon as I receive permission
from the release master.

20 years agoFugbix typo.
Sebastian Bergmann [Mon, 15 Mar 2004 05:53:51 +0000 (05:53 +0000)]
Fugbix typo.

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

20 years agoGuard display_startup_errors with checking for default (working) output
Marcus Boerger [Sun, 14 Mar 2004 23:56:07 +0000 (23:56 +0000)]
Guard display_startup_errors with checking for default (working) output
functions.

20 years agotypo
foobar [Sun, 14 Mar 2004 23:22:51 +0000 (23:22 +0000)]
typo

20 years agoBFN
Marcus Boerger [Sun, 14 Mar 2004 23:01:21 +0000 (23:01 +0000)]
BFN

20 years agoFix strval to use __toString if necessary
Marcus Boerger [Sun, 14 Mar 2004 22:59:04 +0000 (22:59 +0000)]
Fix strval to use __toString if necessary

20 years agoMake object parameter optional
Marcus Boerger [Sun, 14 Mar 2004 22:40:25 +0000 (22:40 +0000)]
Make object parameter optional

20 years ago- That change was unintentional, but it would be the right thing to do ;-)
Derick Rethans [Sun, 14 Mar 2004 22:00:22 +0000 (22:00 +0000)]
- That change was unintentional, but it would be the right thing to do ;-)

20 years ago- The extension list is ordered alphabetically, also moved the tidy section
Derick Rethans [Sun, 14 Mar 2004 21:36:17 +0000 (21:36 +0000)]
- The extension list is ordered alphabetically, also moved the tidy section
  to a more suitable place (new things go at the end, not at the start).

20 years ago- Reorder
Derick Rethans [Sun, 14 Mar 2004 21:27:21 +0000 (21:27 +0000)]
- Reorder

20 years ago- Typo
Andi Gutmans [Sun, 14 Mar 2004 21:23:48 +0000 (21:23 +0000)]
- Typo

20 years ago- Add all of the fixes from the past week. Almost ready for RC1 now.
Andi Gutmans [Sun, 14 Mar 2004 21:21:21 +0000 (21:21 +0000)]
- Add all of the fixes from the past week. Almost ready for RC1 now.

20 years agoFixed bug #27590 (crash during shutdown when freeing persistent resources
Ilia Alshanetsky [Sun, 14 Mar 2004 20:11:13 +0000 (20:11 +0000)]
Fixed bug #27590 (crash during shutdown when freeing persistent resources
in ZTS mode).

20 years ago- Fix windows build
Andi Gutmans [Sun, 14 Mar 2004 18:00:40 +0000 (18:00 +0000)]
- Fix windows build

20 years ago - improve error message
Jan Lehnardt [Sun, 14 Mar 2004 17:53:28 +0000 (17:53 +0000)]
 - improve error message

20 years ago- Fix for bug #27504
Andi Gutmans [Sun, 14 Mar 2004 17:52:58 +0000 (17:52 +0000)]
- Fix for bug #27504

20 years agoRenaming cvsclean target; IRIX make seems to ignore .PHONY
Sascha Schumann [Sun, 14 Mar 2004 17:44:36 +0000 (17:44 +0000)]
Renaming cvsclean target; IRIX make seems to ignore .PHONY

20 years ago- Fixing bug #27123
Andi Gutmans [Sun, 14 Mar 2004 17:16:31 +0000 (17:16 +0000)]
- Fixing bug #27123

20 years ago- Improve compatibility mode and compare objects according to property
Andi Gutmans [Sun, 14 Mar 2004 15:56:03 +0000 (15:56 +0000)]
- Improve compatibility mode and compare objects according to property
- comparison (sucky but this is how PHP 4 behaved).

20 years ago- Fix flow of logic
Andi Gutmans [Sun, 14 Mar 2004 15:50:51 +0000 (15:50 +0000)]
- Fix flow of logic

20 years ago- Support old style of converting objects to long/double/bool.
Andi Gutmans [Sun, 14 Mar 2004 15:45:09 +0000 (15:45 +0000)]
- Support old style of converting objects to long/double/bool.
- This is only enabled in compatibility mode, else it calls cast_object()
- and if that is not available we return 1 (true) so that the following
- code would work:
if ($obj) {
}

20 years agoAdd new test
Marcus Boerger [Sun, 14 Mar 2004 15:33:15 +0000 (15:33 +0000)]
Add new test

20 years agoFix: Add return type void
Marcus Boerger [Sun, 14 Mar 2004 15:27:56 +0000 (15:27 +0000)]
Fix: Add return type void

20 years ago- Support Cast operator in convert_to_* so that we support internal
Andi Gutmans [Sun, 14 Mar 2004 13:52:36 +0000 (13:52 +0000)]
- Support Cast operator in convert_to_* so that we support internal
- extensions such as SimpleXML. This is for Sterling.

20 years ago- Fix memory leak in the following code (Dmitry):
Andi Gutmans [Sun, 14 Mar 2004 13:14:48 +0000 (13:14 +0000)]
- Fix memory leak in the following code (Dmitry):
<?php
$a = array();
$a .= "x";
?>

20 years ago- Initial commit which allows comparing overloaded objects with native
Andi Gutmans [Sun, 14 Mar 2004 12:44:28 +0000 (12:44 +0000)]
- Initial commit which allows comparing overloaded objects with native
- types (only for internal classes and not for user-land classes).

20 years agoFix a typo, dating back from 1.145.
Melvyn Sopacua [Sun, 14 Mar 2004 11:42:17 +0000 (11:42 +0000)]
Fix a typo, dating back from 1.145.

20 years ago- add a 2nd test for #27582
Pierre Joye [Sun, 14 Mar 2004 03:21:26 +0000 (03:21 +0000)]
- add a 2nd test for #27582

20 years agoChangeLog update
<changelog@php.net> [Sun, 14 Mar 2004 01:34:44 +0000 (01:34 +0000)]
ChangeLog update

20 years agoAdding extension=php_tidy.dll
John Coggeshall [Sun, 14 Mar 2004 01:26:33 +0000 (01:26 +0000)]
Adding extension=php_tidy.dll

20 years ago- add tests for the bug #27582 (imagefilltoborder crashes)
Pierre Joye [Sat, 13 Mar 2004 23:22:56 +0000 (23:22 +0000)]
- add tests for the bug #27582 (imagefilltoborder crashes)

20 years ago- restore too the alphablending if we do not reach the end of the function
Pierre Joye [Sat, 13 Mar 2004 23:21:25 +0000 (23:21 +0000)]
- restore too the alphablending if we do not reach the end of the function
  Notice: This function still crashes (stack overflow), to reproduce it
  see bug27582_2.phpt

20 years agoUpdate test with check for [] assignment
Marcus Boerger [Sat, 13 Mar 2004 20:07:22 +0000 (20:07 +0000)]
Update test with check for [] assignment

20 years agoCheck for ext/spl being available
Marcus Boerger [Sat, 13 Mar 2004 20:03:02 +0000 (20:03 +0000)]
Check for ext/spl being available

20 years agoAdd new test
Marcus Boerger [Sat, 13 Mar 2004 20:01:23 +0000 (20:01 +0000)]
Add new test

20 years agoBugfix #27586 ArrayObject::getIterator crashes with [] assignment
Marcus Boerger [Sat, 13 Mar 2004 20:01:00 +0000 (20:01 +0000)]
Bugfix #27586 ArrayObject::getIterator crashes with [] assignment

20 years ago- fix #27582 (http://bugs.php.net/bug.php?id=27582)
Pierre Joye [Sat, 13 Mar 2004 18:28:19 +0000 (18:28 +0000)]
- fix #27582 (http://bugs.php.net/bug.php?id=27582)
  The problem was that the colors were changed endlessly, blending over
  and over. An endless loop and recursive calls filled the stack=>segfault

20 years agofix #1008: safe mode raises warning
Greg Beaver [Sat, 13 Mar 2004 17:37:23 +0000 (17:37 +0000)]
fix #1008: safe mode raises warning
fix register_argc_argv in pear.bat

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

20 years agoMFB: Test getaddrinfo() for brokenness. Pretend it doesn't exist if it misbehaves.
Sara Golemon [Fri, 12 Mar 2004 21:45:55 +0000 (21:45 +0000)]
MFB: Test getaddrinfo() for brokenness. Pretend it doesn't exist if it misbehaves.

20 years agozval **, not a zval *
Sterling Hughes [Fri, 12 Mar 2004 20:04:31 +0000 (20:04 +0000)]
zval **, not a zval *

20 years agoavoid a memory leak when a php_curl handle is allocated, but the initialization
Sterling Hughes [Fri, 12 Mar 2004 18:41:19 +0000 (18:41 +0000)]
avoid a memory leak when a php_curl handle is allocated, but the initialization
of a CURL handle fails.

20 years agoadd the curl_copy_handle() function which will exactly duplicate a cURL handle.
Sterling Hughes [Fri, 12 Mar 2004 18:37:55 +0000 (18:37 +0000)]
add the curl_copy_handle() function which will exactly duplicate a cURL handle.
Useful when you have multiple "similair" transforms as with a multi handle with
only small variances (like the URL)

20 years ago- revert previous commit:
Pierre Joye [Fri, 12 Mar 2004 18:22:48 +0000 (18:22 +0000)]
- revert previous commit:
 - Features freeze period
 - No agreement on this change
 - Even if an agreement exists, this change is not enough to allow the
   usage of this new tag

20 years ago* Adding new state "emeritus", which can be used for former maintainers of
Martin Jansen [Fri, 12 Mar 2004 18:05:08 +0000 (18:05 +0000)]
* Adding new state "emeritus", which can be used for former maintainers of
  packages.

Submitted by: Daniel Convissor

# The necessary updates for the website and the manual will follow in a
# few hours or at least tomorrow morning.

20 years agoSimplify check.
Ilia Alshanetsky [Fri, 12 Mar 2004 17:37:04 +0000 (17:37 +0000)]
Simplify check.

20 years agoAdditional checks of return values from user callback functions.
Ilia Alshanetsky [Fri, 12 Mar 2004 17:31:10 +0000 (17:31 +0000)]
Additional checks of return values from user callback functions.

20 years agoFix/workaround for http://bugs.php.net/27533
Rasmus Lerdorf [Fri, 12 Mar 2004 17:29:52 +0000 (17:29 +0000)]
Fix/workaround for http://bugs.php.net/27533

20 years agoleave length as -1, no need to strdup()
Sterling Hughes [Fri, 12 Mar 2004 16:36:30 +0000 (16:36 +0000)]
leave length as -1, no need to strdup()

20 years agoOpps. Shouldn't look at the value, just the type
John Coggeshall [Fri, 12 Mar 2004 16:28:28 +0000 (16:28 +0000)]
Opps. Shouldn't look at the value, just the type

20 years agoCURLOPT_INFILE === CURLOPT_READDATA
John Coggeshall [Fri, 12 Mar 2004 16:12:47 +0000 (16:12 +0000)]
CURLOPT_INFILE === CURLOPT_READDATA

20 years agoFixed a crash which happens if your READFUNCTION callback doesn't actually
John Coggeshall [Fri, 12 Mar 2004 16:08:11 +0000 (16:08 +0000)]
Fixed a crash which happens if your READFUNCTION callback doesn't actually
return a string as promised.

20 years agoInvalid response code when force-cgi-redirect safety mechanism is triggered
Ilia Alshanetsky [Fri, 12 Mar 2004 14:05:59 +0000 (14:05 +0000)]
Invalid response code when force-cgi-redirect safety mechanism is triggered

20 years agoFixed compiler warning.
Ilia Alshanetsky [Fri, 12 Mar 2004 01:59:46 +0000 (01:59 +0000)]
Fixed compiler warning.

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

20 years agoHack to check for ming version 0.2 and 0.3 to inclue the right libs.
Frank M. Kromann [Thu, 11 Mar 2004 18:48:30 +0000 (18:48 +0000)]
Hack to check for ming version 0.2 and 0.3 to inclue the right libs.

20 years agoupdate
foobar [Thu, 11 Mar 2004 15:08:46 +0000 (15:08 +0000)]
update

20 years ago- Real fix for bug #27535 (Dmitry)
Andi Gutmans [Thu, 11 Mar 2004 13:40:19 +0000 (13:40 +0000)]
- Real fix for bug #27535 (Dmitry)

20 years ago- Attempt to fix bug #27535
Andi Gutmans [Thu, 11 Mar 2004 13:27:18 +0000 (13:27 +0000)]
- Attempt to fix bug #27535

20 years ago- prepare 0.2.1
Pierre Joye [Thu, 11 Mar 2004 11:37:04 +0000 (11:37 +0000)]
- prepare 0.2.1

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

20 years agoReadability++
Ilia Alshanetsky [Thu, 11 Mar 2004 00:27:16 +0000 (00:27 +0000)]
Readability++

20 years agoFixed memory leak in the multi interface.
Ilia Alshanetsky [Thu, 11 Mar 2004 00:11:18 +0000 (00:11 +0000)]
Fixed memory leak in the multi interface.
Fixed proto of curl_multi_exec().
Fixed crash in curl resource attached to curl multi resource is manually
freed via curl_close().

20 years agoMore ZLIB exports needed by the ming extension
Frank M. Kromann [Wed, 10 Mar 2004 21:59:29 +0000 (21:59 +0000)]
More ZLIB exports needed by the ming extension

20 years ago- Revert ini setting patch, as I notified in
Moriyoshi Koizumi [Wed, 10 Mar 2004 20:55:42 +0000 (20:55 +0000)]
- Revert ini setting patch, as I notified in
  http://news.php.net/article.php?group=php.internals&article=8451

20 years agogetopt() doesn't work if variables_order does not include "S" because it
Rasmus Lerdorf [Wed, 10 Mar 2004 19:12:49 +0000 (19:12 +0000)]
getopt() doesn't work if variables_order does not include "S" because it
only looks in $_SERVER for argv.  So, if we don't find argv in $_SERVER
fall back to looking in the global symbol table where register_argc_argv
would have put it.

20 years agoReexport some zlib symbols so we can avoid linking with zlib.lib in shared extensions...
Frank M. Kromann [Wed, 10 Mar 2004 18:30:44 +0000 (18:30 +0000)]
Reexport some zlib symbols so we can avoid linking with zlib.lib in shared extensions (on win32)

20 years agoNuke unused vars
Ard Biesheuvel [Wed, 10 Mar 2004 15:59:50 +0000 (15:59 +0000)]
Nuke unused vars

20 years agoDon't use fp arithmetic for int results
Ard Biesheuvel [Wed, 10 Mar 2004 15:57:49 +0000 (15:57 +0000)]
Don't use fp arithmetic for int results
# FP arithmetic is not accurate enough on 64-bit archs
# This patch relies on ZEND_SIGNED_MULTIPLY_LONG(),
# so that should be fixed as well.

20 years agoTypo
Martin Kraemer [Wed, 10 Mar 2004 11:24:11 +0000 (11:24 +0000)]
Typo

20 years agoadded new function mysql_stmt_free_result
Georg Richter [Wed, 10 Mar 2004 09:50:05 +0000 (09:50 +0000)]
added new function mysql_stmt_free_result

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

20 years agoUpdate
Marcus Boerger [Tue, 9 Mar 2004 17:47:28 +0000 (17:47 +0000)]
Update

20 years agoDrop copydoc and add more classes/methods
Marcus Boerger [Tue, 9 Mar 2004 17:36:32 +0000 (17:36 +0000)]
Drop copydoc and add more classes/methods

20 years agoAccess to inner iterator was missing
Marcus Boerger [Tue, 9 Mar 2004 17:35:18 +0000 (17:35 +0000)]
Access to inner iterator was missing

20 years agoMake curl_setopt($ch,CURLOPT_RETURNTRANSFER,0) reset the RETURNTRANSFER to
Rasmus Lerdorf [Tue, 9 Mar 2004 17:11:22 +0000 (17:11 +0000)]
Make curl_setopt($ch,CURLOPT_RETURNTRANSFER,0) reset the RETURNTRANSFER to
stdout as is implied in the documentation.  Currently it simply does
absolutely nothing and there is no way to reset it to stdout.

20 years agoUpdate
Marcus Boerger [Tue, 9 Mar 2004 17:01:21 +0000 (17:01 +0000)]
Update

20 years agoRename hasMore() to valid() as discussed. (Part VI)
Marcus Boerger [Tue, 9 Mar 2004 16:53:12 +0000 (16:53 +0000)]
Rename hasMore() to valid() as discussed. (Part VI)

20 years agoUpdate test
Marcus Boerger [Tue, 9 Mar 2004 16:51:02 +0000 (16:51 +0000)]
Update test

20 years agoClearify the different method/class flags (as discussed with Andi).
Marcus Boerger [Tue, 9 Mar 2004 16:38:37 +0000 (16:38 +0000)]
Clearify the different method/class flags (as discussed with Andi).

20 years agoNo longer needed
Marcus Boerger [Tue, 9 Mar 2004 15:53:42 +0000 (15:53 +0000)]
No longer needed

20 years ago- Fix crash:
Andi Gutmans [Tue, 9 Mar 2004 15:37:18 +0000 (15:37 +0000)]
- Fix crash:
<?php
class ResourceFormat
{
     const IMG           = 1;
}

class Image
{
     const RESOURCE_FORMAT   = ResourceFormat::IMG;
}

print_r(constant('Image::RESOURCE_FORMAT'));
?>

20 years ago- Nuke unused code.
Andi Gutmans [Tue, 9 Mar 2004 15:27:39 +0000 (15:27 +0000)]
- Nuke unused code.

20 years agoFixed memory leak with curl_multi_init() de-initialization.
Ilia Alshanetsky [Tue, 9 Mar 2004 15:04:17 +0000 (15:04 +0000)]
Fixed memory leak with curl_multi_init() de-initialization.

20 years agoFixed define.
Ilia Alshanetsky [Tue, 9 Mar 2004 14:56:34 +0000 (14:56 +0000)]
Fixed define.

20 years agoFixed bug #27338 (memory leak inside tsrm_virtual_cwd.c on win32).
Ilia Alshanetsky [Tue, 9 Mar 2004 14:50:11 +0000 (14:50 +0000)]
Fixed bug #27338 (memory leak inside tsrm_virtual_cwd.c on win32).

20 years agoMake run-tests.php work with xdebug being loaded.
Marcus Boerger [Tue, 9 Mar 2004 14:39:35 +0000 (14:39 +0000)]
Make run-tests.php work with xdebug being loaded.
# Lots of ppl use that as a built-in extension already.

20 years agoShow the connect result
Marcus Boerger [Tue, 9 Mar 2004 14:37:49 +0000 (14:37 +0000)]
Show the connect result

20 years agoMissing buffer->val change
Marcus Boerger [Tue, 9 Mar 2004 14:29:20 +0000 (14:29 +0000)]
Missing buffer->val change

20 years agotest for bug #27457
foobar [Tue, 9 Mar 2004 14:19:50 +0000 (14:19 +0000)]
test for bug #27457

20 years agofixed memleaks in bind functions
Georg Richter [Tue, 9 Mar 2004 12:01:23 +0000 (12:01 +0000)]
fixed memleaks in bind functions
added 4.1.2 support (renamed functions)

20 years ago- Added test for bug #27535 (Objects pointing to each other cause Apache to
Derick Rethans [Tue, 9 Mar 2004 08:19:19 +0000 (08:19 +0000)]
- Added test for bug #27535 (Objects pointing to each other cause Apache to
  crash).

20 years agoCleaned up phpinfo() output.
Ilia Alshanetsky [Tue, 9 Mar 2004 02:36:23 +0000 (02:36 +0000)]
Cleaned up phpinfo() output.

20 years agoFixed bug #27530 (broken http auth when safe_mode is on and PCRE is
Ilia Alshanetsky [Tue, 9 Mar 2004 02:24:02 +0000 (02:24 +0000)]
Fixed bug #27530 (broken http auth when safe_mode is on and PCRE is
disabled).