]> granicus.if.org Git - php/log
php
16 years agoadd
Nuno Lopes [Mon, 11 Aug 2008 15:18:47 +0000 (15:18 +0000)]
add

16 years ago- Fixed wrong check for dynamic properties
Felipe Pena [Mon, 11 Aug 2008 13:35:49 +0000 (13:35 +0000)]
- Fixed wrong check for dynamic properties

16 years ago- skip on wndows, chgrp not supported
Pierre Joye [Mon, 11 Aug 2008 13:29:16 +0000 (13:29 +0000)]
- skip on wndows, chgrp not supported

16 years ago- removed commented code
Pierre Joye [Mon, 11 Aug 2008 13:14:01 +0000 (13:14 +0000)]
- removed commented code

16 years ago- [DOC] detect if dest is a dir (if the given stream layer supports stat)
Pierre Joye [Mon, 11 Aug 2008 13:09:01 +0000 (13:09 +0000)]
- [DOC] detect if dest is a dir (if the given stream layer supports stat)
  and fails
 . remove win32 specific test. The errors are not the same

16 years ago- Fix build (ZTS)
Felipe Pena [Mon, 11 Aug 2008 12:45:37 +0000 (12:45 +0000)]
- Fix build (ZTS)

16 years ago- Closure/Reflection integration (original idea by Christian Seiler)
Marcus Boerger [Mon, 11 Aug 2008 12:36:01 +0000 (12:36 +0000)]
- Closure/Reflection integration (original idea by Christian Seiler)

16 years ago- Fix #45763 (mysqli::multi_query does not work with mysqlnd)
Johannes Schlüter [Mon, 11 Aug 2008 12:32:47 +0000 (12:32 +0000)]
- Fix #45763 (mysqli::multi_query does not work with mysqlnd)

16 years ago- Made closures implementation reflection friendly (Christian)
Dmitry Stogov [Mon, 11 Aug 2008 08:49:14 +0000 (08:49 +0000)]
- Made closures implementation reflection friendly (Christian)
- Changed E_ERROR(s) into E_RECOVERABLE_ERROR(s) (Marcus)

16 years agoChangeLog update
<changelog@php.net> [Mon, 11 Aug 2008 01:32:53 +0000 (01:32 +0000)]
ChangeLog update

16 years ago- Fixed bug #45765 (ReflectionObject with default parameters of self::xxx cause an...
Felipe Pena [Mon, 11 Aug 2008 00:46:14 +0000 (00:46 +0000)]
- Fixed bug #45765 (ReflectionObject with default parameters of self::xxx cause an error)

16 years ago- Fix warning
Marcus Boerger [Sun, 10 Aug 2008 22:45:47 +0000 (22:45 +0000)]
- Fix warning

16 years ago- Oops
Marcus Boerger [Sun, 10 Aug 2008 22:27:41 +0000 (22:27 +0000)]
- Oops

16 years ago- Improve gdb support
Marcus Boerger [Sun, 10 Aug 2008 22:18:58 +0000 (22:18 +0000)]
- Improve gdb support
# I was actually debugging and trying to solve memleaks a hell lot

16 years ago- Fix memleak, Zend's built-in functions get copied before we copy all
Marcus Boerger [Sun, 10 Aug 2008 21:52:05 +0000 (21:52 +0000)]
- Fix memleak, Zend's built-in functions get copied before we copy all
  functions, thus ending up in the name and param definitions copied twice
  because zend_register_funciton already copies them.
- Also Be able to deallocate Zend's built-in functions and do so when
  appropriate.
- After unregistering Zend's built-in functions only dl() is left and that
  seems to be fine.

16 years ago- New parameter parsing API (for *printf())
Felipe Pena [Sun, 10 Aug 2008 21:48:22 +0000 (21:48 +0000)]
- New parameter parsing API (for *printf())

16 years ago- fix the VC6 fix or strncpy_s (md5 crypt failed with VC9 as it used strncpy wrongly)
Pierre Joye [Sun, 10 Aug 2008 21:34:02 +0000 (21:34 +0000)]
- fix the VC6 fix or strncpy_s (md5 crypt failed with VC9 as it used strncpy wrongly)

16 years agofix bug reported by Henrique
Antony Dovgal [Sun, 10 Aug 2008 21:23:21 +0000 (21:23 +0000)]
fix bug reported by Henrique
add test

16 years agofix tests
Antony Dovgal [Sun, 10 Aug 2008 21:20:05 +0000 (21:20 +0000)]
fix tests

