]> granicus.if.org Git - php/log
php
18 years ago- MFB: fix leaks in openssl context options
Pierre Joye [Fri, 26 May 2006 01:48:25 +0000 (01:48 +0000)]
- MFB: fix leaks in openssl context options

18 years ago- Fix handling of third parameter to iterator_apply()
Marcus Boerger [Fri, 26 May 2006 01:40:57 +0000 (01:40 +0000)]
- Fix handling of third parameter to iterator_apply()
- Add test

18 years ago- Fix type hint
Marcus Boerger [Fri, 26 May 2006 00:49:02 +0000 (00:49 +0000)]
- Fix type hint

18 years ago- Add function iterator_apply()
Marcus Boerger [Fri, 26 May 2006 00:37:33 +0000 (00:37 +0000)]
- Add function iterator_apply()

18 years ago- Sync error messages and simplify error message generation code
Marcus Boerger [Fri, 26 May 2006 00:26:45 +0000 (00:26 +0000)]
- Sync error messages and simplify error message generation code

18 years agoMFB: Fixed bug #37569 (WDDX incorrectly encodes high-ascii characters).
Ilia Alshanetsky [Thu, 25 May 2006 23:23:15 +0000 (23:23 +0000)]
MFB: Fixed bug #37569 (WDDX incorrectly encodes high-ascii characters).

18 years ago- Ease writing functions that deal with php function 'pointers'
Marcus Boerger [Thu, 25 May 2006 22:20:13 +0000 (22:20 +0000)]
- Ease writing functions that deal with php function 'pointers'

18 years agoMFB: Missing definition, patch by Steph Fox
Edin Kadribasic [Thu, 25 May 2006 18:48:30 +0000 (18:48 +0000)]
MFB: Missing definition, patch by Steph Fox

18 years ago- Make recursive part and identical part work correct
Marcus Boerger [Thu, 25 May 2006 18:15:04 +0000 (18:15 +0000)]
- Make recursive part and identical part work correct

18 years ago- Add DualIterator and RecursiveDualIterator to examples including a test
Marcus Boerger [Thu, 25 May 2006 17:44:59 +0000 (17:44 +0000)]
- Add DualIterator and RecursiveDualIterator to examples including a test

18 years ago-#7715, fix float validation when using '.23' or '123'
Pierre Joye [Thu, 25 May 2006 13:27:51 +0000 (13:27 +0000)]
-#7715, fix float validation when using '.23' or '123'
 have worked before using my version, bug introduced in later commits.

18 years agoMFB: fix bug #34180, --with-curlwrappers discards stream context options
Michael Wallner [Thu, 25 May 2006 12:47:46 +0000 (12:47 +0000)]
MFB: fix bug #34180, --with-curlwrappers discards stream context options

18 years agoremove debug output and fix bug #37589
Antony Dovgal [Thu, 25 May 2006 11:46:12 +0000 (11:46 +0000)]
remove debug output and fix bug #37589

18 years ago- remove 033.php
Pierre Joye [Thu, 25 May 2006 11:13:42 +0000 (11:13 +0000)]
- remove 033.php

18 years ago- move 033.php to 033_run.php, 033.php cannot be run
Pierre Joye [Thu, 25 May 2006 11:13:23 +0000 (11:13 +0000)]
- move 033.php to 033_run.php, 033.php cannot be run

18 years ago- MFB
Marcus Boerger [Thu, 25 May 2006 10:50:53 +0000 (10:50 +0000)]
- MFB

18 years agofix tests in unicode mode
Antony Dovgal [Thu, 25 May 2006 10:38:01 +0000 (10:38 +0000)]
fix tests in unicode mode

18 years agoMFB: fix error messages when converting objects to other types
Antony Dovgal [Thu, 25 May 2006 10:34:01 +0000 (10:34 +0000)]
MFB: fix error messages when converting objects to other types

18 years ago- Bugfix 37587
Marcus Boerger [Thu, 25 May 2006 09:51:58 +0000 (09:51 +0000)]
- Bugfix 37587

18 years agoFix expected output
Rasmus Lerdorf [Thu, 25 May 2006 09:12:11 +0000 (09:12 +0000)]
Fix expected output

