]> granicus.if.org Git - php/log
php
17 years agoNew version of 005.phpt, array_change_key_case.phpt, array_key_exists.phpt, array_key...
Raghubansh Kumar [Sat, 12 May 2007 09:53:30 +0000 (09:53 +0000)]
New version of 005.phpt, array_change_key_case.phpt, array_key_exists.phpt, array_keys.phpt, array_map.phpt, array_pop.phpt, array_search.phpt, array_values.phpt, each.phpt, end.phpt, extract.phpt

17 years agoNew version of 009.phpt
Raghubansh Kumar [Sat, 12 May 2007 09:50:40 +0000 (09:50 +0000)]
New version of 009.phpt

17 years agoMFH: remove warnings in resource dtor
Antony Dovgal [Fri, 11 May 2007 15:46:38 +0000 (15:46 +0000)]
MFH: remove warnings in resource dtor

17 years agoBFN
Antony Dovgal [Fri, 11 May 2007 12:22:00 +0000 (12:22 +0000)]
BFN

17 years agoMFH: fix #41134 (zend_ts_hash_clean not thread-safe)
Antony Dovgal [Fri, 11 May 2007 12:21:26 +0000 (12:21 +0000)]
MFH: fix #41134 (zend_ts_hash_clean not thread-safe)
fix also zend_ts_hash_*destroy()

17 years agoBFN
Antony Dovgal [Fri, 11 May 2007 09:39:49 +0000 (09:39 +0000)]
BFN

17 years agoMFH: fix #41351 (Invalid opcode with foreach ($a[] as $b))
Antony Dovgal [Fri, 11 May 2007 09:39:36 +0000 (09:39 +0000)]
MFH: fix #41351 (Invalid opcode with foreach ($a[] as $b))

17 years agoFixed bug #39542 (Behaviour of require/include different to < 5.2.0)
Dmitry Stogov [Fri, 11 May 2007 08:02:43 +0000 (08:02 +0000)]
Fixed bug #39542 (Behaviour of require/include different to < 5.2.0)

17 years ago - MFH Add invert option to RegexIterator
Marcus Boerger [Fri, 11 May 2007 00:15:25 +0000 (00:15 +0000)]
 - MFH Add invert option to RegexIterator

17 years agoMFH: fix segfault in strripos() when offset == INT_MAX+1
Antony Dovgal [Thu, 10 May 2007 22:10:43 +0000 (22:10 +0000)]
MFH: fix segfault in strripos() when offset == INT_MAX+1
identified and repoted by Joxean Koret

17 years ago%d -> %ld
Antony Dovgal [Thu, 10 May 2007 21:52:10 +0000 (21:52 +0000)]
%d -> %ld

17 years agoFixed random number generation for http auth mechanism in SOAP
Ilia Alshanetsky [Thu, 10 May 2007 21:05:14 +0000 (21:05 +0000)]
Fixed random number generation for http auth mechanism in SOAP

# Identified by Stefan Esser

17 years agouse php_strtok_r() rather than strsep()
Hannes Magnusson [Thu, 10 May 2007 19:48:30 +0000 (19:48 +0000)]
use php_strtok_r() rather than strsep()
# Fixes build on, for instance, solaris

17 years agoMFH: flush output buffer when/if highlight_string()/php_strip_whitespace()/highlight_...
Antony Dovgal [Thu, 10 May 2007 16:28:11 +0000 (16:28 +0000)]
MFH: flush output buffer when/if highlight_string()/php_strip_whitespace()/highlight_string() fail

17 years agoFixed bug #41291 (FastCGI does not set SO_REUSEADDR). (fmajid at kefta dot com)
Dmitry Stogov [Thu, 10 May 2007 15:21:02 +0000 (15:21 +0000)]
Fixed bug #41291 (FastCGI does not set SO_REUSEADDR). (fmajid at kefta dot com)

17 years agoFixed bug #41337 (WSDL parsing doesn't ignore non soap bindings)
Dmitry Stogov [Thu, 10 May 2007 14:58:17 +0000 (14:58 +0000)]
Fixed bug #41337 (WSDL parsing doesn't ignore non soap bindings)

17 years agoFixed bug #41347 (checkdnsrr() segfaults on empty hostname).
Scott MacVicar [Thu, 10 May 2007 13:16:54 +0000 (13:16 +0000)]
Fixed bug #41347 (checkdnsrr() segfaults on empty hostname).

