]> granicus.if.org Git - php/log
php
16 years agoExtensions MUST NOT manipulate with internal functions from EG(function_table) in...
Dmitry Stogov [Thu, 10 Jul 2008 11:36:50 +0000 (11:36 +0000)]
Extensions MUST NOT manipulate with internal functions from EG(function_table) in run-time. It may cause problems with opcode caches and in multi-threaded environment. Now the same functions are overriden at MINIT and call original functions or PHAR ones dependent on flag setting.

16 years agoMFH: Fix resolution rule of count vs. handler
Etienne Kneuss [Wed, 9 Jul 2008 21:29:52 +0000 (21:29 +0000)]
MFH: Fix resolution rule of count vs. handler

16 years agoMFH: Move SXI::count to SXE::count and make it user-friendly
Etienne Kneuss [Wed, 9 Jul 2008 21:27:28 +0000 (21:27 +0000)]
MFH: Move SXI::count to SXE::count and make it user-friendly

16 years agoMFH: Test extended iterators methods
Etienne Kneuss [Wed, 9 Jul 2008 20:35:04 +0000 (20:35 +0000)]
MFH: Test extended iterators methods

16 years agofix zlib detection and linking
Rob Richards [Wed, 9 Jul 2008 16:09:35 +0000 (16:09 +0000)]
fix zlib detection and linking

16 years ago- It's amazing the havoc one little misplaced bracket can cause...
Steph Fox [Wed, 9 Jul 2008 15:47:06 +0000 (15:47 +0000)]
- It's amazing the havoc one little misplaced bracket can cause...

16 years ago- Clean up ws/cs a bit and add some comments
Steph Fox [Wed, 9 Jul 2008 14:57:14 +0000 (14:57 +0000)]
- Clean up ws/cs a bit and add some comments

16 years agoadd missing cvsignore
Antony Dovgal [Wed, 9 Jul 2008 14:18:39 +0000 (14:18 +0000)]
add missing cvsignore

16 years agoadd zero-terminator to the delimiter (and make valgrind happy)
Antony Dovgal [Wed, 9 Jul 2008 14:15:41 +0000 (14:15 +0000)]
add zero-terminator to the delimiter (and make valgrind happy)

16 years ago- Fixed test
Felipe Pena [Wed, 9 Jul 2008 12:53:58 +0000 (12:53 +0000)]
- Fixed test

16 years ago- Added arginfo
Felipe Pena [Wed, 9 Jul 2008 12:50:57 +0000 (12:50 +0000)]
- Added arginfo

16 years agoremove UEXPECTF section
Antony Dovgal [Wed, 9 Jul 2008 11:14:20 +0000 (11:14 +0000)]
remove UEXPECTF section

16 years agoadd SplFileInfo::getPathInfo fix to NEWS
Etienne Kneuss [Wed, 9 Jul 2008 10:07:46 +0000 (10:07 +0000)]
add SplFileInfo::getPathInfo fix to NEWS

16 years agoFixed efree(NULL)
Dmitry Stogov [Wed, 9 Jul 2008 08:47:05 +0000 (08:47 +0000)]
Fixed efree(NULL)

16 years agoFix filename/pathname/getpathinfo tests according to SPL fix
Etienne Kneuss [Wed, 9 Jul 2008 08:39:42 +0000 (08:39 +0000)]
Fix filename/pathname/getpathinfo tests according to SPL fix

16 years ago- MFH: tweak test case to better trigger the (now-fixed) reference bugs
Joe Orton [Wed, 9 Jul 2008 08:37:29 +0000 (08:37 +0000)]
- MFH: tweak test case to better trigger the (now-fixed) reference bugs

16 years ago- Add generated files to .cvsignore
Steph Fox [Wed, 9 Jul 2008 08:17:03 +0000 (08:17 +0000)]
- Add generated files to .cvsignore

16 years ago- Embryonic project file generation. Use buildconf --add-project-files and hopefully...
Steph Fox [Wed, 9 Jul 2008 08:15:46 +0000 (08:15 +0000)]
- Embryonic project file generation. Use buildconf --add-project-files and hopefully it'll work.
- Please read the README before complaining.

@Stas, Rob - please test.

16 years agoMFH: - Fix filename in debug_info
Etienne Kneuss [Tue, 8 Jul 2008 22:40:48 +0000 (22:40 +0000)]
MFH: - Fix filename in debug_info
- Fix #45345 (getPathInfo on the file instead of the dir)
- Remove trailing / on input