18 years agoFixed bug #37278 (SOAP not respecting uri in __soapCall)
Dmitry Stogov [Thu, 25 May 2006 08:15:57 +0000 (08:15 +0000)]
Fixed bug #37278 (SOAP not respecting uri in __soapCall)

18 years agoBig filter test - note that a number of these currently fail
Rasmus Lerdorf [Thu, 25 May 2006 08:06:34 +0000 (08:06 +0000)]
Big filter test - note that a number of these currently fail

18 years agoFixed bug #37558 (timeout functionality doesn't work after a second PHP starup on...
Dmitry Stogov [Thu, 25 May 2006 07:23:38 +0000 (07:23 +0000)]
Fixed bug #37558 (timeout functionality doesn't work after a second PHP starup on the same thread). (p dot desarnaud at wanadoo dot fr)

18 years agoFixed bug #37496 (FastCGI output buffer overrun)
Dmitry Stogov [Thu, 25 May 2006 06:40:47 +0000 (06:40 +0000)]
Fixed bug #37496 (FastCGI output buffer overrun)

18 years agoChangeLog update
<changelog@php.net> [Thu, 25 May 2006 05:31:52 +0000 (05:31 +0000)]
ChangeLog update

18 years agoMFB: Fixed bug #37563 (array_key_exists performance is poor for &$array).
Ilia Alshanetsky [Wed, 24 May 2006 23:14:36 +0000 (23:14 +0000)]
MFB: Fixed bug #37563 (array_key_exists performance is poor for &$array).

18 years agofix test
Antony Dovgal [Wed, 24 May 2006 23:05:30 +0000 (23:05 +0000)]
fix test

18 years agoMFB: Initialize windows globals, fixes #37428
Edin Kadribasic [Wed, 24 May 2006 22:00:57 +0000 (22:00 +0000)]
MFB: Initialize windows globals, fixes #37428

18 years agoMFB: fix #37418 (tidy module crashes CLI version of PHP)
Antony Dovgal [Wed, 24 May 2006 21:22:27 +0000 (21:22 +0000)]
MFB: fix #37418 (tidy module crashes CLI version of PHP)

18 years agoMFB: fix #37499 (CLI segmentation faults during cleanup (only with sybase-ct extensio...
Antony Dovgal [Wed, 24 May 2006 20:22:34 +0000 (20:22 +0000)]
MFB: fix #37499 (CLI segmentation faults during cleanup (only with sybase-ct extension enabled))

18 years agoFixed CGI tests
Dmitry Stogov [Wed, 24 May 2006 13:29:19 +0000 (13:29 +0000)]
Fixed CGI tests

18 years ago- #7625, update doc
Pierre Joye [Wed, 24 May 2006 11:51:55 +0000 (11:51 +0000)]
- #7625, update doc

18 years agoFixed bug #37256 (php-fastcgi dosen't handle connection abort)
Dmitry Stogov [Wed, 24 May 2006 09:41:55 +0000 (09:41 +0000)]
Fixed bug #37256 (php-fastcgi dosen't handle connection abort)

18 years agoFixed bug #37341 ($_SERVER in included file is shortened to two entries, if $_ENV...
Dmitry Stogov [Wed, 24 May 2006 07:52:58 +0000 (07:52 +0000)]
Fixed bug #37341 ($_SERVER in included file is shortened to two entries, if $_ENV gets used).

18 years agoChangeLog update
<changelog@php.net> [Wed, 24 May 2006 05:31:57 +0000 (05:31 +0000)]
ChangeLog update

18 years ago- Add more tests from Ligaya Turmelle
Marcus Boerger [Tue, 23 May 2006 23:45:39 +0000 (23:45 +0000)]
- Add more tests from Ligaya Turmelle

18 years agoMFB: Fixed handling of extremely long paths inside tempnam() function.
Ilia Alshanetsky [Tue, 23 May 2006 23:22:16 +0000 (23:22 +0000)]
MFB: Fixed handling of extremely long paths inside tempnam() function.

18 years ago- Add new test
Marcus Boerger [Tue, 23 May 2006 22:26:55 +0000 (22:26 +0000)]
- Add new test

18 years ago- Fix feof() with temp/memory streams
Marcus Boerger [Tue, 23 May 2006 22:26:23 +0000 (22:26 +0000)]
- Fix feof() with temp/memory streams

