]> granicus.if.org Git - php/log
php
20 years agoChangeLog update
<changelog@php.net> [Tue, 14 Sep 2004 00:33:34 +0000 (00:33 +0000)]
ChangeLog update

20 years agoAllocating hash tables should be done via macro, not directly
Sara Golemon [Mon, 13 Sep 2004 21:07:22 +0000 (21:07 +0000)]
Allocating hash tables should be done via macro, not directly

20 years agoAdd missing stream unregister for sslv2 and 3.
Magnus M��tt� [Mon, 13 Sep 2004 18:30:30 +0000 (18:30 +0000)]
Add missing stream unregister for sslv2 and 3.

20 years agoonly allow valid arrays at this point
Stefan Esser [Mon, 13 Sep 2004 16:00:23 +0000 (16:00 +0000)]
only allow valid arrays at this point

20 years agoChange soap's ctors to __construct(),
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().

20 years agoAntony Dovgal's error message improvement - #27290
Stanislav Malyshev [Mon, 13 Sep 2004 10:41:39 +0000 (10:41 +0000)]
Antony Dovgal's error message improvement - #27290

20 years agoChangeLog update
<changelog@php.net> [Mon, 13 Sep 2004 00:32:56 +0000 (00:32 +0000)]
ChangeLog update

20 years ago- Moe changed from .re to .c
Marcus Boerger [Sun, 12 Sep 2004 12:45:01 +0000 (12:45 +0000)]
- Moe changed from .re to .c

20 years ago- Readd check for nested data (but correct this time)
Marcus Boerger [Sun, 12 Sep 2004 12:43:05 +0000 (12:43 +0000)]
- Readd check for nested data (but correct this time)

20 years ago- Check for legal key types
Marcus Boerger [Sun, 12 Sep 2004 12:23:16 +0000 (12:23 +0000)]
- Check for legal key types

20 years ago- Remove wrong test
Marcus Boerger [Sun, 12 Sep 2004 11:51:13 +0000 (11:51 +0000)]
- Remove wrong test

20 years agoNew Rule: Never try to repair potential malicious user input
Stefan Esser [Sun, 12 Sep 2004 10:45:14 +0000 (10:45 +0000)]
New Rule: Never try to repair potential malicious user input

20 years ago64-bit related changes
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)

20 years agoadd PHP_CHECK_64BIT macro to be able to detect 64-bit platform in ./configure
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

20 years agoChangeLog update
<changelog@php.net> [Sun, 12 Sep 2004 00:33:34 +0000 (00:33 +0000)]
ChangeLog update

20 years ago- MFB: Added the sorting flag SORT_LOCALE_STRING to the sort() functions which
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)

20 years agoChangeLog update
<changelog@php.net> [Sat, 11 Sep 2004 00:33:56 +0000 (00:33 +0000)]
ChangeLog update

20 years ago- Resolve undefined behavior (joe at redhat)
Andi Gutmans [Sat, 11 Sep 2004 00:23:20 +0000 (00:23 +0000)]
- Resolve undefined behavior (joe at redhat)

20 years agoA little extra code to allow overriding plainfiles wrapper as well
Sara Golemon [Fri, 10 Sep 2004 21:50:29 +0000 (21:50 +0000)]
A little extra code to allow overriding plainfiles wrapper as well

20 years agoAdd stream_wrapper_unregister()
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.

20 years agofix wrong check from return value, binary content should not be \0'd,
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.

20 years agoadd testcase for bug #29446
Antony Dovgal [Fri, 10 Sep 2004 13:55:26 +0000 (13:55 +0000)]
add testcase for bug #29446

20 years agoFix Bug #29296: add explicit sslv2 and sslv3 transports
Wez Furlong [Fri, 10 Sep 2004 11:43:47 +0000 (11:43 +0000)]
Fix Bug #29296: add explicit sslv2 and sslv3 transports

