Derick Rethans
d763e535cc
- Added support for the ( and ) delimiters/separators to
...
DateTime::createFromFormat().
#- There are a few more things to come, once ready, I'll regenerate the .c file
# and merge.
2010-11-13 12:56:21 +00:00
Jani Taskinen
f017a9c93a
- WS + cleanup
...
# Note:
# Considering DTrace support: Why does it really need any configure time stuff?
# 3 macros for static stuff that could be made much cleaner with simple Makefile.dtrace
# addition. The only thing required in configure is that --enable flag part..
#
2010-11-13 11:12:07 +00:00
Felipe Pena
6e8c2ba690
- Fixed bug #53136 (Invalid read on openssl_csr_new())
2010-11-12 23:34:03 +00:00
Gustavo André dos Santos Lopes
ae5704272e
- Fixed bug #53297 (gettimeofday implementation in php/win32/time.c can return
...
1 million microsecs). (ped at 7gods dot org)
- Moved line out of order in NEWS.
2010-11-12 18:37:02 +00:00
Ulf Wendel
1891feac44
Testing for the two new statistics 'bytes_received_real_data_normal' and 'bytes_received_real_data_ps'
2010-11-12 12:21:35 +00:00
Jérôme Loyet
e3b4bf5685
- Fixed #52660 (custom process title for FPM)
2010-11-12 00:30:35 +00:00
Jérôme Loyet
b772fae900
- Fixed #52692 (Added '-t/--test' to php-fpm to check and validate FPM conf file)
2010-11-11 23:27:15 +00:00
Jérôme Loyet
b72460a42f
- Fixed bug #52693 (configuration file errors are not logged to stderr)
2010-11-11 22:48:46 +00:00
Jérôme Loyet
306d08a0f5
- get rid of ZLOG_STUFF code redundancy
2010-11-11 21:38:18 +00:00
Jérôme Loyet
7eb3062619
- comment out fpm_php_set_fcgi_mgmt_vars to remove compilation warning
2010-11-11 21:30:55 +00:00
Jérôme Loyet
e1b87cce1f
- Fixed #52045 (FPM tries to open php.ini from the current dir)
...
- Add php_ini_ignore_cwd to _sapi_module_struct
2010-11-11 17:24:27 +00:00
Jérôme Loyet
b896c87bb5
- remove useless check
2010-11-11 12:56:44 +00:00
Jérôme Loyet
9f1ad0a2e2
- add missing timer* macros (for solaris)
...
- ws
2010-11-11 12:55:05 +00:00
Jérôme Loyet
b38d57249e
- add "listen queue len" stat (thx to Andrei Nigmatulin)
2010-11-11 02:34:47 +00:00
Kalle Sommer Nielsen
584ddb0c6e
Added new constant; ZEND_MULTIBYTE to check whether PHP was compiled using --enable-zend-multibyte or not instead of sniffing phpinfo() (FR #52348 )
2010-11-11 01:43:53 +00:00
Jérôme Loyet
469746fa03
- syntax and minor optimizations
2010-11-11 01:01:56 +00:00
Jérôme Loyet
a2c55a138d
- don't call shutdown functions after child ends softly, let the master process call them
2010-11-10 23:54:14 +00:00
Christopher Jones
29280516e2
Prepare for PECL OCI8 1.4.4
2010-11-10 19:08:13 +00:00
Christopher Jones
eba1db126c
Improve startup failure error messages
2010-11-10 18:59:56 +00:00
Christopher Jones
b2b1a53031
Fixed bug #53284 (Valgrind warnings in oci_set_* functions)
2010-11-10 18:49:55 +00:00
Christopher Jones
d21b028281
Improve test portability
2010-11-10 18:46:05 +00:00
Andrey Hristov
332b953865
Fix bad types, because zend_parse_xxx expect signed integers
...
for lengths, no matter how stupid this is :)
2010-11-10 13:57:09 +00:00
Adam Harvey
6cb7ea4089
Implemented FR #53264 (Add fputcsv method to SplFileObject).
2010-11-09 15:07:50 +00:00
Adam Harvey
150a741fee
Fix bug #53279 (SplFileObject doesn't initialise default CSV escape character).
2010-11-09 14:53:23 +00:00
Moriyoshi Koizumi
aef6ac02f5
- Fix bug #53273 (mb_strcut() returns garbage with the excessive length parameter).
2010-11-09 03:23:04 +00:00
Felipe Pena
590ad22361
- Fix the fix (wrong behavior)
2010-11-08 20:26:14 +00:00
Dmitry Stogov
aa3d81686f
Fixed WSDL loading using https through proxy
2010-11-08 11:34:32 +00:00
Adam Harvey
18096f4b68
Implemented FR #53213 (Adler32 algorithm is very slow). Patch by zavasek at
...
yandex dot ru.
2010-11-08 09:35:33 +00:00
Patrick Allaert
e2e76d40e3
- Fixed tests not passing under windows because of the directory separator
...
difference (thanks Eyal Teutsch for reporting)
2010-11-08 09:29:15 +00:00
Adam Harvey
c2b525eef1
Update the tests committed in r305098 (as part of the fix for bug #53226 ) to
...
use the PHP_MAXPATHLEN constant, as recommended by Pierre.
2010-11-08 09:14:48 +00:00
Gustavo André dos Santos Lopes
33af99cbcf
- Fixed the filter extension accepting IPv4 octets with a leading 0 as that
...
belongs to the unsupported "dotted octal" representation.
- Fixed bug #53236 (problems in the validation of IPv6 addresses with leading
and trailing :: in the filter extension).
- Fixed bug #50117 (problems in the validation of IPv6 addresses with IPv4
addresses and ::).
2010-11-08 04:36:15 +00:00
Jérôme Loyet
f0621d39cd
- correct time comparison for determining the last idle child
2010-11-07 21:47:14 +00:00
Pierre Joye
cd26f63009
- typo
2010-11-07 19:55:08 +00:00
Jérôme Loyet
b41d13ba98
- change signal from SIGTERM to SIGQUIT for killing a child process by the dynamic process manager
2010-11-07 19:45:51 +00:00
Ilia Alshanetsky
12167194b5
REQUEST_TIME notes
2010-11-07 19:27:08 +00:00
Felipe Pena
d73d4e486c
- Fixed bug #52512 (Broken error handling in odbc_execute)
...
patch by: mkoegler at auto dot tuwien dot ac dot at
2010-11-07 18:13:53 +00:00
Felipe Pena
83ebbc36a1
- Fixed bug #53248 (rawurlencode RFC 3986 EBCDIC support misses tilde char).
...
patch by: Justin Martin (frozenfire@php)
2010-11-07 12:59:22 +00:00
Felipe Pena
1c556f2030
- Coding standards
2010-11-06 18:35:38 +00:00
Felipe Pena
03cbbf4348
- Fixed bug #52732 (Docs say preg_match() returns FALSE on error, but it returns int(0))
...
patch by: slugonamission at gmail dot com
2010-11-06 18:32:10 +00:00
Felipe Pena
ccfe9c30aa
- Fixed bug #47199 (pg_delete() fails on NULL)
...
patch by: ewgraf at gmail dot com
2010-11-06 17:43:25 +00:00
Ilia Alshanetsky
f89effd2a8
Updated _SERVER['REQUEST_TIME'] to include microsecond precision.
2010-11-06 17:14:21 +00:00
Felipe Pena
d31e4e7f8e
- Fixed bug #50579 (RegexIterator::REPLACE doesn't work)
2010-11-06 00:09:50 +00:00
Andrey Hristov
bcb4c8427e
two new stats
2010-11-05 20:07:34 +00:00
Gustavo André dos Santos Lopes
d37e1ea243
- Renamed php_stream_rep_nonstand_mode to
...
php_stream_mode_sanitize_fdopen_fopencookie, made it not
exported and movied it from php_streams.h to
php_streams_int.h.
2010-11-05 18:53:48 +00:00
Adam Harvey
6bc20667c7
Fix bracket in prototype comment.
2010-11-05 18:12:30 +00:00
Adam Harvey
7f0d3f7d70
Fix bug #53226 (file_exists fails on big filenames).
2010-11-05 05:28:07 +00:00
Adam Harvey
8365739663
Implemented FR #53238 (Make third parameter of preg_match_all optional).
2010-11-05 04:37:27 +00:00
Gustavo André dos Santos Lopes
b7d69a4952
- Added CLEAN section to recently committed test.
2010-11-05 01:56:28 +00:00
Gustavo André dos Santos Lopes
0a35133524
- Fixed bug #53241 (stream casting that relies on fdopen/fopencookie fails
...
with streams opened with, inter alia, the 'xb' mode).
2010-11-05 01:29:08 +00:00
Pierre Joye
6f1cfe3e7f
- fix type and silent warning
2010-11-03 21:50:03 +00:00