Commit Graph

37880 Commits

Author SHA1 Message Date
Antony Dovgal
a63ee1b323 fix & unify double-to-string conversion utils 2007-04-19 09:30:10 +00:00
Dmitry Stogov
ea86faafeb Fixed tests 2007-04-19 07:00:57 +00:00
Sascha Schumann
a0e56cb852 - fix vpath build 2007-04-19 06:42:57 +00:00
d7ea09ab09 ChangeLog update 2007-04-19 01:30:59 +00:00
Antony Dovgal
bc8330cc57 add new tests for ext/gmp 2007-04-18 21:04:05 +00:00
Antony Dovgal
c6a784fe36 same for gmp_scan*() 2007-04-18 20:53:21 +00:00
Antony Dovgal
93ca92457c do not allow negative byte index
tests will follow soon
2007-04-18 20:36:47 +00:00
Michael Wallner
f81c0d4e44 - fixed bug #40325 (Vary: header missing in gzip output handlers); no MFH
[DOC] since PHP 6 a Vary header will be sent without regards to whether
        the negotiation was successful or not and unless the complete
        output buffer gets discarded
2007-04-18 19:39:12 +00:00
Dmitry Stogov
fbccef91d7 Fixed tests (win32) 2007-04-18 14:51:47 +00:00
Dmitry Stogov
2918cda494 Fixed crash on win32 in case of negative size 2007-04-18 14:23:35 +00:00
Dmitry Stogov
98423baf13 Fixed crash 2007-04-18 13:53:32 +00:00
Dmitry Stogov
44ac45fd92 Fixed endless loop in open_basedir check 2007-04-18 11:59:03 +00:00
Antony Dovgal
2da3b75611 update EXTENSIONS file:
- drop extensions which have been moved to PECL
- add pdo*, zip, xmlreader, xmlwriter, json
- update maintainers lists and statuses to reflect current situation
2007-04-18 10:58:08 +00:00
Rob Richards
c88e2b7618 MFB: add file locking under windows
change win build to use common clock compat files
2007-04-18 09:48:07 +00:00
Dmitry Stogov
2942319547 Fixed test 2007-04-18 08:34:58 +00:00
Antony Dovgal
52e4f43e42 more test fixes 2007-04-18 08:09:02 +00:00
Dmitry Stogov
bdb62886dd Fixed tests (win32) 2007-04-18 07:57:31 +00:00
61cb650b94 ChangeLog update 2007-04-18 01:31:12 +00:00
Antony Dovgal
cea78baddf fix putenv("var") (i.e. unset) on BSD systems
add test
2007-04-17 20:33:45 +00:00
Antony Dovgal
83b3d8545e fix test 2007-04-17 20:17:20 +00:00
foobar
c19178d966 MFB:- Fix a possible leak when multiple -c parameters are used 2007-04-17 20:01:22 +00:00
Antony Dovgal
39ac7bf0b7 add .cvsignore 2007-04-17 19:59:58 +00:00
Antony Dovgal
2488b83ebe add tests for CGI 2007-04-17 19:48:22 +00:00
foobar
c225e4a7d8 MFB 2007-04-17 19:48:16 +00:00
Antony Dovgal
b2f169ebf8 fix leak appearing when more than one -f option specified 2007-04-17 18:51:24 +00:00
Sara Golemon
68fb6f020b Add support for CURLOPT_TIMEOUT_MS and CURLOPT_CONNECTTIMEOUT_MS 2007-04-17 18:39:18 +00:00
Hannes Magnusson
3e7223aeb5 Fix proto 2007-04-17 15:44:25 +00:00
Pierre Joye
1720985ee1 - +ZEND_BEGIN_ARG_INFO_EX not _INFO (thx bjori) 2007-04-17 15:37:26 +00:00
Pierre Joye
4b2861090f - fix arginfo 2007-04-17 15:24:05 +00:00
Pierre Joye
17f6220b8d - add imagegrabwindow and imagegrabscreen (win32 only)
capture a window using its handle or a full screen
  optional bbox and to/from clipboard  will follow shortly
2007-04-17 15:11:56 +00:00
Zoe Slattery
33c9394112 Updated testcase ltrim() 2007-04-17 11:55:39 +00:00
Marcus Boerger
3649874953 - Fix #41109: recursiveiterator.inc says 'implements' Iterator instead of 'extends' 2007-04-17 06:31:19 +00:00
Dmitry Stogov
336af792ca typo 2007-04-17 06:27:03 +00:00
1fe58463fa ChangeLog update 2007-04-17 01:31:09 +00:00
foobar
d4da57a43b MFB:- Updated bundled shtool to 2.0.6 and added "platform" command in it. 2007-04-16 20:50:18 +00:00
Johannes Schlüter
3a89cfae67 - Fix zend_parse_parameters_ex() for format specifiers like "+f", like multiple
values followed by forced parameters. Fixes tests like
  ext/standard/tests/array/007.phpt and others
2007-04-16 18:50:05 +00:00
Andrei Zmievski
1714d379d9 MFB (handling of control characters) 2007-04-16 16:52:20 +00:00
Antony Dovgal
51058019f6 MFB use strlcat()
fix buffer overrun & bug #41101
2007-04-16 12:49:07 +00:00
Dmitry Stogov
2908322c14 WIN64 support 2007-04-16 09:43:53 +00:00
Antony Dovgal
18b3919675 fix test 2007-04-16 08:14:27 +00:00
6089075e07 ChangeLog update 2007-04-16 01:31:02 +00:00
foobar
0439662815 MFB: Allow using syntax highlighting in fastcgi mode 2007-04-15 23:02:05 +00:00
foobar
fd9af91146 MFB: sync getopt from CLI 2007-04-15 22:54:26 +00:00
e2cf497a61 ChangeLog update 2007-04-15 01:31:03 +00:00
Pierre Joye
e24e904efb - libgd #74, gdImageFilledArc, huge CPU usage with large angles 2007-04-14 17:30:51 +00:00
Marcus Boerger
0ef0f749f2 - Fix warning 2007-04-14 11:14:40 +00:00
Antony Dovgal
3dd8663cb7 use default socket (removed by mistake?) 2007-04-14 10:42:41 +00:00
Antony Dovgal
f3c528516b set MYSQL_OPT_RECONNECT (see bug #41083) 2007-04-14 10:35:00 +00:00
Antony Dovgal
a95ac253db fix #41083 (mysql_ping() requires MYSQL_OPT_RECONNECT to be set since MySQL 5.0.13) 2007-04-14 10:19:10 +00:00
a927b7b19f ChangeLog update 2007-04-14 01:31:09 +00:00