1
0
mirror of https://github.com/php/php-src.git synced 2026-03-27 09:42:22 +01:00
Commit Graph

38886 Commits

Author SHA1 Message Date
andy wharmby
32c8f50ea9 New POISX tests. Tested on Windows (all test SKIP), Linux and Linux 64 2009-06-11 12:30:57 +00:00
Ilia Alshanetsky
e933031ccb Back to dev 2009-06-11 12:13:55 +00:00
Ilia Alshanetsky
344a9b2c7e RC2 not final 2009-06-11 12:12:43 +00:00
Ilia Alshanetsky
823224ef8d 5.2.10RC2 2009-06-11 12:10:43 +00:00
Antony Dovgal
6b1bd0d0dc MFH: fix bug #48518 (curl crashes when writing into invalid file handle) 2009-06-11 09:49:57 +00:00
Felipe Pena
838402a1bc - MFH: Fix the fix (Bug #46973 - IPv6 address filter rejects valid address) 2009-06-10 19:05:49 +00:00
Antony Dovgal
d4d49f4f12 MFH: fix arginfo for curl_multi_info_read() 2009-06-10 11:10:19 +00:00
andy wharmby
de3f385e5c Fix test - remove bogus variation 2009-06-09 20:18:28 +00:00
Pierre Joye
12ab20c4fe - fix NEWS 2009-06-09 14:04:28 +00:00
David Soria Parra
c52581d95e Fix bug #47042 (cgi sapi is incorrectly removing the SCRIPT_FILENAME for non apache).
The fix was provided by Sriram Natarajan.
2009-06-09 13:29:39 +00:00
Ilia Alshanetsky
8d699be646 TZ update news 2009-06-09 12:16:31 +00:00
Scott MacVicar
2229ab084c BFN 2009-06-09 01:09:28 +00:00
Scott MacVicar
f250ef7824 Add test 2009-06-09 01:04:35 +00:00
Scott MacVicar
813dd91af8 MFH #46019 - Memory leak when Mysqli::init() is called multiple times. 2009-06-09 01:00:47 +00:00
Scott MacVicar
ebce70c20e BFN 2009-06-09 00:43:04 +00:00
Scott MacVicar
17dc898a72 MFH fix bug #44214: crash with preg_replace_callback and global variables 2009-06-08 21:52:08 +00:00
Pierre Joye
a48b65d6f5 - typo 2009-06-08 21:17:12 +00:00
Derick Rethans
3c624f108e - Updated to version 2009.9 (2009i) 2009-06-08 13:53:45 +00:00
Ilia Alshanetsky
71b075062b Re-apply patch with fixed build 2009-06-08 13:34:45 +00:00
Antony Dovgal
8ab86d944a fix build, revert faulty patch 2009-06-08 13:09:30 +00:00
Robert Nicholson
14620596ab New tests for operators. These tests were auto generated to verify correctness for a number of significant values. The work was done by Dave Kelsey. 2009-06-08 12:02:57 +00:00
Jani Taskinen
135f4ebc10 fix news 2009-06-08 10:39:25 +00:00
Pierre Joye
18ecb768d0 - #48469 2009-06-08 08:39:25 +00:00
Ilia Alshanetsky
9066f91b01 BFN 2009-06-08 01:26:53 +00:00
Ilia Alshanetsky
a747855425 MFB: Fixed bug #44827 (define() is missing error checks for class constants) 2009-06-08 01:26:47 +00:00
Patrick Allaert
0ab4f57c99 MFH: Removed credit 2009-06-07 21:27:42 +00:00
Robert Nicholson
9818b12488 New tests for foreach loops. These were written by another member of the Projectzero team. 2009-06-07 21:05:10 +00:00
Matt Wilmas
dd4b27e943 MFH: Fixed bug #47836 (array operator [] inconsistency when the array has PHP_INT_MAX index value)
Also simplified related array_push() test
2009-06-07 19:28:33 +00:00
Patrick Allaert
6555a5a93e MFH: Fixed bug #48469 (ldap_get_entries() memory leaks on empty search results) 2009-06-07 13:14:30 +00:00
Rasmus Lerdorf
53a63b82d4 Make this happy on gcc2 2009-06-05 22:34:30 +00:00
Rasmus Lerdorf
077ff24ef9 We don't have these in gcc2 2009-06-05 22:24:53 +00:00
Arnaud Le Blanc
c3e1afc2a3 better fix for #48409 , #48428 , #48228 2009-06-05 11:21:47 +00:00
Andrei Zmievski
6a05922020 Fix invalid test against addr6 result. 2009-06-04 18:17:28 +00:00
Jani Taskinen
3999ac15b4 MFH:- Fixed bug #48419 (non-portable STDIN fileno in cgi_main.c)
# This doesn't really fix it since it's some weird Windows thing but this
# does make this code slightly more portable :)
2009-06-04 11:53:38 +00:00
Felipe Pena
3b43d3002b - Fixed tests 2009-06-04 01:16:58 +00:00
Ilia Alshanetsky
3e79cbe9b1 MFB: Fixed bug #46386 (Digest authentication with SOAP module fails against
MSSQL SOAP services)
2009-06-03 12:41:46 +00:00
Zoe Slattery
ba836422c6 Commiting testfest tests from tek 2009-06-03 12:31:05 +00:00
Kalle Sommer Nielsen
09ac5ebe7f Fixed #48448 (Compile failure under IRIX 6.5.30 building cast.c)
# Only in this branch, looks like a missing merge compared to PHP_5_3/HEAD
2009-06-03 08:59:19 +00:00
Jani Taskinen
ff6862b7e1 bfn 2009-06-02 19:55:07 +00:00
Jani Taskinen
f68866c487 MFH:- Fixed bug #48456 (CPPFLAGS not restored properly in phpize.m4) 2009-06-02 19:54:22 +00:00
Jani Taskinen
bfebb9c6aa fix test 2009-06-02 08:03:35 +00:00
Arnaud Le Blanc
1493336708 MFH: New tests
# These tests were failing on different configurations, so adding them
# all to get more chances of seeing one failing in case of problem.
2009-06-01 16:10:47 +00:00
Arnaud Le Blanc
687f673bb9 MFH: better fix for #48409 , #48428 , #48228 2009-06-01 15:08:00 +00:00
Antony Dovgal
00a461a989 fix ZTS build 2009-06-01 14:03:24 +00:00
Ilia Alshanetsky
8e7fa70fd5 Fixed bug #48273 (snmp*_real_walk() returns SNMP errors as values). 2009-06-01 13:10:57 +00:00
Zoe Slattery
d033f6904a Engine execution order tests 2009-06-01 13:01:27 +00:00
Zoe Slattery
e69b4a743e Fixes to work on Windows as well as Linux 2009-06-01 12:58:14 +00:00
Jani Taskinen
bfa336e891 fix news 2009-06-01 09:00:54 +00:00
Stanislav Malyshev
ac345b5915 fix for #48247 2009-05-31 21:31:15 +00:00
Stanislav Malyshev
dc4bfd4d80 fix for #48247 2009-05-31 20:43:57 +00:00