]> granicus.if.org Git - php/log
php
14 years ago- Fix memleak on `php -v'
Felipe Pena [Tue, 21 Jun 2011 01:47:05 +0000 (01:47 +0000)]
- Fix memleak on `php -v'

14 years ago- Fixed hardcoded INI
Felipe Pena [Mon, 20 Jun 2011 23:36:25 +0000 (23:36 +0000)]
- Fixed hardcoded INI

14 years ago- Fix broken code in 64bit
Felipe Pena [Mon, 20 Jun 2011 22:59:55 +0000 (22:59 +0000)]
- Fix broken code in 64bit

14 years agoFixed typo
Patrick Allaert [Mon, 20 Jun 2011 20:42:02 +0000 (20:42 +0000)]
Fixed typo

14 years ago- Forgot to commit these.
Moriyoshi Koizumi [Mon, 20 Jun 2011 20:30:36 +0000 (20:30 +0000)]
- Forgot to commit these.

14 years ago- Add built-in web server to CLI SAPI. See the RFC for detail.
Moriyoshi Koizumi [Mon, 20 Jun 2011 20:27:39 +0000 (20:27 +0000)]
- Add built-in web server to CLI SAPI. See the RFC for detail.

14 years ago- Optimize property finding by zend_hash_quick_find
Felipe Pena [Mon, 20 Jun 2011 02:04:13 +0000 (02:04 +0000)]
- Optimize property finding by zend_hash_quick_find

14 years ago- Simplify function code
Felipe Pena [Mon, 20 Jun 2011 01:36:23 +0000 (01:36 +0000)]
- Simplify function code

14 years ago- Avoid re-hash here too
Felipe Pena [Mon, 20 Jun 2011 01:21:47 +0000 (01:21 +0000)]
- Avoid re-hash here too

14 years agoRemoved pid in debug logs written by chrildren processes
Jérôme Loyet [Mon, 20 Jun 2011 00:03:39 +0000 (00:03 +0000)]
Removed pid in debug logs written by chrildren processes

14 years ago- Minor optimization (avoid to re-hash already computed var name hash)
Felipe Pena [Sun, 19 Jun 2011 21:56:09 +0000 (21:56 +0000)]
- Minor optimization (avoid to re-hash already computed var name hash)

14 years ago- Removed unnecessary TSRMLS_FETCH
Felipe Pena [Sun, 19 Jun 2011 20:16:08 +0000 (20:16 +0000)]
- Removed unnecessary TSRMLS_FETCH

14 years agoBack to -dev
Stanislav Malyshev [Sun, 19 Jun 2011 20:15:33 +0000 (20:15 +0000)]
Back to -dev

14 years ago5.4.0 alpha11
Stanislav Malyshev [Sun, 19 Jun 2011 20:11:54 +0000 (20:11 +0000)]
5.4.0 alpha11

14 years agoIntegrate NEWS
Stanislav Malyshev [Sun, 19 Jun 2011 19:03:13 +0000 (19:03 +0000)]
Integrate NEWS

14 years agofix error reporting on missing data - don't produce double errors
Stanislav Malyshev [Sun, 19 Jun 2011 18:55:48 +0000 (18:55 +0000)]
fix error reporting on missing data - don't produce double errors

14 years agofix test with floats - make it not produce different result
Stanislav Malyshev [Sun, 19 Jun 2011 18:52:58 +0000 (18:52 +0000)]
fix test with floats - make it not produce different result
on 32 and 64 bit

14 years agore-generate credits
Stanislav Malyshev [Sun, 19 Jun 2011 17:56:09 +0000 (17:56 +0000)]
re-generate credits

