Ilia Alshanetsky
34d93f0c06
Zend Signal Handling
2011-06-22 14:23:21 +00:00
Shein Alexey
512be854e5
Fixed dom tests.
2011-06-22 09:28:14 +00:00
Pierre Joye
f027884ca1
- fix build
2011-06-21 11:43:19 +00:00
Felipe Pena
8480b7f4be
- Fix memleak on `php -v'
2011-06-21 01:47:05 +00:00
Felipe Pena
b83af94c2b
- Fixed hardcoded INI
2011-06-20 23:36:25 +00:00
Felipe Pena
dcccfc2267
- Fix broken code in 64bit
2011-06-20 22:59:55 +00:00
Patrick Allaert
b4a83a3eef
Fixed typo
2011-06-20 20:42:02 +00:00
Moriyoshi Koizumi
2c6b2f64df
- Forgot to commit these.
2011-06-20 20:30:36 +00:00
Moriyoshi Koizumi
5b921a87a1
- Add built-in web server to CLI SAPI. See the RFC for detail.
2011-06-20 20:27:39 +00:00
Felipe Pena
b3a063643b
- Optimize property finding by zend_hash_quick_find
2011-06-20 02:04:13 +00:00
Felipe Pena
8a956399fe
- Simplify function code
2011-06-20 01:36:23 +00:00
Felipe Pena
864caa2de1
- Avoid re-hash here too
2011-06-20 01:21:47 +00:00
Jérôme Loyet
0f19777b7a
Removed pid in debug logs written by chrildren processes
2011-06-20 00:03:39 +00:00
Felipe Pena
d6f5f3782b
- Minor optimization (avoid to re-hash already computed var name hash)
2011-06-19 21:56:09 +00:00
Felipe Pena
335cf2fc23
- Removed unnecessary TSRMLS_FETCH
2011-06-19 20:16:08 +00:00
Stanislav Malyshev
603252546b
Back to -dev
2011-06-19 20:15:33 +00:00
Stanislav Malyshev
ed87dbab91
5.4.0 alpha11
2011-06-19 20:11:54 +00:00
Stanislav Malyshev
de5254743e
Integrate NEWS
2011-06-19 19:03:13 +00:00
Stanislav Malyshev
bbf1904f3d
fix error reporting on missing data - don't produce double errors
2011-06-19 18:55:48 +00:00
Stanislav Malyshev
4b0e699051
fix test with floats - make it not produce different result
...
on 32 and 64 bit
2011-06-19 18:52:58 +00:00
Stanislav Malyshev
177612ca4d
re-generate credits
2011-06-19 17:56:09 +00:00
Daniel Convissor
7f04d85d31
Provide test for DateTime::add() issue (for discussion on internals, bugs.php.net is down).
2011-06-19 16:59:58 +00:00
Daniel Convissor
90789cf0a7
Split DateTime diff/add/sub tests into separate files to make things easier to see, test and (one hopes) fix.
2011-06-19 16:55:11 +00:00
Felipe Pena
f417c732a9
- Fix tests
2011-06-19 15:43:16 +00:00
Felipe Pena
868b808f4c
- Opss, restore old behavior
2011-06-19 14:50:44 +00:00
Felipe Pena
d8782ddaeb
- Added missing void param check in sys_get_temp_dir
...
- Fixed param check of umask()
2011-06-19 14:27:33 +00:00
Felipe Pena
b9746b0ba6
- Missing usage of 'p' parameter specifier
2011-06-19 13:20:12 +00:00
Felipe Pena
6765a19d23
- Fix test
2011-06-19 12:58:56 +00:00
Felipe Pena
fbb5aae32c
- New tests (code coverage++)
2011-06-19 12:33:49 +00:00
Felipe Pena
772768f41c
- Fix test
2011-06-19 00:18:17 +00:00
Felipe Pena
8c3335b96b
- Added missing void param checks, and fix arginfo
2011-06-18 22:48:31 +00:00
Felipe Pena
72c4e72570
- Fixed compiler warning (redefinition of offsetof)
2011-06-18 18:11:27 +00:00
Felipe Pena
63db6d1435
- Missing change
2011-06-18 17:46:16 +00:00
Felipe Pena
94cd08457b
- Fixed ZTS build
2011-06-18 17:41:56 +00:00
Jérôme Loyet
886cf1a318
Added master rlimit_files and rlimit_core in the global configuration settings
2011-06-18 16:27:48 +00:00
Jérôme Loyet
eefbc4398a
Fixed exit at FPM startup on fpm_resources_prepare
2011-06-18 16:15:15 +00:00
Felipe Pena
ebf9db550f
- Added missing arginfos for void params and void param checks
2011-06-18 15:56:14 +00:00
Jérôme Loyet
e63f59191d
Remove timestamp in logs written by children process
2011-06-18 15:33:07 +00:00
Boris Lytochkin
2a852af8f7
take over mantainership on snmp extension
2011-06-18 07:12:35 +00:00
Pierre Joye
a8068a676b
- fix build
2011-06-18 02:24:01 +00:00
Jérôme Loyet
dec96a12fa
missing doc in the conf file
2011-06-17 23:35:47 +00:00
Jérôme Loyet
3a5d2b2129
- added xml format to the status page
...
- clean fpm_status.c code
2011-06-17 23:19:54 +00:00
Christopher Jones
444289e03e
Fix skipif to resolve the common reason this test fails
2011-06-17 18:28:34 +00:00
Boris Lytochkin
68c8c34a77
expand SNMP section
2011-06-17 18:26:54 +00:00
Derick Rethans
9437d4cea4
- Fixed bug where the DateTime object got changed while using date_diff().
2011-06-17 16:38:23 +00:00
Johannes Schlüter
740285307d
- Minor NEWS cleanup
...
# entrys are sentences and end with a full stop.
# PCRE and SQLite updates will hopefully released w/ 5.3 first (and the listed
# version numbers are outdated already)
2011-06-17 16:33:54 +00:00
Felipe Pena
0a7292087c
- Fixed two "jump or move depends on uninitialised value"
2011-06-17 02:00:20 +00:00
Pierre Joye
104cd28e95
- did I not kill that already? (do not use rand_screen, pointless on server and not TS)
2011-06-16 13:06:41 +00:00
Pierre Joye
25849ab967
- fix nts build
2011-06-16 10:20:25 +00:00
Pierre Joye
358316b2ed
- init win32 rng context once per process
2011-06-16 01:31:10 +00:00