]> granicus.if.org Git - php/log
php
16 years ago- move declaration on top and fix build error
Pierre Joye [Wed, 13 Aug 2008 17:49:13 +0000 (17:49 +0000)]
- move declaration on top and fix build error

16 years ago- Fix build
Felipe Pena [Wed, 13 Aug 2008 16:16:57 +0000 (16:16 +0000)]
- Fix build

16 years ago- MFH: New parameter parsing API
Felipe Pena [Wed, 13 Aug 2008 14:06:21 +0000 (14:06 +0000)]
- MFH: New parameter parsing API

16 years agofix long/int issues and a typo
Antony Dovgal [Wed, 13 Aug 2008 11:43:15 +0000 (11:43 +0000)]
fix long/int issues and a typo

16 years ago- BFN #45798
Felipe Pena [Wed, 13 Aug 2008 11:20:25 +0000 (11:20 +0000)]
- BFN #45798

16 years agoMFH: fix compile warnings (patch by Phil Oleson)
Antony Dovgal [Wed, 13 Aug 2008 08:08:47 +0000 (08:08 +0000)]
MFH: fix compile warnings (patch by Phil Oleson)

16 years agoFixed bug #45805 (Crach on throwing exception from error handler)
Dmitry Stogov [Wed, 13 Aug 2008 07:21:30 +0000 (07:21 +0000)]
Fixed bug #45805 (Crach on throwing exception from error handler)

16 years agoreport old bugfix
Stanislav Malyshev [Wed, 13 Aug 2008 01:00:11 +0000 (01:00 +0000)]
report old bugfix

16 years agoMFH
Jani Taskinen [Wed, 13 Aug 2008 00:53:28 +0000 (00:53 +0000)]
MFH

16 years agomark empty_fcall_info and empty_fcall_info_cache as constant. a few less bytes in...
Nuno Lopes [Tue, 12 Aug 2008 21:45:52 +0000 (21:45 +0000)]
mark empty_fcall_info and empty_fcall_info_cache as constant. a few less bytes in the dirty page :P

16 years ago- Fixed test
Felipe Pena [Tue, 12 Aug 2008 19:53:50 +0000 (19:53 +0000)]
- Fixed test

16 years ago- New parameter parsing API (for fscanf)
Felipe Pena [Tue, 12 Aug 2008 19:38:54 +0000 (19:38 +0000)]
- New parameter parsing API (for fscanf)

16 years ago- MFH: Constness (Added const qualifier to several function parameters)
Felipe Pena [Tue, 12 Aug 2008 17:20:25 +0000 (17:20 +0000)]
- MFH: Constness (Added const qualifier to several function parameters)

16 years agoFixed bug #45779 (regression with shebang lines processing)
Dmitry Stogov [Tue, 12 Aug 2008 16:43:53 +0000 (16:43 +0000)]
Fixed bug #45779 (regression with shebang lines processing)

16 years ago- Fix http://bugs.php.net/bug.php?id=45613
Marcus Boerger [Tue, 12 Aug 2008 14:56:52 +0000 (14:56 +0000)]
- Fix http://bugs.php.net/bug.php?id=45613

16 years ago- MFH: Fixed bug #45798 (sqlite3 doesn't notice if variable was bound)
Felipe Pena [Tue, 12 Aug 2008 13:37:32 +0000 (13:37 +0000)]
- MFH: Fixed bug #45798 (sqlite3 doesn't notice if variable was bound)

16 years ago- MFH: update test after php's portable realpath change (filename/ is not valid...
Pierre Joye [Tue, 12 Aug 2008 13:05:17 +0000 (13:05 +0000)]
- MFH:  update test after php's portable realpath change (filename/ is not valid anymore)

16 years ago- MFH: not supported on windpws
Pierre Joye [Tue, 12 Aug 2008 11:56:09 +0000 (11:56 +0000)]
- MFH: not supported on windpws

16 years ago- MFH Add new test
Marcus Boerger [Tue, 12 Aug 2008 11:52:16 +0000 (11:52 +0000)]
- MFH Add new test

16 years ago- MFH Add new test
Marcus Boerger [Tue, 12 Aug 2008 11:24:24 +0000 (11:24 +0000)]
- MFH Add new test

16 years ago- Committing new array_diff_key tests for Sanjay Mantoor
Josie Messa [Tue, 12 Aug 2008 11:01:59 +0000 (11:01 +0000)]
- Committing new array_diff_key tests for Sanjay Mantoor

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)