]> granicus.if.org Git - php/log
php
13 years ago- Simplify function code
Felipe Pena [Mon, 20 Jun 2011 01:36:23 +0000 (01:36 +0000)]
- Simplify function code

13 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

13 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

13 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)

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

13 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

13 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

13 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).

13 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.

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

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

13 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()

13 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

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

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

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

13 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

13 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)

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

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

13 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

13 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

13 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

13 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

13 years agotake over mantainership on snmp extension
Boris Lytochkin [Sat, 18 Jun 2011 07:09:11 +0000 (07:09 +0000)]
take over mantainership on snmp extension

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

13 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

13 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

13 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

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

13 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().

13 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"

13 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)

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

13 years ago- Removed win debug stuff
Felipe Pena [Thu, 16 Jun 2011 01:41:34 +0000 (01:41 +0000)]
- Removed win debug stuff

13 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

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

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

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

13 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

13 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

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

13 years ago- Fix compiler warning about long vs. int in printf()
Timm Friebe [Mon, 13 Jun 2011 08:43:21 +0000 (08:43 +0000)]
- Fix compiler warning about long vs. int in printf()
# See bug #55009
# Compare to _server_message_handler() a little below, where this
# is done the same way

13 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)

13 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.

13 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

13 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

13 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

13 years agomove SNMP VERSION constants into SNMP class itself
Boris Lytochkin [Sun, 12 Jun 2011 11:58:49 +0000 (11:58 +0000)]
move SNMP VERSION constants into SNMP class itself

13 years agofix typo in comment
Boris Lytochkin [Sun, 12 Jun 2011 11:25:20 +0000 (11:25 +0000)]
fix typo in comment

13 years agono more method open
Boris Lytochkin [Sun, 12 Jun 2011 10:13:30 +0000 (10:13 +0000)]
no more method open

13 years agofix method names in header
Boris Lytochkin [Sun, 12 Jun 2011 10:07:43 +0000 (10:07 +0000)]
fix method names in header

13 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)

13 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

13 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.

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

13 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.

13 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

13 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)

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

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

13 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)

13 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

13 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

13 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

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

13 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

13 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)

13 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.

13 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.

13 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.

13 years agoUpdated (currently failing) test for bug48203 with curl_stderr and added also curl_mu...
Shein Alexey [Thu, 9 Jun 2011 07:16:13 +0000 (07:16 +0000)]
Updated (currently failing) test for bug48203 with curl_stderr and added also curl_multi_exec variant of this test.

13 years agoRemoved 'b' string prefix as unneeded from some tests.
Shein Alexey [Thu, 9 Jun 2011 06:49:31 +0000 (06:49 +0000)]
Removed 'b' string prefix as unneeded from some tests.

13 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/'

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

13 years ago- Changed output to be more verbose as to what libraries are used
Timm Friebe [Wed, 8 Jun 2011 08:14:49 +0000 (08:14 +0000)]
- Changed output to be more verbose as to what libraries are used
- Changed check for 64-bit vs 32-bit build environment to check sizeof(int)
  instead of assuming that if libsybct64.so exists, it must be 64-bit
# Bug #53540: Correct Sybase 15.0 libraries not found by configure

13 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

13 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

13 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/

13 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.

13 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

13 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)

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

13 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

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

13 years ago- Fix memory leak caused by RSHUTDOWN not being called by MINIT dependency
Felipe Pena [Tue, 7 Jun 2011 01:58:56 +0000 (01:58 +0000)]
- Fix memory leak caused by RSHUTDOWN not being called by MINIT dependency

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

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

13 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)

13 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

13 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).

13 years ago- Fixed crash in fastcgi (related to zend signals changes)
Felipe Pena [Sun, 5 Jun 2011 17:02:46 +0000 (17:02 +0000)]
- Fixed crash in fastcgi (related to zend signals changes)

13 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)

13 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

13 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

13 years agoNo need to fetch external files and endless amount of DTDs for this test
Hannes Magnusson [Sun, 5 Jun 2011 11:31:18 +0000 (11:31 +0000)]
No need to fetch external files and endless amount of DTDs for this test

13 years agotouch() no longer attempts to create files on empty strings
Hannes Magnusson [Sun, 5 Jun 2011 09:42:10 +0000 (09:42 +0000)]
touch() no longer attempts to create files on empty strings

13 years agoFix tests when running without mbstring
Hannes Magnusson [Sun, 5 Jun 2011 09:35:49 +0000 (09:35 +0000)]
Fix tests when running without mbstring

13 years agoThis method doesn't seem to be very useful without scalar types, so reverting it too
Stanislav Malyshev [Sun, 5 Jun 2011 08:59:24 +0000 (08:59 +0000)]
This method doesn't seem to be very useful without scalar types, so reverting it too

13 years agoThis isn't less then 5.4.. but these still fail though.
Hannes Magnusson [Sun, 5 Jun 2011 08:56:52 +0000 (08:56 +0000)]
This isn't less then 5.4.. but these still fail though.