Commit Graph

42414 Commits

Author SHA1 Message Date
Felipe Pena
a9e846b21e - Fixed tests 2008-07-29 12:20:39 +00:00
Dmitry Stogov
7129a70051 Fixed test 2008-07-29 12:17:04 +00:00
Dmitry Stogov
21f41b06f3 Removed warning 2008-07-29 11:50:23 +00:00
Antony Dovgal
2eeae6909e fix 5 years old copy/paste error (patch by Mikko) 2008-07-29 10:42:15 +00:00
Antony Dovgal
21008970aa fix test 2008-07-29 08:48:46 +00:00
Antony Dovgal
bd5f8ace6e make ReflectionProperty::getValue() and ReflectionProperty::setValue() consistent with their implementations in 5_3 2008-07-29 08:48:16 +00:00
Antony Dovgal
182de3e907 add zend_u_read_property() and zend_u_update_property() 2008-07-29 08:47:21 +00:00
Marcus Boerger
dab5f76da4 - Exclude bundled libs from gcov processing 2008-07-29 08:10:31 +00:00
Antony Dovgal
3f754a5aff no need for FETCH anymore.. 2008-07-29 07:33:58 +00:00
Antony Dovgal
652018e18e more similar fixes 2008-07-29 07:32:52 +00:00
Antony Dovgal
d23d92e077 add TSRMLS_DC and fix crash in ZTS mode 2008-07-29 07:29:22 +00:00
39d813a954 ChangeLog update 2008-07-29 01:32:00 +00:00
Scott MacVicar
bc50a9772c Add freelist for tracking sqlite statements to free on implicit SQLite3::close() 2008-07-29 00:56:22 +00:00
Scott MacVicar
5a2163a439 MFB: Fix error when fetchArray reaches the last row 2008-07-28 23:03:26 +00:00
Derick Rethans
0da9bc904d - Updated to version 2008.5 (2008e) 2008-07-28 19:31:21 +00:00
Arnaud Le Blanc
aa34fda7ee When automatically redirecting an HTTP request, use the GET method when the
original method was not HEAD or GET (fixes #45540)
#
# The RFC says that in case of 3xx code, "The action required MAY be
# carried out [...] *only if the method used in the second request is GET or
# HEAD*".
#
# This may not break anything as actually POST requests replying
# with a Location header never worked as the redirecting request was sent using
# the POST method, but without Entity-Body (and without Content-Length header,
# which caused the server to reply with a "411 Length Required" or to treat
# the request as GET).
#
2008-07-28 19:03:57 +00:00
Elizabeth Marie Smith
fec135a4e3 Secure versions of string functions don't exist for VC6 2008-07-28 16:48:38 +00:00
Pierre Joye
852fef98ed - vc6 is picky about brackets when used with a defined type... 2008-07-28 16:32:48 +00:00
Etienne Kneuss
03de75498d Increase coverage a bit 2008-07-28 14:24:35 +00:00
Dmitry Stogov
ebbd4f094f Fixed constant substitution (Matt) 2008-07-28 14:13:12 +00:00
Felipe Pena
de758769d3 - New tests 2008-07-28 14:09:00 +00:00
Jani Taskinen
142b3d5c92 - Fix EOLs 2008-07-28 12:01:57 +00:00
Jani Taskinen
4e37190b44 - Fix EOLs. (Pierre: yea, mac2unix..try not touch files with your braindead Winblows editors!) 2008-07-28 11:56:46 +00:00
Pierre Joye
ab0330c2ce - not here anymore (old crypt implementation) 2008-07-28 11:51:28 +00:00
Pierre Joye
50c685a305 - silent warning with vc8 + dbg mode 2008-07-28 11:35:36 +00:00
Pierre Joye
5ba946926f - #45430, windows implementation of crypt is not TS
- add Blowfish (using implementation from Solar Designer <solar at openwal dot com>) and extended DES support
- Make crypt features portable:
  - if no crypt_r, php's implemetation is used (all algo and TS), php can't be used with unsafe crypt anymore
  - if one algo is missing, php's implemetation is used
  - Windows always use php's implementation
- removed old code in windows/
2008-07-28 11:34:53 +00:00
Pierre Joye
37f0549fb0 - mac to unix 2008-07-28 09:12:07 +00:00
Pierre Joye
5490f8228b - mac to unix format 2008-07-28 09:03:39 +00:00
Pierre Joye
cd9c6a12e9 - Fix ZTS build 2008-07-28 09:01:03 +00:00
Moriyoshi Koizumi
064738e033 - Touch. 2008-07-28 06:09:56 +00:00
Moriyoshi Koizumi
210a5353d0 - Another portion to merge. 2008-07-28 06:09:24 +00:00
Moriyoshi Koizumi
dea723c1fb - Sync function signature with the 5.3 branch 2008-07-28 06:07:19 +00:00
606fc14a56 ChangeLog update 2008-07-28 01:31:51 +00:00
David Soria Parra
c8dec3c517 MFB: - Fixed the fix for not requiring C++ always 2008-07-27 20:48:26 +00:00
Derick Rethans
d4210b7a4a - Fixed DateTime::setTimestamp() and added a test for it. 2008-07-27 19:09:37 +00:00
Christopher Jones
e10ebdfee7 Update README. Bump ver ready for PECL release 2008-07-27 17:48:16 +00:00
Felipe Pena
fa71adbbb1 - Fixed tests 2008-07-27 17:37:07 +00:00
Christopher Jones
cb78e70854 Sync oci8.default_prefetch example value with recent change 2008-07-27 16:35:56 +00:00
Jani Taskinen
e3eb98f3ab - Fixed the fix for not requiring C++ always 2008-07-27 15:05:22 +00:00
Dmitry Stogov
72392022d5 Fix for bug #43487 (Wrong conversion of float to string) 2008-07-27 11:29:59 +00:00
139be81c62 ChangeLog update 2008-07-27 01:31:58 +00:00
Jani Taskinen
280de2941d *sigh* 2008-07-27 00:07:30 +00:00
Jani Taskinen
0afe7e644c - Fix build 2008-07-26 23:57:48 +00:00
Jani Taskinen
4fe829da39 - Fixed build with bundled library 2008-07-26 23:45:54 +00:00
Jani Taskinen
cca6f5a2f8 jfc..*SIGH* 2008-07-26 23:45:02 +00:00
Jani Taskinen
0bb5bb6e31 NO Winblows EOLs here!!! 2008-07-26 23:21:02 +00:00
Jani Taskinen
8c7be471fa fix folding tag 2008-07-26 22:58:45 +00:00
Jani Taskinen
093b7afd9e update credits 2008-07-26 22:40:45 +00:00
Jani Taskinen
17ff08250d - Fix ws/cs (please do not invent your own CS...) and weird EOLs 2008-07-26 22:39:56 +00:00
Jani Taskinen
db845120ab correct year and version 2008-07-26 22:21:12 +00:00