]> granicus.if.org Git - php/log
php
18 years agopatch for #37846 (wordwrap() wraps incorrectly)
Antony Dovgal [Fri, 28 Jul 2006 12:21:34 +0000 (12:21 +0000)]
patch for #37846 (wordwrap() wraps incorrectly)
by Dmitry Kononov <ddk at krasn dot ru>

18 years ago- HEAD does not suppot magic_gpc
Pierre Joye [Fri, 28 Jul 2006 08:18:24 +0000 (08:18 +0000)]
- HEAD does not suppot magic_gpc

18 years agoChangeLog update
<changelog@php.net> [Fri, 28 Jul 2006 01:30:51 +0000 (01:30 +0000)]
ChangeLog update

18 years agoMFB: Fixed a bug in the filter extension that prevented magic_quotes_gpc
Ilia Alshanetsky [Thu, 27 Jul 2006 18:15:10 +0000 (18:15 +0000)]
MFB: Fixed a bug in the filter extension that prevented magic_quotes_gpc
from being applied when RAW filter is used.

18 years agoMFB: Fixed bug #38236 (Binary data gets corrupted on multipart/formdata
Ilia Alshanetsky [Thu, 27 Jul 2006 17:14:24 +0000 (17:14 +0000)]
MFB: Fixed bug #38236 (Binary data gets corrupted on multipart/formdata
POST).