16 years ago- MFH: Fixed bug #45459 (date_create_from_format() fails on DATE_RFC3339) by
Derick Rethans [Tue, 8 Jul 2008 20:25:28 +0000 (20:25 +0000)]
- MFH: Fixed bug #45459 (date_create_from_format() fails on DATE_RFC3339) by
  allowing a few more format specifiers in date_create_from_format() /
  date_parse_from_format().

16 years ago- MFH: Fixed a memleak (Original patch by Hannes Magnusson).
Derick Rethans [Tue, 8 Jul 2008 19:29:18 +0000 (19:29 +0000)]
- MFH: Fixed a memleak (Original patch by Hannes Magnusson).

16 years agoMFH:
Pierre Joye [Tue, 8 Jul 2008 19:09:11 +0000 (19:09 +0000)]
MFH:
 - use _a for static lib
 - fix logic for shared zlib

16 years ago- MFH: Fixed some ambiguities in the date parser.
Derick Rethans [Tue, 8 Jul 2008 18:28:49 +0000 (18:28 +0000)]
- MFH: Fixed some ambiguities in the date parser.

16 years agoincrease pcre.backtrack_limit so that the phpinfo.phpt test passes on my computer.
Nuno Lopes [Tue, 8 Jul 2008 18:18:08 +0000 (18:18 +0000)]
increase pcre.backtrack_limit so that the phpinfo.phpt test passes on my computer.
we should really consider increase the default of this limit.. (but not the recursion one though)

16 years ago- Replaced // by /* .. */ comments.
Derick Rethans [Tue, 8 Jul 2008 17:55:59 +0000 (17:55 +0000)]
- Replaced // by /* .. */ comments.

16 years ago- MFH: Fixed memory leaks and segfaults, patch by Joe Orton.
Derick Rethans [Tue, 8 Jul 2008 17:41:51 +0000 (17:41 +0000)]
- MFH: Fixed memory leaks and segfaults, patch by Joe Orton.
- MFH: Fixed bug #45038 (Crash when using DateTimeZone object returned by
  Date::getTimezone).

16 years agofix typo
Antony Dovgal [Tue, 8 Jul 2008 15:24:12 +0000 (15:24 +0000)]
fix typo

16 years agoregenerate
Nuno Lopes [Tue, 8 Jul 2008 15:17:52 +0000 (15:17 +0000)]
regenerate

16 years agonow really fix once and for all the #-style comments.
Nuno Lopes [Tue, 8 Jul 2008 15:16:35 +0000 (15:16 +0000)]
now really fix once and for all the #-style comments.
also remove some duplicated code in <?, <%, <%= handlers. this also has the side-effect of producing better bytecodes in some special cases

16 years agoadd more tests for the parser. currently both fail
Nuno Lopes [Tue, 8 Jul 2008 14:38:31 +0000 (14:38 +0000)]
add more tests for the parser. currently both fail

16 years agoTypo, missing items and clarify what sqlite was updated.
Scott MacVicar [Tue, 8 Jul 2008 12:15:39 +0000 (12:15 +0000)]
Typo, missing items and clarify what sqlite was updated.

16 years agoAdd missing NEWS items.
Scott MacVicar [Tue, 8 Jul 2008 10:28:52 +0000 (10:28 +0000)]
Add missing NEWS items.

16 years ago- We do not mention bugs that were not in any release. (DMITRY!..)
Jani Taskinen [Tue, 8 Jul 2008 09:33:49 +0000 (09:33 +0000)]
- We do not mention bugs that were not in any release. (DMITRY!..)

16 years ago- Some more reordering
Jani Taskinen [Tue, 8 Jul 2008 09:30:38 +0000 (09:30 +0000)]
- Some more reordering

16 years ago- Reorder, simplify, make it somewhat more readable and easier to read. :)
Jani Taskinen [Tue, 8 Jul 2008 09:26:21 +0000 (09:26 +0000)]
- Reorder, simplify, make it somewhat more readable and easier to read. :)

16 years agocapitalize multibyte support
Antony Dovgal [Tue, 8 Jul 2008 08:37:56 +0000 (08:37 +0000)]
capitalize multibyte support

16 years agoFixed bug #45434 (circular reference causes segfault in gc_collect_cycles())
Dmitry Stogov [Tue, 8 Jul 2008 08:16:09 +0000 (08:16 +0000)]
Fixed bug #45434 (circular reference causes segfault in gc_collect_cycles())

16 years agoExif tests from Eric Steward. Testfest task 82.
David Soria Parra [Mon, 7 Jul 2008 23:31:54 +0000 (23:31 +0000)]
Exif tests from Eric Steward. Testfest task 82.

