Commit Graph

39188 Commits

Author SHA1 Message Date
Ilia Alshanetsky
7828a66219 MFB: Fixed bug #41845 (pgsql extension does not compile with PostgreSQL
<7.4)
2007-09-05 12:58:48 +00:00
Ilia Alshanetsky
83e7b29d47 MFB: Fixed bug #42506 (php_pgsql_convert() timezone parse bug) 2007-09-05 12:56:16 +00:00
Ilia Alshanetsky
4ed9af35cd MFB: Fixed possible buffer overflows inside the fnmatch() and glob()
functions
2007-09-05 12:55:36 +00:00
Dmitry Stogov
74c08d50d5 Fixed bug #42214 (SoapServer sends clients internal PHP errors) 2007-09-05 11:21:01 +00:00
Dmitry Stogov
5f28a1da4e Fixed bug #42488 (SoapServer reports an encoding error and the error itself breaks). 2007-09-05 10:18:38 +00:00
Dmitry Stogov
cbc9348dae Fixed bug #42523 (PHP_SELF duplicates path) 2007-09-05 08:26:49 +00:00
Dmitry Stogov
45c6b4db99 Bug #42541 (Check for namespace decl. on first line doesn't work when extended info is on) 2007-09-05 07:24:52 +00:00
210bcfd89b ChangeLog update 2007-09-05 01:31:27 +00:00
Antony Dovgal
a2d6d5fbb2 detect endianness in compile time when using Apple's GCC (fixes universal binary build) 2007-09-04 18:46:08 +00:00
Rui Hirokawa
2b41d574bb fixed bug #29955 invalid case conversion in iso-8859-9. 2007-09-04 14:13:44 +00:00
Derick Rethans
f009a49ff4 - We have to store the original (allocated) pointer here as it was freed after
the pointer itself was modified, otherwise we'll get an invalid free error
  here.
2007-09-04 11:19:33 +00:00
Zoe Slattery
8e59bf05cb Test cases for sin, cos, tan, asin, acos, atan, sinh, cosh, tanh, asinh, acosh, atanh. 2007-09-04 11:18:35 +00:00
Raghubansh Kumar
81313aed39 fix tests 2007-09-04 08:39:40 +00:00
f0df1f9b58 ChangeLog update 2007-09-04 01:31:21 +00:00
Nuno Lopes
0006462a5b MFB: malloc+memset == calloc
# this was sitting here for quite a looong time..
2007-09-03 14:34:42 +00:00
Derick Rethans
14df6eb975 - Ugh, fix this properly. 2007-09-03 12:12:51 +00:00
Derick Rethans
cf0e879870 - Fixed DateTimeZone::getTransitions(). 2007-09-03 12:03:46 +00:00
Jani Taskinen
ea2d704953 MFB: Fixed bug #42468 (Write lock on file_get_contents fails when using a compression stream) 2007-09-03 11:53:43 +00:00
c486071f00 ChangeLog update 2007-09-03 01:31:22 +00:00
Derick Rethans
f56a7a7edb - Avoid confusion. 2007-09-02 19:57:21 +00:00
Hannes Magnusson
16737ee566 MFB: Fixed bug #42072 (No warning message for clearstatcache() with arguments). 2007-09-02 11:53:51 +00:00
317cd038ae ChangeLog update 2007-09-02 01:31:16 +00:00
Derick Rethans
773fe3adc7 - Fixed bug #42512 (ip2long('255.255.255.255') should return 4294967295 on
64-bit PHP).
2007-09-01 18:37:27 +00:00
Nuno Lopes
b357cf9d9b MFB: upgrade to PCRE 7.3 2007-09-01 18:01:44 +00:00
Jan Lehnardt
314f80f647 spaces -> tabs 2007-09-01 17:17:05 +00:00
Nuno Lopes
b092900c35 also remove this file in HEAD 2007-09-01 14:44:16 +00:00
f48a614b38 ChangeLog update 2007-09-01 01:31:24 +00:00
Christopher Jones
0445dfeabf MFB New tests for getAttribute 2007-08-31 21:11:52 +00:00
Christopher Jones
5ffabb1576 MFB Add $dbh->getAttribute() support for ATTR_SERVER_VERSION, ATTR_SERVER_INFO, ATTR_CLIENT_VERSION, ATTR_AUTOCOMMIT. Sync WS between PHP 5 & 6 and add a couple of casts. 2007-08-31 21:11:03 +00:00
Antony Dovgal
e8a72ac5e1 prohibit arguments by ref in magic methods 2007-08-31 12:36:00 +00:00
Dmitry Stogov
98bb2b0d9e Fixed bug #42453 (CGI SAPI does not shut down cleanly with -i/-m/-v cmdline options) 2007-08-31 12:18:04 +00:00
Dmitry Stogov
cd2403eedc Fixed bug #42359 (xsd:list type not parsed) 2007-08-31 10:48:57 +00:00
Jani Taskinen
9f785ac30b ws 2007-08-31 10:45:54 +00:00
Dmitry Stogov
d949c51dd1 Fixed bug #42086 (SoapServer return Procedure '' not present for WSIBasic compliant wsdl) 2007-08-31 09:36:14 +00:00
Jani Taskinen
891a4478f2 ws 2007-08-31 08:35:07 +00:00
Jani Taskinen
210c7781fc ws fixes 2007-08-31 08:13:07 +00:00
Jani Taskinen
31dd0907c0 ws + apify cfg_get_entry 2007-08-31 08:09:41 +00:00
Dmitry Stogov
cf15b8d1dc Fixed bug #42326 (SoapServer crash) 2007-08-31 08:07:46 +00:00
Jani Taskinen
3082ec2ef3 - Revert the revert: this is not causing any problems (or we have lot bigger issues), the bug is elsewhere 2007-08-31 07:52:09 +00:00
Jani Taskinen
239fd2f36f - Moved the php.ini related function protos where they belong 2007-08-31 07:47:41 +00:00
Jani Taskinen
55956bb99b ws 2007-08-31 07:43:28 +00:00
Jani Taskinen
e873b05288 - Include php_ini.h (needed in future, does not break anything) 2007-08-31 07:41:46 +00:00
11fa0dbc0a ChangeLog update 2007-08-31 01:31:23 +00:00
Christopher Jones
c9a404eba8 MFB New tests 2007-08-30 17:34:01 +00:00
Rob Richards
e10e348c5d fix bug #42462 (Segmentation when trying to set an attribute in DOMElement) 2007-08-30 16:31:57 +00:00
Johannes Schlüter
4a19c90d4f - Allow binary strings as method name in $class::$method(), fixes
tests/lang/044.phpt (Etienne Kneuss)
2007-08-30 14:48:39 +00:00
Antony Dovgal
df3ab167eb fix C++ extensions build
C++ doesn't allow implicit casting of void* to Uchar*, we have to do it explicitly
2007-08-30 10:34:12 +00:00
Sebastian Bergmann
9ad07186b6 MFB: Add optional parameter to debug_backtrace(). 2007-08-30 07:43:53 +00:00
Raghubansh Kumar
668d2d59c2 fix tests: do not run when noatime set 2007-08-30 04:02:57 +00:00
Greg Beaver
33347b19f2 when opening an internal file read-only, recycle the phar archive's fp. This makes phar twice as fast (2.21x according to callgrind) 2007-08-30 02:30:16 +00:00