]>
granicus.if.org Git - php/log
<changelog@php.net> [Tue, 14 Sep 2004 00:33:34 +0000 (00:33 +0000)]
ChangeLog update
Sara Golemon [Mon, 13 Sep 2004 21:07:22 +0000 (21:07 +0000)]
Allocating hash tables should be done via macro, not directly
Magnus M��tt� [Mon, 13 Sep 2004 18:30:30 +0000 (18:30 +0000)]
Add missing stream unregister for sslv2 and 3.
Stefan Esser [Mon, 13 Sep 2004 16:00:23 +0000 (16:00 +0000)]
only allow valid arrays at this point
Dmitry Stogov [Mon, 13 Sep 2004 11:55:24 +0000 (11:55 +0000)]
Change soap's ctors to __construct(),
rename SoapClient->__call() to SoapClinet->__soapCall().
Stanislav Malyshev [Mon, 13 Sep 2004 10:41:39 +0000 (10:41 +0000)]
Antony Dovgal's error message improvement - #27290
<changelog@php.net> [Mon, 13 Sep 2004 00:32:56 +0000 (00:32 +0000)]
ChangeLog update
Marcus Boerger [Sun, 12 Sep 2004 12:45:01 +0000 (12:45 +0000)]
- Moe changed from .re to .c
Marcus Boerger [Sun, 12 Sep 2004 12:43:05 +0000 (12:43 +0000)]
- Readd check for nested data (but correct this time)
Marcus Boerger [Sun, 12 Sep 2004 12:23:16 +0000 (12:23 +0000)]
- Check for legal key types
Marcus Boerger [Sun, 12 Sep 2004 11:51:13 +0000 (11:51 +0000)]
- Remove wrong test
Stefan Esser [Sun, 12 Sep 2004 10:45:14 +0000 (10:45 +0000)]
New Rule: Never try to repair potential malicious user input
Antony Dovgal [Sun, 12 Sep 2004 06:38:31 +0000 (06:38 +0000)]
64-bit related changes
./configure will now behave differently if $ORACLE_HOME/lib32 exists
(this mostly happens at Solaris AFAIK)
Antony Dovgal [Sun, 12 Sep 2004 06:35:51 +0000 (06:35 +0000)]
add PHP_CHECK_64BIT macro to be able to detect 64-bit platform in ./configure
<changelog@php.net> [Sun, 12 Sep 2004 00:33:34 +0000 (00:33 +0000)]
ChangeLog update
Derick Rethans [Sat, 11 Sep 2004 14:22:35 +0000 (14:22 +0000)]
- MFB: Added the sorting flag SORT_LOCALE_STRING to the sort() functions which
makes them sort based on the current locale. (Derick)
<changelog@php.net> [Sat, 11 Sep 2004 00:33:56 +0000 (00:33 +0000)]
ChangeLog update
Andi Gutmans [Sat, 11 Sep 2004 00:23:20 +0000 (00:23 +0000)]
- Resolve undefined behavior (joe at redhat)
Sara Golemon [Fri, 10 Sep 2004 21:50:29 +0000 (21:50 +0000)]
A little extra code to allow overriding plainfiles wrapper as well
Sara Golemon [Fri, 10 Sep 2004 20:45:35 +0000 (20:45 +0000)]
Add stream_wrapper_unregister()
Disables a wrapper (user-defined or built-in) for the life of the request.
Add stream_wrapper_restore()
Restores the wrapper originally defined at the time the request started
to the protocol name mentioned.
Sterling Hughes [Fri, 10 Sep 2004 20:36:45 +0000 (20:36 +0000)]
fix wrong check from return value, binary content should not be \0'd,
non-binary content should be \0'd.
Antony Dovgal [Fri, 10 Sep 2004 13:55:26 +0000 (13:55 +0000)]
add testcase for bug #29446
Wez Furlong [Fri, 10 Sep 2004 11:43:47 +0000 (11:43 +0000)]
Fix Bug #29296: add explicit sslv2 and sslv3 transports
Dmitry Stogov [Fri, 10 Sep 2004 09:02:06 +0000 (09:02 +0000)]
SoapClient->__call() is renamed to SoapClient->__soap_call().
Dmitry Stogov [Fri, 10 Sep 2004 08:59:45 +0000 (08:59 +0000)]
Using php_libxml_xmlCheckUTF8() from ext/libxml.
Andi Gutmans [Fri, 10 Sep 2004 06:13:13 +0000 (06:13 +0000)]
- This one fixes rather strange problem - ZE allows multiple declarations of the same class constant.
- It could be a minor BC break, but I'm sure it's a bug. (Antony Dovgal aka tony2001)
<changelog@php.net> [Fri, 10 Sep 2004 00:35:29 +0000 (00:35 +0000)]
ChangeLog update
Wez Furlong [Thu, 9 Sep 2004 19:41:07 +0000 (19:41 +0000)]
avoid ANSI stdio when calling tempnam() to avoid limitations of AT&T libc.
Timm Friebe [Thu, 9 Sep 2004 19:17:50 +0000 (19:17 +0000)]
- Defaulted ini variable "sybct.deadlock_retry_count" to 0
# For details on why this was changed, see
# http://zend.com/lists/php-dev/200409/msg00108.html
Marcus Boerger [Thu, 9 Sep 2004 17:08:45 +0000 (17:08 +0000)]
Fix test script
Andi Gutmans [Thu, 9 Sep 2004 17:08:25 +0000 (17:08 +0000)]
- Revert API bump
Andi Gutmans [Thu, 9 Sep 2004 17:04:12 +0000 (17:04 +0000)]
- Commit VM explanation.
Andi Gutmans [Thu, 9 Sep 2004 16:52:24 +0000 (16:52 +0000)]
- Recommit
Andi Gutmans [Thu, 9 Sep 2004 16:51:45 +0000 (16:51 +0000)]
- Recommit:
- Check signature of magic methods
- Register __get/__set/__call for internal classes
Andi Gutmans [Thu, 9 Sep 2004 16:50:04 +0000 (16:50 +0000)]
- Recommit:
- Bump the API number to work around this major breakage.
Andi Gutmans [Thu, 9 Sep 2004 16:47:22 +0000 (16:47 +0000)]
- Roll back VM commit
Rasmus Lerdorf [Thu, 9 Sep 2004 16:10:24 +0000 (16:10 +0000)]
Stop at the index on an unmatched [
Marcus Boerger [Thu, 9 Sep 2004 13:29:08 +0000 (13:29 +0000)]
- Drop namespace relict
Marcus Boerger [Thu, 9 Sep 2004 09:53:53 +0000 (09:53 +0000)]
Fix __call's method signature
Marcus Boerger [Thu, 9 Sep 2004 09:51:43 +0000 (09:51 +0000)]
- Check signature of magic methods
- Register __get/__set/__call for internal classes
Marcus Boerger [Thu, 9 Sep 2004 09:08:33 +0000 (09:08 +0000)]
Proper #ifdef'ing
Marcus Boerger [Thu, 9 Sep 2004 07:46:19 +0000 (07:46 +0000)]
add new test
Derick Rethans [Thu, 9 Sep 2004 07:41:32 +0000 (07:41 +0000)]
- Bump the API number to work around this major breakage.
Dmitry Stogov [Thu, 9 Sep 2004 06:05:11 +0000 (06:05 +0000)]
We will use CALL dispatch method for compilers other then GCC. It is more safe.
<changelog@php.net> [Thu, 9 Sep 2004 00:34:46 +0000 (00:34 +0000)]
ChangeLog update
Andi Gutmans [Thu, 9 Sep 2004 00:15:39 +0000 (00:15 +0000)]
- Fix the fix.
Andi Gutmans [Wed, 8 Sep 2004 23:46:37 +0000 (23:46 +0000)]
- Fix bug #28054 by preventing printing out bogus information in backtrace
when in error handler (still doesn't know all information but at least
it's not bogus)
Sara Golemon [Wed, 8 Sep 2004 23:37:55 +0000 (23:37 +0000)]
*** empty log message ***
Andi Gutmans [Wed, 8 Sep 2004 22:14:12 +0000 (22:14 +0000)]
- Some architectural changes:
a) We specialize opcodes according to op_type fields. Each opcode has to
be marked with which op_type's it uses.
b) We support different execution methods. Function handlers, switch()
and goto dispatching. goto seems to be the fastest but it really
depends on the compiler and how well it optimizes. I suggest playing
around with optimization flags.
- Warning: Things might break so keep us posted on how things are going.
(Dmitry, Andi)
Sara Golemon [Wed, 8 Sep 2004 18:42:15 +0000 (18:42 +0000)]
Handle maxlen when stream can't be mmaped
Rob Richards [Wed, 8 Sep 2004 16:54:17 +0000 (16:54 +0000)]
fix issue with multiple xsl objects using registerPHPfunctions
- also fixes threading issue
Rob Richards [Wed, 8 Sep 2004 10:15:41 +0000 (10:15 +0000)]
implement php_libxml_xmlCheckUTF8
- workaround for pre libxml2-2.6.13 function
<changelog@php.net> [Wed, 8 Sep 2004 00:32:37 +0000 (00:32 +0000)]
ChangeLog update
Sara Golemon [Tue, 7 Sep 2004 22:46:24 +0000 (22:46 +0000)]
Chunk Length may optionally be followed by whitespace
Frank M. Kromann [Tue, 7 Sep 2004 19:40:18 +0000 (19:40 +0000)]
Make it possible to return VideoStream and PrebuiltClip
Sara Golemon [Tue, 7 Sep 2004 19:27:11 +0000 (19:27 +0000)]
Protocol version context option and chunked transfer encoding
Dmitry Stogov [Tue, 7 Sep 2004 14:34:46 +0000 (14:34 +0000)]
Make ext/soap work around libxml2 bug in xmlCheckUTF8 (2.6.7-2.6.13)
<changelog@php.net> [Tue, 7 Sep 2004 00:34:14 +0000 (00:34 +0000)]
ChangeLog update
Marcus Boerger [Mon, 6 Sep 2004 19:13:33 +0000 (19:13 +0000)]
- Fix handling of exceptions in dtors
Rob Richards [Mon, 6 Sep 2004 10:16:34 +0000 (10:16 +0000)]
Fixed bug #29945 (simplexml_load_file URL limitation 255 char)
Dmitry Stogov [Mon, 6 Sep 2004 08:40:04 +0000 (08:40 +0000)]
Fix: interfac -> interface
<changelog@php.net> [Mon, 6 Sep 2004 00:35:08 +0000 (00:35 +0000)]
ChangeLog update
Zeev Suraski [Sun, 5 Sep 2004 22:40:35 +0000 (22:40 +0000)]
Fix reverse dependency
Marcus Boerger [Sun, 5 Sep 2004 17:44:15 +0000 (17:44 +0000)]
Touch
Marcus Boerger [Sun, 5 Sep 2004 17:37:57 +0000 (17:37 +0000)]
- Bugfix #29985
Marcus Boerger [Sun, 5 Sep 2004 17:16:02 +0000 (17:16 +0000)]
- Add some checks to unserialize() to prevent bufferoverflows
Marcus Boerger [Sun, 5 Sep 2004 16:29:05 +0000 (16:29 +0000)]
- Add some checks when unserializing data to prevent buffer overflows
Andrey Hristov [Sun, 5 Sep 2004 13:27:58 +0000 (13:27 +0000)]
remove "." at the end of messages
Moshe Doron [Sun, 5 Sep 2004 08:13:56 +0000 (08:13 +0000)]
make autogenerated docs happy (Friedhelm Betz)
<changelog@php.net> [Sun, 5 Sep 2004 00:32:42 +0000 (00:32 +0000)]
ChangeLog update
Andi Gutmans [Sat, 4 Sep 2004 17:03:45 +0000 (17:03 +0000)]
- Don't destroy object when calling overloaded cast method in
- zend_parse_parameters()
Georg Richter [Sat, 4 Sep 2004 14:16:52 +0000 (14:16 +0000)]
forgot to remove comment in last commit
<changelog@php.net> [Sat, 4 Sep 2004 00:33:13 +0000 (00:33 +0000)]
ChangeLog update
Marcus Boerger [Fri, 3 Sep 2004 18:46:29 +0000 (18:46 +0000)]
- Add link to chm version
- Change wording
Marcus Boerger [Fri, 3 Sep 2004 18:39:30 +0000 (18:39 +0000)]
- Fix protoe's
Marcus Boerger [Fri, 3 Sep 2004 06:16:34 +0000 (06:16 +0000)]
Update docu
Ilia Alshanetsky [Fri, 3 Sep 2004 03:35:22 +0000 (03:35 +0000)]
Adjusted input check.
<changelog@php.net> [Fri, 3 Sep 2004 00:34:03 +0000 (00:34 +0000)]
ChangeLog update
Frank M. Kromann [Thu, 2 Sep 2004 20:56:39 +0000 (20:56 +0000)]
Adding swfvideostreamp and swfprebuiltclipp, available in ming 0.3
Marcus Boerger [Thu, 2 Sep 2004 18:28:47 +0000 (18:28 +0000)]
Fix memleak in serialize
Marcus Boerger [Thu, 2 Sep 2004 18:24:58 +0000 (18:24 +0000)]
Fix test
Sebastian Bergmann [Thu, 2 Sep 2004 17:27:44 +0000 (17:27 +0000)]
Fugbix typo.
Stanislav Malyshev [Thu, 2 Sep 2004 09:39:55 +0000 (09:39 +0000)]
MF4: fix crash if shutdown uses file stats
Derick Rethans [Thu, 2 Sep 2004 06:36:35 +0000 (06:36 +0000)]
- Added test for bug #29944.
Georg Richter [Thu, 2 Sep 2004 04:53:01 +0000 (04:53 +0000)]
fixed bug #29283
Ilia Alshanetsky [Thu, 2 Sep 2004 02:44:04 +0000 (02:44 +0000)]
Fixed bug #29925 (Added a check to prevent illegal characters in session
key).
<changelog@php.net> [Wed, 1 Sep 2004 00:34:13 +0000 (00:34 +0000)]
ChangeLog update
Marcus Boerger [Tue, 31 Aug 2004 20:54:31 +0000 (20:54 +0000)]
Add new test for seeking
Marcus Boerger [Tue, 31 Aug 2004 20:54:00 +0000 (20:54 +0000)]
Fix seeking
Sara Golemon [Tue, 31 Aug 2004 20:11:18 +0000 (20:11 +0000)]
Use user_agent ini setting if it's available.
Joe Orton [Tue, 31 Aug 2004 16:41:29 +0000 (16:41 +0000)]
Move global symbols defined by bundled copy of libgd into private
php_gd_* namespace, to avoid symbol conflicts with, for instance,
another Apache module which loads a different copy of libgd.
Antony Dovgal [Tue, 31 Aug 2004 11:37:02 +0000 (11:37 +0000)]
fix bug #29723 (file_get_contents() fails with the file:// wrapper under Win32)
Joe Orton [Tue, 31 Aug 2004 10:23:22 +0000 (10:23 +0000)]
Do not rely on behaviour of integers which might be greater than
LONG_MAX on 32-bit architectures.
Antony Dovgal [Tue, 31 Aug 2004 08:31:09 +0000 (08:31 +0000)]
this file shouldn't be in the repository at all
<changelog@php.net> [Tue, 31 Aug 2004 00:32:38 +0000 (00:32 +0000)]
ChangeLog update
Ilia Alshanetsky [Mon, 30 Aug 2004 22:21:09 +0000 (22:21 +0000)]
Added missing input validation to dio_write().
Frank M. Kromann [Mon, 30 Aug 2004 19:01:58 +0000 (19:01 +0000)]
Fif for #28047. Set correct debug options for debug_ts build
Marcus Boerger [Mon, 30 Aug 2004 18:48:52 +0000 (18:48 +0000)]
Add some information about array overloading
Rob Richards [Mon, 30 Aug 2004 17:29:22 +0000 (17:29 +0000)]
remove cloning under ze1_compatibility_mode
- minor BC break but doesnt work right under compat mode anyways
Rob Richards [Mon, 30 Aug 2004 15:07:20 +0000 (15:07 +0000)]
remove cloning under ze1_compatibility_mode
- minor BC break but doesnt work right under compat mode anyways