]> granicus.if.org Git - php/log
php
19 years agofix bug #33382 (array_reverse() fails after *sort())
Antony Dovgal [Fri, 17 Jun 2005 10:50:15 +0000 (10:50 +0000)]
fix bug #33382 (array_reverse() fails after *sort())
no need to MFH - the bug existed only in HEAD

19 years agoImproved PHP extension loading mechanism with support for module dependencies and...
Dmitry Stogov [Fri, 17 Jun 2005 09:39:23 +0000 (09:39 +0000)]
Improved PHP extension loading mechanism with support for module dependencies and conflicts

19 years agoImproved PHP extension loading mechanism with support for module dependencies and...
Dmitry Stogov [Fri, 17 Jun 2005 09:36:26 +0000 (09:36 +0000)]
Improved PHP extension loading mechanism with support for module dependencies and conflicts.

19 years agoChangeLog update
<changelog@php.net> [Fri, 17 Jun 2005 05:37:15 +0000 (05:37 +0000)]
ChangeLog update

19 years agoAttempt to fix win32 build by creating the missing hader file
Frank M. Kromann [Fri, 17 Jun 2005 05:10:12 +0000 (05:10 +0000)]
Attempt to fix win32 build by creating the missing hader file

19 years ago- Improve portability.
foobar [Thu, 16 Jun 2005 23:12:10 +0000 (23:12 +0000)]
- Improve portability.
# TODO: The standalone lib needs it's own build stuff, pretty much same as
#       Zend has for standalone builds.

19 years ago- Internal functions/methods can now return by reference
Marcus Boerger [Thu, 16 Jun 2005 23:02:23 +0000 (23:02 +0000)]
- Internal functions/methods can now return by reference

19 years agoFixed memory corruption.
Ilia Alshanetsky [Thu, 16 Jun 2005 22:50:32 +0000 (22:50 +0000)]
Fixed memory corruption.

19 years ago ifdef'ed the code but not the includes
Brian France [Thu, 16 Jun 2005 22:35:11 +0000 (22:35 +0000)]
ifdef'ed the code but not the includes

19 years agonuke unused entries
foobar [Thu, 16 Jun 2005 22:03:04 +0000 (22:03 +0000)]
nuke unused entries

19 years agofix typos
Johannes Schlüter [Thu, 16 Jun 2005 21:27:51 +0000 (21:27 +0000)]
fix typos

19 years agoFix VPATH build (again)
foobar [Thu, 16 Jun 2005 21:23:16 +0000 (21:23 +0000)]
Fix VPATH build (again)

19 years agothis is not an extension dir
foobar [Thu, 16 Jun 2005 21:22:33 +0000 (21:22 +0000)]
this is not an extension dir

19 years ago- No more memory_limit for running tests
Marcus Boerger [Thu, 16 Jun 2005 18:58:04 +0000 (18:58 +0000)]
- No more memory_limit for running tests

19 years ago- Fixed headers for FreeBSD
Derick Rethans [Thu, 16 Jun 2005 18:34:42 +0000 (18:34 +0000)]
- Fixed headers for FreeBSD
- Moved from ntohl to own macro
- Export timelib_dump_tzinfo

19 years ago- Added include dir.
Derick Rethans [Thu, 16 Jun 2005 18:15:30 +0000 (18:15 +0000)]
- Added include dir.

19 years ago- Fix up tests, remove windows specific test.
Derick Rethans [Thu, 16 Jun 2005 18:13:40 +0000 (18:13 +0000)]
- Fix up tests, remove windows specific test.

19 years ago- Move strtotime() related testcases to ext/date/tests.
Derick Rethans [Thu, 16 Jun 2005 17:35:08 +0000 (17:35 +0000)]
- Move strtotime() related testcases to ext/date/tests.

19 years ago- Fix TSRM build
Marcus Boerger [Thu, 16 Jun 2005 17:29:29 +0000 (17:29 +0000)]
- Fix TSRM build

19 years ago- Rename "datetime.c" and "datetime.h" to "timelib.c" and "timelib.h" to
Derick Rethans [Thu, 16 Jun 2005 17:12:41 +0000 (17:12 +0000)]
- Rename "datetime.c" and "datetime.h" to "timelib.c" and "timelib.h" to
  prevent duplicate header names.