20 years agoSoapClient->__call() is renamed to SoapClient->__soap_call().
Dmitry Stogov [Fri, 10 Sep 2004 09:02:06 +0000 (09:02 +0000)]
SoapClient->__call() is renamed to SoapClient->__soap_call().

20 years agoUsing php_libxml_xmlCheckUTF8() from ext/libxml.
Dmitry Stogov [Fri, 10 Sep 2004 08:59:45 +0000 (08:59 +0000)]
Using php_libxml_xmlCheckUTF8() from ext/libxml.

20 years ago- This one fixes rather strange problem - ZE allows multiple declarations of the...
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)

20 years agoChangeLog update
<changelog@php.net> [Fri, 10 Sep 2004 00:35:29 +0000 (00:35 +0000)]
ChangeLog update

20 years agoavoid ANSI stdio when calling tempnam() to avoid limitations of AT&T libc.
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.

20 years ago- Defaulted ini variable "sybct.deadlock_retry_count" to 0
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

20 years agoFix test script
Marcus Boerger [Thu, 9 Sep 2004 17:08:45 +0000 (17:08 +0000)]
Fix test script

20 years ago- Revert API bump
Andi Gutmans [Thu, 9 Sep 2004 17:08:25 +0000 (17:08 +0000)]
- Revert API bump

20 years ago- Commit VM explanation.
Andi Gutmans [Thu, 9 Sep 2004 17:04:12 +0000 (17:04 +0000)]
- Commit VM explanation.

20 years ago- Recommit
Andi Gutmans [Thu, 9 Sep 2004 16:52:24 +0000 (16:52 +0000)]
- Recommit

20 years ago- 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

20 years ago- Recommit:
Andi Gutmans [Thu, 9 Sep 2004 16:50:04 +0000 (16:50 +0000)]
- Recommit:
  - Bump the API number to work around this major breakage.

20 years ago- Roll back VM commit
Andi Gutmans [Thu, 9 Sep 2004 16:47:22 +0000 (16:47 +0000)]
- Roll back VM commit

20 years agoStop at the index on an unmatched [
Rasmus Lerdorf [Thu, 9 Sep 2004 16:10:24 +0000 (16:10 +0000)]
Stop at the index on an unmatched [

20 years ago- Drop namespace relict
Marcus Boerger [Thu, 9 Sep 2004 13:29:08 +0000 (13:29 +0000)]
- Drop namespace relict

20 years agoFix __call's method signature
Marcus Boerger [Thu, 9 Sep 2004 09:53:53 +0000 (09:53 +0000)]
Fix __call's method signature

20 years ago- Check signature of magic methods
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

20 years agoProper #ifdef'ing
Marcus Boerger [Thu, 9 Sep 2004 09:08:33 +0000 (09:08 +0000)]
Proper #ifdef'ing

20 years agoadd new test
Marcus Boerger [Thu, 9 Sep 2004 07:46:19 +0000 (07:46 +0000)]
add new test

20 years ago- Bump the API number to work around this major breakage.
Derick Rethans [Thu, 9 Sep 2004 07:41:32 +0000 (07:41 +0000)]
- Bump the API number to work around this major breakage.

20 years agoWe will use CALL dispatch method for compilers other then GCC. It is more safe.
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.

20 years agoChangeLog update
<changelog@php.net> [Thu, 9 Sep 2004 00:34:46 +0000 (00:34 +0000)]
ChangeLog update

20 years ago- Fix the fix.
Andi Gutmans [Thu, 9 Sep 2004 00:15:39 +0000 (00:15 +0000)]
- Fix the fix.

20 years ago- Fix bug #28054 by preventing printing out bogus information in backtrace
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)

20 years ago*** empty log message ***
Sara Golemon [Wed, 8 Sep 2004 23:37:55 +0000 (23:37 +0000)]
*** empty log message ***

20 years ago- Some architectural changes:
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)

20 years agoHandle maxlen when stream can't be mmaped
Sara Golemon [Wed, 8 Sep 2004 18:42:15 +0000 (18:42 +0000)]
Handle maxlen when stream can't be mmaped