16 years agofix compilation on AIX
Antony Dovgal [Sun, 10 Aug 2008 19:48:48 +0000 (19:48 +0000)]
fix compilation on AIX

16 years ago- New parameter parsing API (for min() and max())
Felipe Pena [Sun, 10 Aug 2008 17:49:30 +0000 (17:49 +0000)]
- New parameter parsing API (for min() and max())

16 years ago- fix string len
Pierre Joye [Sun, 10 Aug 2008 14:15:31 +0000 (14:15 +0000)]
- fix string len

16 years agoFixed bug #45581 (htmlspecialchars() double encoding &#x hex items)
Arnaud Le Blanc [Sun, 10 Aug 2008 13:25:53 +0000 (13:25 +0000)]
Fixed bug #45581 (htmlspecialchars() double encoding &#x hex items)

16 years agoFixed test
Arnaud Le Blanc [Sun, 10 Aug 2008 12:06:49 +0000 (12:06 +0000)]
Fixed test

16 years agoDo not expand $target in symlink(). This made it impossible to symlink to a
Arnaud Le Blanc [Sun, 10 Aug 2008 11:54:18 +0000 (11:54 +0000)]
Do not expand $target in symlink(). This made it impossible to symlink to a
symlink. This also caused the target to be wrongly expanded relatively to
the CWD when target was not an absolute path.

16 years ago- [DOC] win's strftime does not support all posix formatting code and have some win...
Pierre Joye [Sun, 10 Aug 2008 11:27:26 +0000 (11:27 +0000)]
- [DOC] win's strftime does not support all posix formatting code and have some win specific rules see http://msdn.microsoft.com/en-us/library/fe06s4ak(VS.80).aspx for a complete list: split test for  win32 and posix

16 years agoChangeLog update
<changelog@php.net> [Sun, 10 Aug 2008 01:32:08 +0000 (01:32 +0000)]
ChangeLog update

16 years ago- Fixed tests
Felipe Pena [Sun, 10 Aug 2008 00:34:42 +0000 (00:34 +0000)]
- Fixed tests

16 years agodisable the test on AIX - unlink() deletes directories there (omg..)
Antony Dovgal [Sat, 9 Aug 2008 22:35:17 +0000 (22:35 +0000)]
disable the test on AIX - unlink() deletes directories there (omg..)

16 years agodo not fail & segfault if malloc(0) returns NULL, that's expected
Antony Dovgal [Sat, 9 Aug 2008 22:00:51 +0000 (22:00 +0000)]
do not fail & segfault if malloc(0) returns NULL, that's expected
(reproducible on AIX with simple date() and UTC timezone)

16 years agofix leak
Antony Dovgal [Sat, 9 Aug 2008 21:58:40 +0000 (21:58 +0000)]
fix leak

16 years agofix typo
Antony Dovgal [Sat, 9 Aug 2008 21:02:30 +0000 (21:02 +0000)]
fix typo

16 years agoChangeLog update
<changelog@php.net> [Sat, 9 Aug 2008 01:32:15 +0000 (01:32 +0000)]
ChangeLog update

16 years agoFix error_handling usage in various extensions
Etienne Kneuss [Fri, 8 Aug 2008 22:06:42 +0000 (22:06 +0000)]
Fix error_handling usage in various extensions

16 years ago- MFB: add new files
Pierre Joye [Fri, 8 Aug 2008 18:29:51 +0000 (18:29 +0000)]
- MFB: add new files

16 years ago- sync with 5.3
Pierre Joye [Fri, 8 Aug 2008 18:13:55 +0000 (18:13 +0000)]
- sync with 5.3

16 years ago- Turns out the easy solution for correct error_handling doesn't work. So
Marcus Boerger [Fri, 8 Aug 2008 17:10:49 +0000 (17:10 +0000)]
- Turns out the easy solution for correct error_handling doesn't work. So
  we need to provide save/replace/restore functions right away. It also
  to save/restore in the vm.

16 years ago- Sorry for the compiler warning
Marcus Boerger [Fri, 8 Aug 2008 14:14:52 +0000 (14:14 +0000)]
- Sorry for the compiler warning

16 years agoTest the catching of chains of exceptions
Etienne Kneuss [Fri, 8 Aug 2008 14:09:15 +0000 (14:09 +0000)]
Test the catching of chains of exceptions