19 years agosilence notices
foobar [Thu, 16 Jun 2005 17:12:26 +0000 (17:12 +0000)]
silence notices

19 years agotypofix
foobar [Thu, 16 Jun 2005 16:46:06 +0000 (16:46 +0000)]
typofix

19 years agoDon't emit the E_STRICT dl-is-deprecated notice on SAPI's where dl() is widely (and...
Wez Furlong [Thu, 16 Jun 2005 15:36:39 +0000 (15:36 +0000)]
Don't emit the E_STRICT dl-is-deprecated notice on SAPI's where dl() is widely (and safely) used.
This allows our test-suite to run in E_STRICT mode.

19 years agotypo
Dmitry Stogov [Thu, 16 Jun 2005 15:11:03 +0000 (15:11 +0000)]
typo

19 years agoFix compile on win32 at least.
Wez Furlong [Thu, 16 Jun 2005 15:03:36 +0000 (15:03 +0000)]
Fix compile on win32 at least.

19 years agoAllowed return by refrence from internal functions
Dmitry Stogov [Thu, 16 Jun 2005 14:56:13 +0000 (14:56 +0000)]
Allowed return by refrence from internal functions

19 years agoDon't crash here if there are errors (such as failing to load extensions via
Wez Furlong [Thu, 16 Jun 2005 14:54:51 +0000 (14:54 +0000)]
Don't crash here if there are errors (such as failing to load extensions via
php.ini) during startup.

19 years agorename to zend_
Stanislav Malyshev [Thu, 16 Jun 2005 14:27:08 +0000 (14:27 +0000)]
rename to zend_

19 years agoFixed bug #33318 (throw 1; results in Invalid opcode 108/1/8)
Dmitry Stogov [Thu, 16 Jun 2005 14:20:00 +0000 (14:20 +0000)]
Fixed bug #33318 (throw 1; results in Invalid opcode 108/1/8)

19 years agoFixlet
Zeev Suraski [Thu, 16 Jun 2005 13:31:21 +0000 (13:31 +0000)]
Fixlet

19 years ago- Fixed a regression with "last saturday"
Derick Rethans [Thu, 16 Jun 2005 13:30:26 +0000 (13:30 +0000)]
- Fixed a regression with "last saturday"

19 years agoCompilation warnings
Dmitry Stogov [Thu, 16 Jun 2005 12:26:44 +0000 (12:26 +0000)]
Compilation warnings

19 years agoZEND_UNSET_DIM_OBJ is splitted to ZEND_UNSET_DIM and ZEND_UNSET_OBJ.
Dmitry Stogov [Thu, 16 Jun 2005 12:17:39 +0000 (12:17 +0000)]
ZEND_UNSET_DIM_OBJ is splitted to ZEND_UNSET_DIM and ZEND_UNSET_OBJ.

19 years agoexport zval getters
Stanislav Malyshev [Thu, 16 Jun 2005 11:50:08 +0000 (11:50 +0000)]
export zval getters

19 years ago- Update maintainers and credits.
Derick Rethans [Thu, 16 Jun 2005 10:44:41 +0000 (10:44 +0000)]
- Update maintainers and credits.

19 years agoUSER_OPCODE API is improvet.
Dmitry Stogov [Thu, 16 Jun 2005 06:00:48 +0000 (06:00 +0000)]
USER_OPCODE API is improvet.
Implemented ability to dispatch from user handler to internal handler of another opcode.

19 years agoChangeLog update
<changelog@php.net> [Thu, 16 Jun 2005 05:38:57 +0000 (05:38 +0000)]
ChangeLog update

19 years agoFixed memory leak.
Ilia Alshanetsky [Wed, 15 Jun 2005 23:42:55 +0000 (23:42 +0000)]
Fixed memory leak.

19 years agoAvoid double-free.
Ilia Alshanetsky [Wed, 15 Jun 2005 23:30:20 +0000 (23:30 +0000)]
Avoid double-free.

19 years agoAdded test for bug #33056.
Ilia Alshanetsky [Wed, 15 Jun 2005 23:24:28 +0000 (23:24 +0000)]
Added test for bug #33056.

