]> granicus.if.org Git - php/log
php
18 years agoadd tests for CLI
Antony Dovgal [Fri, 24 Nov 2006 13:32:07 +0000 (13:32 +0000)]
add tests for CLI

18 years agofix #39583 (ftp_put() does not change transfer mode to ASCII)
Antony Dovgal [Fri, 24 Nov 2006 12:38:25 +0000 (12:38 +0000)]
fix #39583 (ftp_put() does not change transfer mode to ASCII)

18 years agocall sapi_deactivate() & friends on error
Antony Dovgal [Fri, 24 Nov 2006 11:54:48 +0000 (11:54 +0000)]
call sapi_deactivate() & friends on error
fixes leak with `php-cli -n -c ..`

18 years agoinitialize CG(literal_type) using ZEND_STR_TYPE macro
Antony Dovgal [Fri, 24 Nov 2006 11:36:40 +0000 (11:36 +0000)]
initialize CG(literal_type) using ZEND_STR_TYPE macro
add CG(literal_type) initialization in non-ZTS mode
fixes backticks operator

18 years agofix #39613 (Possible segfault in imap initialization due to missing module dependency)
Antony Dovgal [Fri, 24 Nov 2006 10:28:26 +0000 (10:28 +0000)]
fix #39613 (Possible segfault in imap initialization due to missing module dependency)
patch by wharmby at uk dot ibm dot com

18 years agoChangeLog update
<changelog@php.net> [Fri, 24 Nov 2006 01:31:16 +0000 (01:31 +0000)]
ChangeLog update

18 years agonullify opened_path and filename (when required)
Antony Dovgal [Thu, 23 Nov 2006 22:04:32 +0000 (22:04 +0000)]
nullify opened_path and filename (when required)
fixes invalid reads with `php-cli -F <script>`

18 years agoMFB
Nuno Lopes [Thu, 23 Nov 2006 20:48:21 +0000 (20:48 +0000)]
MFB

18 years agodo not set an env variable without a name and a value
Antony Dovgal [Thu, 23 Nov 2006 20:06:02 +0000 (20:06 +0000)]
do not set an env variable without a name and a value

18 years agoMFB
Nuno Lopes [Thu, 23 Nov 2006 17:37:16 +0000 (17:37 +0000)]
MFB

18 years agofix error messages in Unicode mode when global error handle is used
Antony Dovgal [Thu, 23 Nov 2006 16:08:41 +0000 (16:08 +0000)]
fix error messages in Unicode mode when global error handle is used

18 years agofix oci_bind_array_by_name() with SQLT_ODT type
Antony Dovgal [Thu, 23 Nov 2006 15:23:10 +0000 (15:23 +0000)]
fix oci_bind_array_by_name() with SQLT_ODT type
fix tests

18 years agoMFB: Fixed a possible crash
Ilia Alshanetsky [Thu, 23 Nov 2006 14:41:51 +0000 (14:41 +0000)]
MFB: Fixed a possible crash

18 years agofix tests
Antony Dovgal [Thu, 23 Nov 2006 14:36:55 +0000 (14:36 +0000)]
fix tests

18 years agofix oci_bind_array_by_name() in Unicode mode
Antony Dovgal [Thu, 23 Nov 2006 14:20:59 +0000 (14:20 +0000)]
fix oci_bind_array_by_name() in Unicode mode

18 years agoFixed bug #39534 (Error in maths to calculate of ZEND_MM_ALIGNED_MIN_HEADER_SIZE...
Dmitry Stogov [Thu, 23 Nov 2006 09:33:01 +0000 (09:33 +0000)]
Fixed bug #39534 (Error in maths to calculate of ZEND_MM_ALIGNED_MIN_HEADER_SIZE). (wharmby at uk dot ibm dot com)

18 years agoFixed bug #39548 (ZMSG_LOG_SCRIPT_NAME not routed to OutputDebugString() on Windows)
Dmitry Stogov [Thu, 23 Nov 2006 08:37:34 +0000 (08:37 +0000)]
Fixed bug #39548 (ZMSG_LOG_SCRIPT_NAME not routed to OutputDebugString() on Windows)

18 years agoFixed bug #39602 (Invalid session.save_handler crashes PHP)
Dmitry Stogov [Thu, 23 Nov 2006 08:07:16 +0000 (08:07 +0000)]
Fixed bug #39602 (Invalid session.save_handler crashes PHP)