20 years agofix issue with multiple xsl objects using registerPHPfunctions
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

20 years agoimplement php_libxml_xmlCheckUTF8
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

20 years agoChangeLog update
<changelog@php.net> [Wed, 8 Sep 2004 00:32:37 +0000 (00:32 +0000)]
ChangeLog update

20 years agoChunk Length may optionally be followed by whitespace
Sara Golemon [Tue, 7 Sep 2004 22:46:24 +0000 (22:46 +0000)]
Chunk Length may optionally be followed by whitespace

20 years agoMake it possible to return VideoStream and PrebuiltClip
Frank M. Kromann [Tue, 7 Sep 2004 19:40:18 +0000 (19:40 +0000)]
Make it possible to return VideoStream and PrebuiltClip

20 years agoProtocol version context option and chunked transfer encoding
Sara Golemon [Tue, 7 Sep 2004 19:27:11 +0000 (19:27 +0000)]
Protocol version context option and chunked transfer encoding

20 years agoMake ext/soap work around libxml2 bug in xmlCheckUTF8 (2.6.7-2.6.13)
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)

20 years agoChangeLog update
<changelog@php.net> [Tue, 7 Sep 2004 00:34:14 +0000 (00:34 +0000)]
ChangeLog update

20 years ago- Fix handling of exceptions in dtors
Marcus Boerger [Mon, 6 Sep 2004 19:13:33 +0000 (19:13 +0000)]
- Fix handling of exceptions in dtors

20 years agoFixed bug #29945 (simplexml_load_file URL limitation 255 char)
Rob Richards [Mon, 6 Sep 2004 10:16:34 +0000 (10:16 +0000)]
Fixed bug #29945 (simplexml_load_file URL limitation 255 char)

20 years agoFix: interfac -> interface
Dmitry Stogov [Mon, 6 Sep 2004 08:40:04 +0000 (08:40 +0000)]
Fix: interfac -> interface

20 years agoChangeLog update
<changelog@php.net> [Mon, 6 Sep 2004 00:35:08 +0000 (00:35 +0000)]
ChangeLog update

20 years agoFix reverse dependency
Zeev Suraski [Sun, 5 Sep 2004 22:40:35 +0000 (22:40 +0000)]
Fix reverse dependency

20 years agoTouch
Marcus Boerger [Sun, 5 Sep 2004 17:44:15 +0000 (17:44 +0000)]
Touch

20 years ago- Bugfix #29985
Marcus Boerger [Sun, 5 Sep 2004 17:37:57 +0000 (17:37 +0000)]
- Bugfix #29985

20 years ago- Add some checks to unserialize() to prevent bufferoverflows
Marcus Boerger [Sun, 5 Sep 2004 17:16:02 +0000 (17:16 +0000)]
- Add some checks to unserialize() to prevent bufferoverflows

20 years ago- Add some checks when unserializing data to prevent buffer overflows
Marcus Boerger [Sun, 5 Sep 2004 16:29:05 +0000 (16:29 +0000)]
- Add some checks when unserializing data to prevent buffer overflows

20 years agoremove "." at the end of messages
Andrey Hristov [Sun, 5 Sep 2004 13:27:58 +0000 (13:27 +0000)]
remove "." at the end of messages

20 years agomake autogenerated docs happy (Friedhelm Betz)
Moshe Doron [Sun, 5 Sep 2004 08:13:56 +0000 (08:13 +0000)]
make autogenerated docs happy (Friedhelm Betz)

20 years agoChangeLog update
<changelog@php.net> [Sun, 5 Sep 2004 00:32:42 +0000 (00:32 +0000)]
ChangeLog update

20 years ago- Don't destroy object when calling overloaded cast method in
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()

20 years agoforgot to remove comment in last commit
Georg Richter [Sat, 4 Sep 2004 14:16:52 +0000 (14:16 +0000)]
forgot to remove comment in last commit

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

