foobar
|
b07507f086
|
No c++ comments!
|
2003-03-14 17:37:44 +00:00 |
|
Ilia Alshanetsky
|
199ae10f01
|
Whitespace fixes.
|
2003-03-14 16:56:38 +00:00 |
|
Daniela Mariaschi
|
1afc5a59fe
|
reverting to version 1.9
|
2003-03-14 08:27:29 +00:00 |
|
Alan Knowles
|
84aa3953e6
|
remove makefile and libs.mk from package file
|
2003-03-14 02:13:42 +00:00 |
|
Alan Knowles
|
b45ce67f95
|
removing files not needed so diff -u works nicely
|
2003-03-14 02:11:54 +00:00 |
|
Alan Knowles
|
65a71f4331
|
fix package file - note the package is called ext_soap - I suspect it will conflict with SOAP if downloaded - anyone want to comment on ideas for this...
|
2003-03-14 02:10:23 +00:00 |
|
Alan Knowles
|
0e2f675c87
|
fixes to enable module building
|
2003-03-14 02:08:30 +00:00 |
|
Alan Knowles
|
bd69062b14
|
add support for shared library building - shout stop alan - if any objections..
|
2003-03-14 01:58:21 +00:00 |
|
Daniela Mariaschi
|
ceb608fcb2
|
Test for libgds needs libcrypt with Firebird to succeed
|
2003-03-13 23:15:43 +00:00 |
|
Daniela Mariaschi
|
08267e4a55
|
Numeric/decimal datatype overflow on Win32.
Fixed bug #20641
|
2003-03-13 21:58:29 +00:00 |
|
Derick Rethans
|
bce69f1218
|
- Whitespace
|
2003-03-13 21:09:27 +00:00 |
|
Jay Smith
|
39ec83bb5f
|
Solaris knows nothing of "Europe/Amsterdam". Use "US/Eastern" instead.
|
2003-03-13 18:51:39 +00:00 |
|
Ilia Alshanetsky
|
cf072c4a75
|
Fixed bug #22681 (Crash when reading from invalid file pointer).
|
2003-03-13 18:15:31 +00:00 |
|
foobar
|
ce4bf275c9
|
Prevent using both --with-sybase and --with-sybase-ct in same build
|
2003-03-13 17:27:28 +00:00 |
|
Sara Golemon
|
cbf8c3e346
|
Bug #21534. Silly typo.
|
2003-03-13 16:10:21 +00:00 |
|
Ilia Alshanetsky
|
d6a02110b0
|
Cleanup.
|
2003-03-13 02:22:31 +00:00 |
|
Sterling Hughes
|
39b8f06f9b
|
@ Add the file_set_contents() function, as a complement to the file_get_contents()
@ function. (Sterling)
|
2003-03-12 06:47:34 +00:00 |
|
Ilia Alshanetsky
|
68e36864c9
|
Fixed spprintf() usage.
Fixed compiler warnings.
|
2003-03-12 04:46:03 +00:00 |
|
foobar
|
bf90cdeff9
|
Added the type constants for imagegd2()
|
2003-03-12 04:29:51 +00:00 |
|
foobar
|
2fee56b2a2
|
Fix bug #22646
|
2003-03-12 04:15:28 +00:00 |
|
Ilia Alshanetsky
|
88281627bc
|
Style fixes.
|
2003-03-12 00:51:03 +00:00 |
|
foobar
|
9e501d4f37
|
- Fixed bug #20715 (odbc could not be compiled as shared extension)
|
2003-03-11 03:11:36 +00:00 |
|
Sascha Schumann
|
65b9a40640
|
fix sizeof(size_t) > sizeof(uint) issue
|
2003-03-11 02:28:46 +00:00 |
|
foobar
|
98b19bbe7e
|
Fixed bug #22616 (Wrong order of -lssl and -lcrypto with IMAP)
|
2003-03-11 02:11:57 +00:00 |
|
Sascha Schumann
|
dfb0d70b5b
|
reverting jani's non-sense commits
|
2003-03-11 01:47:06 +00:00 |
|
Georg Richter
|
efde6643d4
|
added new profiler-files
|
2003-03-11 01:22:20 +00:00 |
|
Georg Richter
|
7cf921a56f
|
profiler:
moved profiler stuff from php_mysql.h to separate include file
added port communication
added xml support for file and port output
|
2003-03-11 01:19:21 +00:00 |
|
foobar
|
febb535db0
|
touch
|
2003-03-10 22:59:46 +00:00 |
|
foobar
|
7a1ecedf85
|
64bit issue fixed
|
2003-03-10 22:59:34 +00:00 |
|
Moriyoshi Koizumi
|
a41e0c1382
|
Modified the test to reflect the recent change on var_dump()
|
2003-03-10 20:46:39 +00:00 |
|
David Hill
|
a7b84ac7cb
|
Correcting int/long mismatched - 64bit issues.
|
2003-03-10 20:30:33 +00:00 |
|
Ilia Alshanetsky
|
822b53b95a
|
Fixed bug #22613 (imagettfbox() does not add the kerning distance to the
running position).
Fixed few possible memory leaks.
|
2003-03-10 19:07:22 +00:00 |
|
David Hill
|
4f8ae7b111
|
fixing missed int to long with zend_parse_parameters
|
2003-03-10 15:52:10 +00:00 |
|
Andrei Zmievski
|
b1546a1775
|
Print the object handle (it's useful).
|
2003-03-10 15:13:32 +00:00 |
|
David Hill
|
1edf7f55e5
|
64 bit corrections to parameters to OnUpdateInt Bug #20994 (Dave)
|
2003-03-10 14:50:16 +00:00 |
|
foobar
|
a7d8bc6894
|
cs & ws fixes
|
2003-03-10 02:14:09 +00:00 |
|
Sara Golemon
|
c4a491e12c
|
Adjustment to user filters reimplementation. Make a bucket an object containing a resource(the real bucket) and a data element for direct operations. Simplifies
user interface and reduces number of function calls/reallocs needed.
|
2003-03-09 23:12:31 +00:00 |
|
Derick Rethans
|
0d603b2d9a
|
- Fix proto
|
2003-03-09 00:05:48 +00:00 |
|
Georg Richter
|
15f648c8f9
|
various changes for profiler
|
2003-03-08 23:33:12 +00:00 |
|
Derick Rethans
|
1b9ee1a8ea
|
- Fixed a bug in GD's truecolor TTF handling
|
2003-03-08 18:27:12 +00:00 |
|
Stefan Esser
|
1f54605723
|
wrong place.
|
2003-03-08 14:51:16 +00:00 |
|
Stefan Esser
|
76c427fd05
|
fixing memory leak
|
2003-03-08 14:37:01 +00:00 |
|
Ilia Alshanetsky
|
20c2c39f3c
|
Fixed bug #22585 (Do not terminate the script on minor errors).
|
2003-03-07 14:03:53 +00:00 |
|
foobar
|
3c9155e0cb
|
Renamed OnUpdateInt -> OnUpdateLong to prevent further misunderstandings.
# Intentionally left out any 'alias' for it, this way 3rd party extension
# maintainers will really NOTICE the change.
|
2003-03-07 05:15:28 +00:00 |
|
foobar
|
e32eaf29de
|
Fixed typo caught by Dave.
|
2003-03-07 04:32:36 +00:00 |
|
foobar
|
1b38773eef
|
WS & CS fixes
|
2003-03-07 01:03:04 +00:00 |
|
foobar
|
2da432cc19
|
WS & CS fixes
|
2003-03-07 00:52:04 +00:00 |
|
foobar
|
8d6c858aba
|
WS & CS fixes
|
2003-03-07 00:40:54 +00:00 |
|
David Hill
|
5c90216d2c
|
64-bit correction to variables passed to zend_parse_parameters
@64-bit correction to variables passed to zend_parse_parameters (Dave)
|
2003-03-06 23:07:28 +00:00 |
|
Stefan Esser
|
af4aa97d1e
|
Fixing functionicalls with variable number of parameters...
|
2003-03-06 20:31:20 +00:00 |
|