17 years agoMFH: fix segfault in iptcembed()
Antony Dovgal [Thu, 10 May 2007 12:23:25 +0000 (12:23 +0000)]
MFH: fix segfault in iptcembed()

17 years agoMFH: bcmath.scale must be greater or equal to zero
Antony Dovgal [Thu, 10 May 2007 09:53:36 +0000 (09:53 +0000)]
MFH: bcmath.scale must be greater or equal to zero

17 years agoFixed a typo
Ilia Alshanetsky [Wed, 9 May 2007 23:59:06 +0000 (23:59 +0000)]
Fixed a typo

17 years ago- MFH: #41326, Writing empty tags with Xmlwriter::WriteElement[ns]
Pierre Joye [Tue, 8 May 2007 21:41:36 +0000 (21:41 +0000)]
- MFH: #41326, Writing empty tags with Xmlwriter::WriteElement[ns]

17 years agoFixed bug #41321 (downgrade read errors in getimagesize() to E_NOTICE).
Ilia Alshanetsky [Tue, 8 May 2007 18:38:20 +0000 (18:38 +0000)]
Fixed bug #41321 (downgrade read errors in getimagesize() to E_NOTICE).

17 years agoFixed bug #41304 (compress.zlib temp files left)
Dmitry Stogov [Tue, 8 May 2007 12:08:17 +0000 (12:08 +0000)]
Fixed bug #41304 (compress.zlib temp files left)

17 years agoRegister RAW_POST_DATA even when always_populate_raw_post_data is off in
Ilia Alshanetsky [Mon, 7 May 2007 23:27:59 +0000 (23:27 +0000)]
Register RAW_POST_DATA even when always_populate_raw_post_data is off in
instances where content type is not known

17 years agofix tests (add precision)
Antony Dovgal [Mon, 7 May 2007 22:41:30 +0000 (22:41 +0000)]
fix tests (add precision)

17 years agofix tests
Antony Dovgal [Mon, 7 May 2007 22:30:16 +0000 (22:30 +0000)]
fix tests

17 years agofix tests
Antony Dovgal [Mon, 7 May 2007 22:10:14 +0000 (22:10 +0000)]
fix tests

17 years agofix test
Antony Dovgal [Mon, 7 May 2007 21:38:42 +0000 (21:38 +0000)]
fix test

17 years agoFixed SOAP tests and added additional tests to ensure processing POST data
Ilia Alshanetsky [Mon, 7 May 2007 18:45:03 +0000 (18:45 +0000)]
Fixed SOAP tests and added additional tests to ensure processing POST data
works based on server001.phpt

17 years agoAdded support for --GZIP_POST-- and --DEFLATE_POST-- that allows emulation
Ilia Alshanetsky [Mon, 7 May 2007 18:40:33 +0000 (18:40 +0000)]
Added support for --GZIP_POST-- and --DEFLATE_POST-- that allows emulation
of compressed POST input

17 years agofix test names
Antony Dovgal [Mon, 7 May 2007 18:03:01 +0000 (18:03 +0000)]
fix test names

17 years agofix test names
Antony Dovgal [Mon, 7 May 2007 17:54:12 +0000 (17:54 +0000)]
fix test names

17 years agofix test title
Nuno Lopes [Mon, 7 May 2007 15:23:53 +0000 (15:23 +0000)]
fix test title

17 years ago- MFH: fix build when use with a museum freetype version (1.x)
Pierre Joye [Mon, 7 May 2007 14:54:36 +0000 (14:54 +0000)]
- MFH: fix build when use with a museum freetype version (1.x)

17 years agoadd 64bit version of the tests
Antony Dovgal [Mon, 7 May 2007 14:00:40 +0000 (14:00 +0000)]
add 64bit version of the tests

17 years agofix tests
Antony Dovgal [Mon, 7 May 2007 12:09:14 +0000 (12:09 +0000)]
fix tests

17 years agofix test
Antony Dovgal [Mon, 7 May 2007 08:25:12 +0000 (08:25 +0000)]
fix test

17 years agoAllow SOAP extension's handler() to work even when
Ilia Alshanetsky [Sun, 6 May 2007 17:21:13 +0000 (17:21 +0000)]
Allow SOAP extension's handler() to work even when
always_populate_raw_post_data is off.