19 years agoWS fix
Andrei Zmievski [Wed, 15 Jun 2005 21:20:26 +0000 (21:20 +0000)]
WS fix

19 years agoFix FCI cache for array_walk and user array compare functions. Bug
Andrei Zmievski [Wed, 15 Jun 2005 20:51:33 +0000 (20:51 +0000)]
Fix FCI cache for array_walk and user array compare functions. Bug
#33286. (Patch from m.bretz@metropolis-ag.de)

19 years agoFixed OS X compatibility
Dmitry Stogov [Wed, 15 Jun 2005 19:05:55 +0000 (19:05 +0000)]
Fixed OS X compatibility

19 years ago- This does not have to be egrep here
foobar [Wed, 15 Jun 2005 17:13:39 +0000 (17:13 +0000)]
- This does not have to be egrep here

19 years ago- Make it compile cleanly with MS VC++ too, which is completely anal in some
Derick Rethans [Wed, 15 Jun 2005 11:01:07 +0000 (11:01 +0000)]
- Make it compile cleanly with MS VC++ too, which is completely anal in some
  cases.

19 years agotypofix
foobar [Wed, 15 Jun 2005 09:23:28 +0000 (09:23 +0000)]
typofix

19 years agoShow borked tests in the summary
foobar [Wed, 15 Jun 2005 09:21:15 +0000 (09:21 +0000)]
Show borked tests in the summary

19 years ago- Commit re-generated parser.
Derick Rethans [Wed, 15 Jun 2005 09:09:04 +0000 (09:09 +0000)]
- Commit re-generated parser.

19 years agoDate will never be compiled as shared so this is not needed
Edin Kadribasic [Wed, 15 Jun 2005 09:05:00 +0000 (09:05 +0000)]
Date will never be compiled as shared so this is not needed

19 years agoNuke PHP_ prefix from timelib
Edin Kadribasic [Wed, 15 Jun 2005 09:02:28 +0000 (09:02 +0000)]
Nuke PHP_ prefix from timelib

19 years agoMade date obligatory and static
Edin Kadribasic [Wed, 15 Jun 2005 08:44:23 +0000 (08:44 +0000)]
Made date obligatory and static

19 years ago- Hide the "Unexpected character..." message for now.
Derick Rethans [Wed, 15 Jun 2005 07:58:21 +0000 (07:58 +0000)]
- Hide the "Unexpected character..." message for now.

19 years ago- Commit fixed .c file with fixed re2c.
Derick Rethans [Wed, 15 Jun 2005 07:43:05 +0000 (07:43 +0000)]
- Commit fixed .c file with fixed re2c.

19 years ago- Whitespace and regenerate the .c file with my re2c.
Derick Rethans [Wed, 15 Jun 2005 07:23:27 +0000 (07:23 +0000)]
- Whitespace and regenerate the .c file with my re2c.

19 years ago- Rename macro to TIMELIB_TIME_FREE
Derick Rethans [Wed, 15 Jun 2005 07:15:38 +0000 (07:15 +0000)]
- Rename macro to TIMELIB_TIME_FREE
#- Please do not use PHP_ prefixes as this library will also be packaged
#  outside of PHP.

19 years agoChangeLog update
<changelog@php.net> [Wed, 15 Jun 2005 05:33:04 +0000 (05:33 +0000)]
ChangeLog update

19 years agoExport symbols
Edin Kadribasic [Wed, 15 Jun 2005 00:23:14 +0000 (00:23 +0000)]
Export symbols

19 years agoTouch + manual fix for re2c bug where it forgets {} in static int scan()
Edin Kadribasic [Wed, 15 Jun 2005 00:17:41 +0000 (00:17 +0000)]
Touch + manual fix for re2c bug where it forgets {} in static int scan()

19 years agoBring PDO_ODBC tests in sync with PDO base tests.
Dan Scott [Wed, 15 Jun 2005 00:17:18 +0000 (00:17 +0000)]
Bring PDO_ODBC tests in sync with PDO base tests.

19 years agoMake it compile on windows
Edin Kadribasic [Wed, 15 Jun 2005 00:11:29 +0000 (00:11 +0000)]
Make it compile on windows

