]> granicus.if.org Git - php/log
php
17 years agoAdding itk again to non-threaded MPMs. Sorry for the confusion
Lars Strojny [Tue, 11 Mar 2008 22:47:39 +0000 (22:47 +0000)]
Adding itk again to non-threaded MPMs. Sorry for the confusion

17 years agoAdd new test (bug reported in internals list by Robin)
Felipe Pena [Tue, 11 Mar 2008 16:56:06 +0000 (16:56 +0000)]
Add new test (bug reported in internals list by Robin)

17 years agoAdd new test (bug reported in internals list by Robin)
Felipe Pena [Tue, 11 Mar 2008 16:48:14 +0000 (16:48 +0000)]
Add new test (bug reported in internals list by Robin)

17 years agoMissing a line
Felipe Pena [Tue, 11 Mar 2008 15:26:24 +0000 (15:26 +0000)]
Missing a line

17 years agoNew tests
Felipe Pena [Tue, 11 Mar 2008 15:18:58 +0000 (15:18 +0000)]
New tests

17 years agoFix test
Felipe Pena [Tue, 11 Mar 2008 11:04:53 +0000 (11:04 +0000)]
Fix test

17 years agosome more tests
Antony Dovgal [Tue, 11 Mar 2008 10:40:37 +0000 (10:40 +0000)]
some more tests

17 years agoMFH: fix segfault - error_string may be NULL, in this case we have to follow the...
Antony Dovgal [Tue, 11 Mar 2008 10:27:10 +0000 (10:27 +0000)]
MFH: fix segfault - error_string may be NULL, in this case we have to follow the old behavior

17 years ago- Fix test
Josie Messa [Tue, 11 Mar 2008 10:17:51 +0000 (10:17 +0000)]
- Fix test

17 years ago- Added extra whitespace around error messages in expected output
Josie Messa [Tue, 11 Mar 2008 10:00:26 +0000 (10:00 +0000)]
- Added extra whitespace around error messages in expected output

17 years agoFixed memory corruption because of double free()
Dmitry Stogov [Tue, 11 Mar 2008 09:36:41 +0000 (09:36 +0000)]
Fixed memory corruption because of double free()

17 years agoMore todo items
Ilia Alshanetsky [Tue, 11 Mar 2008 00:12:53 +0000 (00:12 +0000)]
More todo items

17 years agoFix tests (new error message for void parameters)
Felipe Pena [Mon, 10 Mar 2008 23:14:11 +0000 (23:14 +0000)]
Fix tests (new error message for void parameters)

17 years agoFix tests (new error message for void parameters)
Felipe Pena [Mon, 10 Mar 2008 22:17:59 +0000 (22:17 +0000)]
Fix tests (new error message for void parameters)

17 years agoMFH: New way for check void parameters
Felipe Pena [Mon, 10 Mar 2008 22:15:36 +0000 (22:15 +0000)]
MFH: New way for check void parameters

17 years agoMFH: Added new macro for check void parameters.
Felipe Pena [Mon, 10 Mar 2008 22:02:41 +0000 (22:02 +0000)]
MFH: Added new macro for check void parameters.
(deprecating ZEND_WRONG_PARAM_COUNT for this cases)

17 years agoUpdate mysqlnd, ext/mysql and ext/mysqli - now possible to compile with different
Andrey Hristov [Mon, 10 Mar 2008 20:15:38 +0000 (20:15 +0000)]
Update mysqlnd, ext/mysql and ext/mysqli - now possible to compile with different
configurations one or the another extension to use libmysql or mysqlnd mixed in
one binary

17 years agochar **error_message was passed but not used. This causes problems in cases
Andrey Hristov [Mon, 10 Mar 2008 19:54:47 +0000 (19:54 +0000)]
char **error_message was passed but not used. This causes problems in cases
of getaddrinfo() failure, because the upper layers don't get the error.
initialize a variable because we were reading initialized in case of error.

17 years agofix gcov build
Antony Dovgal [Mon, 10 Mar 2008 17:26:33 +0000 (17:26 +0000)]
fix gcov build

17 years ago- New tests for getcwd() function
Josie Messa [Mon, 10 Mar 2008 15:22:47 +0000 (15:22 +0000)]
- New tests for getcwd() function

17 years ago- Modified expected output to allow tests to work on all platforms
Josie Messa [Mon, 10 Mar 2008 15:10:32 +0000 (15:10 +0000)]
- Modified expected output to allow tests to work on all platforms