# Tests will be updated in the next few days

17 years agoFixed bug #41293 (Fixed creation of HTTP_RAW_POST_DATA when there is no
Ilia Alshanetsky [Sun, 6 May 2007 16:34:14 +0000 (16:34 +0000)]
Fixed bug #41293 (Fixed creation of HTTP_RAW_POST_DATA when there is no
default post handler).

17 years agoAdded HTTP_RAW_POST_DATA test for instances where post length exceeds
Ilia Alshanetsky [Sun, 6 May 2007 16:30:09 +0000 (16:30 +0000)]
Added HTTP_RAW_POST_DATA test for instances where post length exceeds
post_max_size.

17 years agoAdded $HTTP_RAW_POST_DATA test
Ilia Alshanetsky [Sun, 6 May 2007 16:26:11 +0000 (16:26 +0000)]
Added $HTTP_RAW_POST_DATA test

17 years agoClarify bug fix details
Ilia Alshanetsky [Sun, 6 May 2007 15:37:07 +0000 (15:37 +0000)]
Clarify bug fix details

17 years agoMFH: Fixed PHP CLI to use the php.ini from the binary location
Hannes Magnusson [Sun, 6 May 2007 14:01:26 +0000 (14:01 +0000)]
MFH: Fixed PHP CLI to use the php.ini from the binary location

17 years agoFix test
Hannes Magnusson [Sun, 6 May 2007 13:11:31 +0000 (13:11 +0000)]
Fix test

17 years ago- MFH: Fix build without reflection
Johannes Schlüter [Sun, 6 May 2007 12:57:50 +0000 (12:57 +0000)]
- MFH: Fix build without reflection

17 years agofix tests, add more
Antony Dovgal [Sat, 5 May 2007 21:44:52 +0000 (21:44 +0000)]
fix tests, add more

17 years agoMFH
foobar [Sat, 5 May 2007 19:26:39 +0000 (19:26 +0000)]
MFH

17 years ago- MFH --ri does not require ext/Reflection
Marcus Boerger [Sat, 5 May 2007 16:21:07 +0000 (16:21 +0000)]
- MFH --ri does not require ext/Reflection
- MFH --ini to show ini files being used

17 years agoFixed bug #41285 (Improved fix for CVE-2007-1887 to work with non-bundled
Ilia Alshanetsky [Sat, 5 May 2007 15:36:15 +0000 (15:36 +0000)]
Fixed bug #41285 (Improved fix for CVE-2007-1887 to work with non-bundled
sqlite2 lib).

17 years agoFixed bug #41283 (Bug with serializing array key that are doubles or
Ilia Alshanetsky [Sat, 5 May 2007 15:14:56 +0000 (15:14 +0000)]
Fixed bug #41283 (Bug with serializing array key that are doubles or
floats).

17 years agoMFH
Antony Dovgal [Fri, 4 May 2007 22:32:57 +0000 (22:32 +0000)]
MFH

17 years agoMFH:- Prevent bugs like #41265 being submitted from now on.
foobar [Fri, 4 May 2007 21:57:47 +0000 (21:57 +0000)]
MFH:- Prevent bugs like #41265 being submitted from now on.

17 years agoBFN
Rob Richards [Fri, 4 May 2007 20:18:51 +0000 (20:18 +0000)]
BFN

17 years agoFix bug #41287 (Namespace functions don't allow xmlns to be optional)
Rob Richards [Fri, 4 May 2007 20:16:39 +0000 (20:16 +0000)]
Fix bug #41287 (Namespace functions don't allow xmlns to be optional)
add test

17 years agoBFN
Rob Richards [Fri, 4 May 2007 19:32:53 +0000 (19:32 +0000)]
BFN

17 years agofix bug #41257 (lookupNamespaceURI does not work as expected)
Rob Richards [Fri, 4 May 2007 19:30:59 +0000 (19:30 +0000)]
fix bug #41257 (lookupNamespaceURI does not work as expected)
fix related issue in isDefaultNamespace
add test
reconcile namespaces when setting attribute in a new namespace

