Pierre Joye
f9bfd58bd7
- Remove useless property
2004-01-26 00:57:30 +00:00
Pierre Joye
477de56f71
- Fix #521 , incorrect filename in CS warnings
2004-01-26 00:49:16 +00:00
Moriyoshi Koizumi
b2402396a9
- Suppress a compiler warning by a rather useless typecasting.
2004-01-26 00:27:24 +00:00
Moriyoshi Koizumi
e226ed0e21
- Fix bug #26699 (mbstring encoding types does not include "binary").
2004-01-26 00:19:25 +00:00
foobar
03e4695d3d
- Fixed bug #27040 (passing an array of form-fields to CURLOPT_POSTFIELDS does not work).
2004-01-26 00:16:16 +00:00
Ilia Alshanetsky
0cb89236a3
Fixed bug #26814 (On parse error include included file, terminate
...
execution script).
2004-01-25 23:54:12 +00:00
Pierre Joye
48fb978f72
- Use is_a
2004-01-25 23:53:13 +00:00
Pierre Joye
2b88a7b667
WS
2004-01-25 23:36:28 +00:00
Pierre Joye
bff0e9df23
- Update Mail, HTTP and DB. Adding new archives
2004-01-25 23:09:05 +00:00
Pierre Joye
8fad852352
- Update HTTP, DB and Mail packages
2004-01-25 23:08:09 +00:00
Timm Friebe
426c34b355
- Initial release
2004-01-25 20:04:24 +00:00
Timm Friebe
64ef58f483
- Added test for case when incorrect argument type is
...
passed to sybase_set_message_handler()
2004-01-25 20:04:08 +00:00
Timm Friebe
35409efd9a
@- Added ability to define a message handler not only globally, but also
...
@ per connection (Timm)
@- Made sybct.login_timeout changeable at runtime (Timm)
@- Added ini option sybct.packet_size which lets you control the packet
@ size (Timm)
2004-01-25 20:03:10 +00:00
Marcus Boerger
0711fdcede
Show supported classes & interfaces in -i and phpinfo()
2004-01-25 17:30:19 +00:00
Ard Biesheuvel
e0c0c9f620
MySQL is no longer built in by default
2004-01-25 15:18:02 +00:00
Ard Biesheuvel
86fe4ab6a1
CS
2004-01-25 15:08:31 +00:00
Andrey Hristov
ca3001faf8
entrt about feature request #24258
2004-01-25 14:00:59 +00:00
Marcus Boerger
d51218f221
BFN
2004-01-25 13:33:43 +00:00
Marcus Boerger
6e2cf148a4
Respect proeprty visibility in foreach
2004-01-25 13:32:02 +00:00
Marcus Boerger
db86475367
Update test
2004-01-25 13:19:16 +00:00
Marcus Boerger
bec76cab71
Update examples
2004-01-25 13:03:24 +00:00
Ard Biesheuvel
eb7aca4ea8
Check for both Firebird 1+ and Interbase/FB1
2004-01-25 12:03:24 +00:00
Georg Richter
a2380e901b
prototype fix for mysqli_fetch
2004-01-25 12:01:36 +00:00
Marcus Boerger
386310ea02
BFN
2004-01-25 11:54:28 +00:00
foobar
2a05750281
Fixed bug #27020 (Compile failure; sys/select.h: No such file or directory)
2004-01-25 06:09:36 +00:00
733e2dae08
ChangeLog update
2004-01-25 01:32:26 +00:00
Ard Biesheuvel
6b8c406481
Changed prototypes to allow parsing of string literals and constant strings
...
Minor CS/WS
2004-01-25 00:30:50 +00:00
Marcus Boerger
8045b9c6fd
TSRM fix
2004-01-24 17:07:50 +00:00
Marcus Boerger
3ca44539a1
Switch from ZEND_ACC_DYNAMIC to ZEND_ACC_ALLOW_STATIC and disallow calling
...
internal non-static methods statically.
# As discussed with Zeev:
# - For BC standard userspace methods allow this with an E_STRICT message.
# - If you want to implement an internal method taht can be called both
# statically and non-statically then use flag ZEND_ACC_ALLOW_STATIC.
# - Magic user space methods __*() cannot and __construct, __destruct,
# __clone can never be called statically.
2004-01-24 16:59:24 +00:00
Timm Friebe
e36cfeb0a9
- Added test on char type
2004-01-24 15:18:52 +00:00
Georg Richter
ed135edbda
prototype fixes
2004-01-24 14:38:16 +00:00
Sebastian Bergmann
1e902b696d
Change message as proposed by Jon.
2004-01-24 04:59:47 +00:00
Timm Friebe
c5df5b7507
- Initial release
2004-01-24 02:54:33 +00:00
Timm Friebe
96b80f86a1
- Initial release
2004-01-24 02:42:26 +00:00
Timm Friebe
095e82fe28
- Initial release
2004-01-24 02:18:13 +00:00
Timm Friebe
4cb85d4bc1
@- Fixed bug #22403 "PHP crashes when executing a sql procedure without
...
@ parameters" (Timm)
@- Fixed memory leak in sybase_set_message_handler() (Timm)
# Fixed bug with large numerics correctly (initial fix in r. 1.76 failed
# for MAX_LONG + 1, for example)
2004-01-24 02:17:42 +00:00
6b7e6992a2
ChangeLog update
2004-01-24 01:32:18 +00:00
Marcus Boerger
d39bd31291
This is a definitive 'must'
2004-01-24 00:42:40 +00:00
Andrey Hristov
9957fc6305
Added third parameter (optional) to array_keys for strictness. It behaves
...
like the "strict" parameter of in_array().
#Closing feature request #24258
2004-01-24 00:25:58 +00:00
Andrey Hristov
85de35e470
Adding note about declaration first use after that for classes.
...
#I had no time recently to add this but since a user complained on
#internals....
2004-01-24 00:14:43 +00:00
Marcus Boerger
eff2006e4e
Fix this example
2004-01-23 22:33:45 +00:00
Marcus Boerger
6020ffd007
Simplify detection of methods that must be called dynamic (with object)
2004-01-23 22:04:42 +00:00
Marcus Boerger
4c0b1fddab
Builtin recursion protection (by disallow to follow links by default).
2004-01-23 21:33:56 +00:00
Marcus Boerger
bd294582c3
Fix. Found by adam
2004-01-23 21:03:20 +00:00
Marcus Boerger
79e7145cc7
Disallow calling __clone/__construct/__destruct static
...
Send an E_STRICT when calling a non static method static
2004-01-23 20:58:23 +00:00
Marcus Boerger
7c2e02d380
Disallow static declaration of clone
2004-01-23 20:52:39 +00:00
Dmitry Stogov
3eb16bc3a9
fix
2004-01-23 15:34:52 +00:00
Dmitry Stogov
2a5593dd0d
disabling import if file was already loaded
2004-01-23 15:29:59 +00:00
Dmitry Stogov
695436b709
XML Schema support was improved
...
support for type extension
support for attribute encoding/decoding
support for SOAP 1.2 array encoding/decoding
2004-01-23 14:43:15 +00:00
Dmitry Stogov
6277204a35
XML Schema support was improved
...
suport for type extension
2004-01-23 09:15:58 +00:00