Andrei Zmievski
b928bdceb8
@- Added str_pad() for padding a string with an arbitrary string on left or
...
@ right. (Andrei)
Added str_pad() for padding a string with an arbitrary string on left or right.
# With all those macros, the code is starting to eerily resemble Perl's guts.
2000-06-06 20:42:33 +00:00
Uwe Steinmann
6a8fdc6c5c
- add functions pdf_get_value(), pdf_set_value(), pdf_get_parameter(),
...
pdf_set_border_dash()
- some prototype fixes
2000-06-06 19:59:30 +00:00
Andrei Zmievski
3b649d637d
I guess Zeev's done it already.
2000-06-06 19:46:54 +00:00
Zeev Suraski
34c40031ca
@- Made the short_tags, asp_tags and allow_call_time_pass_reference INI directives work
...
@ on a per-directory basis as well, e.g. from .htaccess files (Zeev)
2000-06-06 19:16:57 +00:00
Clayton Collie
24b26065e0
PHP code to test sscanf()
2000-06-06 19:15:26 +00:00
Zeev Suraski
98bf43f229
Enable asp_tags/short_tags/allow_call_time_pass_by_reference to work on a per-directory
...
basis as well
2000-06-06 19:13:54 +00:00
Clayton Collie
8e58cc501f
Modified Makefile.in so scanf.c compiles
2000-06-06 19:11:50 +00:00
Jouni Ahto
4f0f3c3ba0
- Preparing to add new image types to gd module.
...
# Sascha, if you see this, why are there two checks for jpeg dirs
# (PHP_GD_JPEG)? I just literally applied the same method to check for
# Xpm libs, don't know how to fix it. Could you please have a look at this?
2000-06-06 19:06:46 +00:00
Clayton Collie
0b7fd17c2b
Added sscanf() function.
2000-06-06 18:58:15 +00:00
Andi Gutmans
d7ac0f2c9d
- I didn't have anything to do with this buggy code. Just kidding :)
2000-06-06 18:54:00 +00:00
Frank M. Kromann
a14261bc42
adding definition for EWOULDBLOCK for Win32 to compile
2000-06-06 18:30:06 +00:00
Hartmut Holzgraefe
7864fdfdee
added missing '/' to closing <center> tag (BUG ID #4416 )
2000-06-06 17:26:15 +00:00
Hartmut Holzgraefe
6dd322874e
added T1LIB information to info function
2000-06-06 17:12:05 +00:00
David Hedbor
a5418dc0ac
Added another bug to be fixed
2000-06-06 16:18:09 +00:00
Thies C. Arntzen
11fabacc3c
add check for stdbool.h
2000-06-06 14:13:35 +00:00
Thies C. Arntzen
0e0f3eb097
bool -> int
2000-06-06 13:49:41 +00:00
Thies C. Arntzen
10eb67a3aa
@- added fflush() function. (Eric Huss)
...
# the socket fsync() might not work on Win32.
#
# i'm not sure if we need any code for flushing sockets as they are
# currently alway written via write().
2000-06-06 12:16:44 +00:00
Thies C. Arntzen
8ed100e5c5
hashtable.h -> expat_hashtable.h
2000-06-06 10:06:45 +00:00
Frank M. Kromann
eedf4e973f
Adding correct compiler directives for Win32 compilation
2000-06-06 07:26:04 +00:00
Joey Smith
663d46ea23
Use common naming convention.
2000-06-06 05:42:11 +00:00
Joey Smith
edfd7f9a80
Get the version #'s right...
2000-06-06 05:13:07 +00:00
Sascha Schumann
458352954d
Add newline at the end of the file (breaks at least SCO and Tru64 C compiler).
2000-06-06 02:47:43 +00:00
88a0832a09
ChangeLog update
2000-06-06 02:15:17 +00:00
32af54f62b
NEWS update
2000-06-06 02:15:14 +00:00
Sterling Hughes
48ef2d62ba
Move to the Z_*_PP macros.
2000-06-06 00:34:00 +00:00
Sascha Schumann
e2168491a1
Move hashtable.h to expat_hashtable.h.
2000-06-06 00:27:18 +00:00
Sascha Schumann
d3a7f5be38
Make TSRM compile again. ZTS is defined by a header file included in
...
tsrm_config.h, so TSRM.o was always empty.
2000-06-06 00:16:16 +00:00
David Hedbor
dd6cccf50e
PRE_INCLUDES hack reverted
2000-06-06 00:02:03 +00:00
David Hedbor
45ba649c8e
PRE_INCLUDE hack reverted
2000-06-06 00:01:29 +00:00
Sascha Schumann
45a5555b09
Move global.h to php_global.h.
2000-06-05 23:59:06 +00:00
Sascha Schumann
102c6ce4b8
Move main.h to php_main.h.
2000-06-05 23:24:42 +00:00
Rasmus Lerdorf
78d77c1476
Fix virtual() when used with output buffering
...
@ Fix virtual() when used with output buffering (Marc Pohl)
2000-06-05 21:19:21 +00:00
David Hedbor
ad730a374b
List with TODO items
2000-06-05 21:05:51 +00:00
David Hedbor
ebe02095df
Fixed include directory problems.
2000-06-05 21:05:40 +00:00
David Hedbor
ff8a716efe
Added a new user-definable include variable, PRE_INCLUDES. It works
...
like EXTRA_INCLUDES but is added before the global INCLUDES variable.
#
# This was needed for the roxen SAPI module, which requires the PHP4
# include dirs to be after the Pike include dirs. I can't make the
# Pike include dir global though, since Pike includes then conflict
# with PHP4 includes in the rest of the compile.
2000-06-05 21:05:07 +00:00
David Hedbor
7fdfcc28ec
Changed include statement for main.h to avoid inclusion of Pike's main.h.
2000-06-05 19:51:22 +00:00
Andi Gutmans
3701bc4207
- ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch
2000-06-05 19:47:54 +00:00
Rasmus Lerdorf
1cefd77f1c
Oops, fixed slight miscue there. Now it works.
2000-06-05 19:35:15 +00:00
Jouni Ahto
9d2bcf2bd0
- Restore locale settings to state they were at module startup if they
...
were changed.
2000-06-05 18:47:34 +00:00
Rasmus Lerdorf
194e8828a1
@ Clean up constants in flock() function and add optional 3rd arg which
...
@ is set to true on EWOULDBLOCK (Rasmus)
Clean up constants in flock() function and add optional 3rd arg which
is set to true on EWOULDBLOCK
2000-06-05 17:56:01 +00:00
Andrei Zmievski
de9f39beda
Ignore generated files.
2000-06-05 17:50:31 +00:00
Frank M. Kromann
2bfe0001da
Getting exif module to compile on win32
2000-06-05 16:42:03 +00:00
Frank M. Kromann
e93df14b67
fixing compiler directive so the module will actually build a php module
2000-06-05 16:26:46 +00:00
Uwe Steinmann
a8401a33c6
- should now compile and configure with libxml 2.0.0
2000-06-05 15:39:29 +00:00
Andi Gutmans
d8d6ff3c4c
- Revert internazionalization fix.
2000-06-05 15:37:30 +00:00
Andi Gutmans
7e0baa7a1d
- Revert Thies' locale patch. It was screwing up language level things.
...
- We could add support for locale in some specific output functions at a
- later time to make everyone happy
2000-06-05 15:34:11 +00:00
Hartmut Holzgraefe
50b014b957
compile fix regarding bug report #4780
2000-06-05 15:17:25 +00:00
Andi Gutmans
f8983e467f
- Complete change to create_function()
2000-06-05 06:52:02 +00:00
cd9e047d65
ChangeLog update
2000-06-05 02:15:17 +00:00
fe0f40254f
NEWS update
2000-06-05 02:15:14 +00:00