19 years agomore accurate timing function.
Ilia Alshanetsky [Tue, 14 Jun 2005 23:59:29 +0000 (23:59 +0000)]
more accurate timing function.

19 years agoFixed memory leaks.
Ilia Alshanetsky [Tue, 14 Jun 2005 23:40:57 +0000 (23:40 +0000)]
Fixed memory leaks.

19 years agofix VPATH builds + nuked unnecessary lines
foobar [Tue, 14 Jun 2005 22:50:55 +0000 (22:50 +0000)]
fix VPATH builds + nuked unnecessary lines

19 years agoAdded win32 build file
Edin Kadribasic [Tue, 14 Jun 2005 22:25:48 +0000 (22:25 +0000)]
Added win32 build file

19 years agoThis test did not fit to the new interactive shell thing
foobar [Tue, 14 Jun 2005 22:21:08 +0000 (22:21 +0000)]
This test did not fit to the new interactive shell thing

19 years agoBFN
foobar [Tue, 14 Jun 2005 22:19:50 +0000 (22:19 +0000)]
BFN

19 years ago- Add my new timelib and ext/date. For now only strtotime() makes use of this.
Derick Rethans [Tue, 14 Jun 2005 21:32:29 +0000 (21:32 +0000)]
- Add my new timelib and ext/date. For now only strtotime() makes use of this.

19 years agoFixed bug #33340 (CLI Crash when calling php:function from XSLT)
Rob Richards [Tue, 14 Jun 2005 19:39:52 +0000 (19:39 +0000)]
Fixed bug #33340 (CLI Crash when calling php:function from XSLT)

19 years agounify .cvsignore files
foobar [Tue, 14 Jun 2005 13:26:09 +0000 (13:26 +0000)]
unify .cvsignore files

19 years agoIf the macro exists, use it, otherwise use the Makefile.frag
foobar [Tue, 14 Jun 2005 13:09:23 +0000 (13:09 +0000)]
If the macro exists, use it, otherwise use the Makefile.frag

19 years agobzero > memset
Ilia Alshanetsky [Tue, 14 Jun 2005 13:09:04 +0000 (13:09 +0000)]
bzero > memset

19 years agoRemoved old executor
Dmitry Stogov [Tue, 14 Jun 2005 12:55:48 +0000 (12:55 +0000)]
Removed old executor

19 years agoreordered + added msg to configure output for PHP_ZEND_VM
foobar [Tue, 14 Jun 2005 12:23:26 +0000 (12:23 +0000)]
reordered + added msg to configure output for PHP_ZEND_VM

19 years agotypofix
foobar [Tue, 14 Jun 2005 11:47:57 +0000 (11:47 +0000)]
typofix

19 years agofix standalone build
foobar [Tue, 14 Jun 2005 11:41:48 +0000 (11:41 +0000)]
fix standalone build

19 years agoChangeLog update
<changelog@php.net> [Tue, 14 Jun 2005 05:32:30 +0000 (05:32 +0000)]
ChangeLog update

19 years agoZTS fix.
Sebastian Bergmann [Tue, 14 Jun 2005 05:13:01 +0000 (05:13 +0000)]
ZTS fix.

19 years agoAdded bindto socket context option.
Ilia Alshanetsky [Tue, 14 Jun 2005 02:39:42 +0000 (02:39 +0000)]
Added bindto socket context option.

19 years agoMake this usable for header files too
foobar [Tue, 14 Jun 2005 02:18:44 +0000 (02:18 +0000)]
Make this usable for header files too

19 years agoPartial revert: AC_DEFINE / PHP_HAVE_DEF need to be called once only per macro
foobar [Tue, 14 Jun 2005 02:18:18 +0000 (02:18 +0000)]
Partial revert: AC_DEFINE / PHP_HAVE_DEF need to be called once only per macro

19 years agouse PHP_CHECK_PDO_INCLUDES
foobar [Tue, 14 Jun 2005 01:44:16 +0000 (01:44 +0000)]
use PHP_CHECK_PDO_INCLUDES

19 years agoAllow different things to be done when found / not-found
foobar [Tue, 14 Jun 2005 01:43:53 +0000 (01:43 +0000)]
Allow different things to be done when found / not-found

