Andrei Zmievski
2a6325bf2b
Fix typo.
2006-08-24 21:39:20 +00:00
Pierre Joye
615ff5aaf2
- store the resolved path
2006-08-24 17:54:36 +00:00
Pierre Joye
296cef9570
- MFB: solve the relative path issues in TS environment
2006-08-24 17:31:20 +00:00
Seiji Masugata
cf90bc9e1c
added returned value in mb_get_info( ).
2006-08-24 16:51:00 +00:00
Antony Dovgal
a934fcb749
it's not a PEAR only issue, this happens with shared builds also
2006-08-24 16:00:35 +00:00
Antony Dovgal
cf9c545513
sys/msg.h does not exist on MacOS X, we need to detect it in configure
2006-08-24 13:18:15 +00:00
Antony Dovgal
4c7154981b
update version in phpinfo()
2006-08-24 13:02:53 +00:00
Antony Dovgal
2ccf86ae4c
bump version number
2006-08-24 12:46:52 +00:00
Antony Dovgal
c3ff8f269f
prepare to 1.2.2 release
2006-08-24 11:53:37 +00:00
Antony Dovgal
53e7c8afde
the error message is different on different OSes and zlib versions
2006-08-24 11:30:28 +00:00
Antony Dovgal
1fbee1aee3
tm_yday may be 0 (Solaris)
2006-08-24 11:27:06 +00:00
Antony Dovgal
8bb1361f23
this fixes segfault in strptime() on 64bit Linuxes, caused by the missing declaration
...
unfortunately defining _XOPEN_SOURCE breaks the build (some odd dependencies in glibc headers) and this seems to be the best solution
2006-08-24 11:05:38 +00:00
Dmitry Stogov
6832a53898
Fixed bug #38315 (Constructing in the destructor causes weird behaviour)
2006-08-24 09:42:51 +00:00
Dmitry Stogov
47cab28ab3
Added SoapServer::setObject() method (it is a simplified version of SoapServer::setClass() method).
2006-08-24 06:18:45 +00:00
2d8596e593
ChangeLog update
2006-08-24 01:30:51 +00:00
Andrei Zmievski
f4a5e50069
MFB
2006-08-23 20:39:37 +00:00
Pierre Joye
96aedc6efd
- add support for entities in hexadecimal format, like © can
...
be passed as © or ©
2006-08-23 20:21:34 +00:00
Antony Dovgal
7e62e16fa0
fix possible crash in free_statement()
2006-08-23 19:15:46 +00:00
Dmitry Stogov
aaa3ecee8a
Fixed bug #38265 (heap corruption)
2006-08-23 13:01:04 +00:00
Pierre Joye
8019b9d264
- please don't use base64 to test image files, it does not work
...
fix tests on 64bit platfrom
2006-08-23 12:00:05 +00:00
Antony Dovgal
7d019e4053
build ext/spl and ext/reflection as static ( fixes #38556 )
2006-08-23 09:47:07 +00:00
Hannes Magnusson
f5e44be71c
Fix arginfo for SplObjectStorage
2006-08-23 09:31:41 +00:00
Antony Dovgal
69bbd05b03
make run-tests to work with directories containing spaces (bug #38558 )
2006-08-23 07:02:26 +00:00
790050b6d7
ChangeLog update
2006-08-23 01:30:59 +00:00
Antony Dovgal
2fdd51a1a0
add test
2006-08-22 19:51:34 +00:00
Ilia Alshanetsky
994cf483e1
MFB: Fixed bug #38511 , #38473 , #38263 (Fixed session extension request
...
shutdown order to ensure it is shutdown before the extensions it may depend
on).
2006-08-22 16:47:43 +00:00
Antony Dovgal
24bafae539
fix separate TSRM build
2006-08-22 13:01:27 +00:00
Dmitry Stogov
fcb9e3bc28
Fixed bug #38543 (shutdown_executor() may segfault when memory_limit is too low).
2006-08-22 12:05:10 +00:00
Antony Dovgal
bfccf875f1
minor improvements
...
dropped unused parameters, changed long to int where it should be int
2006-08-22 11:08:28 +00:00
Michael Wallner
53ca648bb5
- fix php_output_handler_started()
2006-08-22 09:56:24 +00:00
Michael Wallner
31632b3458
- use the handler name zval directly when listing stati, too
2006-08-22 08:21:19 +00:00
Michael Wallner
0ff7bc29d9
- fix tests to comply with upgraded string.c
...
- use add_next_index_zval() when listing handlers
2006-08-22 08:16:37 +00:00
Michael Wallner
139f6ff79d
- allocate handler stack on the heap and avoid segfaults on shutdown when startup fails
...
- don't try to append empty buffer
- fix some dbg format strings
2006-08-22 07:53:58 +00:00
Dmitry Stogov
d824f02ce1
Fixed bug #38488 (Access to "php://stdin" and family crashes PHP on win32)
2006-08-22 06:15:45 +00:00
Dmitry Stogov
b590503bdf
Fixed "win32" storage manager
2006-08-22 05:54:35 +00:00
Dmitry Stogov
6a66ef533c
Fixed "make test" on win32
2006-08-22 05:01:15 +00:00
Dmitry Stogov
9ea1f365d9
ZTS fix
2006-08-22 04:54:00 +00:00
9aebbc067b
ChangeLog update
2006-08-22 01:30:52 +00:00
Antony Dovgal
ed72b00458
typo
2006-08-21 17:11:46 +00:00
Ilia Alshanetsky
1e101793bb
MFB: Fixed bug #38535 (memory corruption in pdo_pgsql driver on error
...
retrieval inside a failed query executed via query() method).
2006-08-21 16:54:05 +00:00
Antony Dovgal
f069754ab8
fix PECL bug #8112 (OCI8 persistent connections misbehave when Apache process times out)
2006-08-21 16:40:46 +00:00
adc7059545
ChangeLog update
2006-08-21 01:30:48 +00:00
Ilia Alshanetsky
285e5f69d6
MFB: Fixed bug #38524 (strptime() does not initialize the internal date
...
storage structure).
2006-08-20 18:20:59 +00:00
Sascha Schumann
3582e2f132
"sa_len" is defined to "sa_union . sa_generic . sa_len2" on IRIX,
...
so we use another variable name here.
2006-08-20 17:44:06 +00:00
91da517692
ChangeLog update
2006-08-20 01:31:00 +00:00
2d206a2f0c
ChangeLog update
2006-08-19 01:30:57 +00:00
Andrei Zmievski
9f8bcf3f51
Unicode support for str_word_count() (using the same semantics as for
...
binary strings).
# These semantics seem quite broken, by the way, as it counts words
# ending or starting with dashes (-). Since this shouldn't really be
# used to count words in Unicode world anyway, supporting the "broken"
# behavior is okay if it helps people with migration.
2006-08-18 18:01:58 +00:00
Antony Dovgal
84060835f7
add a notice to fgetcsv() when delimiter or enclosure is longer than 1 char
...
(feature request #38496 )
2006-08-18 12:50:36 +00:00
0540b90983
ChangeLog update
2006-08-18 01:30:55 +00:00
Antony Dovgal
831d3cd63f
initialize static buffer with 0's
2006-08-17 14:32:27 +00:00