18 years agoChangeLog update
<changelog@php.net> [Thu, 23 Nov 2006 01:31:17 +0000 (01:31 +0000)]
ChangeLog update

18 years agoUnicode support in get_html_translation_table().
Andrei Zmievski [Wed, 22 Nov 2006 22:18:46 +0000 (22:18 +0000)]
Unicode support in get_html_translation_table().

18 years ago*** empty log message ***
Andrei Zmievski [Wed, 22 Nov 2006 21:22:27 +0000 (21:22 +0000)]
*** empty log message ***

18 years agoUnicode support in ftok().
Andrei Zmievski [Wed, 22 Nov 2006 21:22:14 +0000 (21:22 +0000)]
Unicode support in ftok().

18 years ago*** empty log message ***
Andrei Zmievski [Wed, 22 Nov 2006 19:15:07 +0000 (19:15 +0000)]
*** empty log message ***

18 years ago- Unicode support for tick functions.
Andrei Zmievski [Wed, 22 Nov 2006 19:13:19 +0000 (19:13 +0000)]
- Unicode support for tick functions.
- Update unicode-progress.txt

18 years agoMFB: Fixed a possible crash in dbase_open() on empty filename.
Ilia Alshanetsky [Wed, 22 Nov 2006 17:30:52 +0000 (17:30 +0000)]
MFB: Fixed a possible crash in dbase_open() on empty filename.

18 years ago- #39538, fgetcsv can't handle starting newlines and trailing odd
Pierre Joye [Wed, 22 Nov 2006 12:56:26 +0000 (12:56 +0000)]
- #39538, fgetcsv can't handle starting newlines and trailing odd
  number of backslashes (David Soria Parra, Pierre)

18 years agofix #39576 (array_walk() doesn't separate userdata zval)
Antony Dovgal [Wed, 22 Nov 2006 10:58:11 +0000 (10:58 +0000)]
fix #39576 (array_walk() doesn't separate userdata zval)

18 years ago- fix ENV section handling
Michael Wallner [Wed, 22 Nov 2006 10:44:54 +0000 (10:44 +0000)]
- fix ENV section handling

18 years agospace to tab
Andrey Hristov [Wed, 22 Nov 2006 10:11:58 +0000 (10:11 +0000)]
space to tab

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

18 years agoUnicode support in import_request_variables().
Andrei Zmievski [Tue, 21 Nov 2006 22:21:38 +0000 (22:21 +0000)]
Unicode support in import_request_variables().

18 years agoNote.
Andrei Zmievski [Tue, 21 Nov 2006 18:45:21 +0000 (18:45 +0000)]
Note.

18 years agoUnicode support in highlight_string().
Andrei Zmievski [Tue, 21 Nov 2006 18:40:58 +0000 (18:40 +0000)]
Unicode support in highlight_string().

18 years agoremove redundant error message
Antony Dovgal [Tue, 21 Nov 2006 17:40:38 +0000 (17:40 +0000)]
remove redundant error message
add test by <zoe dot slattery at googlemail dot com>

18 years agoFixed build
Ilia Alshanetsky [Tue, 21 Nov 2006 15:58:29 +0000 (15:58 +0000)]
Fixed build

18 years agoMFB: Adjust previous patch to work better
Ilia Alshanetsky [Tue, 21 Nov 2006 15:58:12 +0000 (15:58 +0000)]
MFB: Adjust previous patch to work better

18 years agofix #39551 (Segfault with stream_bucket_new in user filter)
Antony Dovgal [Tue, 21 Nov 2006 15:47:44 +0000 (15:47 +0000)]
fix #39551 (Segfault with stream_bucket_new in user filter)
also fixes several segfaults and leaks
add test

18 years agoadd test for some of builtin funcs
Antony Dovgal [Tue, 21 Nov 2006 11:11:25 +0000 (11:11 +0000)]
add test for some of builtin funcs

18 years agofix leak in get_extension_funcs()
Antony Dovgal [Tue, 21 Nov 2006 11:10:01 +0000 (11:10 +0000)]
fix leak in get_extension_funcs()

18 years agofix proto
Antony Dovgal [Tue, 21 Nov 2006 10:48:16 +0000 (10:48 +0000)]
fix proto