16 years ago- PHP 5.3 todo, store error handling mode on stack when executing internal
Marcus Boerger [Fri, 8 Aug 2008 13:18:31 +0000 (13:18 +0000)]
- PHP 5.3 todo, store error handling mode on stack when executing internal
  or overloaded functions and methods. The issue is that a function might
  set and rely on a certain mode and then calls another internal function
  which changes it again, probably changing it back to the normal mode.
  With this change we need to drop all calls that change the mode back to
  normal using php_std_error_handling(). However there might be places
  where someone wants to restore the last mode. If there is such a case we
  need to add two functions one to save and one to restore. I briefly on
  this and not all cases are clear, especially one in sqlite but that seems
  to be a rather misleading comment. Eitherway I chose to not drop and mark
  as deprecated for now.

16 years agoMFB: Tests for ReflectionMethod::getClosure() and ReflectionFunction::getClosure()
Felix De Vliegher [Fri, 8 Aug 2008 12:42:40 +0000 (12:42 +0000)]
MFB: Tests for ReflectionMethod::getClosure() and ReflectionFunction::getClosure()

16 years agoMFB: Documentation fix for getClosure()
Felix De Vliegher [Fri, 8 Aug 2008 10:53:39 +0000 (10:53 +0000)]
MFB: Documentation fix for getClosure()

16 years agoFix build on FreeBSD4.11 (bug#45757)
Hannes Magnusson [Fri, 8 Aug 2008 08:19:46 +0000 (08:19 +0000)]
Fix build on FreeBSD4.11 (bug#45757)

16 years agoChangeLog update
<changelog@php.net> [Fri, 8 Aug 2008 01:32:24 +0000 (01:32 +0000)]
ChangeLog update

16 years ago- moved to pecl
Pierre Joye [Thu, 7 Aug 2008 23:48:40 +0000 (23:48 +0000)]
- moved to pecl

16 years ago- update to 0.9 (torrentzip support, files open only when necessary), windows fixes
Pierre Joye [Thu, 7 Aug 2008 23:23:20 +0000 (23:23 +0000)]
-  update to 0.9 (torrentzip support, files open only when necessary), windows fixes

16 years agoMFB: Basic and error tests for stream_filter_remove().
Felix De Vliegher [Thu, 7 Aug 2008 22:32:43 +0000 (22:32 +0000)]
MFB: Basic and error tests for stream_filter_remove().

16 years agoMFB: fix build
Nuno Lopes [Thu, 7 Aug 2008 19:32:48 +0000 (19:32 +0000)]
MFB: fix build

16 years agouse PHP_ARG_WITH instead of AC_ARG_WITH
George Wang [Thu, 7 Aug 2008 16:41:30 +0000 (16:41 +0000)]
use PHP_ARG_WITH instead of AC_ARG_WITH

16 years agoNew maintainer :)
Arnaud Le Blanc [Thu, 7 Aug 2008 15:29:24 +0000 (15:29 +0000)]
New maintainer :)

16 years agofix (thx Christian Hoffmann)
Johannes Schlüter [Thu, 7 Aug 2008 14:46:13 +0000 (14:46 +0000)]
fix (thx Christian Hoffmann)

16 years agoUpdate EXTENSIONS file
Johannes Schlüter [Thu, 7 Aug 2008 14:39:33 +0000 (14:39 +0000)]
Update EXTENSIONS file

16 years agoDisable closures serialization/unserialization
Dmitry Stogov [Thu, 7 Aug 2008 13:36:13 +0000 (13:36 +0000)]
Disable closures serialization/unserialization

16 years agonot experimental anymore
Antony Dovgal [Thu, 7 Aug 2008 13:10:22 +0000 (13:10 +0000)]
not experimental anymore

16 years agoremove EXPERIMENTAL flag
Antony Dovgal [Thu, 7 Aug 2008 13:07:06 +0000 (13:07 +0000)]
remove EXPERIMENTAL flag

16 years agoMFB: upgrade to PCRE
Nuno Lopes [Thu, 7 Aug 2008 12:51:05 +0000 (12:51 +0000)]
MFB: upgrade to PCRE

16 years agoregenerate
Nuno Lopes [Thu, 7 Aug 2008 12:32:48 +0000 (12:32 +0000)]
regenerate

16 years agoMFB: fix crash
Nuno Lopes [Thu, 7 Aug 2008 12:23:54 +0000 (12:23 +0000)]
MFB: fix crash

16 years agoFixed bug #45744 (Case sensitive callback behaviour)
Dmitry Stogov [Thu, 7 Aug 2008 12:03:51 +0000 (12:03 +0000)]
Fixed bug #45744 (Case sensitive callback behaviour)

16 years agofix WS
Antony Dovgal [Thu, 7 Aug 2008 11:50:51 +0000 (11:50 +0000)]
fix WS