17 years agoUpdate Apache 2 libs to 2.0.59 on the build box and standardize the dirs
Edin Kadribasic [Fri, 4 May 2007 18:17:55 +0000 (18:17 +0000)]
Update Apache 2 libs to 2.0.59 on the build box and standardize the dirs

17 years agoget ride of warnings (different signdess)
Nuno Lopes [Fri, 4 May 2007 17:11:05 +0000 (17:11 +0000)]
get ride of warnings (different signdess)

17 years agofix comments
Antony Dovgal [Fri, 4 May 2007 16:19:57 +0000 (16:19 +0000)]
fix comments

17 years agoadd tests
Antony Dovgal [Fri, 4 May 2007 12:46:18 +0000 (12:46 +0000)]
add tests

17 years agoMFH
Antony Dovgal [Fri, 4 May 2007 11:30:37 +0000 (11:30 +0000)]
MFH

17 years agoMFH
Antony Dovgal [Fri, 4 May 2007 09:05:32 +0000 (09:05 +0000)]
MFH

17 years agoMFH
Antony Dovgal [Fri, 4 May 2007 08:27:33 +0000 (08:27 +0000)]
MFH

17 years ago- Fixed bug #41097 (ext/soap returning associative array as indexed without
Dmitry Stogov [Fri, 4 May 2007 06:19:34 +0000 (06:19 +0000)]
- Fixed bug #41097 (ext/soap returning associative array as indexed without
  using WSDL).
- Fixed bug #41004 (minOccurs="0" and null class member variable).

17 years agoFixed altering $this via argument named "this"
Dmitry Stogov [Fri, 4 May 2007 06:18:53 +0000 (06:18 +0000)]
Fixed altering $this via argument named "this"

17 years agoFixed ext/filter Email Validation Vulnerability
Ilia Alshanetsky [Thu, 3 May 2007 23:38:27 +0000 (23:38 +0000)]
Fixed ext/filter Email Validation Vulnerability
(MOPB-24 by Stefan Esser)

17 years ago- MFH: Fix skipif
Johannes Schlüter [Thu, 3 May 2007 12:44:48 +0000 (12:44 +0000)]
- MFH: Fix skipif

17 years agoimprove test
Antony Dovgal [Thu, 3 May 2007 12:10:11 +0000 (12:10 +0000)]
improve test

17 years agoFix Windows Build
Edin Kadribasic [Thu, 3 May 2007 04:16:32 +0000 (04:16 +0000)]
Fix Windows Build

17 years agoBack to dev
Ilia Alshanetsky [Thu, 3 May 2007 01:16:50 +0000 (01:16 +0000)]
Back to dev

17 years ago5.2.2
Ilia Alshanetsky [Wed, 2 May 2007 23:05:14 +0000 (23:05 +0000)]
5.2.2

17 years agoReverted the following fixed because of php-5.2.2 release process
Dmitry Stogov [Wed, 2 May 2007 17:24:16 +0000 (17:24 +0000)]
Reverted the following fixed because of php-5.2.2 release process
- Fixed altering $this via argument named "this".
- Fixed bug #41097 (ext/soap returning associative array as indexed without
  using WSDL).
- Fixed bug #41004 (minOccurs="0" and null class member variable).

17 years agoadd SKIPIF section
Antony Dovgal [Wed, 2 May 2007 15:41:22 +0000 (15:41 +0000)]
add SKIPIF section

17 years agoMFH: add USE_ZEND_ALLOC env var
Antony Dovgal [Wed, 2 May 2007 15:41:06 +0000 (15:41 +0000)]
MFH: add USE_ZEND_ALLOC env var

17 years agoFixed altering $this via argument named "this"
Dmitry Stogov [Wed, 2 May 2007 13:21:55 +0000 (13:21 +0000)]
Fixed altering $this via argument named "this"

17 years agoFixed bug #41192 (Per Directory Values only work for one key)
Dmitry Stogov [Wed, 2 May 2007 10:16:34 +0000 (10:16 +0000)]
Fixed bug #41192 (Per Directory Values only work for one key)

17 years agoFixed bug #41004 (minOccurs="0" and null class member variable)
Dmitry Stogov [Wed, 2 May 2007 09:38:12 +0000 (09:38 +0000)]
Fixed bug #41004 (minOccurs="0" and null class member variable)

17 years agoNew test
Dmitry Stogov [Wed, 2 May 2007 08:35:17 +0000 (08:35 +0000)]
New test