18 years agoupgrade the rest of the functions to Unicode (except ob_gzhandler, that I leave for...
Nuno Lopes [Thu, 27 Jul 2006 16:31:07 +0000 (16:31 +0000)]
upgrade the rest of the functions to Unicode (except ob_gzhandler, that I leave for Mike).
also update tests to force binary data to be passed

18 years agoconvert void* to zstr when using the 't' parameter type
Nuno Lopes [Thu, 27 Jul 2006 15:53:47 +0000 (15:53 +0000)]
convert void* to zstr when using the 't' parameter type

18 years agoMFB: An improved fix for bug #38224
Ilia Alshanetsky [Thu, 27 Jul 2006 15:36:43 +0000 (15:36 +0000)]
MFB: An improved fix for bug #38224

18 years agoRemoved deprecated #ifdef ZEND_ENGINE_2
Dmitry Stogov [Thu, 27 Jul 2006 15:23:04 +0000 (15:23 +0000)]
Removed deprecated #ifdef ZEND_ENGINE_2

18 years agoUnicode support (not finished)
Dmitry Stogov [Thu, 27 Jul 2006 14:56:46 +0000 (14:56 +0000)]
Unicode support (not finished)

18 years agoMFB: make C++ compilers happy
Ilia Alshanetsky [Thu, 27 Jul 2006 14:13:53 +0000 (14:13 +0000)]
MFB: make C++ compilers happy

18 years agoRemoved debug code
Ilia Alshanetsky [Thu, 27 Jul 2006 14:05:38 +0000 (14:05 +0000)]
Removed debug code

18 years agoMFB: Fixed bug #38224 (session extension can't handle broken cookies).
Ilia Alshanetsky [Thu, 27 Jul 2006 14:00:27 +0000 (14:00 +0000)]
MFB: Fixed bug #38224 (session extension can't handle broken cookies).

18 years agoMFB: Fixed bug #38229 (strtotime() does not parse YYYY-MM format).
Ilia Alshanetsky [Thu, 27 Jul 2006 13:01:10 +0000 (13:01 +0000)]
MFB: Fixed bug #38229 (strtotime() does not parse YYYY-MM format).

18 years agofix leak in php_local_infile_init() handler
Antony Dovgal [Thu, 27 Jul 2006 10:53:03 +0000 (10:53 +0000)]
fix leak in php_local_infile_init() handler

18 years agoFixed bug #38234 (Exception in __clone makes memory leak)
Dmitry Stogov [Thu, 27 Jul 2006 10:44:19 +0000 (10:44 +0000)]
Fixed bug #38234 (Exception in __clone makes memory leak)

18 years agoFixed mess with semantic of zend_normalize_identifier()'s return value (SUCCESS ...
Dmitry Stogov [Thu, 27 Jul 2006 09:33:44 +0000 (09:33 +0000)]
Fixed mess with semantic of zend_normalize_identifier()'s return value (SUCCESS != 1)

18 years agoFix usage of uninitialized value and unicode support
Dmitry Stogov [Thu, 27 Jul 2006 09:19:26 +0000 (09:19 +0000)]
Fix usage of uninitialized value and unicode support

18 years ago- Removed unnecessary quotes
foobar [Thu, 27 Jul 2006 08:52:10 +0000 (08:52 +0000)]
- Removed unnecessary quotes

18 years ago- Added PHP_VERSION_ID == PHP_VERSION as integer value.
foobar [Thu, 27 Jul 2006 08:50:41 +0000 (08:50 +0000)]
- Added PHP_VERSION_ID == PHP_VERSION as integer value.

18 years agoFixed bug #38047 ("file" and "line" sometimes not set in backtrace from inside error...
Dmitry Stogov [Thu, 27 Jul 2006 08:20:52 +0000 (08:20 +0000)]
Fixed bug #38047 ("file" and "line" sometimes not set in backtrace from inside error handler)

18 years agoMFB: fix test on 64bit machines
Antony Dovgal [Thu, 27 Jul 2006 08:14:51 +0000 (08:14 +0000)]
MFB: fix test on 64bit machines

18 years ago- Fixed bug #37164 (snmp_set_oid_numeric_print() misbehaves)
foobar [Thu, 27 Jul 2006 05:12:33 +0000 (05:12 +0000)]
- Fixed bug #37164 (snmp_set_oid_numeric_print() misbehaves)
  . Renamed the function to snmp_set_oid_output_format() which describes
    it's behaviour better. Old one was left as an alias for it.
  . Added 2 new constants: SNMP_OID_OUTPUT_FULL and SNMP_OID_OUTPUT_NUMERIC
- Fixed some memleaks
# Included some ws fixes to annoy Derick. :)

18 years agoChangeLog update
<changelog@php.net> [Thu, 27 Jul 2006 01:30:50 +0000 (01:30 +0000)]
ChangeLog update

18 years ago- Fix build with ext/date/lib with shared extensions
foobar [Thu, 27 Jul 2006 01:19:42 +0000 (01:19 +0000)]
- Fix build with ext/date/lib with shared extensions

18 years ago- Fix phpize build
foobar [Thu, 27 Jul 2006 01:18:41 +0000 (01:18 +0000)]
- Fix phpize build

18 years agoMFB: Fixed compiler warnings.
Ilia Alshanetsky [Thu, 27 Jul 2006 00:37:06 +0000 (00:37 +0000)]
MFB: Fixed compiler warnings.

18 years agoMFB: Improved fix for bug #38132
Ilia Alshanetsky [Thu, 27 Jul 2006 00:22:07 +0000 (00:22 +0000)]
MFB:   Improved fix for bug #38132

18 years ago- Fixed bug #37564 (AES privacy encryption not possible due to net-snmp 5.2 compatibi...
foobar [Wed, 26 Jul 2006 23:56:09 +0000 (23:56 +0000)]
- Fixed bug #37564 (AES privacy encryption not possible due to net-snmp 5.2 compatibility issue)

18 years agoAdded test for bug #38132
Ilia Alshanetsky [Wed, 26 Jul 2006 23:32:07 +0000 (23:32 +0000)]
Added test for bug #38132

18 years ago- fix test
Pierre Joye [Wed, 26 Jul 2006 23:24:11 +0000 (23:24 +0000)]
- fix test

18 years agoFixed bug #38220 (Crash on some object operations)
Dmitry Stogov [Wed, 26 Jul 2006 15:29:39 +0000 (15:29 +0000)]
Fixed bug #38220 (Crash on some object operations)

18 years agoturn Off Zend MM and check for leaks when running tests through valgrind
Antony Dovgal [Wed, 26 Jul 2006 11:11:04 +0000 (11:11 +0000)]
turn Off Zend MM and check for leaks when running tests through valgrind

18 years agonuke unused variable
Antony Dovgal [Wed, 26 Jul 2006 10:30:45 +0000 (10:30 +0000)]
nuke unused variable

18 years ago- MFB #38214, gif interlace never worked
Pierre Joye [Wed, 26 Jul 2006 10:03:41 +0000 (10:03 +0000)]
- MFB #38214, gif interlace never worked

18 years agoFixed bug #38211 (variable name and cookie name match breaks script execution)
Dmitry Stogov [Wed, 26 Jul 2006 09:24:50 +0000 (09:24 +0000)]
Fixed bug #38211 (variable name and cookie name match breaks script execution)

18 years ago- mv 38179.phpt to bug38179.phpt
Pierre Joye [Wed, 26 Jul 2006 08:58:31 +0000 (08:58 +0000)]
- mv 38179.phpt to bug38179.phpt

18 years agofix compile warning on Solaris, getloadavg() is in sys/loadavg.h there
Antony Dovgal [Wed, 26 Jul 2006 08:57:11 +0000 (08:57 +0000)]
fix compile warning on Solaris, getloadavg() is in sys/loadavg.h there

18 years ago- #38212, Segfault on invalid imagecreatefromgd2part() parameters
Pierre Joye [Wed, 26 Jul 2006 08:51:53 +0000 (08:51 +0000)]
- #38212, Segfault on invalid imagecreatefromgd2part() parameters

18 years agoFixed crash of DEBUG version on SPARC CPU because of unaligned pointers.
Dmitry Stogov [Wed, 26 Jul 2006 08:08:31 +0000 (08:08 +0000)]
Fixed crash of DEBUG version on SPARC CPU because of unaligned pointers.

18 years agofix bug #38217 (ReflectionClass::newInstanceArgs() tries to allocate too much memory)
Antony Dovgal [Wed, 26 Jul 2006 08:06:59 +0000 (08:06 +0000)]
fix bug #38217 (ReflectionClass::newInstanceArgs() tries to allocate too much memory)

18 years agoimprove connection timeout check (implements FR #38210)
Antony Dovgal [Wed, 26 Jul 2006 07:00:42 +0000 (07:00 +0000)]
improve connection timeout check (implements FR #38210)

18 years agoChangeLog update
<changelog@php.net> [Wed, 26 Jul 2006 01:30:56 +0000 (01:30 +0000)]
ChangeLog update

18 years ago- fix compiler warnings
Michael Wallner [Tue, 25 Jul 2006 23:03:56 +0000 (23:03 +0000)]
- fix compiler warnings

18 years ago- reduce memory footprint
Michael Wallner [Tue, 25 Jul 2006 22:57:31 +0000 (22:57 +0000)]
- reduce memory footprint

18 years ago- fix TS issue found by Jani
Michael Wallner [Tue, 25 Jul 2006 20:22:28 +0000 (20:22 +0000)]
- fix TS issue found by Jani

18 years agoUpdate protos & arginfo for memory_get_usage() & memory_get_peak_usage()
Hannes Magnusson [Tue, 25 Jul 2006 16:40:11 +0000 (16:40 +0000)]
Update protos & arginfo for memory_get_usage() & memory_get_peak_usage()

18 years agoforgot to remove .cvsignore
Antony Dovgal [Tue, 25 Jul 2006 15:53:56 +0000 (15:53 +0000)]
forgot to remove .cvsignore
thanks, bjori!

18 years agoChanged memory_get_usage() and memory_get_peak_usage(). Optional boolean argument...
Dmitry Stogov [Tue, 25 Jul 2006 13:41:08 +0000 (13:41 +0000)]
Changed memory_get_usage() and memory_get_peak_usage(). Optional boolean argument allows get memory size allocated by emalloc() (by default) or real size of memory allocated from system.

18 years agomoved ext/hwapi to PECL
Antony Dovgal [Tue, 25 Jul 2006 13:23:35 +0000 (13:23 +0000)]
moved ext/hwapi to PECL

18 years agoext/filepro moved to PECL
Antony Dovgal [Tue, 25 Jul 2006 12:50:53 +0000 (12:50 +0000)]
ext/filepro moved to PECL

18 years agoMFB: Fixed bug #38194 (ReflectionClass::isSubclassOf() returns TRUE for the
Ilia Alshanetsky [Tue, 25 Jul 2006 12:36:29 +0000 (12:36 +0000)]
MFB: Fixed bug #38194 (ReflectionClass::isSubclassOf() returns TRUE for the
class itself).

18 years agocheck g_hash for NULL before resetting it
Antony Dovgal [Tue, 25 Jul 2006 10:36:11 +0000 (10:36 +0000)]
check g_hash for NULL before resetting it

18 years agoFix compilation with TSRM
Uwe Schindler [Tue, 25 Jul 2006 09:12:07 +0000 (09:12 +0000)]
Fix compilation with TSRM

18 years agoinitialize variable
Antony Dovgal [Tue, 25 Jul 2006 09:06:47 +0000 (09:06 +0000)]
initialize variable

18 years ago- MFB: Fixed typo
Derick Rethans [Tue, 25 Jul 2006 06:50:26 +0000 (06:50 +0000)]
- MFB: Fixed typo

18 years agoChangeLog update
<changelog@php.net> [Tue, 25 Jul 2006 01:30:56 +0000 (01:30 +0000)]
ChangeLog update

18 years ago- Fix off by one copy'n'paste error
Marcus Boerger [Tue, 25 Jul 2006 00:01:40 +0000 (00:01 +0000)]
- Fix off by one copy'n'paste error

18 years ago- Update tests
Marcus Boerger [Mon, 24 Jul 2006 23:34:35 +0000 (23:34 +0000)]
- Update tests

18 years ago- Correctly handle binary proeprty names which are not mangled
Marcus Boerger [Mon, 24 Jul 2006 23:28:00 +0000 (23:28 +0000)]
- Correctly handle binary proeprty names which are not mangled

18 years ago- Yet another rproblematic case with mangled properties
Marcus Boerger [Mon, 24 Jul 2006 22:34:44 +0000 (22:34 +0000)]
- Yet another rproblematic case with mangled properties

18 years ago- zend_(u_)_unmangle_property_name() has changed
Marcus Boerger [Mon, 24 Jul 2006 17:55:41 +0000 (17:55 +0000)]
- zend_(u_)_unmangle_property_name() has changed

18 years ago- Fix for #34505 and repated (improved version of what is in 5.2, 5.1)
Marcus Boerger [Mon, 24 Jul 2006 17:51:41 +0000 (17:51 +0000)]
- Fix for #34505 and repated (improved version of what is in 5.2, 5.1)

18 years agofix segfault
Rob Richards [Mon, 24 Jul 2006 17:42:25 +0000 (17:42 +0000)]
fix segfault

18 years ago- missing file
Pierre Joye [Mon, 24 Jul 2006 17:38:22 +0000 (17:38 +0000)]
- missing file

18 years ago- reimport (cannot symlink without replacing 4.4 and 5.0 versions)
Pierre Joye [Mon, 24 Jul 2006 16:58:58 +0000 (16:58 +0000)]
- reimport (cannot symlink without replacing 4.4 and 5.0 versions)

18 years agoDocumentation fix
Dmitry Stogov [Mon, 24 Jul 2006 12:15:29 +0000 (12:15 +0000)]
Documentation fix

18 years agoFixed memory leaks detection
Dmitry Stogov [Mon, 24 Jul 2006 08:15:42 +0000 (08:15 +0000)]
Fixed memory leaks detection

18 years agoTest for bug #38146 (Cannot use array returned from foo::__get('bar') in write context)
Dmitry Stogov [Mon, 24 Jul 2006 07:44:06 +0000 (07:44 +0000)]
Test for bug #38146 (Cannot use array returned from foo::__get('bar') in write context)

18 years agoMFB: Fixed compiler warning.
Ilia Alshanetsky [Mon, 24 Jul 2006 03:59:03 +0000 (03:59 +0000)]
MFB: Fixed compiler warning.

18 years agoChangeLog update
<changelog@php.net> [Mon, 24 Jul 2006 01:30:45 +0000 (01:30 +0000)]
ChangeLog update

18 years agofix build
foobar [Mon, 24 Jul 2006 00:00:35 +0000 (00:00 +0000)]
fix build

18 years agofix another compile failure. (bjori: TEST before commit!)
foobar [Sun, 23 Jul 2006 23:55:26 +0000 (23:55 +0000)]
fix another compile failure. (bjori: TEST before commit!)

18 years agofix compile failure and remove unnecessary TSRMLS_FETCH calls
foobar [Sun, 23 Jul 2006 23:50:24 +0000 (23:50 +0000)]
fix compile failure and remove unnecessary TSRMLS_FETCH calls

18 years agotypofix
foobar [Sun, 23 Jul 2006 23:40:19 +0000 (23:40 +0000)]
typofix

18 years ago- MFB: #38179, imagecopy, palette to truecolor must use alpha channel too
Pierre Joye [Sun, 23 Jul 2006 21:48:18 +0000 (21:48 +0000)]
- MFB: #38179, imagecopy, palette to truecolor must use alpha channel too

18 years ago- Tiny piece of unicode support
Marcus Boerger [Sun, 23 Jul 2006 06:05:23 +0000 (06:05 +0000)]
- Tiny piece of unicode support

18 years ago-fix a bunch of warnings
Marcus Boerger [Sun, 23 Jul 2006 05:48:08 +0000 (05:48 +0000)]
-fix a bunch of warnings

18 years agoChangeLog update
<changelog@php.net> [Sun, 23 Jul 2006 01:30:49 +0000 (01:30 +0000)]
ChangeLog update

18 years agoMark XMLReader methods with U.
Andrei Zmievski [Sat, 22 Jul 2006 17:40:08 +0000 (17:40 +0000)]
Mark XMLReader methods with U.

18 years ago- Fixed bug #38183 (disable_classes=Foobar causes disabled class to be called Foo)
foobar [Sat, 22 Jul 2006 15:39:22 +0000 (15:39 +0000)]
- Fixed bug #38183 (disable_classes=Foobar causes disabled class to be called Foo)

18 years agoenable by default
Rob Richards [Sat, 22 Jul 2006 15:32:17 +0000 (15:32 +0000)]
enable by default

18 years agoMFB
Nuno Lopes [Sat, 22 Jul 2006 15:23:23 +0000 (15:23 +0000)]
MFB

18 years agoMFB
Nuno Lopes [Sat, 22 Jul 2006 15:16:40 +0000 (15:16 +0000)]
MFB

18 years agoenable native and unicode tests
Rob Richards [Sat, 22 Jul 2006 13:13:18 +0000 (13:13 +0000)]
enable native and unicode tests
add ntest and utest build targets

18 years agoforce unicode off in native mode (-N switch)
Rob Richards [Sat, 22 Jul 2006 13:12:19 +0000 (13:12 +0000)]
force unicode off in native mode (-N switch)
swap usage of single and double quotes for win32 compat

18 years ago- MFB: fix compiler warnings
Pierre Joye [Sat, 22 Jul 2006 13:01:03 +0000 (13:01 +0000)]
- MFB: fix compiler warnings

18 years agoMFB
Nuno Lopes [Sat, 22 Jul 2006 12:54:05 +0000 (12:54 +0000)]
MFB

18 years agoMFB:
Pierre Joye [Sat, 22 Jul 2006 09:51:50 +0000 (09:51 +0000)]
MFB:
- API Shake up #1, change input_get_args argument order
- silent compiler warnings
- update tests

18 years agoChangeLog update
<changelog@php.net> [Sat, 22 Jul 2006 01:30:53 +0000 (01:30 +0000)]
ChangeLog update

18 years agoApply Matt W's patch (with a fix) for array_combine() binary key safety.
Andrei Zmievski [Fri, 21 Jul 2006 23:47:40 +0000 (23:47 +0000)]
Apply Matt W's patch (with a fix) for array_combine() binary key safety.

18 years agoIt's not legacy - it's binary.
Andrei Zmievski [Fri, 21 Jul 2006 23:37:15 +0000 (23:37 +0000)]
It's not legacy - it's binary.

18 years agoRemove references to BG(user_compare_fnnc_name).
Andrei Zmievski [Fri, 21 Jul 2006 23:29:25 +0000 (23:29 +0000)]
Remove references to BG(user_compare_fnnc_name).

# Less bickering, more coding!

18 years agoMake array_*intersect* functions use params API with FCI cache and mark
Andrei Zmievski [Fri, 21 Jul 2006 23:25:08 +0000 (23:25 +0000)]
Make array_*intersect* functions use params API with FCI cache and mark
them with U.

18 years ago- Update docu
Marcus Boerger [Fri, 21 Jul 2006 21:54:49 +0000 (21:54 +0000)]
- Update docu

18 years ago- Match code with docu
Marcus Boerger [Fri, 21 Jul 2006 21:09:49 +0000 (21:09 +0000)]
- Match code with docu

18 years ago- Update tests
Marcus Boerger [Fri, 21 Jul 2006 20:11:24 +0000 (20:11 +0000)]
- Update tests

18 years ago- Add control functions to RegexIterator
Marcus Boerger [Fri, 21 Jul 2006 19:57:36 +0000 (19:57 +0000)]
- Add control functions to RegexIterator

18 years agoMTH: Fixed bug #37144 (PHP craches trying to assign into property of dead object)
Dmitry Stogov [Fri, 21 Jul 2006 11:13:24 +0000 (11:13 +0000)]
MTH: Fixed bug #37144 (PHP craches trying to assign into property of dead object)

18 years agoChanged error message (E_ERROR -> E_NOTICE) in case of indirect modification of overl...
Dmitry Stogov [Fri, 21 Jul 2006 10:32:41 +0000 (10:32 +0000)]
Changed error message (E_ERROR -> E_NOTICE) in case of indirect modification of overloaded property.