16 years agoFixed bug #45742 (Wrong class array inpretetion using constant indexes)
Dmitry Stogov [Thu, 7 Aug 2008 11:45:00 +0000 (11:45 +0000)]
Fixed bug #45742 (Wrong class array inpretetion using constant indexes)

16 years agoAdded clear_realpath_cache and filename parameters to clearstatcache() (Jani,
Arnaud Le Blanc [Thu, 7 Aug 2008 09:24:04 +0000 (09:24 +0000)]
Added clear_realpath_cache and filename parameters to clearstatcache() (Jani,
Arnaud)
[DOC] clearstatcache() now defaults to not affect the realpath cache.
clearstatcache() now takes two optionnal parameters, clear_realpath_cache to
clear the realpath cache (defaults to false), and filename to clear only the
given filename from the cache.

16 years agofix bug #45712 ($something == NaN returns true with 5.3, false with 5.2.*)
Antony Dovgal [Thu, 7 Aug 2008 08:36:15 +0000 (08:36 +0000)]
fix bug #45712 ($something == NaN returns true with 5.3, false with 5.2.*)

16 years agoChangeLog update
<changelog@php.net> [Thu, 7 Aug 2008 01:32:27 +0000 (01:32 +0000)]
ChangeLog update

16 years agoseparate tagging of the zend dir should not be necessary, fix reST formatting of...
Lukas Smith [Wed, 6 Aug 2008 21:49:37 +0000 (21:49 +0000)]
separate tagging of the zend dir should not be necessary, fix reST formatting of titles

16 years agolets me all american :)
Lukas Smith [Wed, 6 Aug 2008 19:41:54 +0000 (19:41 +0000)]
lets me all american :)

16 years agoupdated in regards to windows, added some clarifications and addition tipps
Lukas Smith [Wed, 6 Aug 2008 19:34:35 +0000 (19:34 +0000)]
updated in regards to windows, added some clarifications and addition tipps

16 years agoStupid typo
Elizabeth Marie Smith [Wed, 6 Aug 2008 16:57:08 +0000 (16:57 +0000)]
Stupid typo

16 years agoFix include path
Elizabeth Marie Smith [Wed, 6 Aug 2008 16:48:19 +0000 (16:48 +0000)]
Fix include path

16 years ago- Fixed crash msgfmt_get_pattern
Felipe Pena [Wed, 6 Aug 2008 16:16:16 +0000 (16:16 +0000)]
- Fixed crash msgfmt_get_pattern

16 years ago- Fixed bug #45636 (fileinfo ext duplicate strndup).
Derick Rethans [Wed, 6 Aug 2008 14:42:06 +0000 (14:42 +0000)]
- Fixed bug #45636 (fileinfo ext duplicate strndup).

16 years ago- Fixed bug #45717 (Fileinfo/libmagic build fails, missing err.h and getopt.h).
Derick Rethans [Wed, 6 Aug 2008 14:29:27 +0000 (14:29 +0000)]
- Fixed bug #45717 (Fileinfo/libmagic build fails, missing err.h and getopt.h).

16 years agoSync libsqlite to 3.6.1
Scott MacVicar [Wed, 6 Aug 2008 14:22:35 +0000 (14:22 +0000)]
Sync libsqlite to 3.6.1

16 years agoFix test on Windows
Scott MacVicar [Wed, 6 Aug 2008 14:07:20 +0000 (14:07 +0000)]
Fix test on Windows

16 years agoMFB: Update coding standards and fix a test, this was already in 5.3 alpha 1
Scott MacVicar [Wed, 6 Aug 2008 14:02:44 +0000 (14:02 +0000)]
MFB: Update coding standards and fix a test, this was already in 5.3 alpha 1

16 years agoincrease context refcount before open() to avoid crash when open() fails and destroys...
Antony Dovgal [Wed, 6 Aug 2008 09:03:36 +0000 (09:03 +0000)]
increase context refcount before open() to avoid crash when open() fails and destroys the context

16 years ago- Old news
Jani Taskinen [Wed, 6 Aug 2008 05:51:38 +0000 (05:51 +0000)]
- Old news

16 years ago- Fixed some inconsistencies with the behaviour of sessions. Changed session_start...
Jani Taskinen [Wed, 6 Aug 2008 05:34:55 +0000 (05:34 +0000)]
- Fixed some inconsistencies with the behaviour of sessions. Changed session_start() to return false when session start fails.