18 years ago- Done in 5.2
Marcus Boerger [Tue, 23 May 2006 22:24:10 +0000 (22:24 +0000)]
- Done in 5.2

18 years ago- Readd NULL as allowed classname to skip parameter
Marcus Boerger [Tue, 23 May 2006 22:22:35 +0000 (22:22 +0000)]
- Readd NULL as allowed classname to skip parameter

18 years ago- Handle NULL in C argument parsing correct
Marcus Boerger [Tue, 23 May 2006 22:21:52 +0000 (22:21 +0000)]
- Handle NULL in C argument parsing correct

18 years ago- Add new test
Marcus Boerger [Tue, 23 May 2006 21:56:36 +0000 (21:56 +0000)]
- Add new test

18 years ago- Fix SEGV in case class to generate is not derived from SimpleXMLElement
Marcus Boerger [Tue, 23 May 2006 21:37:17 +0000 (21:37 +0000)]
- Fix SEGV in case class to generate is not derived from SimpleXMLElement
  by issueing an error

18 years agoAdd bison 2.2 to the list of supported versions.
Sebastian Bergmann [Tue, 23 May 2006 11:10:54 +0000 (11:10 +0000)]
Add bison 2.2 to the list of supported versions.

18 years agoChangeLog update
<changelog@php.net> [Tue, 23 May 2006 05:31:51 +0000 (05:31 +0000)]
ChangeLog update

18 years ago- Provide user func printztype to retrieve the name of a zval type
Marcus Boerger [Mon, 22 May 2006 19:43:15 +0000 (19:43 +0000)]
- Provide user func printztype to retrieve the name of a zval type

18 years agoadd test
Rob Richards [Mon, 22 May 2006 17:05:38 +0000 (17:05 +0000)]
add test

18 years agoMFB: E_ERROR > E_RECOVERABLE_ERROR
Ilia Alshanetsky [Mon, 22 May 2006 14:23:01 +0000 (14:23 +0000)]
MFB: E_ERROR > E_RECOVERABLE_ERROR

18 years agoFixed bug #37496 (FastCGI output buffer overrun)
Dmitry Stogov [Mon, 22 May 2006 09:23:01 +0000 (09:23 +0000)]
Fixed bug #37496 (FastCGI output buffer overrun)

18 years agofix typo
Antony Dovgal [Mon, 22 May 2006 06:49:44 +0000 (06:49 +0000)]
fix typo

18 years agoChangeLog update
<changelog@php.net> [Mon, 22 May 2006 05:31:58 +0000 (05:31 +0000)]
ChangeLog update

18 years agore-enable OCILobRead2() support on win32
Antony Dovgal [Mon, 22 May 2006 04:17:24 +0000 (04:17 +0000)]
re-enable OCILobRead2() support on win32

18 years ago- More exception related issues
Marcus Boerger [Sun, 21 May 2006 17:36:52 +0000 (17:36 +0000)]
- More exception related issues

18 years ago- Make code exception safe
Marcus Boerger [Sun, 21 May 2006 17:27:12 +0000 (17:27 +0000)]
- Make code exception safe
- Make RecursiveRegexIterator::getChildren pass regex to inner ctor
- Fix CachingIterator::__toString() in TOSTRING_USE_KEY mode
- Add CachingIterator::getCache()
- Add tests

18 years agoAdded control character checks for cURL extension's open_basedir/safe_mode
Ilia Alshanetsky [Sun, 21 May 2006 16:32:10 +0000 (16:32 +0000)]
Added control character checks for cURL extension's open_basedir/safe_mode
checks.

18 years ago- Handle corrupt base64 data in data: url
Marcus Boerger [Sun, 21 May 2006 13:35:06 +0000 (13:35 +0000)]
- Handle corrupt base64 data in data: url

18 years ago- Drop unneccesary check and change to safe_emalloc
Marcus Boerger [Sun, 21 May 2006 13:25:16 +0000 (13:25 +0000)]
- Drop unneccesary check and change to safe_emalloc

