]> granicus.if.org Git - php/log
php
16 years ago- MFH Add missing ';'s
Marcus Boerger [Tue, 12 Aug 2008 10:23:02 +0000 (10:23 +0000)]
- MFH Add missing ';'s

16 years ago- Added system independent realpath() implementation which caches intermediate direct...
Dmitry Stogov [Tue, 12 Aug 2008 08:01:24 +0000 (08:01 +0000)]
- Added system independent realpath() implementation which caches intermediate directories in realpath-cache
- Fixed bug #45044 (relative paths not resolved correctly)
- Fixed bug #43817 (opendir() fails on Windows directories with parent directory unaccessible).
[DOC] The semantic of realpath() on BSD and Windows is changed. Now it should work exactly in the same way as on Linux (POSIX.1-2001)

16 years agoMFH: clear stat cache in chroot()
Arnaud Le Blanc [Mon, 11 Aug 2008 23:14:36 +0000 (23:14 +0000)]
MFH: clear stat cache in chroot()

16 years agoincrease code coverage
Greg Beaver [Mon, 11 Aug 2008 22:43:02 +0000 (22:43 +0000)]
increase code coverage

16 years agoMFH: Fixed #45181 (chdir() should clear relative entries in stat cache)
Arnaud Le Blanc [Mon, 11 Aug 2008 22:38:31 +0000 (22:38 +0000)]
MFH: Fixed #45181 (chdir() should clear relative entries in stat cache)

16 years agoMFH: Fixed segfaults (tests added)
Christian Seiler [Mon, 11 Aug 2008 22:31:22 +0000 (22:31 +0000)]
MFH: Fixed segfaults (tests added)

16 years agoMFH:
Felipe Pena [Mon, 11 Aug 2008 19:48:00 +0000 (19:48 +0000)]
MFH:
- Added arginfo
- Fixed WS
- Changed C++ comments to C comments

16 years ago- Cleanup
Marcus Boerger [Mon, 11 Aug 2008 19:35:00 +0000 (19:35 +0000)]
- Cleanup

16 years ago- MFH Fix shutdown order
Marcus Boerger [Mon, 11 Aug 2008 17:44:15 +0000 (17:44 +0000)]
- MFH Fix shutdown order

16 years ago- MFH EXPECT rather than EXPECTF
Marcus Boerger [Mon, 11 Aug 2008 17:30:37 +0000 (17:30 +0000)]
- MFH EXPECT rather than EXPECTF

16 years ago- MFH Fix memleak with new error handling stack'ing
Marcus Boerger [Mon, 11 Aug 2008 17:19:20 +0000 (17:19 +0000)]
- MFH Fix memleak with new error handling stack'ing

16 years agoMFH: fix build when pcre is not present
Nuno Lopes [Mon, 11 Aug 2008 15:42:35 +0000 (15:42 +0000)]
MFH: fix build when pcre is not present

16 years agoMFH: Missing files in previous commit (Check the relevant path for open_basedir
Arnaud Le Blanc [Mon, 11 Aug 2008 15:33:02 +0000 (15:33 +0000)]
MFH: Missing files in previous commit (Check the relevant path for open_basedir
in symlink())

16 years agoMFH: Check the relevant path for open_basedir in symlink()
Arnaud Le Blanc [Mon, 11 Aug 2008 15:30:44 +0000 (15:30 +0000)]
MFH: Check the relevant path for open_basedir in symlink()

16 years agoadd
Nuno Lopes [Mon, 11 Aug 2008 15:20:57 +0000 (15:20 +0000)]
add

16 years ago- MFH: New tests
Felipe Pena [Mon, 11 Aug 2008 14:00:02 +0000 (14:00 +0000)]
- MFH: New tests

16 years ago- MFH: has_property check
Felipe Pena [Mon, 11 Aug 2008 13:56:24 +0000 (13:56 +0000)]
- MFH: has_property check

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

16 years ago- [DOC] MFH: detect if dest is a dir (if the given stream layer supports stat)
Pierre Joye [Mon, 11 Aug 2008 13:11:31 +0000 (13:11 +0000)]
- [DOC] MFH: 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:48:22 +0000 (12:48 +0000)]
- Fix build (ZTS)

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

16 years agoMFH: Fix #45763 (mysqli::multi_query does not work with mysqlnd)
Johannes Schlüter [Mon, 11 Aug 2008 12:33:56 +0000 (12:33 +0000)]
MFH: Fix #45763 (mysqli::multi_query does not work with mysqlnd)

