Andrey Hristov
6136b785b9
Fix possible lock-ups when a trigger triggers a trigger.
...
Hanging was possible on the subsequent try to acquire a mutex.
Now it is correctly implemented and if a trigger is being executed
then no other trigger will be fired, on recursive calls.
2010-01-19 15:31:39 +00:00
Jani Taskinen
3d733ce6fa
- Fixed bug #50791 (Compile failure: Bad logic in defining fopencookie emulation)
2010-01-19 13:44:08 +00:00
Johannes Schlüter
85fcabf3ce
- A few more extern declarations
2010-01-19 13:24:02 +00:00
Ilia Alshanetsky
463506b269
Fixed test
2010-01-19 12:42:50 +00:00
Ilia Alshanetsky
7e79b2684a
Upgraded bundled sqlite to version 3.6.22.
2010-01-19 12:38:55 +00:00
Jani Taskinen
d9eed26a3d
- Add missing skipif
2010-01-19 12:31:29 +00:00
Andrey Hristov
ac1a5cd0f7
Make it GCC only feature (tracing). VC7 and up do the work
...
too and it might be tweaked later.
2010-01-19 12:13:06 +00:00
Jani Taskinen
95a4f5fabe
- WS + CS fixes
2010-01-19 12:03:07 +00:00
Andrey Hristov
f056cdaa3e
fix windows
2010-01-19 11:44:43 +00:00
Johannes Schlüter
00afa7278b
- Add extern declarations for fixing the build with some compilers
2010-01-19 10:44:36 +00:00
Ilia Alshanetsky
7e1f29e930
Fixed bug #50787 (stream_set_write_buffer() has no effect on socket streams).
2010-01-18 12:50:08 +00:00
Ilia Alshanetsky
ebe5ff73f8
Fixed bug #50761 (system.multiCall crashes in xmlrpc extension).
2010-01-17 17:19:38 +00:00
Hannes Magnusson
6cd6c32d0f
Kill very old export of the docs.
...
Fixes bug#50784
2010-01-17 16:25:20 +00:00
Hannes Magnusson
5ad1508fde
These instructions are apparently outdated
...
# See http://news.php.net/php.windows/29806
2010-01-17 14:22:16 +00:00
Jani Taskinen
e421bee7af
- Fixed bug #48811 (Directives in PATH section do not get applied to subdirectories)
2010-01-16 21:01:12 +00:00
Rob Richards
915c8778e2
fix bug #49463 (setAttributeNS fails setting default namespace)
...
add test
2010-01-15 21:29:56 +00:00
Stanislav Malyshev
932e276c0b
add filters to mcrypt
...
# trunk will follow soon
2010-01-15 21:02:20 +00:00
Rasmus Lerdorf
15e31de034
Fix gcc version check - bug #50771
2010-01-15 18:26:53 +00:00
Takeshi Abe
e3e76d7baf
fix wrong type and useless assignments
2010-01-15 17:09:14 +00:00
Pierre Joye
9583994828
- fix build
2010-01-14 19:44:54 +00:00
Ilia Alshanetsky
fae24f9298
Added test for bug #50680
2010-01-14 15:45:49 +00:00
Andrey Hristov
beaa4d0430
Fix compiler warning, copy&paste error
2010-01-14 12:31:29 +00:00
Andrey Hristov
f551c57cf0
Fix compiler warning
2010-01-14 11:39:18 +00:00
Takeshi Abe
f7a3b3f5aa
imagepolygon() and imagefilledpolygon() does not allow negative number of points causing invalid allocation
2010-01-14 11:11:56 +00:00
Andrey Hristov
fef4bf8a9d
remove redefinition of bit_uint8korr
2010-01-14 10:35:28 +00:00
Andrey Hristov
36a037d236
Fix build of mysqli when libmysql is used, mysqlnd_portability.h
...
might not be available for some weird reasons. Added the macros
that we need, in that case
Code by Jess Portnoy
2010-01-14 09:47:57 +00:00
Andrey Hristov
6a8d4c3287
more PHPAPI for phpize-d builds
2010-01-13 18:07:02 +00:00
Andrey Hristov
4bbdce5ca7
export more functionality for phpize builds
2010-01-13 18:00:41 +00:00
Andrey Hristov
176e6dd2f2
make mysqlnd's tracing API more reusable
2010-01-13 14:06:02 +00:00
Ilia Alshanetsky
6254378830
Fixed bug #50732 (exec() adds single byte twice to $output array).
2010-01-13 13:44:58 +00:00
Takeshi Abe
dd17af94c5
removed an unused variable
2010-01-13 06:55:03 +00:00
Frank M. Kromann
1709009f1d
Don't free soap_headers just before comparing the length. This causes SoapClient to fail when requesting a URL
2010-01-13 05:32:02 +00:00
Christopher Jones
218eba34ee
Bump version in early preparation for release
2010-01-12 19:12:49 +00:00
Ilia Alshanetsky
d2e14e3f20
Fixed bug #50728 (All PDOExceptions hardcode 'code' property to 0)
2010-01-12 12:46:54 +00:00
David Soria Parra
e3f76cc8c3
Revert commit 292222. It's not needed anymore to specify c99.
2010-01-12 09:28:02 +00:00
Stanislav Malyshev
28e9a01a3e
name resource build script resourcebundle.build
2010-01-11 23:46:43 +00:00
Andrey Hristov
dc09fa81f5
more typedef cosmetics
2010-01-11 20:18:56 +00:00
Andrey Hristov
c4b380a076
remove stale export
2010-01-11 20:12:46 +00:00
Andrey Hristov
2331e28509
cosmetics. typedef-ed types should be in capital case
2010-01-11 20:10:10 +00:00
Andrey Hristov
1a108f1bae
remove extern defintion of a variable that is no more
...
used outside of the file where it is declared.
Also really export with PHPAPI the protocol init/deinit functions
2010-01-11 19:13:43 +00:00
Andrey Hristov
8b3931b444
this function should be exporten in all cases, not only under PHP6
2010-01-11 18:40:11 +00:00
Andrey Hristov
d999552ae7
missed to commit in 5_3, here it comes, reusability of stats
2010-01-11 18:31:02 +00:00
David Soria Parra
33fc7d77d7
Fixes #50496 . Drop stdbool.h dependency as it requires _STDC_C99 set on some systems.
2010-01-11 16:22:12 +00:00
Andrey Hristov
9b8d026d86
Rework the statistics macros to be reusable by external entities.
...
Rename handlers to triggers. Dynamically allocate space for the
statistics thus allow reusability.
2010-01-11 14:27:35 +00:00
Andrey Hristov
4a549fbb3d
missed to commit to the branch
2010-01-11 12:37:42 +00:00
Dmitry Stogov
d2f681cecd
Fixed bug #50519 (segfault in garbage collection when using set_error_handler and DomDocument)
2010-01-11 10:07:10 +00:00
Ilia Alshanetsky
bf0f58825e
Year++
2010-01-11 03:01:19 +00:00
Pierre Joye
7aacc1ccbc
- use png_sig_cmp to support libpng 1.4, old is deprecated already in older version
2010-01-10 02:13:45 +00:00
Andrey Hristov
81695689b9
export some calls to init/deinit code outside of the module
2010-01-08 18:52:08 +00:00
Andrey Hristov
d20fdd603b
improve the stats subsystem. Reduce the number of macro definitions
...
in half by smartly introducing 2 new macros. Make MYSQLND::stats a pointer
from being aggregated and add triggers.
2010-01-08 17:35:20 +00:00