Frank M. Kromann
816bcd3aff
Fix win32 build.
2004-11-15 21:04:09 +00:00
Derick Rethans
4916f58540
- Fixed bug #30779 (Compile of Zend/zend_strtod.c fails on Sparc)
2004-11-15 19:26:45 +00:00
Sergey Kartashoff
0314fa1c3b
# Unix EOLs fixed
2004-11-15 19:08:19 +00:00
Sergey Kartashoff
89b2866758
# Copyright header & version info changed to PHP 5 standard notice
2004-11-15 19:03:20 +00:00
Frank M. Kromann
e1e29cefc4
Adding php_sprintf.c to Win32 build
2004-11-15 18:27:10 +00:00
Derick Rethans
d79407f4fd
- MF5.0: Fixed bug #28599 (strtotime fails with zero base time).
2004-11-15 16:31:12 +00:00
Antony Dovgal
71d9afee0c
fix CLI leaks when using malformed option string
2004-11-15 14:00:48 +00:00
Derick Rethans
61364b5bb1
- MFH4.3: Cleaned up some of the locale mess:
...
* all internal use of sprintf, snprintf and the like will always
use the . as thousands seperator (if php.h is included only!).
* echo, printf() and sprintf() always render locale-aware
* added the %F modifier for non-locale aware rendering for floats
2004-11-15 13:42:22 +00:00
48fe8cf7bc
ChangeLog update
2004-11-15 01:36:53 +00:00
Ilia Alshanetsky
fae64ba40c
Added support for better control over FTP encryption protocols.
2004-11-14 20:00:16 +00:00
Sergey Kartashoff
2b80314c3f
# Unix EOLs fixed
2004-11-14 19:29:59 +00:00
Sergey Kartashoff
acc517cd5c
- More mnogosearch-3.2.23+ compatibility
2004-11-14 18:30:40 +00:00
Marcus Boerger
95ff205e6c
- Bugix #30783 : Apache crash when using ReflectionFunction::getStaticVariables()
2004-11-14 18:01:44 +00:00
Antony Dovgal
f85a11f280
fix #30780 (tidy segfaults on 'new tidyNode;')
2004-11-14 13:33:59 +00:00
d29cc93a6f
ChangeLog update
2004-11-14 01:36:55 +00:00
Rob Richards
db2c5275a1
Fixed bug #30566 (attribute namespace URIs are inconsistent when parsing).
2004-11-13 14:32:44 +00:00
49ac2e74f2
ChangeLog update
2004-11-13 01:51:05 +00:00
Frank M. Kromann
a62b69b9c5
fix ZTS builds
2004-11-12 20:32:43 +00:00
Ilia Alshanetsky
613db6ee30
Simplify and cleanup code.
2004-11-12 02:22:01 +00:00
68faef668b
ChangeLog update
2004-11-12 01:51:37 +00:00
Marcus Boerger
08cc69dbf4
- Correct exception throwing
2004-11-11 20:06:23 +00:00
Marcus Boerger
4c8bca469f
- Use exceptions now they work
2004-11-11 19:42:11 +00:00
Marcus Boerger
9c0f5e8887
- Use appropriate exception class where possible
2004-11-11 19:36:27 +00:00
Marcus Boerger
5dbb0aaa24
- Drop debug message
2004-11-11 19:31:27 +00:00
Rob Richards
d563495a24
add support for file://localhost/
...
support file:/// under windows again
2004-11-11 13:08:32 +00:00
Dmitry Stogov
e370219e2a
Support for lists in non-WSDL mode was implemented
...
Support for "xsi:type" was improved
2004-11-11 09:17:10 +00:00
Antony Dovgal
d33eb14569
fix #30751 (phpinfo() shows the same ini path after reconfigure with --with-config-file-path)
2004-11-11 06:57:06 +00:00
57e0902c59
ChangeLog update
2004-11-11 01:55:43 +00:00
Ilia Alshanetsky
f41c40f63e
Fixed bug #30750 (Meaningful error message when upload directory is not
...
accessible).
2004-11-11 00:38:04 +00:00
Frank M. Kromann
fb543df1a8
No need to ude /Fo twice.
...
Unbreak the build be readding the compile only flag
2004-11-10 23:52:56 +00:00
Frank M. Kromann
d589e61204
Make sure files are stored in the right directory
2004-11-10 20:12:42 +00:00
Wez Furlong
be4778b87e
Fix leaking handle.
...
Thanks to ilya77 at gmail dot com
2004-11-10 19:47:15 +00:00
Marcus Boerger
a59551d771
- Add new tests
2004-11-10 19:22:26 +00:00
Ard Biesheuvel
bb5ce07f8c
Fixed return value of ibase_execute()
2004-11-10 11:21:50 +00:00
e52d178674
ChangeLog update
2004-11-10 01:49:49 +00:00
Ilia Alshanetsky
8992aa0bcf
Fixed possible overflow.
2004-11-10 01:43:04 +00:00
Andrei Zmievski
44468214b5
Revert inadvertent commit.
2004-11-09 20:59:02 +00:00
Andrei Zmievski
c2f8c1a79b
.dylib extension are Mach-O shared libraries that meant for linking
...
against. Loadable modules (aka bundles) can have any extension, so we
should probably stick with .so
http://fink.sourceforge.net/doc/porting/shared.php?phpLang=en#lib-and-mod
2004-11-09 20:58:24 +00:00
Joe Orton
20f63ecb7a
Fix --with-recode since PHP_YAZ is never defined.
2004-11-09 16:11:13 +00:00
Joe Orton
0f858fc744
Make the "rounding fuzz" check work again with gcc 3.3 and later,
...
fixing the bug24142 test.
2004-11-09 15:58:16 +00:00
Frank M. Kromann
1d04952b1d
Fix typo in man page. Bug #30727 . Patch by Jakub Vrana
2004-11-09 15:05:20 +00:00
Dmitry Stogov
9c5661f05d
Fixed bug #29211 (SoapClient doesn't request wsdl through proxy). (Rob)
2004-11-09 08:13:35 +00:00
d61a7f1207
ChangeLog update
2004-11-09 01:47:08 +00:00
Ilia Alshanetsky
500690f235
Fixed crash inside cpdf_setdash() if called before page init.
2004-11-09 00:44:12 +00:00
Marcus Boerger
31165806f8
- Simplify construction of RecursiveIteratorIterator
2004-11-08 13:44:34 +00:00
Marcus Boerger
118d5a7d5b
- Fix constructors
...
- This fixes exceptions in spl
2004-11-08 13:42:53 +00:00
Ilia Alshanetsky
cb16f5e815
Fixed possible crash on fstat() failure.
2004-11-08 04:54:27 +00:00
890afc455c
ChangeLog update
2004-11-06 01:51:41 +00:00
808243230b
ChangeLog update
2004-11-05 01:36:27 +00:00
Ilia Alshanetsky
92a641e5e7
Simplify and cleanup code.
2004-11-05 00:05:55 +00:00