16 years ago- remove and add again as text not binary 2/2
Pierre Joye [Mon, 11 Aug 2008 12:20:42 +0000 (12:20 +0000)]
- remove and add again as text not binary 2/2

16 years ago- remove and add again as text not binary 1/2
Pierre Joye [Mon, 11 Aug 2008 12:20:24 +0000 (12:20 +0000)]
- remove and add again as text not binary 1/2

16 years ago- MFH: make it platform independent (/ vs \)
Pierre Joye [Mon, 11 Aug 2008 11:52:10 +0000 (11:52 +0000)]
- MFH: make it platform independent (/ vs \)

16 years ago- WS (actually my falut)
Marcus Boerger [Mon, 11 Aug 2008 10:30:21 +0000 (10:30 +0000)]
- WS (actually my falut)

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

16 years agoincrease code coverage
Greg Beaver [Mon, 11 Aug 2008 03:53:57 +0000 (03:53 +0000)]
increase code coverage

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

16 years agomissing entries
Henrique do Nascimento Angelo [Sun, 10 Aug 2008 22:02:05 +0000 (22:02 +0000)]
missing entries

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

16 years ago- debugbreak may not be desired (harmless in release mode :)
Pierre Joye [Sun, 10 Aug 2008 21:42:48 +0000 (21:42 +0000)]
- debugbreak may not be desired (harmless in release mode :)

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

16 years agonew test
Antony Dovgal [Sun, 10 Aug 2008 21:24:08 +0000 (21:24 +0000)]
new test

16 years agoMFH
Antony Dovgal [Sun, 10 Aug 2008 19:48:54 +0000 (19:48 +0000)]
MFH

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

16 years ago- Already in 5.2 NEWS
Jani Taskinen [Sun, 10 Aug 2008 15:02:37 +0000 (15:02 +0000)]
- Already in 5.2 NEWS

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

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

16 years agoMFH: Fixed test
Arnaud Le Blanc [Sun, 10 Aug 2008 12:05:00 +0000 (12:05 +0000)]
MFH: Fixed test

16 years agoMFH:
Arnaud Le Blanc [Sun, 10 Aug 2008 11:54:41 +0000 (11:54 +0000)]
MFH:
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:48 +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 ago- New parameter parsing API
Felipe Pena [Sun, 10 Aug 2008 05:38:07 +0000 (05:38 +0000)]
- New parameter parsing API

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

16 years agodisable the test on AIX
Antony Dovgal [Sat, 9 Aug 2008 22:35:24 +0000 (22:35 +0000)]
disable the test on AIX

16 years agoMFH: do not fail & segfault if malloc(0) returns NULL, that's expected
Antony Dovgal [Sat, 9 Aug 2008 22:01:08 +0000 (22:01 +0000)]
MFH: do not fail & segfault if malloc(0) returns NULL, that's expected

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

16 years agoMFH: Fix error_handling usage in various extensions
Etienne Kneuss [Fri, 8 Aug 2008 22:07:07 +0000 (22:07 +0000)]
MFH: Fix error_handling usage in various extensions

16 years ago- missing entry
Pierre Joye [Fri, 8 Aug 2008 18:46:20 +0000 (18:46 +0000)]
- missing entry

16 years ago- MFH error handling, now with save, replace, restore
Marcus Boerger [Fri, 8 Aug 2008 17:47:31 +0000 (17:47 +0000)]
- MFH error handling, now with save, replace, restore

16 years ago- MFH: constify zend_function_entry and update phpinfo
Pierre Joye [Fri, 8 Aug 2008 16:05:38 +0000 (16:05 +0000)]
- MFH: constify zend_function_entry and update phpinfo

16 years ago- MFH: missing openbasedir check
Pierre Joye [Fri, 8 Aug 2008 15:56:44 +0000 (15:56 +0000)]
- MFH: missing openbasedir check

16 years ago- MFH: use PHP_ZIP_VERSION_STRING and add add_ascii_assoc_string macro (easy sync)
Pierre Joye [Fri, 8 Aug 2008 15:52:53 +0000 (15:52 +0000)]
- MFH: use PHP_ZIP_VERSION_STRING and add add_ascii_assoc_string macro (easy sync)

16 years ago- MFH: fix leak in zif_zip_entry_read and ::ExtractTo on Error
Pierre Joye [Fri, 8 Aug 2008 15:41:25 +0000 (15:41 +0000)]
- MFH: fix leak in zif_zip_entry_read and ::ExtractTo on Error