20 years ago- Add link to chm version
Marcus Boerger [Fri, 3 Sep 2004 18:46:29 +0000 (18:46 +0000)]
- Add link to chm version
- Change wording

20 years ago- Fix protoe's
Marcus Boerger [Fri, 3 Sep 2004 18:39:30 +0000 (18:39 +0000)]
- Fix protoe's

20 years agoUpdate docu
Marcus Boerger [Fri, 3 Sep 2004 06:16:34 +0000 (06:16 +0000)]
Update docu

20 years agoAdjusted input check.
Ilia Alshanetsky [Fri, 3 Sep 2004 03:35:22 +0000 (03:35 +0000)]
Adjusted input check.

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

20 years agoAdding swfvideostreamp and swfprebuiltclipp, available in ming 0.3
Frank M. Kromann [Thu, 2 Sep 2004 20:56:39 +0000 (20:56 +0000)]
Adding swfvideostreamp and swfprebuiltclipp, available in ming 0.3

20 years agoFix memleak in serialize
Marcus Boerger [Thu, 2 Sep 2004 18:28:47 +0000 (18:28 +0000)]
Fix memleak in serialize

20 years agoFix test
Marcus Boerger [Thu, 2 Sep 2004 18:24:58 +0000 (18:24 +0000)]
Fix test

20 years agoFugbix typo.
Sebastian Bergmann [Thu, 2 Sep 2004 17:27:44 +0000 (17:27 +0000)]
Fugbix typo.

20 years agoMF4: fix crash if shutdown uses file stats
Stanislav Malyshev [Thu, 2 Sep 2004 09:39:55 +0000 (09:39 +0000)]
MF4: fix crash if shutdown uses file stats

20 years ago- Added test for bug #29944.
Derick Rethans [Thu, 2 Sep 2004 06:36:35 +0000 (06:36 +0000)]
- Added test for bug #29944.

20 years agofixed bug #29283
Georg Richter [Thu, 2 Sep 2004 04:53:01 +0000 (04:53 +0000)]
fixed bug #29283

20 years agoFixed bug #29925 (Added a check to prevent illegal characters in session
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).

20 years agoChangeLog update
<changelog@php.net> [Wed, 1 Sep 2004 00:34:13 +0000 (00:34 +0000)]
ChangeLog update

20 years agoAdd new test for seeking
Marcus Boerger [Tue, 31 Aug 2004 20:54:31 +0000 (20:54 +0000)]
Add new test for seeking

20 years agoFix seeking
Marcus Boerger [Tue, 31 Aug 2004 20:54:00 +0000 (20:54 +0000)]
Fix seeking

20 years agoUse user_agent ini setting if it's available.
Sara Golemon [Tue, 31 Aug 2004 20:11:18 +0000 (20:11 +0000)]
Use user_agent ini setting if it's available.

20 years agoMove global symbols defined by bundled copy of libgd into private
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.

20 years agofix bug #29723 (file_get_contents() fails with the file:// wrapper under Win32)
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)

20 years agoDo not rely on behaviour of integers which might be greater than
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.

20 years agothis file shouldn't be in the repository at all
Antony Dovgal [Tue, 31 Aug 2004 08:31:09 +0000 (08:31 +0000)]
this file shouldn't be in the repository at all

20 years agoChangeLog update
<changelog@php.net> [Tue, 31 Aug 2004 00:32:38 +0000 (00:32 +0000)]
ChangeLog update

20 years agoAdded missing input validation to dio_write().
Ilia Alshanetsky [Mon, 30 Aug 2004 22:21:09 +0000 (22:21 +0000)]
Added missing input validation to dio_write().

20 years agoFif for #28047. Set correct debug options for debug_ts build
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

20 years agoAdd some information about array overloading
Marcus Boerger [Mon, 30 Aug 2004 18:48:52 +0000 (18:48 +0000)]
Add some information about array overloading

20 years agoremove cloning under ze1_compatibility_mode
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

20 years agoremove cloning under ze1_compatibility_mode
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