Xinchen Hui
4d804aa52d
let make test report the run-test result
14 years ago
Stanislav Malyshev
57204ae6d9
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
fix NEWS
5.4.10-dev
Conflicts:
configure.in
main/php_version.h
14 years ago
Stanislav Malyshev
c08e2c8c17
fix NEWS
14 years ago
Stanislav Malyshev
7262bf67a2
5.4.10-dev
14 years ago
Nikita Popov
60871e51ad
Fix bug #63596 : finally in generators segfaults
EX(fast_ret) wasn't initialized in this case so the code ended up
dereferencing an invalid pointer after the jump.
14 years ago
Remi Collet
966faa9a87
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
Fixed Bug #63149 Feature missing with system SQLite
14 years ago
Remi Collet
67e67c254d
Fixed Bug #63149 Feature missing with system SQLite
In pdo_sqlite, getColumnMeta should return the table name.
With bundled SQLite library, -DSQLITE_ENABLE_COLUMN_METADATA=1 (other_flags)
enable the feature in SQLite (function sqlite3_column_table_name).
With system SQLite library, this fix detects if sqlite3_column_table_name is
available and add SQLITE_ENABLE_COLUMN_METADATA macro to get the same behavior.
Test already exists: ext/pdo_sqlite/tests/bug_42589.phpt
14 years ago
Remi Collet
b620722196
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
add unit test for bug 63126
NEWS
14 years ago
Remi Collet
88d2b8c5fd
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
add unit test for bug 63126
NEWS
14 years ago
Remi Collet
92147243bf
add unit test for bug 63126
14 years ago
Remi Collet
90d2561a9c
NEWS
14 years ago
Remi Collet
f5156370b6
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
Fixed Bug #63126 DISABLE_AUTHENTICATOR ignores array
14 years ago
Remi Collet
7cd2f4b6a6
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
Fixed Bug #63126 DISABLE_AUTHENTICATOR ignores array
14 years ago
Remi Collet
f55bed9dad
Fixed Bug #63126 DISABLE_AUTHENTICATOR ignores array
14 years ago
Anatoliy Belsky
64788e3110
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
Backported the fix for bug #63248 from 5.4+
14 years ago
Anatoliy Belsky
9d8ed21bd5
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
Backported the fix for bug #63248 from 5.4+
14 years ago
Anatoliy Belsky
8a84b1b5d9
Backported the fix for bug #63248 from 5.4+
14 years ago
Anatoliy Belsky
bc910a7ce4
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
Fixed test for bug #63297
14 years ago
Anatoliy Belsky
dc862f4fd4
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
Fixed test for bug #63297
14 years ago
Anatoliy Belsky
1702024073
Fixed test for bug #63297
14 years ago
Dmitry Stogov
eb4825b50b
Improved "finally" im[plementation
14 years ago
Johannes Schlüter
a213caf4c3
Merge branch 'PHP-5.4' into PHP-5.5
14 years ago
Johannes Schlüter
6bd0a92a35
Merge branch 'PHP-5.3' into PHP-5.4
14 years ago
Johannes Schlüter
cc315e79e1
PHP 5.3.19
14 years ago
David Soria Parra
c733f28bd9
Add myself to QA
14 years ago
Xinchen Hui
6b0299aafc
Merge branch 'PHP-5.4' into PHP-5.5
14 years ago
Xinchen Hui
e54970aaf1
Unused variable copystr
copystr is declared again blow
14 years ago
Xinchen Hui
aba80d09e6
Update credits for 5.5
14 years ago
Adam Harvey
f909e05835
Add the new password functions to UPGRADING.
As a public service announcement on behalf of the documentation team, please
remember to update UPGRADING as well as NEWS when adding features to master or
an alpha branch. :)
14 years ago
Dmitry Stogov
8f65c76d2e
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
Fixed bug #63468 (wrong called method as callback with inheritance)
Conflicts:
NEWS
14 years ago
Dmitry Stogov
111aa9fd2e
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
Fixed bug #63468 (wrong called method as callback with inheritance)
Conflicts:
NEWS
14 years ago
Dmitry Stogov
396c1e990a
Fixed bug #63468 (wrong called method as callback with inheritance)
14 years ago
Christopher Jones
3c9819ffd5
Merge branch 'add_ver_to_upgrading' into PHP-5.5
* add_ver_to_upgrading:
Add actual branch version number to UPGRADING
14 years ago
Christopher Jones
885a4562ab
Add actual branch version number to UPGRADING
14 years ago
Christopher Jones
6da7301b34
Merge branch 'PHP-5.5' of https://git.php.net/repository/php-src into PHP-5.5
* 'PHP-5.5' of https://git.php.net/repository/php-src :
Put the new php.ini directives together.
Move the deprecated functions up to the Deprecated Functionality section so they're more visible.
Regenerate Zend ini scanner
Fixed bug #63512 parse_ini_file() with INI_SCANNER_RAW removes quotes from value
14 years ago
Christopher Jones
75746d60b6
Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4
* 'PHP-5.4' of https://git.php.net/repository/php-src :
Regenerate Zend ini scanner
Fixed bug #63512 parse_ini_file() with INI_SCANNER_RAW removes quotes from value
14 years ago
Christopher Jones
d412152f31
Merge branch 'PHP-5.3' of https://git.php.net/repository/php-src into PHP-5.3
* 'PHP-5.3' of https://git.php.net/repository/php-src :
Regenerate Zend ini scanner
Fixed bug #63512 parse_ini_file() with INI_SCANNER_RAW removes quotes from value
14 years ago
Adam Harvey
d207e6551b
Put the new php.ini directives together.
(And make colon usage more consistent.)
14 years ago
Adam Harvey
ab4c270ccf
Move the deprecated functions up to the Deprecated Functionality section so
they're more visible.
14 years ago
Pierrick Charron
8c97c79d77
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
Regenerate Zend ini scanner
Conflicts:
Zend/zend_ini_scanner.c
Zend/zend_ini_scanner_defs.h
14 years ago
Pierrick Charron
99edb55e41
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
Regenerate Zend ini scanner
Conflicts:
Zend/zend_ini_scanner.c
Zend/zend_ini_scanner_defs.h
14 years ago
Pierrick Charron
c886691100
Regenerate Zend ini scanner
Regenerate both zend_ini_scanner.c and zend_ini_scanner_defs.h
14 years ago
Pierrick Charron
30d659144a
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
Fixed bug #63512 parse_ini_file() with INI_SCANNER_RAW removes quotes from value
14 years ago
Pierrick Charron
15ab75be8a
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
Fixed bug #63512 parse_ini_file() with INI_SCANNER_RAW removes quotes from value
14 years ago
Pierrick Charron
6dff07aa8c
Fixed bug #63512 parse_ini_file() with INI_SCANNER_RAW removes quotes from value
Restore the old behavior but keep bug 51094 fixed
14 years ago
Christopher Jones
61cae177be
Merge branch 'PHP-5.5' of https://git.php.net/repository/php-src into PHP-5.5
* 'PHP-5.5' of https://git.php.net/repository/php-src :
Fixed ext/intl/tests/timezone_createDefault_basic.phpt
Skip test if directory does not exist
Fixed ext/pdo_mysql/tests/pdo_mysql_class_constants.phpt
Fixed test sapi/cli/tests/006.phpt
Fixed compiler reenterability
Fixed compiler reenterability
Updated NEWS
UPdated NEWS
Updated NEWS
14 years ago
Christopher Jones
975fb4e3ea
Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4
* 'PHP-5.4' of https://git.php.net/repository/php-src :
Skip test if directory does not exist
Fixed test sapi/cli/tests/006.phpt
Fixed compiler reenterability
Fixed compiler reenterability
UPdated NEWS
Updated NEWS
14 years ago
Christopher Jones
16f9f46935
Merge branch 'PHP-5.3' of https://git.php.net/repository/php-src into PHP-5.3
* 'PHP-5.3' of https://git.php.net/repository/php-src :
Skip test if directory does not exist
Updated NEWS
14 years ago
Anatoliy Belsky
36fadde72c
Fixed ext/intl/tests/timezone_createDefault_basic.phpt
Timezone offsets can be negative
14 years ago
Johannes Schlüter
eb943fbc93
Merge branch 'PHP-5.4' into PHP-5.5
14 years ago