16 years ago- MFB: sync parameter parsing API changes in session_set_save_handler()
Jani Taskinen [Wed, 6 Aug 2008 04:48:39 +0000 (04:48 +0000)]
- MFB: sync parameter parsing API changes in session_set_save_handler()

16 years ago- MFB: snprintf -> slprintf, nuketh extra folding tags, ws fixes
Jani Taskinen [Wed, 6 Aug 2008 04:24:55 +0000 (04:24 +0000)]
- MFB: snprintf -> slprintf, nuketh extra folding tags, ws fixes

16 years agoChangeLog update
<changelog@php.net> [Wed, 6 Aug 2008 01:32:27 +0000 (01:32 +0000)]
ChangeLog update

16 years agows + folding tags
Jani Taskinen [Wed, 6 Aug 2008 00:36:14 +0000 (00:36 +0000)]
ws + folding tags

16 years ago- Nuke ending period
Jani Taskinen [Tue, 5 Aug 2008 22:52:35 +0000 (22:52 +0000)]
- Nuke ending period

16 years agoadd CREDITS
George Wang [Tue, 5 Aug 2008 22:30:56 +0000 (22:30 +0000)]
add CREDITS

16 years agofix test
Stanislav Malyshev [Tue, 5 Aug 2008 21:59:11 +0000 (21:59 +0000)]
fix test

16 years agofix memnstr bug by Laurent Gaffie
Stanislav Malyshev [Tue, 5 Aug 2008 21:23:20 +0000 (21:23 +0000)]
fix memnstr bug by Laurent Gaffie

16 years ago- fix oci8_11g when build shared (invalid extension)
Pierre Joye [Tue, 5 Aug 2008 20:56:03 +0000 (20:56 +0000)]
- fix oci8_11g when build shared (invalid extension)

16 years agoSome fancy detection for sqlite3 and pdo_sqlite3 - so the two extensions don't depend...
Elizabeth Marie Smith [Tue, 5 Aug 2008 20:22:53 +0000 (20:22 +0000)]
Some fancy detection for sqlite3 and pdo_sqlite3 - so the two extensions don't depend on each other if shared, and don't try to put two versions of the sqlite3 lib if static

16 years ago- fix zlib detection (shared/static) and add zlib_a support
Pierre Joye [Tue, 5 Aug 2008 19:39:51 +0000 (19:39 +0000)]
- fix zlib detection (shared/static) and add zlib_a support

16 years ago- Fixed a bug that caused miscalculations with the "last <weekday> of <n>
Derick Rethans [Tue, 5 Aug 2008 18:02:39 +0000 (18:02 +0000)]
- Fixed a bug that caused miscalculations with the "last <weekday> of <n>
  month" relative time string.

16 years ago - not shared
Pierre Joye [Tue, 5 Aug 2008 17:19:32 +0000 (17:19 +0000)]
 - not shared

16 years ago- No need to load any php.ini here
Jani Taskinen [Tue, 5 Aug 2008 16:25:31 +0000 (16:25 +0000)]
- No need to load any php.ini here

16 years ago- Portability fix. (si_fd seems to be linux only thing)
Jani Taskinen [Tue, 5 Aug 2008 15:12:11 +0000 (15:12 +0000)]
- Portability fix. (si_fd seems to be linux only thing)

16 years agofix typo
Antony Dovgal [Tue, 5 Aug 2008 14:58:57 +0000 (14:58 +0000)]
fix typo

16 years ago- Add test for bug #45712
Jani Taskinen [Tue, 5 Aug 2008 12:36:21 +0000 (12:36 +0000)]
- Add test for bug #45712

16 years ago- add dll path to mkdist default path
Pierre Joye [Tue, 5 Aug 2008 11:46:55 +0000 (11:46 +0000)]
- add dll path to mkdist default path

16 years agoFixed test
Arnaud Le Blanc [Tue, 5 Aug 2008 10:09:12 +0000 (10:09 +0000)]
Fixed test

16 years agoChangeLog update
<changelog@php.net> [Tue, 5 Aug 2008 01:32:53 +0000 (01:32 +0000)]
ChangeLog update

16 years ago- detect _a or normal lib
Pierre Joye [Mon, 4 Aug 2008 21:39:08 +0000 (21:39 +0000)]
- detect _a or normal lib

16 years ago- Fixed bug #45705 (rfc822_parse_adrlist() modifies passed address parameter)
Jani Taskinen [Mon, 4 Aug 2008 21:13:34 +0000 (21:13 +0000)]
- Fixed bug #45705 (rfc822_parse_adrlist() modifies passed address parameter)