18 years agoChangeLog update
<changelog@php.net> [Tue, 21 Nov 2006 01:31:11 +0000 (01:31 +0000)]
ChangeLog update

18 years agoadd new test
Antony Dovgal [Mon, 20 Nov 2006 22:17:00 +0000 (22:17 +0000)]
add new test

18 years agofix leak in zend_register_functions()
Antony Dovgal [Mon, 20 Nov 2006 22:08:27 +0000 (22:08 +0000)]
fix leak in zend_register_functions()
this is very odd, but Zend MM said nothing about it..

18 years agoUpdate for basic_functions.c
Andrei Zmievski [Mon, 20 Nov 2006 20:58:56 +0000 (20:58 +0000)]
Update for basic_functions.c

18 years agoimprove test
Antony Dovgal [Mon, 20 Nov 2006 20:54:52 +0000 (20:54 +0000)]
improve test

18 years ago- Fix arginfo
Marcus Boerger [Mon, 20 Nov 2006 20:03:46 +0000 (20:03 +0000)]
- Fix arginfo

18 years ago- Add new test
Marcus Boerger [Mon, 20 Nov 2006 19:55:54 +0000 (19:55 +0000)]
- Add new test

18 years ago- Add optional use_keys parameter to iterator_to_array(), (idea by Kevin)
Marcus Boerger [Mon, 20 Nov 2006 19:50:19 +0000 (19:50 +0000)]
- Add optional use_keys parameter to iterator_to_array(), (idea by Kevin)

18 years agoMFB: Fixed compiler warnings
Ilia Alshanetsky [Mon, 20 Nov 2006 19:06:09 +0000 (19:06 +0000)]
MFB: Fixed compiler warnings

18 years agofix test on those platforms where infinity is not "INF", but "Infinity"
Antony Dovgal [Mon, 20 Nov 2006 16:32:46 +0000 (16:32 +0000)]
fix test on those platforms where infinity is not "INF", but "Infinity"

18 years agofix test on Solaris
Antony Dovgal [Mon, 20 Nov 2006 16:28:14 +0000 (16:28 +0000)]
fix test on Solaris

18 years agoefree() if not NULL
Antony Dovgal [Mon, 20 Nov 2006 11:12:35 +0000 (11:12 +0000)]
efree() if not NULL

18 years agoChangeLog update
<changelog@php.net> [Mon, 20 Nov 2006 01:31:14 +0000 (01:31 +0000)]
ChangeLog update

18 years agoMFB
Nuno Lopes [Sun, 19 Nov 2006 18:38:11 +0000 (18:38 +0000)]
MFB

18 years agoMFB: pack()/unpack() tests
Ilia Alshanetsky [Sun, 19 Nov 2006 18:31:22 +0000 (18:31 +0000)]
MFB: pack()/unpack() tests

18 years agoMFB: Fixed bug #38770 (unpack() broken with longs on 64 bit machines).
Ilia Alshanetsky [Sun, 19 Nov 2006 18:21:50 +0000 (18:21 +0000)]
MFB: Fixed bug #38770 (unpack() broken with longs on 64 bit machines).

18 years agoadded testcases for ext/mysql (written by Ulf Wendel)
Georg Richter [Sun, 19 Nov 2006 12:14:44 +0000 (12:14 +0000)]
added testcases for ext/mysql (written by Ulf Wendel)

18 years agoadded unicode support for ext/mysql
Georg Richter [Sun, 19 Nov 2006 12:10:19 +0000 (12:10 +0000)]
added unicode support for ext/mysql

18 years agoChangeLog update
<changelog@php.net> [Sun, 19 Nov 2006 01:31:10 +0000 (01:31 +0000)]
ChangeLog update

18 years agocatch up:
Michael Wallner [Sat, 18 Nov 2006 09:01:11 +0000 (09:01 +0000)]
catch up:
- Sara upgraded ext/bcmath
- Sara upgrades ext/bz2
- Dmitry upgraded ext/ctype
- Sara upgraded ext/gmp
- Sara upgraded ext/hash
- Andrei upgraded ext/json
- Georg upgrades ext/mysqli
- Dmitry and Andrei upgraded ext/reflection
- Rob upgrades ext/simplexml
- Dmitry upgraded ext/soap
- Nuno upgrades ext/tidy
- Rob upgrades ext/xml
- Rob upgraded ext/xmlreader
- Rob upgraded ext/xmlwriter
- Rob upgraded ext/xsl

