Anatoliy Belsky
eff12e56b6
This test isn't supposed to pass on windows
13 years ago
Xinchen Hui
df3b9a1e07
Fixed Bug #63614 (Fatal error on Reflection)
13 years ago
Remi Collet
92147243bf
add unit test for bug 63126
13 years ago
Remi Collet
90d2561a9c
NEWS
13 years ago
Remi Collet
f55bed9dad
Fixed Bug #63126 DISABLE_AUTHENTICATOR ignores array
13 years ago
Anatoliy Belsky
8a84b1b5d9
Backported the fix for bug #63248 from 5.4+
13 years ago
Anatoliy Belsky
1702024073
Fixed test for bug #63297
14 years ago
Johannes Schlüter
cc315e79e1
PHP 5.3.19
14 years ago
Dmitry Stogov
396c1e990a
Fixed bug #63468 (wrong called method as callback with inheritance)
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
Pierrick Charron
c886691100
Regenerate Zend ini scanner
Regenerate both zend_ini_scanner.c and zend_ini_scanner_defs.h
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
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
Johannes Schlüter
7468fc0e37
Skip test if directory does not exist
Would be good to run this using a directory which is existing
everywhere.
14 years ago
Anatoliy Belsky
f5d8b638c7
Updated NEWS
14 years ago
Pierre Joye
019bdff395
Enabled apache 2.4 handler build option
14 years ago
Derick Rethans
00ad4c0e6a
- Updated to version 2012.10 (2012j)
14 years ago
Derick Rethans
1e081a825e
Merge branch 'PHP-5.3' of git.php.net:/php-src into PHP-5.3
14 years ago
Antony Dovgal
bb60122c2f
fix invalid read when trimming empty string
14 years ago
Felipe Pena
065862a750
- BFN
14 years ago
Felipe Pena
44a6fe8411
- Fixed bug #63451 (config.guess file does not have AIX 7 defined, shared objects are not created)
14 years ago
Johannes Schlüter
417b1b238f
This will be PHP 5.3.20
14 years ago
Xinchen Hui
7fcbe4d546
Fixed bug #63447 (max_input_vars doesn't filter variables when mbstring.encoding_translation = On)
14 years ago
Rasmus Lerdorf
0ee5d18f91
News entry for png memleak fix
14 years ago
Rasmus Lerdorf
a983ded9bd
Merge branch 'PHP-5.3' of git.php.net:php-src into PHP-5.3
14 years ago
Rasmus Lerdorf
f8c280d85a
These need to be volatile in order to prevent leaking after the
longjmp in the error handler
14 years ago
Derick Rethans
1784279be0
- Updated to version 2012.9 (2012i)
14 years ago
Xinchen Hui
3fe3029ecb
Fixed bug #62444 (Handle leak in is_readable on windows).
14 years ago
Anatoliy Belsky
a2e4404bc8
Fixed bug #63241 PHP fails to open Windows deduplicated files.
Fix by (daniel dot stelter-gliese at innogames dot de).
No test is supplied because the issue addresses
the new feature of the Windows Server 2012 and
would need a very specific filesystem setup.
14 years ago
Andrey Hristov
a17559d422
read 1 instead of 2 bytes. The next 2 bytes are 2 and thus not a problem
14 years ago
David Soria Parra
b3cd64afef
NEWS for bug #62593
14 years ago
Will Fitch
d864063a18
Bug #62593 Updated to account for INOUT parameters
14 years ago
Will Fitch
d922e801ee
Bug #62593 Updated test to verify bindParam doesn't change original value
14 years ago
Will Fitch
646c0e5738
Bug #62593 Updated to always treat zval by value
14 years ago
Will Fitch
f0835c002d
Bug #62593 Added test for change
14 years ago
Will Fitch
7ea4f73ad4
Bug #62593 Updated pdo_pgsql driver to convert boolean values to pg native format in emulation mode
14 years ago
Xinchen Hui
2f1c4064f8
Fixed bug #63389 (Missing context check on libxml_set_streams_context() causes memleak)
Simply change the expect parameter type, the valid of the resource will
be checked in using time.
14 years ago
Derick Rethans
b5344e267a
- Updated to version 2012.8 (2012h)
14 years ago
ULF WENDEL
848780606d
Fix for bug #62820 well hidden beneath a ton of whitespace changes. Do not use this pdo factory stuff - you get a line with an error on it, use the mysql stuff in the tests
14 years ago
ULF WENDEL
bac9d118ed
Merge branch 'PHP-5.3' of git.php.net:php-src into PHP-5.3
* 'PHP-5.3' of git.php.net:php-src:
fixed a typo in the error message
Fixed bug #63297 Phar fails to write an openssl based signature
enabled libxpm for gd on windows
14 years ago
Anatoliy Belsky
6e23cfeba4
fixed a typo in the error message
14 years ago
Anatoliy Belsky
a88379e03d
Fixed bug #63297 Phar fails to write an openssl based signature
Unitialized values warnings seem to be everyday life
when working with openssl. For more read
http://www.openssl.org/support/faq.html#PROG13
So just fixing so the bug, no care about those
warnings.
14 years ago
Anatoliy Belsky
b48e163c35
enabled libxpm for gd on windows
14 years ago
ULF WENDEL
dfeb91acc7
Merge branch 'PHP-5.3' of git.php.net:php-src into PHP-5.3
* 'PHP-5.3' of git.php.net:php-src: (123 commits)
Re-fixed bug #60901 (Improve "tail" syntax for AIX installation)
updated NEWS
Fixed bug #63284 PCRE upgrade to 8.31
preg indenpent test script for #63055
Update libmagic.patch
Add fix & missing fix
Fixed bug #63307 (Unused variable in oci8.c)
Fixed bug #63265 (Add ORA-00028 to the PHP_OCI_HANDLE_ERROR macro)
- Updated to version 2012.7 (2012g)
SUpport newer bisons.
Merge the fix for #61964 to 5.3, which will fix #63304
indent
better fix for #63055
Fixed bug #63055 (Segfault in zend_gc with SF2 testsuite)
PHP 5.3.18 NEWS
fix NEWS
fix compilation failure on 32/64bit linux systems, when libmysql is used with ext/mysql
Remove executable permission on inc
Remove executable permission on phpt
Fixed bug #63236 (Executable permission on various source files)
...
14 years ago
Christopher Jones
dbb72de6c7
Re-fixed bug #60901 (Improve "tail" syntax for AIX installation)
The original fix broke Solaris installs of OCI8
14 years ago
Anatoliy Belsky
7293cb7250
updated NEWS
14 years ago
Anatoliy Belsky
276c5de0d8
Fixed bug #63284 PCRE upgrade to 8.31
14 years ago
Xinchen Hui
90bd54c46e
preg indenpent test script for #63055
14 years ago
Xinchen Hui
6444eef27b
Update libmagic.patch
14 years ago
Christopher Jones
106c70e76e
Add fix & missing fix
14 years ago