1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 11:13:36 +02:00
Commit Graph

46406 Commits

Author SHA1 Message Date
Ilia Alshanetsky d20a42ebb3 Fixed test 2010-01-19 12:42:50 +00:00
Ilia Alshanetsky b1e481b0bd Upgraded bundled sqlite to version 3.6.22. 2010-01-19 12:38:55 +00:00
Jani Taskinen c696de6eb9 - Add missing skipif 2010-01-19 12:31:29 +00:00
Andrey Hristov 77d6830d39 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 a85c26bbaa - WS + CS fixes 2010-01-19 12:03:07 +00:00
Andrey Hristov b6b9289b8f fix windows 2010-01-19 11:44:43 +00:00
Johannes Schlüter 14b236af80 - Add extern declarations for fixing the build with some compilers 2010-01-19 10:44:36 +00:00
Ilia Alshanetsky 397b6bcdf4 Fixed bug #50787 (stream_set_write_buffer() has no effect on socket streams). 2010-01-18 12:50:08 +00:00
Ilia Alshanetsky 5e910748fe Fixed bug #50761 (system.multiCall crashes in xmlrpc extension). 2010-01-17 17:19:38 +00:00
Hannes Magnusson b5cc9f77e8 Kill very old export of the docs.
Fixes bug#50784
2010-01-17 16:25:20 +00:00
Hannes Magnusson 0da32a49eb These instructions are apparently outdated
# See http://news.php.net/php.windows/29806
2010-01-17 14:22:16 +00:00
Jani Taskinen 5ef9a73ab1 - Fixed bug #48811 (Directives in PATH section do not get applied to subdirectories) 2010-01-16 21:01:12 +00:00
Stanislav Malyshev 632be498eb add filters to mcrypt 2010-01-15 22:13:55 +00:00
Rob Richards 30fc597c92 fix bug #49463 (setAttributeNS fails setting default namespace)
add test
2010-01-15 21:29:56 +00:00
Rasmus Lerdorf 7931525343 Fix gcc version check - bug #50771 2010-01-15 18:26:53 +00:00
Takeshi Abe 5cb21a4ad1 fix wrong type and useless assignments 2010-01-15 17:09:14 +00:00
Takeshi Abe c7a20fc4f1 fix the letter type, which affects its type-error message 2010-01-15 16:55:09 +00:00
Pierre Joye 625bf83ef0 - fix build 2010-01-14 19:44:54 +00:00
Ilia Alshanetsky 3c92875e18 Added test for bug #50680 2010-01-14 15:45:49 +00:00
Andrey Hristov ff62fea3b2 Fix compiler warning, copy&paste error 2010-01-14 12:31:29 +00:00
Andrey Hristov 549a1b8630 Fix compiler warning 2010-01-14 11:39:18 +00:00
Takeshi Abe cadb49463c imagepolygon() and imagefilledpolygon() does not allow negative number of points causing invalid allocation 2010-01-14 11:11:56 +00:00
Andrey Hristov f9886ce867 remove redefinition of bit_uint8korr 2010-01-14 10:35:28 +00:00
Andrey Hristov 43d90d8d16 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 c42541a253 more PHPAPI for phpize-d builds 2010-01-13 18:07:02 +00:00
Andrey Hristov 204f52f7e0 export more functionality for phpize builds 2010-01-13 18:00:41 +00:00
Andrey Hristov 7ff1184be2 make mysqlnd's tracing API more reusable 2010-01-13 14:06:02 +00:00
Ilia Alshanetsky 58dbf56dbf Fixed bug #50732 (exec() adds single byte twice to $output array). 2010-01-13 13:44:58 +00:00
Frank M. Kromann c4633e7bdf MFB. Don't free soap_headers just before comparing the length. This causes SoapClient to fail when requesting a URL 2010-01-13 07:22:21 +00:00
Takeshi Abe 4ad43efcb4 removed an unused variable 2010-01-13 06:55:03 +00:00
Christopher Jones 16bc68fa0c Bump version in early preparation for release 2010-01-12 19:12:49 +00:00
Ilia Alshanetsky c2ed5e6f9d Fixed bug #50728 (All PDOExceptions hardcode 'code' property to 0) 2010-01-12 12:46:54 +00:00
David Soria Parra cf881fc0f5 Revert commit 292222. It's not needed anymore to specify c99. 2010-01-12 09:28:02 +00:00
Stanislav Malyshev 8f42ef7124 name resource build script resourcebundle.build 2010-01-11 23:46:43 +00:00
Andrey Hristov 68cd1b8e86 more typedef cosmetics 2010-01-11 20:18:56 +00:00
Andrey Hristov ba3b2a2282 remove stale export 2010-01-11 20:12:46 +00:00
Andrey Hristov a449a371a8 cosmetics. typedef-ed types should be in capital case 2010-01-11 20:10:10 +00:00
Andrey Hristov 9939429f4e 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 9831a18d17 this function should be exporten in all cases, not only under PHP6 2010-01-11 18:40:11 +00:00
Andrey Hristov 6af43eaccb missed to commit in 5_3, here it comes, reusability of stats 2010-01-11 18:31:02 +00:00
Andrey Hristov 1ea390938b and another change to make the stats API re-usable 2010-01-11 18:27:31 +00:00
David Soria Parra 593648f9f6 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 41ead37c04 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
Ilia Alshanetsky 7669d7681a year++ 2010-01-11 12:34:10 +00:00
Dmitry Stogov 78e905bde0 Fixed bug #50519 (segfault in garbage collection when using set_error_handler and DomDocument) 2010-01-11 10:07:10 +00:00
Pierre Joye 9d15e95575 - 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 b2fcc0587f Add the remaining code for statistics triggers 2010-01-08 19:14:06 +00:00
Andrey Hristov b1ac377163 export some calls to init/deinit code outside of the module 2010-01-08 18:52:08 +00:00
Andrey Hristov a98a67940a 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
Andrey Hristov fcef58951b add restart_psession and end_psession hooks 2010-01-08 13:47:03 +00:00