]>
granicus.if.org Git - php/log
Pierre Joye [Wed, 17 Mar 2004 17:07:31 +0000 (17:07 +0000)]
- Fix crash when an invalid color index is used with imagecolortransparent
Andi Gutmans [Wed, 17 Mar 2004 16:40:56 +0000 (16:40 +0000)]
- Improved patch for support multiplication on 64bit machines
Andi Gutmans [Wed, 17 Mar 2004 16:18:24 +0000 (16:18 +0000)]
- Fix tiny bug (one of the reasons we can't support __toString() for
- regular objects).
Dmitry Stogov [Wed, 17 Mar 2004 16:06:18 +0000 (16:06 +0000)]
Test was fixed
Andi Gutmans [Wed, 17 Mar 2004 15:49:34 +0000 (15:49 +0000)]
- Stop make_printable_zval() from calling __toString()
Andi Gutmans [Wed, 17 Mar 2004 15:48:49 +0000 (15:48 +0000)]
- Fixed problem with __toString(). Due to the engine's architecture it is
- currently not possible to call __toString() anywhere besides print & eval.
- Follow up will be on internals@
Stanislav Malyshev [Wed, 17 Mar 2004 11:10:37 +0000 (11:10 +0000)]
fix typo
Andi Gutmans [Wed, 17 Mar 2004 09:25:52 +0000 (09:25 +0000)]
- Apply Ard's patch to support multiplication & overflow on both 32bit
and 64bit machines
<changelog@php.net> [Wed, 17 Mar 2004 01:34:14 +0000 (01:34 +0000)]
ChangeLog update
Sara Golemon [Wed, 17 Mar 2004 00:08:22 +0000 (00:08 +0000)]
Provide a meaningful error message when registration fails
Ilia Alshanetsky [Tue, 16 Mar 2004 23:23:17 +0000 (23:23 +0000)]
Fixed bug #27498 (bogus safe_mode error on nonexistent directories for
chdir() and opendir() functions).
Ilia Alshanetsky [Tue, 16 Mar 2004 22:38:07 +0000 (22:38 +0000)]
Fixed bug #27580 (pre-initialization errors in ap2 handler are not being
written to vhost error log).
Stop using depreciated and ignored APLOG_NOERRNO directive.
Make file not found & directory as script invocation error messages more
descriptive.
Derick Rethans [Tue, 16 Mar 2004 22:27:57 +0000 (22:27 +0000)]
- Replaced the exec_finished hook by the zend_post_deactive hook for
extensions. The new hook will be run after the symbol table and destructors
are run. (PHP part)
Derick Rethans [Tue, 16 Mar 2004 22:27:26 +0000 (22:27 +0000)]
- Replaced the exec_finished hook by the zend_post_deactive hook for
extensions. The new hook will be run after the symbol table and destructors
are run. (Derick)
Derick Rethans [Tue, 16 Mar 2004 21:47:27 +0000 (21:47 +0000)]
- Update news with fugbix
Georg Richter [Tue, 16 Mar 2004 21:43:25 +0000 (21:43 +0000)]
fixed stmt->stmt->query which was removed in libmysql 4.1.2
added query buffer in internal stmt structure to copy string
after prepare
Derick Rethans [Tue, 16 Mar 2004 21:39:43 +0000 (21:39 +0000)]
- Fixed compilation on the 'broken' IRIX native compiler.
Derick Rethans [Tue, 16 Mar 2004 21:32:40 +0000 (21:32 +0000)]
- Bump API number so that it actually differs from PHP 4. This is needed
because we don't want PHP 4 and PHP 5 extensions to be in the same directory
when doing "make install" for shared, or phpize'd extensions.
Marcus Boerger [Tue, 16 Mar 2004 21:29:22 +0000 (21:29 +0000)]
Fix SEGV in certain conditions while calling static methods
Derick Rethans [Tue, 16 Mar 2004 20:58:01 +0000 (20:58 +0000)]
- Fixed typo
Zeev Suraski [Tue, 16 Mar 2004 19:49:19 +0000 (19:49 +0000)]
Improve the way auto-globals JIT works, and add the ability to turn it off
Zeev Suraski [Tue, 16 Mar 2004 19:46:04 +0000 (19:46 +0000)]
Add ability to disable JIT for a particular auto global
Marcus Boerger [Tue, 16 Mar 2004 18:09:52 +0000 (18:09 +0000)]
Update message
Marcus Boerger [Tue, 16 Mar 2004 18:04:25 +0000 (18:04 +0000)]
TSRM fix
Sascha Schumann [Tue, 16 Mar 2004 17:35:57 +0000 (17:35 +0000)]
Enable ptr format check for GCC 3.1 and higher
Pierre Joye [Tue, 16 Mar 2004 16:45:44 +0000 (16:45 +0000)]
- initial commit
test case for #27504 (http://bugs.php.net/bug.php?id=27504)
foobar [Tue, 16 Mar 2004 16:44:51 +0000 (16:44 +0000)]
fix typos
Ilia Alshanetsky [Tue, 16 Mar 2004 16:42:12 +0000 (16:42 +0000)]
Do not allow 3.0.4 for __attribute__.
Ilia Alshanetsky [Tue, 16 Mar 2004 16:36:54 +0000 (16:36 +0000)]
Fixed bug #27600 (GCC 3.0.4 does not like __attribute__ directive)
Andi Gutmans [Tue, 16 Mar 2004 15:22:44 +0000 (15:22 +0000)]
- Fix problem when using old-style constructors it wasn't being inherited
correctly.
Derick Rethans [Tue, 16 Mar 2004 14:59:06 +0000 (14:59 +0000)]
- Spaces to tabs
Andi Gutmans [Tue, 16 Mar 2004 14:52:22 +0000 (14:52 +0000)]
- NEWS
Andi Gutmans [Tue, 16 Mar 2004 14:49:52 +0000 (14:49 +0000)]
- If the called method is static then don't define $this
Andi Gutmans [Tue, 16 Mar 2004 14:39:07 +0000 (14:39 +0000)]
- Error out if get_method() isn't defined.
- Use calling scope of internal function callee when calling a method
using static syntax (array("A", "func"));
Marcus Boerger [Tue, 16 Mar 2004 10:17:59 +0000 (10:17 +0000)]
Make use of zend_make_printable_zval() instead of 'manually' calling
__toString().
Marcus Boerger [Tue, 16 Mar 2004 10:16:52 +0000 (10:16 +0000)]
This workaround is no longer needed
Marcus Boerger [Tue, 16 Mar 2004 10:14:57 +0000 (10:14 +0000)]
Improve error message
<changelog@php.net> [Tue, 16 Mar 2004 01:32:56 +0000 (01:32 +0000)]
ChangeLog update
Ilia Alshanetsky [Tue, 16 Mar 2004 00:31:22 +0000 (00:31 +0000)]
Fixed bug #27559 (Corrected open_basedir resolving logic).
Jay Smith [Mon, 15 Mar 2004 21:26:39 +0000 (21:26 +0000)]
Fixed bug #27291 (get_browser matches browscap.ini patterns incorrectly).
Marcus Boerger [Mon, 15 Mar 2004 20:16:59 +0000 (20:16 +0000)]
Keep BC of pg_fetch_object
Marcus Boerger [Mon, 15 Mar 2004 19:47:18 +0000 (19:47 +0000)]
Bugfix #27597 pg_fetch_array not returning false .
Frank M. Kromann [Mon, 15 Mar 2004 19:41:48 +0000 (19:41 +0000)]
Fix for #27594. Comuted columns does not return a column source
Rasmus Lerdorf [Mon, 15 Mar 2004 18:22:01 +0000 (18:22 +0000)]
Missing NEWS entries
Andi Gutmans [Mon, 15 Mar 2004 16:55:20 +0000 (16:55 +0000)]
- Restore E_NOTICE for longs and doubles.
foobar [Mon, 15 Mar 2004 16:06:29 +0000 (16:06 +0000)]
- Fixed bug #24582 (extensions can not be loaded dynamically in Solaris/iPlanet)
foobar [Mon, 15 Mar 2004 15:53:28 +0000 (15:53 +0000)]
- Fix test (wrong expected result..)
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)
Adam Dickmeiss [Mon, 15 Mar 2004 10:01:12 +0000 (10:01 +0000)]
Use MAKE_STD_ZVAL instead of ALLOC_ZVAL
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.
Sebastian Bergmann [Mon, 15 Mar 2004 05:53:51 +0000 (05:53 +0000)]
Fugbix typo.
<changelog@php.net> [Mon, 15 Mar 2004 01:33:46 +0000 (01:33 +0000)]
ChangeLog update
Marcus Boerger [Sun, 14 Mar 2004 23:56:07 +0000 (23:56 +0000)]
Guard display_startup_errors with checking for default (working) output
functions.
foobar [Sun, 14 Mar 2004 23:22:51 +0000 (23:22 +0000)]
typo
Marcus Boerger [Sun, 14 Mar 2004 23:01:21 +0000 (23:01 +0000)]
BFN
Marcus Boerger [Sun, 14 Mar 2004 22:59:04 +0000 (22:59 +0000)]
Fix strval to use __toString if necessary
Marcus Boerger [Sun, 14 Mar 2004 22:40:25 +0000 (22:40 +0000)]
Make object parameter optional
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 ;-)
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).
Derick Rethans [Sun, 14 Mar 2004 21:27:21 +0000 (21:27 +0000)]
- Reorder
Andi Gutmans [Sun, 14 Mar 2004 21:23:48 +0000 (21:23 +0000)]
- Typo
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.
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).
Andi Gutmans [Sun, 14 Mar 2004 18:00:40 +0000 (18:00 +0000)]
- Fix windows build
Jan Lehnardt [Sun, 14 Mar 2004 17:53:28 +0000 (17:53 +0000)]
- improve error message
Andi Gutmans [Sun, 14 Mar 2004 17:52:58 +0000 (17:52 +0000)]
- Fix for bug #27504
Sascha Schumann [Sun, 14 Mar 2004 17:44:36 +0000 (17:44 +0000)]
Renaming cvsclean target; IRIX make seems to ignore .PHONY
Andi Gutmans [Sun, 14 Mar 2004 17:16:31 +0000 (17:16 +0000)]
- Fixing bug #27123
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).
Andi Gutmans [Sun, 14 Mar 2004 15:50:51 +0000 (15:50 +0000)]
- Fix flow of logic
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) {
}
Marcus Boerger [Sun, 14 Mar 2004 15:33:15 +0000 (15:33 +0000)]
Add new test
Marcus Boerger [Sun, 14 Mar 2004 15:27:56 +0000 (15:27 +0000)]
Fix: Add return type void
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.
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";
?>
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).
Melvyn Sopacua [Sun, 14 Mar 2004 11:42:17 +0000 (11:42 +0000)]
Fix a typo, dating back from 1.145.
Pierre Joye [Sun, 14 Mar 2004 03:21:26 +0000 (03:21 +0000)]
- add a 2nd test for #27582
<changelog@php.net> [Sun, 14 Mar 2004 01:34:44 +0000 (01:34 +0000)]
ChangeLog update
John Coggeshall [Sun, 14 Mar 2004 01:26:33 +0000 (01:26 +0000)]
Adding extension=php_tidy.dll
Pierre Joye [Sat, 13 Mar 2004 23:22:56 +0000 (23:22 +0000)]
- add tests for the bug #27582 (imagefilltoborder crashes)
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
Marcus Boerger [Sat, 13 Mar 2004 20:07:22 +0000 (20:07 +0000)]
Update test with check for [] assignment
Marcus Boerger [Sat, 13 Mar 2004 20:03:02 +0000 (20:03 +0000)]
Check for ext/spl being available
Marcus Boerger [Sat, 13 Mar 2004 20:01:23 +0000 (20:01 +0000)]
Add new test
Marcus Boerger [Sat, 13 Mar 2004 20:01:00 +0000 (20:01 +0000)]
Bugfix #27586 ArrayObject::getIterator crashes with [] assignment
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
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
<changelog@php.net> [Sat, 13 Mar 2004 01:33:18 +0000 (01:33 +0000)]
ChangeLog update
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.
Sterling Hughes [Fri, 12 Mar 2004 20:04:31 +0000 (20:04 +0000)]
zval **, not a zval *
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.
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)
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
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.
Ilia Alshanetsky [Fri, 12 Mar 2004 17:37:04 +0000 (17:37 +0000)]
Simplify check.
Ilia Alshanetsky [Fri, 12 Mar 2004 17:31:10 +0000 (17:31 +0000)]
Additional checks of return values from user callback functions.
Rasmus Lerdorf [Fri, 12 Mar 2004 17:29:52 +0000 (17:29 +0000)]
Fix/workaround for http://bugs.php.net/27533
Sterling Hughes [Fri, 12 Mar 2004 16:36:30 +0000 (16:36 +0000)]
leave length as -1, no need to strdup()
John Coggeshall [Fri, 12 Mar 2004 16:28:28 +0000 (16:28 +0000)]
Opps. Shouldn't look at the value, just the type