16 years agoMerge intl extension
Stanislav Malyshev [Mon, 7 Jul 2008 23:10:15 +0000 (23:10 +0000)]
Merge intl extension

16 years agoMerge intl extension into core
Stanislav Malyshev [Mon, 7 Jul 2008 22:51:04 +0000 (22:51 +0000)]
Merge intl extension into core

16 years agoTweak last commit, should always return NULL when an entry doesn't exist.
Scott MacVicar [Mon, 7 Jul 2008 21:50:56 +0000 (21:50 +0000)]
Tweak last commit, should always return NULL when an entry doesn't exist.

16 years agoAdd zend_ini_string_ex so that the you can differentiate between NULL as a value...
Scott MacVicar [Mon, 7 Jul 2008 21:37:46 +0000 (21:37 +0000)]
Add zend_ini_string_ex so that the you can differentiate between NULL as a value and its absence, this is important for ini_get. Related to bug #42657 and #43348

16 years agoHe doesn't actually maintain it that much... :)
Hannes Magnusson [Mon, 7 Jul 2008 17:58:32 +0000 (17:58 +0000)]
He doesn't actually maintain it that much... :)

16 years ago- Added arginfo
Felipe Pena [Mon, 7 Jul 2008 17:33:47 +0000 (17:33 +0000)]
- Added arginfo

16 years ago- Added arginfo
Felipe Pena [Mon, 7 Jul 2008 17:18:43 +0000 (17:18 +0000)]
- Added arginfo

16 years ago- Updated to version 2008.4 (2008d)
Derick Rethans [Mon, 7 Jul 2008 14:36:18 +0000 (14:36 +0000)]
- Updated to version 2008.4 (2008d)

16 years ago- Removed zend_arg_defs.c
Felipe Pena [Mon, 7 Jul 2008 14:22:02 +0000 (14:22 +0000)]
- Removed zend_arg_defs.c
  The first_arg_force_ref, second_arg_force_ref, third_arg_force_ref,
   fourth_arg_force_ref, fifth_arg_force_ref and all_args_by_ref are not more used.

16 years ago- MFH:
Pierre Joye [Mon, 7 Jul 2008 13:51:35 +0000 (13:51 +0000)]
- MFH:
 - use ARG_ENABLE for the summary option
 - move test if summary function

16 years ago- move common functions to confutils
Pierre Joye [Mon, 7 Jul 2008 13:32:55 +0000 (13:32 +0000)]
- move common functions to confutils
- rename the summary option to reflect its usage (Enable Sumamry, yes)

16 years ago- Removed unused variables
Felipe Pena [Mon, 7 Jul 2008 12:52:00 +0000 (12:52 +0000)]
- Removed unused variables

16 years ago- Added arginfo
Felipe Pena [Mon, 7 Jul 2008 12:40:51 +0000 (12:40 +0000)]
- Added arginfo
- Removed unnecessary #include "zend_arg_defs.c"

16 years ago- Update credits
Jani Taskinen [Mon, 7 Jul 2008 10:36:50 +0000 (10:36 +0000)]
- Update credits

16 years ago- test for ZLIB_SHARED (possible conflict)
Pierre Joye [Mon, 7 Jul 2008 08:41:10 +0000 (08:41 +0000)]
- test for ZLIB_SHARED (possible conflict)

16 years ago- Don't do stuff twice over
Steph Fox [Mon, 7 Jul 2008 01:25:53 +0000 (01:25 +0000)]
- Don't do stuff twice over
@Jani: pick up mail!

16 years ago- Fix up some bits and pieces.
Steph Fox [Mon, 7 Jul 2008 01:23:56 +0000 (01:23 +0000)]
- Fix up some bits and pieces.
- Always report re2c version.
- Head towards making it possible for all platforms to have compiler info in phpinfo() output.
- Make it possible to switch off configure summary (--without-summary).

16 years ago- This file is generated from win32/build/config.w32.h.in. It should never have been...
Steph Fox [Mon, 7 Jul 2008 01:16:44 +0000 (01:16 +0000)]
- This file is generated from win32/build/config.w32.h.in. It should never have been in CVS in the first place...

16 years ago- Fixed config.w32 to keep Elizabeth happy
Steph Fox [Mon, 7 Jul 2008 01:13:14 +0000 (01:13 +0000)]
- Fixed config.w32 to keep Elizabeth happy
- NB This whole lot still might disappear, OpenSSL patch review pending

16 years ago- We forgot to check that the phar exists before trying to extract files from it :)
Steph Fox [Mon, 7 Jul 2008 01:11:07 +0000 (01:11 +0000)]
- We forgot to check that the phar exists before trying to extract files from it :)