16 years ago- use OPENBASEDIR_CHECKPATH instead of SAFEMODE_CHECKFILE, easier to keep code synced...
Pierre Joye [Fri, 8 Aug 2008 15:37:37 +0000 (15:37 +0000)]
- use OPENBASEDIR_CHECKPATH instead of SAFEMODE_CHECKFILE, easier to keep code synced with HEAD

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

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

16 years ago- MFH store error handling mode on stack when executing internal
Marcus Boerger [Fri, 8 Aug 2008 13:21:52 +0000 (13:21 +0000)]
- MFH store error handling mode on stack when executing internal
  or overloaded functions and methods. [...]

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

16 years agoApparently this is broken in alpha1 too
Hannes Magnusson [Fri, 8 Aug 2008 11:09:31 +0000 (11:09 +0000)]
Apparently this is broken in alpha1 too

16 years agoDocumentation fix for getClosure()
Felix De Vliegher [Fri, 8 Aug 2008 10:52:48 +0000 (10:52 +0000)]
Documentation fix for getClosure()

16 years agomove unused vars into their ifdef
Antony Dovgal [Fri, 8 Aug 2008 10:12:27 +0000 (10:12 +0000)]
move unused vars into their ifdef

16 years ago- add missing files for 0.9
Pierre Joye [Fri, 8 Aug 2008 09:47:15 +0000 (09:47 +0000)]
- add missing files for 0.9

16 years agoMFH: Fix build on FreeBSD4.11 (bug#45757)
Hannes Magnusson [Fri, 8 Aug 2008 08:20:27 +0000 (08:20 +0000)]
MFH: Fix build on FreeBSD4.11 (bug#45757)

16 years ago- fbsql to pecl
Pierre Joye [Fri, 8 Aug 2008 00:01:10 +0000 (00:01 +0000)]
- fbsql to pecl

16 years ago- moved to PECL
Pierre Joye [Fri, 8 Aug 2008 00:00:35 +0000 (00:00 +0000)]
- moved to PECL

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

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

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

16 years agoBasic and error tests for stream_filter_remove()
Felix De Vliegher [Thu, 7 Aug 2008 22:31:10 +0000 (22:31 +0000)]
Basic and error tests for stream_filter_remove()

16 years agofix this, so that I can build php without litespeed..
Nuno Lopes [Thu, 7 Aug 2008 19:32:15 +0000 (19:32 +0000)]
fix this, so that I can build php without litespeed..

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

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

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

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

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

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

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

16 years agoupgrade to PCRE (i.e. get ride of ereg usage)
Nuno Lopes [Thu, 7 Aug 2008 12:50:17 +0000 (12:50 +0000)]
upgrade to PCRE (i.e. get ride of ereg usage)

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

16 years agofix crash: yytext can't be modified because it is mmaped(). strndup() will take care...
Nuno Lopes [Thu, 7 Aug 2008 12:22:00 +0000 (12:22 +0000)]
fix crash: yytext can't be modified because it is mmaped(). strndup() will take care of last zero char

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

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

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

16 years agoTune news, added missing entry
Jani Taskinen [Thu, 7 Aug 2008 10:10:58 +0000 (10:10 +0000)]
Tune news, added missing entry

16 years agoMFH:
Arnaud Le Blanc [Thu, 7 Aug 2008 09:25:33 +0000 (09:25 +0000)]
MFH:
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 agoMFH: fix bug #45712 ($something == NaN returns true with 5.3, false with 5.2.*)
Antony Dovgal [Thu, 7 Aug 2008 08:36:24 +0000 (08:36 +0000)]
MFH: fix bug #45712 ($something == NaN returns true with 5.3, false with 5.2.*)

16 years agoMFH
Lukas Smith [Wed, 6 Aug 2008 21:49:47 +0000 (21:49 +0000)]
MFH

16 years agoBackport fix for #45406 to PHP_5_2
Kalle Sommer Nielsen [Wed, 6 Aug 2008 21:31:45 +0000 (21:31 +0000)]
Backport fix for #45406 to PHP_5_2

16 years agoMFH
Lukas Smith [Wed, 6 Aug 2008 19:42:01 +0000 (19:42 +0000)]
MFH

16 years agoMFH
Lukas Smith [Wed, 6 Aug 2008 19:35:20 +0000 (19:35 +0000)]
MFH

16 years agoRe-add mysql_set_charset. Missed during introduction of mysqlnd. Exists in
Andrey Hristov [Wed, 6 Aug 2008 19:25:03 +0000 (19:25 +0000)]
Re-add mysql_set_charset. Missed during introduction of mysqlnd. Exists in
HEAD, thus no merge

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

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

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

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

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

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

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

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