18 years ago- There is a problem in the string / unicode comparison here which we
Marcus Boerger [Sun, 21 May 2006 12:48:42 +0000 (12:48 +0000)]
- There is a problem in the string / unicode comparison here which we
  do not want to test here, so simply drop the part which is irrelevant
  to the actual test

18 years ago- Remove duplicate error message and add new test
Marcus Boerger [Sun, 21 May 2006 12:42:00 +0000 (12:42 +0000)]
- Remove duplicate error message and add new test

18 years ago- Improve error messages (missing unicode todo)
Marcus Boerger [Sun, 21 May 2006 12:39:03 +0000 (12:39 +0000)]
- Improve error messages (missing unicode todo)

18 years ago- Improve error messages (part 2)
Marcus Boerger [Sun, 21 May 2006 12:38:28 +0000 (12:38 +0000)]
- Improve error messages (part 2)

18 years ago- Fix unicode expectations
Marcus Boerger [Sun, 21 May 2006 11:38:24 +0000 (11:38 +0000)]
- Fix unicode expectations

18 years ago- Improved error messages
Marcus Boerger [Sun, 21 May 2006 11:23:35 +0000 (11:23 +0000)]
- Improved error messages

18 years ago- Update
Marcus Boerger [Sun, 21 May 2006 09:12:41 +0000 (09:12 +0000)]
- Update

18 years agoChangeLog update
<changelog@php.net> [Sun, 21 May 2006 05:31:53 +0000 (05:31 +0000)]
ChangeLog update

18 years ago- Z_LVAL is a long so use %ld
Marcus Boerger [Sat, 20 May 2006 20:50:24 +0000 (20:50 +0000)]
- Z_LVAL is a long so use %ld

18 years ago- No need to fetch ce twice
Marcus Boerger [Sat, 20 May 2006 20:46:11 +0000 (20:46 +0000)]
- No need to fetch ce twice

18 years ago- Split up the test in different problem categories
Marcus Boerger [Sat, 20 May 2006 20:38:28 +0000 (20:38 +0000)]
- Split up the test in different problem categories

18 years ago- Micro optimization
Marcus Boerger [Sat, 20 May 2006 19:47:18 +0000 (19:47 +0000)]
- Micro optimization

18 years agofix the typo before everybody forgets about it
Antony Dovgal [Sat, 20 May 2006 19:08:25 +0000 (19:08 +0000)]
fix the typo before everybody forgets about it

18 years ago- Update test
Marcus Boerger [Sat, 20 May 2006 19:01:22 +0000 (19:01 +0000)]
- Update test

18 years ago- No need to keep object alive, iterator api is taking care of that already
Marcus Boerger [Sat, 20 May 2006 18:48:43 +0000 (18:48 +0000)]
- No need to keep object alive, iterator api is taking care of that already

18 years ago- Better error message in case of an exception from a dtor while an
Marcus Boerger [Sat, 20 May 2006 18:32:33 +0000 (18:32 +0000)]
- Better error message in case of an exception from a dtor while an
  exception is already pending

18 years ago- Fix warning
Marcus Boerger [Sat, 20 May 2006 15:38:36 +0000 (15:38 +0000)]
- Fix warning

18 years agoattempt to fix OCILobRead2() related problems
Antony Dovgal [Sat, 20 May 2006 13:46:41 +0000 (13:46 +0000)]
attempt to fix OCILobRead2() related problems

18 years ago- Provide a generic c-level iterator apply function
Marcus Boerger [Sat, 20 May 2006 13:23:00 +0000 (13:23 +0000)]
- Provide a generic c-level iterator apply function
- Base iterator_to_array() and iterator_count() on it
- Add a testcase
# Somehow there is an issue with exceptions in __destruct() here

18 years ago- In printzv show private/protected visibility and class in case of private
Marcus Boerger [Sat, 20 May 2006 12:44:46 +0000 (12:44 +0000)]
- In printzv show private/protected visibility and class in case of private

18 years ago- Add new tests
Marcus Boerger [Sat, 20 May 2006 11:34:58 +0000 (11:34 +0000)]
- Add new tests

18 years ago- Do not use the protection at this place, we would need another object
Marcus Boerger [Sat, 20 May 2006 10:18:17 +0000 (10:18 +0000)]
- Do not use the protection at this place, we would need another object
  shutdown state (e.g. destructed == 2). That's probbaly too much.

