Dmitry Stogov
0b6065e89a
Removed deprecated code and fixed function name in error message
2009-04-08 13:17:09 +00:00
Dmitry Stogov
7a1cca3f08
Added ability to check build_id by extension
2009-04-08 12:19:01 +00:00
Hannes Magnusson
42b3bf903c
MFH: Add guidelines for re-releasing
2009-04-08 08:39:10 +00:00
Felipe Pena
9472026f12
- Added test
2009-04-08 00:28:39 +00:00
Felipe Pena
844ae2f336
- MFH: Fix ZTS build
2009-04-08 00:15:48 +00:00
Felipe Pena
b33f88607a
- MFH: Fixed bug #46108 (DateTime - Memory leak when unserializing)
2009-04-07 20:05:50 +00:00
Arnaud Le Blanc
95b308949c
MFH: Fixed bug #47893 (CLI aborts on non blocking stdout)
2009-04-07 16:11:19 +00:00
Rob Richards
f0b4c7be5c
MFH: fix bug #47849 (Non-deep import loses the namespace)
...
add test
2009-04-07 15:32:12 +00:00
Pierre Joye
24225b88bd
- silent warning or possible linker error on win
2009-04-07 13:01:27 +00:00
Pierre Joye
8cd0428d09
- ws
2009-04-07 12:45:26 +00:00
Kalle Sommer Nielsen
d2c489e350
Revert previous commit as it was causing alot more trouble than expected
2009-04-07 11:45:13 +00:00
Pierre Joye
039a154633
- #47812 , undefined symbol: gdJpegGetVersionInt
...
- #46015 , Build fails with system gd
- enable gd_compat when built using system's gd
2009-04-07 09:26:22 +00:00
Pierre Joye
2350110e55
- initial import, support for external gd library while keeping bug fixes or features (more will be activated later)
2009-04-07 09:24:34 +00:00
Ilia Alshanetsky
309533842f
MFB: ext/pgsql/tests/80_bug14383.phpt
2009-04-06 14:23:07 +00:00
Derick Rethans
53cead8268
- Updated to version 2009.5 (2009e)
2009-04-06 13:27:41 +00:00
Hannes Magnusson
d800809da4
This is apparently fixed
2009-04-06 13:16:05 +00:00
Hannes Magnusson
e9c1d924b8
MFH: Add test for bug#42596
2009-04-06 12:12:37 +00:00
Hannes Magnusson
b8bc0f24b3
MFH: Fix segfault on invalid session.save_path
2009-04-06 11:48:49 +00:00
Hannes Magnusson
33aa4ac568
MFH: fix folding
2009-04-06 11:45:25 +00:00
Dmitry Stogov
82b86c1c38
Bug #47880 (crashes in call_user_func_array())
2009-04-06 11:10:32 +00:00
Pierre Joye
63169ea0b2
- naming & cleanup
2009-04-06 09:39:02 +00:00
Hannes Magnusson
33e01788ef
MFH: Use obscure name
2009-04-06 09:31:52 +00:00
Kalle Sommer Nielsen
49e4959a6d
MFH: Fix redef warnings
...
Kill warning about php_localtime_r not being defined
2009-04-06 09:14:54 +00:00
Hannes Magnusson
d038c5f0db
MFH: Mention which directives are hardcoded using the CLI SAPI
2009-04-06 08:37:33 +00:00
Sebastian Bergmann
03e48b1535
MFH: Fix issue reported by Roman Borschel.
2009-04-04 14:36:23 +00:00
Pierre Joye
99152e8f58
- nuke unused var
2009-04-04 11:37:48 +00:00
Felipe Pena
405e507c16
- Added new Reflection methods
2009-04-03 23:56:26 +00:00
Dmitry Stogov
0f5c395ba1
Improved GC speed and reduced stack usage
2009-04-03 18:52:21 +00:00
Felipe Pena
3c95982c89
- MFH: Changed namespace separator
2009-04-03 14:37:02 +00:00
Ilia Alshanetsky
c1effd8c7a
Block unused function
2009-04-02 21:30:09 +00:00
Matteo Beccati
90fb825ad4
MFH:
...
- Fixed bug #44173 (PDO->query() parameter parsing/checking needs an
update)
# The changeset is longer than really needed because pdo_stmt.c was
# refactored to remove the "goto"
2009-04-02 16:41:23 +00:00
Felipe Pena
c23f8f1134
- MFH: Fixed bug #47818 (Segfault due to bound callback param)
2009-04-02 15:52:57 +00:00
Dmitry Stogov
875a27b7ed
Fixed bug #47851 (is_callable throws fatal error)
2009-04-02 09:56:33 +00:00
Matt Wilmas
f18b366ec8
MFH: Fixed tests, reverted changes from bug #47546
2009-04-02 09:42:26 +00:00
Scott MacVicar
f6dceb637b
Rebuild credits, was missed in previous RC
2009-04-02 09:18:00 +00:00
Kalle Sommer Nielsen
76fc7f3845
MFH:
...
We dont need to escape % here, it just generates a compiler warning
2009-04-02 05:17:36 +00:00
Matt Wilmas
c27bf17f63
MFH: explode() stuff:
...
- Fixed bug #47560 (explode()'s limit parameter odd behaviour) by reverting change for bug #47546
- Changed int to long where needed (should fix memory errors from overflow seen in bug #47854 )
- Simplified logic a bit with limit and its default value
- php_explode_negative_limit(): removed safe_emalloc (not needed; plain erealloc is used later)
- Moved declarations/allocation to optimize if the delimiter isn't found
- Changed ALLOC_STEP size for less realloc's (and maybe better memory block alignment?)
2009-04-01 17:05:36 +00:00
Felipe Pena
dc683c85f4
- MFH: Fixed bug #47852 (Compilation failure in zend_alloc.c) (Matteo)
2009-04-01 16:55:47 +00:00
Pierre Joye
2c243e2bb5
- MFH: 8.3.x supports pqprepare
2009-04-01 16:16:49 +00:00
Pierre Joye
ebfdd61503
- fix build when pqprepare does not exist
2009-04-01 16:13:33 +00:00
Takeshi Abe
335ba19297
MFH:
...
replaced static gdPngJmpbufStruct, which is afraid of being shared with
several threads, by a couple of auto variables.
2009-04-01 16:06:56 +00:00
Alexey Zakhlestin
114e354048
MFH: reverted previous patch, using explicit cast instead
2009-04-01 14:35:24 +00:00
Ilia Alshanetsky
e1cb53f5ec
Fixed bug #47856 (stristr() converts needle to lower-case).
2009-04-01 14:00:38 +00:00
Alexey Zakhlestin
4bccb4565d
MFH: const pointer was used in non-const context
2009-04-01 11:32:14 +00:00
Kalle Sommer Nielsen
e45c0bb900
MFH:
...
Fixed a few warnings from copy():
* If $item is empty then skip to next entry, this fixes the "The first argument cannot be a directory" warnings
* If file does not exist then dont try to copy it
2009-04-01 09:21:31 +00:00
Pierre Joye
03243d7e17
- silent warning
2009-03-31 18:05:36 +00:00
Pierre Joye
a35ba55065
- remove last test for MAX_INT, did not work on x64 and this case is
...
covered by bug47745.phpt
2009-03-31 17:59:19 +00:00
Scott MacVicar
4a40de7e79
BFN
2009-03-31 14:26:19 +00:00
Scott MacVicar
aeddac4a1a
MFH Update libsqlite to 3.6.12
2009-03-31 14:20:08 +00:00
Matt Wilmas
f75fff5ea7
- MFH: Removed unused LONG_SIGN_MASK definition, and a stray \
...
- Changed sign flag to int (it's no longer being used in a calculation)
2009-03-31 11:22:08 +00:00