Commit Graph

38484 Commits

Author SHA1 Message Date
Antony Dovgal
13694f9229 cleanup test data 2007-06-25 17:37:48 +00:00
Antony Dovgal
d58b7c8921 fix test 2007-06-25 17:10:07 +00:00
foobar
d8884b5031 - Fixed bug #41794 (build fails with external libs under Solaris) 2007-06-25 16:26:19 +00:00
Dmitry Stogov
86fe7aa2af Fixed stat() to support rdev, blocksize and blocks on Fedora 7 2007-06-25 14:23:21 +00:00
Dmitry Stogov
07d3bf4113 (forgotten part of fix) 2007-06-25 09:42:49 +00:00
Dmitry Stogov
0caea15ec7 Fixed tests 2007-06-25 09:02:07 +00:00
Dmitry Stogov
5b29e664b4 Better fix for bug #41655 2007-06-25 08:40:36 +00:00
Dmitry Stogov
740f5957ba Restore big exponent letter in var_export() ('1e300' -> '1E300') 2007-06-25 08:39:23 +00:00
Dmitry Stogov
6d93257d0e Fixed tests 2007-06-25 06:46:15 +00:00
5afb202cd1 ChangeLog update 2007-06-25 01:31:22 +00:00
Nuno Lopes
643d8671e8 MFB:fix memleak in sxe_prop_dim_read() 2007-06-24 11:43:34 +00:00
8593a96034 ChangeLog update 2007-06-23 01:31:09 +00:00
Pierre Joye
fef59c06bd - MFB: add test cases for #41655 2007-06-22 12:36:55 +00:00
Raghubansh Kumar
b96915cd5c New tests for file system handling functions 2007-06-22 08:14:16 +00:00
c9ba614878 ChangeLog update 2007-06-22 01:31:19 +00:00
Stanislav Malyshev
4103c5ce7c fix #41765 2007-06-22 00:05:54 +00:00
Raghubansh Kumar
35f3b30d64 New tests for file system handling functions 2007-06-21 21:14:21 +00:00
Raghubansh Kumar
96ced8a39a New functons to compare stat array 2007-06-21 21:08:38 +00:00
Dmitry Stogov
c8acfd843e Proper fix for bug #39215 Inappropriate close of stdin/stdout/stderr 2007-06-21 12:42:58 +00:00
Dmitry Stogov
f79678093b Fixed default values 2007-06-21 09:01:57 +00:00
Dmitry Stogov
22527c8e03 no need to return exit status of the last fastcgi request 2007-06-21 08:40:56 +00:00
4f28424502 ChangeLog update 2007-06-21 01:31:20 +00:00
Pierre Joye
8a4c51e17a - MFB: Fixed a memory leak inside load_all_certs_file() 2007-06-20 05:27:38 +00:00
a2fd842bcd ChangeLog update 2007-06-20 01:31:13 +00:00
Nuno Lopes
c89c4b3beb new test 2007-06-19 17:33:02 +00:00
Nuno Lopes
0182e446ed final PCRE 7.2 release 2007-06-19 17:13:42 +00:00
Derick Rethans
ad8eca0b05 - Added the H modifier to create non-locale-aware non-fixed-precision float
representations.
- Fixed var_export() to use the new H modifier so that it can generate
  parsable PHP code for floats again, independent of the locale.
2007-06-19 12:19:27 +00:00
60db2300d7 ChangeLog update 2007-06-19 01:31:21 +00:00
Stanislav Malyshev
7d0ad106b4 Fix INFILE LOCAL option handling with MySQL - now not allowed when open_basedir
is active
2007-06-18 21:59:05 +00:00
Raghubansh Kumar
0465ee4006 New tests for file system handling functions 2007-06-18 19:51:11 +00:00
Ilia Alshanetsky
32c28b2fcc MFB: Fixed bug #41724 (libxml_get_last_error() - errors survice request
scope).
2007-06-18 16:46:40 +00:00
Scott MacVicar
91bcba1f1d MFB: Fixed bug #41628 (PHP settings leak between Virtual Hosts in Apache 1.3). 2007-06-18 15:57:00 +00:00
Dmitry Stogov
33e5346a5a Fixed error message 2007-06-18 13:54:59 +00:00
Dmitry Stogov
af598946f1 Fixed crash in substr_compare()
Fixed error messages
2007-06-18 13:39:02 +00:00
Dmitry Stogov
d4ef7f0f75 Fixed test 2007-06-18 11:54:02 +00:00
Dmitry Stogov
a4db7a40c5 MTH: Fixed bug #40432 (strip_tags() fails with greater than in attribute). 2007-06-18 11:50:41 +00:00
Dmitry Stogov
b0b6ee9d3b MTH: Fixed foreach by-ref bug 2007-06-18 11:20:01 +00:00
Dmitry Stogov
742c04fc87 Fixed test 2007-06-18 10:52:04 +00:00
Dmitry Stogov
6b6da6a074 Fixed tests 2007-06-18 10:47:33 +00:00
Dmitry Stogov
4afe0a5f37 Fixed test 2007-06-18 10:01:42 +00:00
Dmitry Stogov
48012d80e1 Fixed yet another realpath cache bug and wrong tests 2007-06-18 09:51:03 +00:00
Dmitry Stogov
f5b083dc3d Fixed test 2007-06-18 07:45:24 +00:00
Dmitry Stogov
366cf9abf9 Fixed test 2007-06-18 07:38:21 +00:00
Dmitry Stogov
d5ddac9720 Fixed test file 2007-06-18 07:31:45 +00:00
fa5e0f2c9e ChangeLog update 2007-06-18 01:31:23 +00:00
Pierre Joye
bf11cccf75 - Re commit "sync with libgd: improve _gdImageFillTiled()", I reverted
it in my previous commit
2007-06-17 17:14:02 +00:00
Pierre Joye
fd8baff90a - MFB: Drop useless tests (Daniel Diaz) 2007-06-17 17:12:46 +00:00
Ilia Alshanetsky
eb72fc8968 MFB: Fixed compiler warning 2007-06-17 14:26:16 +00:00
Pierre Joye
a05b93e5fc - #41717, imagepolygon does not respect thickness
(sync with libgd)
2007-06-17 10:53:33 +00:00
Pierre Joye
19738c8848 - MFB: #41321, read error downgraded to E_NOTICE 2007-06-17 10:39:18 +00:00