Markus Fischer
e1d33db97f
- Damn Typo.
2001-12-14 21:03:06 +00:00
Markus Fischer
022bef6ca7
- Remove redundant code.
2001-12-14 20:48:29 +00:00
Thies C. Arntzen
7155e1311f
add todo
2001-12-14 09:42:39 +00:00
Jason Greene
2807e1742f
Add myself as a maintainer
2001-12-14 05:58:28 +00:00
Vlad Krupin
fb8c063249
Fixed bug #5993 . Now if the result returned from a database is bigger
...
than a long, dbase_get_record() and dbase_get_record_with_names() will
return a string instead.
# Need to update documentation to reflect that change
@ Fixed problem with dbase not returning very large (larger than long)
@ integers properly. (Vlad)
2001-12-14 04:22:01 +00:00
foobar
ae24aa4b8e
Got some undefined symbol without this patch..
...
# Also, shouldn't this extension be only available when building a CGI ?
2001-12-14 03:05:54 +00:00
Derick Rethans
cf8c1ef7b4
- Remove debug stuff
2001-12-13 21:12:53 +00:00
Derick Rethans
0adf145a9f
- Fixes for bugs 10324, 12777, 14488 and 13399
...
@- Fixed several crash bugs in the mcrypt extension (Derick)
2001-12-13 20:44:40 +00:00
Sterling Hughes
c55f8b96c9
MFB
2001-12-13 16:27:39 +00:00
Hartmut Holzgraefe
39fcedd78c
more proto descriptions and fixes
2001-12-13 14:40:40 +00:00
Rui Hirokawa
5f8a57efec
added mbstring to maintainers list.
2001-12-13 14:31:16 +00:00
Thies C. Arntzen
b8b0a6ac27
typo
2001-12-13 12:23:32 +00:00
Hartmut Holzgraefe
4fb28d67b6
- new parameter parsing api used
...
- added proto descriptions (not complete)
- swapped x/y arguments
- indentation style fix (no seperate WS fix as most of the file changed anyway)
2001-12-13 09:06:11 +00:00
Hartmut Holzgraefe
3686d84a68
editor preferences for XML files updated
2001-12-12 20:49:44 +00:00
foobar
657ce39a28
Fixed a typo and added [] around the message text.
2001-12-12 15:42:25 +00:00
foobar
97a29e07c9
More ZTS fixes.
2001-12-12 15:32:08 +00:00
foobar
bc033a67db
Fixed some compile problems (in ZTS mode)
2001-12-12 15:04:23 +00:00
Sebastian Bergmann
515e8c2c0e
Move PHPDoc extension to PECL.
2001-12-12 11:21:43 +00:00
Jan Kneschke
63a566c65a
added the new PHPDoc extension which transform PHP-Code into a XML
...
representation.
The XML output will be used by PHPDoc as it provides more accuracy and
speed.
2001-12-12 09:46:27 +00:00
Andrei Zmievski
14ea586525
Since PHP method names are case-insensitive, we have to fold access to 'FOO'
...
and 'foo' properties into a call to the same accessor.
2001-12-12 02:53:05 +00:00
Andrei Zmievski
727ef4b94f
Ack, apparently in statically linked-in extensions we have to clean the
...
hash of overloaded classes on request shutdown. Also, added some fold
markers and rearranged some defines.
2001-12-12 02:27:49 +00:00
Stig Bakken
dd969337a0
return boolean where appropriate
2001-12-12 01:36:07 +00:00
Hartmut Holzgraefe
cc4b274a58
ereg functions will now take in account the real number of
...
subexpressions instead of simply assuming a fixed count of 10
2001-12-11 19:28:31 +00:00
Sebastian Bergmann
38933514e1
Update headers.
2001-12-11 15:32:16 +00:00
Yasuo Ohgaki
02c1e81a54
More README update.
2001-12-11 08:15:25 +00:00
Yasuo Ohgaki
f4eff912d9
README update
2001-12-11 07:57:48 +00:00
Yasuo Ohgaki
35cc422378
Added README file for pgsql module
...
Added my self to CREDIT
2001-12-11 07:44:46 +00:00
Andrei Zmievski
51a29e57f8
Show example of property-specific accessors.
2001-12-11 04:45:58 +00:00
Andrei Zmievski
b197b8d104
This commit implements property-specific accessors.
...
When overload() is called, it not only scans for general handlers, but
also for any methods beginning with __get_ and __set_ and saves a list of
them. Then when a property is accessed, e.g. $obj->x, the extension will first
check whether __get_x() is available, and will call it if it is, otherwise
it will invoke the general __get() handler.
2001-12-11 04:41:15 +00:00
Andrei Zmievski
0c509e5cf8
Modified __call() handler to accept a byref return value parameter that
...
should be filled in. The __call() handler is now supposed to return true
or false, depending on whether it was successful or not.
2001-12-10 17:20:04 +00:00
Sterling Hughes
737b6f8b13
Spaces -> Tabs
2001-12-10 13:22:48 +00:00
Sergey Kartashoff
678613b9d8
- mnogosearch example updated to include searchd support
2001-12-10 07:21:50 +00:00
Sergey Kartashoff
f9f46598a9
- Fixed search daemon support in mnogosearch module.
2001-12-10 07:11:50 +00:00
Yasuo Ohgaki
9b405fa636
Fix proto
2001-12-10 06:14:03 +00:00
Yasuo Ohgaki
db8bb9f23c
Added async query functions
2001-12-10 04:02:08 +00:00
foobar
1066633281
Enable it for real.
2001-12-10 00:38:18 +00:00
Stig Bakken
70ea4df4af
* enable overload extension by default
2001-12-10 00:33:01 +00:00
Stig Bakken
f22f8adedd
* use macros in error messages
2001-12-09 22:39:24 +00:00
Andrei Zmievski
0ba80e7943
*** empty log message ***
2001-12-09 04:34:54 +00:00
Andrei Zmievski
2f4035c833
Adjust to account for latest changes.
2001-12-09 04:31:33 +00:00
Andrei Zmievski
36c4708a84
- Only destroy the current object if it was received from the __get() handler.
...
- Changed the way method arguments are passed to __call() handler. They are
now encapsulated inside of an array, which makes it easier to pass them
to call_user_func_array().
2001-12-09 04:28:23 +00:00
foobar
068be1721f
Fixed a typo.
2001-12-09 02:02:44 +00:00
Sterling Hughes
c8ef634f1b
Align comments in xslt.c
...
First try at fixing funny resource free'ing problems with objects, don't
perform a zval seperation when we're directly saving a pointer to the SAX
or Scheme handlers
2001-12-09 01:18:20 +00:00
Derick Rethans
a7b9d5590b
- Remove debug code
2001-12-08 23:46:19 +00:00
Derick Rethans
3cb1db985e
- Added var_export, which shows a representation of a variable, much like
...
var_dump, but in such a way you can use it as PHP code.
@- Added var_export, which shows a representation of a variable, much like
@ var_dump, but in such a way you can use it as PHP code. (Derick)
2001-12-08 23:44:34 +00:00
Andrei Zmievski
7b7f46aa2d
- Fix memory leak when accessing undefined index or property.
...
- Only invoke call_get_handler() on an object in the chain if it's overloaded.
2001-12-07 22:03:19 +00:00
Markus Fischer
363a8b69c9
- Fix crash with invalid option to xslt_set_scheme_handlers().
2001-12-07 18:16:29 +00:00
Rasmus Lerdorf
ff3774d1ee
Let's not crash when no error str has been set
2001-12-07 17:29:53 +00:00
Dan Kalowsky
89aa330637
Fix for bug #13628 .
...
# basically handles a SQL_ERROR case for all odbc_execute()'s
2001-12-07 17:21:49 +00:00
Thies C. Arntzen
9fff2f7bbe
fix #13801 (imap_rfc822_parse_adrlist changes arg1)
2001-12-07 16:48:36 +00:00