18 years ago- Destructors must not be called twice
Marcus Boerger [Sat, 20 May 2006 09:51:41 +0000 (09:51 +0000)]
- Destructors must not be called twice

18 years ago- Should be static and be called (comitted wrong version)
Marcus Boerger [Sat, 20 May 2006 09:11:50 +0000 (09:11 +0000)]
- Should be static and be called (comitted wrong version)

18 years ago- Add new tests
Marcus Boerger [Sat, 20 May 2006 09:08:00 +0000 (09:08 +0000)]
- Add new tests
# Now who finds the error in php code?

18 years agoChangeLog update
<changelog@php.net> [Sat, 20 May 2006 05:31:54 +0000 (05:31 +0000)]
ChangeLog update

18 years agoFixed random crashes in ZTS mode becouse of uninitialized EG(modified_ini_directives).
Dmitry Stogov [Fri, 19 May 2006 15:39:36 +0000 (15:39 +0000)]
Fixed random crashes in ZTS mode becouse of uninitialized EG(modified_ini_directives).

18 years ago- MF52: Fixed bug #37514 (strtotime doesn't assume year correctly).
Derick Rethans [Fri, 19 May 2006 14:53:07 +0000 (14:53 +0000)]
- MF52: Fixed bug #37514 (strtotime doesn't assume year correctly).

18 years agoMF52: nuke compiler warnings
Michael Wallner [Fri, 19 May 2006 14:30:48 +0000 (14:30 +0000)]
MF52: nuke compiler warnings

18 years agoName change: php_get_tmpdir() renamed to sys_get_temp_dir()
Hartmut Holzgraefe [Fri, 19 May 2006 10:44:34 +0000 (10:44 +0000)]
Name change: php_get_tmpdir() renamed to sys_get_temp_dir()

18 years agoinitialize factory
Antony Dovgal [Fri, 19 May 2006 10:23:43 +0000 (10:23 +0000)]
initialize factory

18 years agoadd new tests by Ligaya Turmelle
Antony Dovgal [Fri, 19 May 2006 07:44:58 +0000 (07:44 +0000)]
add new tests by Ligaya Turmelle

18 years agoOptimized zend_try/zend_catch macroses (eliminated memcpy())
Dmitry Stogov [Fri, 19 May 2006 06:11:02 +0000 (06:11 +0000)]
Optimized zend_try/zend_catch macroses (eliminated memcpy())

18 years agoChangeLog update
<changelog@php.net> [Fri, 19 May 2006 05:31:56 +0000 (05:31 +0000)]
ChangeLog update

18 years agoMFB: Fixed bug #37505 (touch() truncates large files).
Ilia Alshanetsky [Fri, 19 May 2006 02:51:18 +0000 (02:51 +0000)]
MFB: Fixed bug #37505 (touch() truncates large files).

18 years ago- fix windows builds, error with declarations
Pierre Joye [Fri, 19 May 2006 01:45:22 +0000 (01:45 +0000)]
- fix windows builds, error with declarations

18 years ago- Add new test
Marcus Boerger [Thu, 18 May 2006 22:51:23 +0000 (22:51 +0000)]
- Add new test

18 years ago- Add new test
Marcus Boerger [Thu, 18 May 2006 22:41:14 +0000 (22:41 +0000)]
- Add new test

18 years ago- Fix bug #37510 session_regenerate_id changes session_id() even on failure
Marcus Boerger [Thu, 18 May 2006 22:07:31 +0000 (22:07 +0000)]
- Fix bug #37510 session_regenerate_id changes session_id() even on failure

18 years ago- Add new test
Marcus Boerger [Thu, 18 May 2006 21:56:57 +0000 (21:56 +0000)]
- Add new test

18 years ago- Fixed CachingIterator issues with string conversion/__toString()
Marcus Boerger [Thu, 18 May 2006 21:41:37 +0000 (21:41 +0000)]
- Fixed CachingIterator issues with string conversion/__toString()
  Partly by adding new mode TOSTRING_USE_INNER

18 years ago- Fix test in unicode mode
Marcus Boerger [Thu, 18 May 2006 21:40:30 +0000 (21:40 +0000)]
- Fix test in unicode mode