19 years ago- Fixed some places which might cause problems
foobar [Tue, 14 Jun 2005 01:42:31 +0000 (01:42 +0000)]
- Fixed some places which might cause problems
- Changed the "general" flavour to have libname parameter (given without the
  lib prefix of course)
# bug #33316 should be fixed now too

19 years ago- Added PHP_CHECK_PDO_INCLUDES macro (caches the result)
foobar [Tue, 14 Jun 2005 00:00:53 +0000 (00:00 +0000)]
- Added PHP_CHECK_PDO_INCLUDES macro (caches the result)

19 years agows
foobar [Mon, 13 Jun 2005 23:37:20 +0000 (23:37 +0000)]
ws

19 years agoadded news item for GLOB_ERR fix
Hartmut Holzgraefe [Mon, 13 Jun 2005 22:20:05 +0000 (22:20 +0000)]
added news item for GLOB_ERR fix

19 years agoMFB: MSVC++ 6.0 doesn't support long long type
Edin Kadribasic [Mon, 13 Jun 2005 19:33:39 +0000 (19:33 +0000)]
MFB: MSVC++ 6.0 doesn't support long long type

19 years agoSpecializer optimization
Dmitry Stogov [Mon, 13 Jun 2005 17:50:07 +0000 (17:50 +0000)]
Specializer optimization

19 years agoFixed bug #33212 ([GCC 4]: 'zend_error_noreturn' aliased to external symbol 'zend_err...
Dmitry Stogov [Mon, 13 Jun 2005 11:22:59 +0000 (11:22 +0000)]
Fixed bug #33212 ([GCC 4]: 'zend_error_noreturn' aliased to external symbol 'zend_error').
The fix is not tested on Solaris and DARWIN!

19 years agodestroy session after destroying error handle
Antony Dovgal [Mon, 13 Jun 2005 09:30:49 +0000 (09:30 +0000)]
destroy session after destroying error handle
SQLT_CHR is allowed too

19 years ago- Fixed bug #31256 (PHP_EVAL_LIBLINE configure macro does not handle -pthread)
foobar [Mon, 13 Jun 2005 08:44:47 +0000 (08:44 +0000)]
- Fixed bug #31256 (PHP_EVAL_LIBLINE configure macro does not handle -pthread)

19 years agoFixed bug #33312 (ReflectionParameter methods do not work correctly)
Dmitry Stogov [Mon, 13 Jun 2005 07:55:08 +0000 (07:55 +0000)]
Fixed bug #33312 (ReflectionParameter methods do not work correctly)

19 years agoChangeLog update
<changelog@php.net> [Mon, 13 Jun 2005 05:32:00 +0000 (05:32 +0000)]
ChangeLog update

19 years agoRemoved unused var.
Ilia Alshanetsky [Sun, 12 Jun 2005 17:07:20 +0000 (17:07 +0000)]
Removed unused var.

19 years agoSupport for GLOB_ERR so that glob() reports permission problems (Bug #28355)
Hartmut Holzgraefe [Sun, 12 Jun 2005 07:53:24 +0000 (07:53 +0000)]
Support for GLOB_ERR so that glob() reports permission problems (Bug #28355)

19 years agoChangeLog update
<changelog@php.net> [Sun, 12 Jun 2005 05:40:34 +0000 (05:40 +0000)]
ChangeLog update

19 years agothinko fix (E_COMMIT_AFTER_MIDNIGHT)
Hartmut Holzgraefe [Sun, 12 Jun 2005 01:13:24 +0000 (01:13 +0000)]
thinko fix (E_COMMIT_AFTER_MIDNIGHT)

19 years agoRemoved bogus fix for bug #28355 (it was dead code anyway)
Hartmut Holzgraefe [Sun, 12 Jun 2005 00:59:04 +0000 (00:59 +0000)]
Removed bogus fix for bug #28355 (it was dead code anyway)

19 years agorevert
foobar [Sat, 11 Jun 2005 23:53:21 +0000 (23:53 +0000)]
revert

19 years agoAnother netware fix
foobar [Sat, 11 Jun 2005 23:32:46 +0000 (23:32 +0000)]
Another netware fix