17 years agoImprove the Darwin 9 hack considerably and switch to using dl*() instead of NS*(...
Felipe Pena [Mon, 10 Mar 2008 15:06:04 +0000 (15:06 +0000)]
Improve the Darwin 9 hack considerably and switch to using dl*() instead of NS*() on Darwin 8+. (Patch by Gwynne)

17 years ago- New tests for scandir() function
Josie Messa [Mon, 10 Mar 2008 14:12:41 +0000 (14:12 +0000)]
- New tests for scandir() function

17 years agoFix typo
Johannes Schlüter [Mon, 10 Mar 2008 13:39:53 +0000 (13:39 +0000)]
Fix typo

17 years agoRemove unneeded entry
Andrey Hristov [Mon, 10 Mar 2008 11:19:24 +0000 (11:19 +0000)]
Remove unneeded entry

17 years agoUpdate NEWS
Andrey Hristov [Mon, 10 Mar 2008 09:22:19 +0000 (09:22 +0000)]
Update NEWS

17 years ago - Fix a warning in php_mysql.c
Andrey Hristov [Mon, 10 Mar 2008 09:18:43 +0000 (09:18 +0000)]
  - Fix a warning in php_mysql.c
  - Fixed #44371 Extension compile failed

17 years agoFix memory issues with statement being deleted twice
Scott MacVicar [Sun, 9 Mar 2008 21:30:28 +0000 (21:30 +0000)]
Fix memory issues with statement being deleted twice

17 years ago%v -> %s, this is 5_3
Antony Dovgal [Sun, 9 Mar 2008 20:52:29 +0000 (20:52 +0000)]
%v -> %s, this is 5_3

17 years agoInitialize ts only after successful argument parsing
Ilia Alshanetsky [Sun, 9 Mar 2008 18:09:53 +0000 (18:09 +0000)]
Initialize ts only after successful argument parsing

17 years agoFix typo (#44381)
Felipe Pena [Sun, 9 Mar 2008 16:07:14 +0000 (16:07 +0000)]
Fix typo (#44381)

17 years agoMFH: Fix Darwin 9/Mac OS X 10.5 build problems, or at least patch them
Gwynne Raskind [Sun, 9 Mar 2008 14:27:25 +0000 (14:27 +0000)]
MFH: Fix Darwin 9/Mac OS X 10.5 build problems, or at least patch them

17 years agosapi/apache2(handler|filter)/config.m4: Removing itk from the list of threaded MPMs...
Lars Strojny [Sun, 9 Mar 2008 12:35:56 +0000 (12:35 +0000)]
sapi/apache2(handler|filter)/config.m4: Removing itk from the list of threaded MPMs (thanks Hannes)

17 years agoAdding itk and and peruser MPM to the list of threaded Apache MPMs
Lars Strojny [Sun, 9 Mar 2008 01:10:25 +0000 (01:10 +0000)]
Adding itk and and peruser MPM to the list of threaded Apache MPMs

17 years ago- MFH: Fix typo in skipif
Johannes Schlüter [Sun, 9 Mar 2008 01:07:01 +0000 (01:07 +0000)]
- MFH: Fix typo in skipif

17 years agoFix test (thanks Scoates!)
Felipe Pena [Sat, 8 Mar 2008 23:31:05 +0000 (23:31 +0000)]
Fix test (thanks Scoates!)

17 years agoFix test
Felipe Pena [Sat, 8 Mar 2008 23:13:45 +0000 (23:13 +0000)]
Fix test

17 years agoFix test (new constant was added in PREG)
Felipe Pena [Sat, 8 Mar 2008 23:06:42 +0000 (23:06 +0000)]
Fix test (new constant was added in PREG)

17 years agoMFH: User error handlers no longer catch supressed errors
Etienne Kneuss [Sat, 8 Mar 2008 22:12:32 +0000 (22:12 +0000)]
MFH: User error handlers no longer catch supressed errors

17 years agoUser error handlers no longer catch supressed errors (patch by Etienne Kneuss)
Felipe Pena [Sat, 8 Mar 2008 21:54:03 +0000 (21:54 +0000)]
User error handlers no longer catch supressed errors (patch by Etienne Kneuss)

17 years agofix tests if allow_url_fopen is disabled in php.ini
Greg Beaver [Sat, 8 Mar 2008 19:12:34 +0000 (19:12 +0000)]
fix tests if allow_url_fopen is disabled in php.ini

17 years ago- MFH
David Coallier [Sat, 8 Mar 2008 19:11:18 +0000 (19:11 +0000)]
- MFH
- If libxml dotted version smaller than 2.6.20 it's a fail. Patch from scoates

17 years agofix test if allow_url_fopen is disabled in php.ini
Greg Beaver [Sat, 8 Mar 2008 19:08:25 +0000 (19:08 +0000)]
fix test if allow_url_fopen is disabled in php.ini

17 years ago- Ok to fail on OSX, adjusted bug, patch from scoates
David Coallier [Sat, 8 Mar 2008 18:50:14 +0000 (18:50 +0000)]
- Ok to fail on OSX, adjusted bug, patch from scoates

17 years agoBug fixed in 5.0.46
Andrey Hristov [Sat, 8 Mar 2008 15:00:50 +0000 (15:00 +0000)]
Bug fixed in 5.0.46

17 years agoupdate NEWS
Andrey Hristov [Sat, 8 Mar 2008 14:58:04 +0000 (14:58 +0000)]
update NEWS

17 years agoFix a problem with $mysqi->connect() not working with default values.
Andrey Hristov [Sat, 8 Mar 2008 14:55:52 +0000 (14:55 +0000)]
Fix a problem with $mysqi->connect() not working with default values.
Fix a leak, bug#39457

17 years agoMFB: Fixed bug #44373 (PDO_OCI extension compile failed)
Felipe Pena [Sat, 8 Mar 2008 14:03:20 +0000 (14:03 +0000)]
MFB: Fixed bug #44373 (PDO_OCI extension compile failed)

17 years agoBFN #44214
Nuno Lopes [Sat, 8 Mar 2008 13:03:59 +0000 (13:03 +0000)]
BFN #44214

17 years agofix bug #44214: crash with preg_replace_callback and global variables
Nuno Lopes [Sat, 8 Mar 2008 13:01:59 +0000 (13:01 +0000)]
fix bug #44214: crash with preg_replace_callback and global variables

17 years agoBFN: #39108
Felipe Pena [Sat, 8 Mar 2008 12:17:54 +0000 (12:17 +0000)]
BFN: #39108

17 years agoBFN: #44336
Nuno Lopes [Sat, 8 Mar 2008 12:05:19 +0000 (12:05 +0000)]
BFN: #44336

17 years agoFix tests (removed space on error message "Undefined index: ...")
Felipe Pena [Sat, 8 Mar 2008 12:01:53 +0000 (12:01 +0000)]
Fix tests (removed space on error message "Undefined index: ...")

17 years agoimplement #44336: optimize utf8 string matching
Nuno Lopes [Sat, 8 Mar 2008 11:58:12 +0000 (11:58 +0000)]
implement #44336: optimize utf8 string matching
add PREG_BAD_UTF8_OFFSET_ERROR constant

17 years agoadd new tests
Nuno Lopes [Sat, 8 Mar 2008 11:50:20 +0000 (11:50 +0000)]
add new tests

17 years agoCosmetics (removed space on error message)
Felipe Pena [Sat, 8 Mar 2008 11:47:13 +0000 (11:47 +0000)]
Cosmetics (removed space on error message)

17 years agoFixed bug #39018 (Error control operator '@' fails to suppress "Uninitialized string...
Felipe Pena [Sat, 8 Mar 2008 11:35:12 +0000 (11:35 +0000)]
Fixed bug #39018 (Error control operator '@' fails to suppress "Uninitialized string offset")

17 years agoBFN
Gwynne Raskind [Sat, 8 Mar 2008 10:36:15 +0000 (10:36 +0000)]
BFN

17 years agoBFN
Scott MacVicar [Sat, 8 Mar 2008 04:20:02 +0000 (04:20 +0000)]
BFN

17 years agoMFB: Fixed bug #42203 (Clear SQLite result sets before closing database.)
Scott MacVicar [Sat, 8 Mar 2008 04:18:29 +0000 (04:18 +0000)]
MFB: Fixed bug #42203 (Clear SQLite result sets before closing database.)

17 years agoForgot one file in last commit
Gwynne Raskind [Fri, 7 Mar 2008 23:20:54 +0000 (23:20 +0000)]
Forgot one file in last commit

17 years agoMFH: fix bug #32330 (session_destroy, "Failed to initialize storage module", custom...
Gwynne Raskind [Fri, 7 Mar 2008 23:20:32 +0000 (23:20 +0000)]
MFH: fix bug #32330 (session_destroy, "Failed to initialize storage module", custom session handler)

17 years ago- MFH: New tests
Johannes Schlüter [Fri, 7 Mar 2008 21:33:17 +0000 (21:33 +0000)]
- MFH: New tests

17 years agoBFN.
Scott MacVicar [Fri, 7 Mar 2008 17:17:00 +0000 (17:17 +0000)]
BFN.

17 years agoFixed bug #41135 (When binding as binary data use sqlite3_bind_blob() to stop errors...
Scott MacVicar [Fri, 7 Mar 2008 16:58:55 +0000 (16:58 +0000)]
Fixed bug #41135 (When binding as binary data use sqlite3_bind_blob() to stop errors with null bytes.)
Fixed bug #42443 (Bind integers and booleans as integers rather than strings.)

17 years ago- Tests awaiting fix of bug #44246
Josie Messa [Fri, 7 Mar 2008 16:20:16 +0000 (16:20 +0000)]
- Tests awaiting fix of bug #44246

17 years ago- New tests for rewinddir() function
Josie Messa [Fri, 7 Mar 2008 16:12:03 +0000 (16:12 +0000)]
- New tests for rewinddir() function

17 years ago- New tests for closedir() function
Josie Messa [Fri, 7 Mar 2008 16:00:24 +0000 (16:00 +0000)]
- New tests for closedir() function

17 years agostyle
Jani Taskinen [Fri, 7 Mar 2008 14:40:08 +0000 (14:40 +0000)]
style

17 years agoBFN
Scott MacVicar [Fri, 7 Mar 2008 12:19:56 +0000 (12:19 +0000)]
BFN

17 years agoUpdate bundled SQLite to 3.5.6
Scott MacVicar [Fri, 7 Mar 2008 10:47:32 +0000 (10:47 +0000)]
Update bundled SQLite to 3.5.6

17 years agofix build
Antony Dovgal [Fri, 7 Mar 2008 08:56:38 +0000 (08:56 +0000)]
fix build

17 years agotest was failing because I had a file named 1 in the checkout directory
Greg Beaver [Fri, 7 Mar 2008 04:14:53 +0000 (04:14 +0000)]
test was failing because I had a file named 1 in the checkout directory
# note to tests writers: never assume anything about directory
# contents.

17 years agoimprove seed calculation
Stanislav Malyshev [Fri, 7 Mar 2008 03:36:58 +0000 (03:36 +0000)]
improve seed calculation
# better solution would be to port mt's multi-value seed procedure

17 years agoFixed a memory leak inside date_get_last_errors() when there are no errors
Ilia Alshanetsky [Fri, 7 Mar 2008 02:04:40 +0000 (02:04 +0000)]
Fixed a memory leak inside date_get_last_errors() when there are no errors

17 years agofix segfault when trying to clone uncloneable object because of zend.ze1_compatibilit...
Antony Dovgal [Thu, 6 Mar 2008 17:28:26 +0000 (17:28 +0000)]
fix segfault when trying to clone uncloneable object because of zend.ze1_compatibility_mode which we should have got rid of years ago

17 years agoAdd new tests for class/object functions and features.
Robin Fernandes [Thu, 6 Mar 2008 11:02:37 +0000 (11:02 +0000)]
Add new tests for class/object functions and features.

17 years agoRevert patch for bug #44325
Ilia Alshanetsky [Wed, 5 Mar 2008 23:52:45 +0000 (23:52 +0000)]
Revert patch for bug #44325

17 years agoUsing new magic constant __DIR__ in run-tests.php
Lars Strojny [Wed, 5 Mar 2008 20:10:12 +0000 (20:10 +0000)]
Using new magic constant __DIR__ in run-tests.php

17 years ago- Fix tests (allow_call_time_pass_reference might be off for properly configured...
Jani Taskinen [Wed, 5 Mar 2008 15:37:48 +0000 (15:37 +0000)]
- Fix tests (allow_call_time_pass_reference might be off for properly configured sites.. :)

17 years agoOptimized require_once() and include_once() by eliminationg open() syscall on second...
Dmitry Stogov [Wed, 5 Mar 2008 13:34:12 +0000 (13:34 +0000)]
Optimized require_once() and include_once() by eliminationg open() syscall on second usage.

17 years ago- Fix test when register_globals=On in php.ini
Jani Taskinen [Wed, 5 Mar 2008 12:12:09 +0000 (12:12 +0000)]
- Fix test when register_globals=On in php.ini

17 years agoMFH: apply better fix
Antony Dovgal [Wed, 5 Mar 2008 12:10:02 +0000 (12:10 +0000)]
MFH: apply better fix

17 years agoMFH: fix memory corruption due to double destruction of default dir handle
Antony Dovgal [Wed, 5 Mar 2008 09:29:25 +0000 (09:29 +0000)]
MFH: fix memory corruption due to double destruction of default dir handle

17 years agoMFB: Fixed bug #44333 (SEGFAULT when using mysql_pconnect() with client_flags)
Felipe Pena [Tue, 4 Mar 2008 22:29:29 +0000 (22:29 +0000)]
MFB: Fixed bug #44333 (SEGFAULT when using mysql_pconnect() with client_flags)

17 years agoAdd oci_bind_by_name update
Christopher Jones [Tue, 4 Mar 2008 21:58:07 +0000 (21:58 +0000)]
Add oci_bind_by_name update

17 years agoAdd #41069. Clarify attributions.
Christopher Jones [Tue, 4 Mar 2008 21:55:13 +0000 (21:55 +0000)]
Add #41069. Clarify attributions.

17 years agoMFH Fix bug #41069 (db link crash). Also allow SQLT_AFC (aka CHAR datatype) in oci_b...
Christopher Jones [Tue, 4 Mar 2008 21:46:24 +0000 (21:46 +0000)]
MFH Fix bug #41069 (db link crash).  Also allow SQLT_AFC (aka CHAR datatype) in oci_bind_by_name

17 years agoAttempt greater test portability
Christopher Jones [Tue, 4 Mar 2008 21:05:47 +0000 (21:05 +0000)]
Attempt greater test portability

17 years agoFixed bug #44325 (mssql_bind not correctly bind empty strings as parameter
Ilia Alshanetsky [Tue, 4 Mar 2008 19:38:38 +0000 (19:38 +0000)]
Fixed bug #44325 (mssql_bind not correctly bind empty strings as parameter
value)

17 years ago- new tests for readdir() function
Josie Messa [Tue, 4 Mar 2008 17:09:24 +0000 (17:09 +0000)]
- new tests for readdir() function

17 years agoFixed SIGSEGV because of access to uninitialized data
Dmitry Stogov [Tue, 4 Mar 2008 12:47:18 +0000 (12:47 +0000)]
Fixed SIGSEGV because of access to uninitialized data

17 years agoFixed shared memory corruption of opcode caches
Dmitry Stogov [Tue, 4 Mar 2008 11:43:51 +0000 (11:43 +0000)]
Fixed shared memory corruption of opcode caches

17 years agoMFH
Antony Dovgal [Tue, 4 Mar 2008 11:16:31 +0000 (11:16 +0000)]
MFH

17 years ago- new tests for opendir() function
Josie Messa [Tue, 4 Mar 2008 10:40:36 +0000 (10:40 +0000)]
- new tests for opendir() function

17 years agoFixed wrong result of cascading assignment to string offset
Dmitry Stogov [Tue, 4 Mar 2008 10:07:17 +0000 (10:07 +0000)]
Fixed wrong result of cascading assignment to string offset

17 years agoFixed wrong result of cascading assignment to string offset
Dmitry Stogov [Tue, 4 Mar 2008 10:06:52 +0000 (10:06 +0000)]
Fixed wrong result of cascading assignment to string offset
Fixed memory corruption on cascading assignment of IS_TMP_VAR into string offset
Fixed opcode caches shared memory corruption on cascading assignment of IS_CONST
 into string offset

17 years agoFixed bug #44166 (Parameter handling flaw in PDO::getAvailableDrivers())
Ilia Alshanetsky [Mon, 3 Mar 2008 21:12:16 +0000 (21:12 +0000)]
Fixed bug #44166 (Parameter handling flaw in PDO::getAvailableDrivers())

17 years agoMFH: Fix get_parent_class() of PDORow instances
Johannes Schlüter [Mon, 3 Mar 2008 19:00:45 +0000 (19:00 +0000)]
MFH: Fix get_parent_class() of PDORow instances

17 years agoRemove inconsistent behaviour when a protected static prop is overridden by public...
Robin Fernandes [Mon, 3 Mar 2008 15:07:04 +0000 (15:07 +0000)]
Remove inconsistent behaviour when a protected static prop is overridden by public static prop (details: http://turl.ca/phhhf ).