16 years agoDuplicate tests to accommodate parameter parsing fixes in 5_3 core
Steph Fox [Mon, 7 Jul 2008 01:09:21 +0000 (01:09 +0000)]
Duplicate tests to accommodate parameter parsing fixes in 5_3 core
(NB the 5_2 tests will fail currently due to name changes, will fix tomorrow)

16 years agoMFH: Fix my poor name
Etienne Kneuss [Mon, 7 Jul 2008 00:07:59 +0000 (00:07 +0000)]
MFH: Fix my poor name

16 years agoRemove .htaccess file(??)
Etienne Kneuss [Mon, 7 Jul 2008 00:05:37 +0000 (00:05 +0000)]
Remove .htaccess file(??)

16 years agoMFH: Add missing test
Etienne Kneuss [Sun, 6 Jul 2008 23:54:36 +0000 (23:54 +0000)]
MFH: Add missing test

16 years agoMFH: First part of count/handlers related fixes
Etienne Kneuss [Sun, 6 Jul 2008 23:45:56 +0000 (23:45 +0000)]
MFH: First part of count/handlers related fixes

16 years ago- some updates (will be used to send mails when an extension is broken, snaps or...
Pierre Joye [Sun, 6 Jul 2008 19:24:54 +0000 (19:24 +0000)]
- some updates (will be used to send mails when an extension is broken, snaps or from RM/QA)

16 years ago- MFH:
Pierre Joye [Sun, 6 Jul 2008 17:07:26 +0000 (17:07 +0000)]
- MFH:
  - update lib/headers detection
  - nuke unused variables

16 years agoadd test for the shebang thing
Nuno Lopes [Sun, 6 Jul 2008 16:59:39 +0000 (16:59 +0000)]
add test for the shebang thing

16 years ago- MFH: update lib detection and does not enable it when lib/headers are missing
Pierre Joye [Sun, 6 Jul 2008 16:59:13 +0000 (16:59 +0000)]
- MFH: update lib detection and does not enable it when lib/headers are missing

16 years ago- don't enable xmlrpc when libxml is missing
Pierre Joye [Sun, 6 Jul 2008 16:52:59 +0000 (16:52 +0000)]
- don't enable xmlrpc when libxml is missing

16 years agofix test for good consoles (tm)
Nuno Lopes [Sun, 6 Jul 2008 16:38:18 +0000 (16:38 +0000)]
fix test for good consoles (tm)

16 years agoregenerate
Nuno Lopes [Sun, 6 Jul 2008 16:21:15 +0000 (16:21 +0000)]
regenerate

16 years agofix last part of bug #44654
Nuno Lopes [Sun, 6 Jul 2008 16:20:51 +0000 (16:20 +0000)]
fix last part of bug #44654

16 years agoregenerate
Nuno Lopes [Sun, 6 Jul 2008 15:53:37 +0000 (15:53 +0000)]
regenerate

16 years agofix first part of bug #44654: scan for opening tag <? after a # char
Nuno Lopes [Sun, 6 Jul 2008 15:53:23 +0000 (15:53 +0000)]
fix first part of bug #44654: scan for opening tag <? after a # char

16 years agoadd test for #-style comments. passes fine on both 5.2 and 5.3
Nuno Lopes [Sun, 6 Jul 2008 15:40:11 +0000 (15:40 +0000)]
add test for #-style comments. passes fine on both 5.2 and 5.3

16 years agoimproved zend-multibyte detection.
Rui Hirokawa [Sun, 6 Jul 2008 15:36:19 +0000 (15:36 +0000)]
improved zend-multibyte detection.

16 years agofix CVE-2008-2371. patch by Tavis Ormandy
Nuno Lopes [Sun, 6 Jul 2008 15:23:31 +0000 (15:23 +0000)]
fix CVE-2008-2371. patch by Tavis Ormandy
# currently there's no release of PCRE with this fix. PCRE's author recommended applying this patch in the meantime

16 years agoupgrade to PCRE 7.7
Nuno Lopes [Sun, 6 Jul 2008 15:17:25 +0000 (15:17 +0000)]
upgrade to PCRE 7.7

16 years ago- correctly test the VCVERS (four digits now)
Pierre Joye [Sun, 6 Jul 2008 09:55:44 +0000 (09:55 +0000)]
- correctly test the VCVERS (four digits now)

16 years agoadded test script for zend-multibyte
Rui Hirokawa [Sun, 6 Jul 2008 02:01:39 +0000 (02:01 +0000)]
added test script for zend-multibyte
 (moved/modified from ext/mbstring/tests/)

16 years ago- Fixed arginfo
Felipe Pena [Sun, 6 Jul 2008 01:57:39 +0000 (01:57 +0000)]
- Fixed arginfo

16 years ago- Added arginfo
Felipe Pena [Sat, 5 Jul 2008 23:30:22 +0000 (23:30 +0000)]
- Added arginfo
- Removed #include "zend_arg_defs.c"

16 years ago- Added arginfo
Felipe Pena [Sat, 5 Jul 2008 22:35:14 +0000 (22:35 +0000)]
- Added arginfo
- Removed #include "zend_arg_defs.c"

16 years ago- Removed unnecessary #include "zend_arg_defs.c"
Felipe Pena [Sat, 5 Jul 2008 20:17:58 +0000 (20:17 +0000)]
- Removed unnecessary #include "zend_arg_defs.c"

16 years ago- Added arginfo (methods)
Felipe Pena [Sat, 5 Jul 2008 20:12:56 +0000 (20:12 +0000)]
- Added arginfo (methods)
- Removed #include "zend_arg_defs.c"

16 years ago- zend_arg_defs.c is unnecessary now
Felipe Pena [Sat, 5 Jul 2008 20:09:33 +0000 (20:09 +0000)]
- zend_arg_defs.c is unnecessary now

16 years ago-MFH: improve detection of VC version and summary (2k2 and 2k3 are 1300 and resp...
Pierre Joye [Sat, 5 Jul 2008 19:53:04 +0000 (19:53 +0000)]
-MFH:  improve detection of VC version and summary (2k2 and 2k3 are 1300 and resp. 1310) (Thx Marcus)

16 years ago- MFH: don't redefine WINDOWS and pid_t
Pierre Joye [Sat, 5 Jul 2008 18:51:17 +0000 (18:51 +0000)]
- MFH: don't redefine WINDOWS and pid_t

16 years ago- MFH: _getpid is in process.h
Pierre Joye [Sat, 5 Jul 2008 18:36:34 +0000 (18:36 +0000)]
- MFH: _getpid is in process.h

16 years ago- MFH: silent redefinition warning
Pierre Joye [Sat, 5 Jul 2008 18:17:37 +0000 (18:17 +0000)]
- MFH: silent redefinition warning

16 years ago-MFH: fix build (function was never implemented), even if noone uses it (or complain...
Pierre Joye [Sat, 5 Jul 2008 13:13:28 +0000 (13:13 +0000)]
-MFH:  fix build (function was never implemented), even if noone uses it (or complains about broken build ;)

16 years agocosmetic change.
Rui Hirokawa [Sat, 5 Jul 2008 07:36:24 +0000 (07:36 +0000)]
cosmetic change.

16 years agoremoved wrong bytes.
Rui Hirokawa [Sat, 5 Jul 2008 07:30:01 +0000 (07:30 +0000)]
removed wrong bytes.

16 years agorevert commit.
Rui Hirokawa [Sat, 5 Jul 2008 07:10:25 +0000 (07:10 +0000)]
revert commit.

16 years agoadded CP1254
Rui Hirokawa [Sat, 5 Jul 2008 07:09:37 +0000 (07:09 +0000)]
added CP1254

16 years ago- added koi8-u (Ukrainian) and CP1254 (Turkish).
Rui Hirokawa [Sat, 5 Jul 2008 06:52:04 +0000 (06:52 +0000)]
- added koi8-u (Ukrainian) and CP1254 (Turkish).

16 years agoFix break caused by previous commit, warning and remove zend_get_parameters()
Scott MacVicar [Sat, 5 Jul 2008 00:28:16 +0000 (00:28 +0000)]
Fix break caused by previous commit, warning and remove zend_get_parameters()

16 years ago- fix compile error with vc6 (snaps)
Pierre Joye [Fri, 4 Jul 2008 21:00:16 +0000 (21:00 +0000)]
- fix compile error with vc6 (snaps)

16 years ago- Moved protos to .c (sync with HEAD)
Felipe Pena [Fri, 4 Jul 2008 14:50:07 +0000 (14:50 +0000)]
- Moved protos to .c (sync with HEAD)

16 years ago- Reverted previous commit
Felipe Pena [Fri, 4 Jul 2008 14:43:53 +0000 (14:43 +0000)]
- Reverted previous commit
- Moved protos to .c (sync with HEAD)

16 years agofixed tests not to rely on actual strings of errors, as those are not defined by...
Alexey Zakhlestin [Fri, 4 Jul 2008 14:30:36 +0000 (14:30 +0000)]
fixed tests not to rely on actual strings of errors, as those are not defined by any standard and are platform-dependent