14 years agoProvide test for DateTime::add() issue (for discussion on internals, bugs.php.net...
Daniel Convissor [Sun, 19 Jun 2011 16:59:58 +0000 (16:59 +0000)]
Provide test for DateTime::add() issue (for discussion on internals, bugs.php.net is down).

14 years agoSplit DateTime diff/add/sub tests into separate files to make things easier to see...
Daniel Convissor [Sun, 19 Jun 2011 16:55:11 +0000 (16:55 +0000)]
Split DateTime diff/add/sub tests into separate files to make things easier to see, test and (one hopes) fix.

14 years ago- Fix tests
Felipe Pena [Sun, 19 Jun 2011 15:43:16 +0000 (15:43 +0000)]
- Fix tests

14 years ago- Opss, restore old behavior
Felipe Pena [Sun, 19 Jun 2011 14:50:44 +0000 (14:50 +0000)]
- Opss, restore old behavior

14 years ago- Added missing void param check in sys_get_temp_dir
Felipe Pena [Sun, 19 Jun 2011 14:27:33 +0000 (14:27 +0000)]
- Added missing void param check in sys_get_temp_dir
- Fixed param check of umask()

14 years ago- Missing usage of 'p' parameter specifier
Felipe Pena [Sun, 19 Jun 2011 13:20:12 +0000 (13:20 +0000)]
- Missing usage of 'p' parameter specifier

14 years ago- Fix test
Felipe Pena [Sun, 19 Jun 2011 12:58:56 +0000 (12:58 +0000)]
- Fix test

14 years ago- New tests (code coverage++)
Felipe Pena [Sun, 19 Jun 2011 12:33:49 +0000 (12:33 +0000)]
- New tests (code coverage++)

14 years ago- Fix test
Felipe Pena [Sun, 19 Jun 2011 00:18:17 +0000 (00:18 +0000)]
- Fix test

14 years ago- Added missing void param checks, and fix arginfo
Felipe Pena [Sat, 18 Jun 2011 22:48:31 +0000 (22:48 +0000)]
- Added missing void param checks, and fix arginfo

14 years ago- Fixed compiler warning (redefinition of offsetof)
Felipe Pena [Sat, 18 Jun 2011 18:11:27 +0000 (18:11 +0000)]
- Fixed compiler warning (redefinition of offsetof)

14 years ago- Missing change
Felipe Pena [Sat, 18 Jun 2011 17:46:16 +0000 (17:46 +0000)]
- Missing change

14 years ago- Fixed ZTS build
Felipe Pena [Sat, 18 Jun 2011 17:41:56 +0000 (17:41 +0000)]
- Fixed ZTS build

14 years agoAdded master rlimit_files and rlimit_core in the global configuration settings
Jérôme Loyet [Sat, 18 Jun 2011 16:27:48 +0000 (16:27 +0000)]
Added master rlimit_files and rlimit_core in the global configuration settings

14 years agoFixed exit at FPM startup on fpm_resources_prepare
Jérôme Loyet [Sat, 18 Jun 2011 16:15:15 +0000 (16:15 +0000)]
Fixed exit at FPM startup on fpm_resources_prepare

14 years ago- Added missing arginfos for void params and void param checks
Felipe Pena [Sat, 18 Jun 2011 15:56:14 +0000 (15:56 +0000)]
- Added missing arginfos for void params and void param checks

14 years agoRemove timestamp in logs written by children process
Jérôme Loyet [Sat, 18 Jun 2011 15:33:07 +0000 (15:33 +0000)]
Remove timestamp in logs written by children process

14 years agotake over mantainership on snmp extension
Boris Lytochkin [Sat, 18 Jun 2011 07:12:35 +0000 (07:12 +0000)]
take over mantainership on snmp extension

14 years ago- fix build
Pierre Joye [Sat, 18 Jun 2011 02:24:01 +0000 (02:24 +0000)]
- fix build

14 years agomissing doc in the conf file
Jérôme Loyet [Fri, 17 Jun 2011 23:35:47 +0000 (23:35 +0000)]
missing doc in the conf file

14 years ago- added xml format to the status page
Jérôme Loyet [Fri, 17 Jun 2011 23:19:54 +0000 (23:19 +0000)]
- added xml format to the status page
- clean fpm_status.c code

14 years agoFix skipif to resolve the common reason this test fails
Christopher Jones [Fri, 17 Jun 2011 18:28:34 +0000 (18:28 +0000)]
Fix skipif to resolve the common reason this test fails

14 years agoexpand SNMP section
Boris Lytochkin [Fri, 17 Jun 2011 18:26:54 +0000 (18:26 +0000)]
expand SNMP section

14 years ago- Fixed bug where the DateTime object got changed while using date_diff().
Derick Rethans [Fri, 17 Jun 2011 16:38:23 +0000 (16:38 +0000)]
- Fixed bug where the DateTime object got changed while using date_diff().

14 years ago- Minor NEWS cleanup
Johannes Schlüter [Fri, 17 Jun 2011 16:33:54 +0000 (16:33 +0000)]
- Minor NEWS cleanup
# entrys are sentences and end with a full stop.
# PCRE and SQLite updates will hopefully released w/ 5.3 first (and the listed
# version numbers are outdated already)

14 years ago- Fixed two "jump or move depends on uninitialised value"
Felipe Pena [Fri, 17 Jun 2011 02:00:20 +0000 (02:00 +0000)]
- Fixed two "jump or move depends on uninitialised value"

14 years ago- did I not kill that already? (do not use rand_screen, pointless on server and not TS)
Pierre Joye [Thu, 16 Jun 2011 13:06:41 +0000 (13:06 +0000)]
- did I not kill that already? (do not use rand_screen, pointless on server and not TS)

14 years ago- fix nts build
Pierre Joye [Thu, 16 Jun 2011 10:20:25 +0000 (10:20 +0000)]
- fix nts build

14 years ago- init win32 rng context once per process
Pierre Joye [Thu, 16 Jun 2011 01:31:10 +0000 (01:31 +0000)]
- init win32 rng context once per process

14 years ago- install extra headers
Pierre Joye [Thu, 16 Jun 2011 01:21:01 +0000 (01:21 +0000)]
- install extra headers

14 years agoupdate the branches list
Stanislav Malyshev [Wed, 15 Jun 2011 23:19:30 +0000 (23:19 +0000)]
update the branches list

14 years agoImprove cross version compat
Christopher Jones [Tue, 14 Jun 2011 20:04:18 +0000 (20:04 +0000)]
Improve cross version compat

14 years agoUpgrade SQLite to 3.7.6.3
Scott MacVicar [Tue, 14 Jun 2011 17:00:49 +0000 (17:00 +0000)]
Upgrade SQLite to 3.7.6.3

14 years ago- New tests for new feature
Felipe Pena [Tue, 14 Jun 2011 02:05:37 +0000 (02:05 +0000)]
- New tests for new feature

14 years ago- Fix build on Windows
Felipe Pena [Mon, 13 Jun 2011 17:52:23 +0000 (17:52 +0000)]
- Fix build on Windows

14 years ago- MFH suppression of compiler warning noted in bug #55009
Timm Friebe [Mon, 13 Jun 2011 08:45:56 +0000 (08:45 +0000)]
- MFH suppression of compiler warning noted in bug #55009

14 years ago- Fixed bug #54624 (class_alias and type hint)
Felipe Pena [Sun, 12 Jun 2011 21:10:31 +0000 (21:10 +0000)]
- Fixed bug #54624 (class_alias and type hint)

14 years agoThese regexes don't fail under the new backtrack limit, so lower it
Rasmus Lerdorf [Sun, 12 Jun 2011 18:38:26 +0000 (18:38 +0000)]
These regexes don't fail under the new backtrack limit, so lower it
just for the test to check the failure.

14 years ago- Added Bison 2.5 to bison_version_list
Felipe Pena [Sun, 12 Jun 2011 17:26:45 +0000 (17:26 +0000)]
- Added Bison 2.5 to bison_version_list

14 years ago- Restore basename in filename on non Windows OS
Felipe Pena [Sun, 12 Jun 2011 15:15:44 +0000 (15:15 +0000)]
- Restore basename in filename on non Windows OS

14 years agoDon't expect a path for tidy_repair_string() and fix the tests
Rasmus Lerdorf [Sun, 12 Jun 2011 14:49:10 +0000 (14:49 +0000)]
Don't expect a path for tidy_repair_string() and fix the tests

14 years agoremove PHP_VERSION_ID ifdef's, limiting to 5.4 branch
Boris Lytochkin [Sun, 12 Jun 2011 12:26:51 +0000 (12:26 +0000)]
remove PHP_VERSION_ID ifdef's, limiting to 5.4 branch

14 years agomerging from trunk (r312088...r312092):
Boris Lytochkin [Sun, 12 Jun 2011 12:10:01 +0000 (12:10 +0000)]
merging from trunk (r312088...r312092):
move SNMP VERSION constants into SNMP class itself
fix typo in comment
no more method open
fix method names in header

14 years ago- Fixed bug #54680 (missing TRACK_VARS_SERVER check)
Felipe Pena [Sun, 12 Jun 2011 02:47:48 +0000 (02:47 +0000)]
- Fixed bug #54680 (missing TRACK_VARS_SERVER check)

14 years ago- Avoid zend_do_ticks() call for each statement in parsing
Felipe Pena [Sun, 12 Jun 2011 01:43:10 +0000 (01:43 +0000)]
- Avoid zend_do_ticks() call for each statement in parsing

14 years ago- Reverted r301991, which is a (partial) fix to bug #52550, addressing an
Gustavo André dos Santos Lopes [Sun, 12 Jun 2011 00:56:18 +0000 (00:56 +0000)]
- Reverted r301991, which is a (partial) fix to bug #52550, addressing an
  overflow in a signed subtraction. This fixes the overflow without
  changing the algorithm.

14 years ago- Fixed tests
Felipe Pena [Sun, 12 Jun 2011 00:31:13 +0000 (00:31 +0000)]
- Fixed tests

14 years ago- Fixed ext/sockets build on Mac OS X (hopefully).
Gustavo André dos Santos Lopes [Sat, 11 Jun 2011 20:20:50 +0000 (20:20 +0000)]
- Fixed ext/sockets build on Mac OS X (hopefully).
- Improvements in the multicast tests.
- Very light refactoring in sockets.c.

14 years ago- MFH Bugfix for bug #53540
Timm Friebe [Sat, 11 Jun 2011 18:55:41 +0000 (18:55 +0000)]
- MFH Bugfix for bug #53540

14 years ago- Missing fix for bug #54347
Felipe Pena [Sat, 11 Jun 2011 15:11:49 +0000 (15:11 +0000)]
- Missing fix for bug #54347

14 years ago- Possible fix for bug #55022 (memory_limit exhausted when set charset in sybase_connect)
Felipe Pena [Sat, 11 Jun 2011 01:15:14 +0000 (01:15 +0000)]
- Possible fix for bug #55022 (memory_limit exhausted when set charset in sybase_connect)

14 years agoFix TSRMLS for Windows build
Christopher Jones [Sat, 11 Jun 2011 00:24:26 +0000 (00:24 +0000)]
Fix TSRMLS for Windows build

14 years ago- Drop C++ style comments
Felipe Pena [Fri, 10 Jun 2011 23:14:15 +0000 (23:14 +0000)]
- Drop C++ style comments

14 years ago- Fixed bug #55028 (// is abad comment)
Felipe Pena [Fri, 10 Jun 2011 22:48:36 +0000 (22:48 +0000)]
- Fixed bug #55028 (// is abad comment)

14 years agoBump OCI8 version to stable in preparation for 5.3.7 RC
Christopher Jones [Fri, 10 Jun 2011 20:01:46 +0000 (20:01 +0000)]
Bump OCI8 version to stable in preparation for 5.3.7 RC

14 years agoAdd new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches
Christopher Jones [Fri, 10 Jun 2011 19:16:35 +0000 (19:16 +0000)]
Add new OCI8 tests.  Refactor skipifs.  Sync 5.3/5.4/trunk branches

14 years agoAdd oci_client_version() returning the runtime Oracle client library version - predom...
Christopher Jones [Fri, 10 Jun 2011 17:38:07 +0000 (17:38 +0000)]
Add oci_client_version() returning the runtime Oracle client library version - predominantly useful for the test suite

14 years agoFix Apache1 build
Rasmus Lerdorf [Fri, 10 Jun 2011 11:46:35 +0000 (11:46 +0000)]
Fix Apache1 build

14 years ago- Fixed bug #54347 (reflection_extension does not lowercase module function name)
Felipe Pena [Thu, 9 Jun 2011 22:45:35 +0000 (22:45 +0000)]
- Fixed bug #54347 (reflection_extension does not lowercase module function name)
  patch by: laruence at yahoo dot com dot cn

14 years agoRemoved tests checking old/removed functionality (session_register/session_unregister...
Shein Alexey [Thu, 9 Jun 2011 08:54:47 +0000 (08:54 +0000)]
Removed tests checking old/removed functionality (session_register/session_unregister/session_is_registered/register_globals)

14 years agoChanged session.save_path to /tmp to make test run.
Shein Alexey [Thu, 9 Jun 2011 08:24:12 +0000 (08:24 +0000)]
Changed session.save_path to /tmp to make test run.

14 years agoSkip reason is now printed if session.save_path is not writable.
Shein Alexey [Thu, 9 Jun 2011 08:18:49 +0000 (08:18 +0000)]
Skip reason is now printed if session.save_path is not writable.

14 years agoFixed session test breakage due to serialize precision issue.
Shein Alexey [Thu, 9 Jun 2011 07:44:10 +0000 (07:44 +0000)]
Fixed session test breakage due to serialize precision issue.

14 years ago- Missing fixes for grammar fix 's/valid path/a valid path/'
Felipe Pena [Thu, 9 Jun 2011 00:23:43 +0000 (00:23 +0000)]
- Missing fixes for grammar fix 's/valid path/a valid path/'

14 years agoFixed test
Ilia Alshanetsky [Wed, 8 Jun 2011 23:30:02 +0000 (23:30 +0000)]
Fixed test

14 years agoFixed test to account for smaller default floating point # precision
Ilia Alshanetsky [Wed, 8 Jun 2011 02:03:14 +0000 (02:03 +0000)]
Fixed test to account for smaller default floating point # precision

14 years agoRelax autoconf support from 2.60 to 2.59. This is the version available on Centos...
Christopher Jones [Wed, 8 Jun 2011 01:25:35 +0000 (01:25 +0000)]
Relax autoconf support from 2.60 to 2.59.  This is the version available on Centos/RHEL/Oracle Linux 5.6

14 years agos/valid path/a valid path/
Felipe Pena [Wed, 8 Jun 2011 00:53:55 +0000 (00:53 +0000)]
s/valid path/a valid path/

14 years ago- Fixed bug #54992: Stream not closed and error not returned when SSL CN_match
Gustavo André dos Santos Lopes [Wed, 8 Jun 2011 00:23:02 +0000 (00:23 +0000)]
- Fixed bug #54992: Stream not closed and error not returned when SSL CN_match
  fails.

14 years agoSync OCI8 branches. Allow 'pecl install' to work on both PHP 5.3 & 5.4
Christopher Jones [Tue, 7 Jun 2011 23:53:02 +0000 (23:53 +0000)]
Sync OCI8 branches. Allow 'pecl install' to work on both PHP 5.3 & 5.4

14 years ago- Fixed bug #55007 (compiler fail after previous fail)
Felipe Pena [Tue, 7 Jun 2011 22:58:38 +0000 (22:58 +0000)]
- Fixed bug #55007 (compiler fail after previous fail)

14 years ago- Added 'p' type specifier
Felipe Pena [Tue, 7 Jun 2011 22:22:01 +0000 (22:22 +0000)]
- Added 'p' type specifier

14 years agoUpdate tests to match Felipe's null byte arg parsing change
Christopher Jones [Tue, 7 Jun 2011 20:58:08 +0000 (20:58 +0000)]
Update tests to match Felipe's null byte arg parsing change

14 years ago- Test fixes
Felipe Pena [Tue, 7 Jun 2011 02:29:03 +0000 (02:29 +0000)]
- Test fixes

14 years agoFixed test 008
Ilia Alshanetsky [Tue, 7 Jun 2011 01:40:54 +0000 (01:40 +0000)]
Fixed test 008

14 years ago- Test fixes
Felipe Pena [Mon, 6 Jun 2011 22:36:54 +0000 (22:36 +0000)]
- Test fixes

14 years ago- Added indirect method call through array variable (FR Bug #47160)
Felipe Pena [Mon, 6 Jun 2011 21:42:05 +0000 (21:42 +0000)]
- Added indirect method call through array variable (FR Bug #47160)

14 years ago- Added new parameter parsing option (p - for valid path (string without null byte...
Felipe Pena [Mon, 6 Jun 2011 21:28:16 +0000 (21:28 +0000)]
- Added new parameter parsing option (p - for valid path (string without null byte in the middle))
# The tests will be fixed in the next commits

14 years agoFixed bug #51997 (SEEK_CUR with 0 value, returns a warning).
Ilia Alshanetsky [Sun, 5 Jun 2011 21:57:01 +0000 (21:57 +0000)]
Fixed bug #51997 (SEEK_CUR with 0 value, returns a warning).

14 years agoFixed bug#51819 (Case discrepancy in timezone names cause Uncaught exception and...
Hannes Magnusson [Sun, 5 Jun 2011 13:30:01 +0000 (13:30 +0000)]
Fixed bug#51819 (Case discrepancy in timezone names cause Uncaught exception and fatal error)

14 years agoWhen you write to a symlink - you access the file itself, not the symlink, so we...
Hannes Magnusson [Sun, 5 Jun 2011 12:08:14 +0000 (12:08 +0000)]
When you write to a symlink - you access the file itself, not the symlink, so we need to compare the atime to the orignal file

14 years agoMake sure we are writing more data then the block size
Hannes Magnusson [Sun, 5 Jun 2011 12:07:11 +0000 (12:07 +0000)]
Make sure we are writing more data then the block size