17 years agoFixed bug #41097 (ext/soap returning associative array as indexed without using WSDL)
Dmitry Stogov [Wed, 2 May 2007 08:22:13 +0000 (08:22 +0000)]
Fixed bug #41097 (ext/soap returning associative array as indexed without using WSDL)

17 years agoFixed test
Dmitry Stogov [Wed, 2 May 2007 07:27:36 +0000 (07:27 +0000)]
Fixed test

17 years agoRemoved completed TODO items
Ilia Alshanetsky [Tue, 1 May 2007 23:04:30 +0000 (23:04 +0000)]
Removed completed TODO items

17 years ago- MFH: Added test case for bug #41252.
Derick Rethans [Tue, 1 May 2007 16:04:33 +0000 (16:04 +0000)]
- MFH: Added test case for bug #41252.

17 years agoRemove quotes
Ilia Alshanetsky [Tue, 1 May 2007 00:05:39 +0000 (00:05 +0000)]
Remove quotes

17 years agoMFH: initialize optional params
Antony Dovgal [Mon, 30 Apr 2007 21:40:02 +0000 (21:40 +0000)]
MFH: initialize optional params

17 years agoBFN
Johannes Schlüter [Mon, 30 Apr 2007 20:01:16 +0000 (20:01 +0000)]
BFN

17 years ago- MFH Fix "f" modifier for zend_parse_parameters_ex in case of a __call call
Johannes Schlüter [Mon, 30 Apr 2007 19:54:41 +0000 (19:54 +0000)]
- MFH Fix "f" modifier for zend_parse_parameters_ex in case of a __call call
# only affects iterator_apply() in 5_2 branch

17 years agoSync correctly with configure.in
Edin Kadribasic [Mon, 30 Apr 2007 16:18:06 +0000 (16:18 +0000)]
Sync correctly with configure.in

17 years agoSync with zlib
Edin Kadribasic [Sun, 29 Apr 2007 17:47:31 +0000 (17:47 +0000)]
Sync with zlib

17 years agoFixed bug #41215 (setAttribute return code reversed).
Ilia Alshanetsky [Sun, 29 Apr 2007 14:47:34 +0000 (14:47 +0000)]
Fixed bug #41215 (setAttribute return code reversed).

17 years agotypofix..and exactly HOW or WHAT in commandline handling was fixed?
foobar [Sun, 29 Apr 2007 00:45:23 +0000 (00:45 +0000)]
typofix..and exactly HOW or WHAT in commandline handling was fixed?

17 years ago- Updated credits
foobar [Sun, 29 Apr 2007 00:43:11 +0000 (00:43 +0000)]
- Updated credits

17 years agoadd new tests
Antony Dovgal [Sat, 28 Apr 2007 11:59:08 +0000 (11:59 +0000)]
add new tests

17 years agoadd new tests
Antony Dovgal [Fri, 27 Apr 2007 21:33:02 +0000 (21:33 +0000)]
add new tests

17 years agoSync with configure.in
Edin Kadribasic [Fri, 27 Apr 2007 20:54:47 +0000 (20:54 +0000)]
Sync with configure.in

17 years agoMFH: improve the tests
Antony Dovgal [Fri, 27 Apr 2007 11:43:45 +0000 (11:43 +0000)]
MFH: improve the tests

17 years agoMFH: initialize retval_ptr_ptr before returning FAILURE
Antony Dovgal [Fri, 27 Apr 2007 08:12:24 +0000 (08:12 +0000)]
MFH: initialize retval_ptr_ptr before returning FAILURE
this fixes invalid read in #41209

17 years agoMFH: Fix crash on server startup when log message is printed
Uwe Schindler [Fri, 27 Apr 2007 00:29:26 +0000 (00:29 +0000)]
MFH: Fix crash on server startup when log message is printed

17 years agofix tests
Antony Dovgal [Thu, 26 Apr 2007 23:30:00 +0000 (23:30 +0000)]
fix tests

17 years agoMFH
Antony Dovgal [Thu, 26 Apr 2007 23:13:25 +0000 (23:13 +0000)]
MFH

17 years agoBack to dev
Ilia Alshanetsky [Thu, 26 Apr 2007 22:44:53 +0000 (22:44 +0000)]
Back to dev