18 years agoChangeLog update
<changelog@php.net> [Sat, 18 Nov 2006 01:31:10 +0000 (01:31 +0000)]
ChangeLog update

18 years agoUse u_memcpy() instead of memcpy().
Andrei Zmievski [Fri, 17 Nov 2006 16:45:28 +0000 (16:45 +0000)]
Use u_memcpy() instead of memcpy().

18 years agoFix memory leaks and segfault.
Andrei Zmievski [Fri, 17 Nov 2006 16:44:23 +0000 (16:44 +0000)]
Fix memory leaks and segfault.

18 years ago- return domain in FS encoding
Michael Wallner [Fri, 17 Nov 2006 13:37:02 +0000 (13:37 +0000)]
- return domain in FS encoding
- use ZSTR_DUPLICATE

18 years agoCOM initialization/deinitialization are done only if necessary
Dmitry Stogov [Fri, 17 Nov 2006 11:41:13 +0000 (11:41 +0000)]
COM initialization/deinitialization are done only if necessary

18 years agoUnicode support.
Dmitry Stogov [Fri, 17 Nov 2006 10:48:53 +0000 (10:48 +0000)]
Unicode support.
Now the real UG(unicode) value is available during MINIT calls.

18 years agoChangeLog update
<changelog@php.net> [Fri, 17 Nov 2006 01:31:21 +0000 (01:31 +0000)]
ChangeLog update

18 years ago- Add the strtr implementation for unicode for the case where there are
Derick Rethans [Thu, 16 Nov 2006 20:33:44 +0000 (20:33 +0000)]
- Add the strtr implementation for unicode for the case where there are
  characters with a code point value >= 256.

18 years agoMFB: fixed compiler warnings
Ilia Alshanetsky [Thu, 16 Nov 2006 17:34:42 +0000 (17:34 +0000)]
MFB: fixed compiler warnings

18 years agoMFB: Fix ftruncate() with negative size
Hannes Magnusson [Thu, 16 Nov 2006 16:08:09 +0000 (16:08 +0000)]
MFB: Fix ftruncate() with negative size

18 years agofix tests (add missing SKIPIF sections and a fix for FreeBSD)
Antony Dovgal [Thu, 16 Nov 2006 13:49:01 +0000 (13:49 +0000)]
fix tests (add missing SKIPIF sections and a fix for FreeBSD)

18 years ago- fix protos
Michael Wallner [Thu, 16 Nov 2006 13:36:03 +0000 (13:36 +0000)]
- fix protos

18 years ago- fix ext/zlib status;
Michael Wallner [Thu, 16 Nov 2006 13:33:34 +0000 (13:33 +0000)]
- fix ext/zlib status;
  Nuno upgraded gzio
  stream wrapper and filter seem untouched

18 years agomore new tests, yikes!
Antony Dovgal [Thu, 16 Nov 2006 13:00:03 +0000 (13:00 +0000)]
more new tests, yikes!

18 years ago- ext/ progress
Michael Wallner [Thu, 16 Nov 2006 09:18:55 +0000 (09:18 +0000)]
- ext/ progress

18 years agoChangeLog update
<changelog@php.net> [Thu, 16 Nov 2006 01:31:33 +0000 (01:31 +0000)]
ChangeLog update

18 years ago- unicode upgrade
Michael Wallner [Wed, 15 Nov 2006 22:51:45 +0000 (22:51 +0000)]
- unicode upgrade
- fix typo: ENIGNA->ENIGMA
- add and fix tests

18 years agofix typo (patch by Mike Wallner)
Antony Dovgal [Wed, 15 Nov 2006 22:50:19 +0000 (22:50 +0000)]
fix typo (patch by Mike Wallner)

18 years agofix array_key_exists() with NULL key in Unicode mode
Antony Dovgal [Wed, 15 Nov 2006 22:43:19 +0000 (22:43 +0000)]
fix array_key_exists() with NULL key in Unicode mode

18 years agoadd new tests
Antony Dovgal [Wed, 15 Nov 2006 22:42:28 +0000 (22:42 +0000)]
add new tests

18 years agofix memory leak and typo in zend_parse_parameters(), which caused segfault
Antony Dovgal [Wed, 15 Nov 2006 22:09:25 +0000 (22:09 +0000)]
fix memory leak and typo in zend_parse_parameters(), which caused segfault
add test

18 years agoMFB: Fixed bug #37773 (iconv_substr() gives "Unknown error" when string
Ilia Alshanetsky [Wed, 15 Nov 2006 18:35:18 +0000 (18:35 +0000)]
MFB: Fixed bug #37773 (iconv_substr() gives "Unknown error" when string
length = 1").

18 years agotypo
Dmitry Stogov [Wed, 15 Nov 2006 17:53:39 +0000 (17:53 +0000)]
typo

18 years agofix leak appearing when converting object to NULL
Antony Dovgal [Wed, 15 Nov 2006 17:28:56 +0000 (17:28 +0000)]
fix leak appearing when converting object to NULL
add test

18 years agoadd new tests
Antony Dovgal [Wed, 15 Nov 2006 17:26:54 +0000 (17:26 +0000)]
add new tests

18 years ago- mhash news
Michael Wallner [Wed, 15 Nov 2006 17:16:25 +0000 (17:16 +0000)]
- mhash news

18 years ago- unicode upgrade
Michael Wallner [Wed, 15 Nov 2006 17:16:04 +0000 (17:16 +0000)]
- unicode upgrade
- use current parameter parsing API
- added keygen constants
- Added keygen functions: mhash_keygen_count, mhash_get_keygen_name,
  mhash_keygen_uses_hash, mhash_keygen_uses_salt, mhash_get_keygen_salt_size,
  mhash_keygen

18 years ago- unicode upgrade
Michael Wallner [Wed, 15 Nov 2006 17:14:50 +0000 (17:14 +0000)]
- unicode upgrade
# as setlocale() throws an E_STRICT deprecated warning, I guess we'll
  see ICU message catalogue support?

18 years agoFixed bug #39445 (Calling debug_backtrace() in the __toString() function produces...
Dmitry Stogov [Wed, 15 Nov 2006 16:05:26 +0000 (16:05 +0000)]
Fixed bug #39445 (Calling debug_backtrace() in the __toString() function produces a crash)

18 years agoRemoved unnecessary getenv/putenv calls
Dmitry Stogov [Wed, 15 Nov 2006 13:34:05 +0000 (13:34 +0000)]
Removed unnecessary getenv/putenv calls

18 years agomark more functions unicode compatible
Rob Richards [Wed, 15 Nov 2006 12:27:32 +0000 (12:27 +0000)]
mark more functions unicode compatible

18 years agofix test on AIX
Antony Dovgal [Wed, 15 Nov 2006 12:11:07 +0000 (12:11 +0000)]
fix test on AIX

18 years agoadd unicode support so Andrei finally stops asking me about it
Rob Richards [Wed, 15 Nov 2006 12:08:12 +0000 (12:08 +0000)]
add unicode support so Andrei finally stops asking me about it
update tests

18 years agofix test
Antony Dovgal [Wed, 15 Nov 2006 11:27:10 +0000 (11:27 +0000)]
fix test

18 years agoFixed wrong ext/filter behavior. It might not to register FastCGI environment variabl...
Dmitry Stogov [Wed, 15 Nov 2006 11:14:27 +0000 (11:14 +0000)]
Fixed wrong ext/filter behavior. It might not to register FastCGI environment variables and make memory leaks.

18 years agofix test
Antony Dovgal [Wed, 15 Nov 2006 10:48:30 +0000 (10:48 +0000)]
fix test

18 years agoChangeLog update
<changelog@php.net> [Wed, 15 Nov 2006 01:31:10 +0000 (01:31 +0000)]
ChangeLog update

18 years agoone more test
Antony Dovgal [Tue, 14 Nov 2006 22:23:23 +0000 (22:23 +0000)]
one more test

18 years agoadd new tests
Antony Dovgal [Tue, 14 Nov 2006 21:59:02 +0000 (21:59 +0000)]
add new tests

18 years agoMFB: Tell linker that we're using stati libcurl
Edin Kadribasic [Tue, 14 Nov 2006 19:57:35 +0000 (19:57 +0000)]
MFB: Tell linker that we're using stati libcurl